-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUseLibMain.dfm
66 lines (66 loc) · 1.29 KB
/
UseLibMain.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
object frmStatDllDemo: TfrmStatDllDemo
Left = 336
Top = 246
Caption = 'Static DLL Demo'
ClientHeight = 184
ClientWidth = 182
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnMouseMove = FormMouseMove
PixelsPerInch = 96
TextHeight = 13
object lblFreeBytes: TLabel
Left = 30
Top = 39
Width = 129
Height = 13
Alignment = taCenter
AutoSize = False
end
object lblFreeMBytes: TLabel
Left = 30
Top = 52
Width = 129
Height = 13
Alignment = taCenter
AutoSize = False
end
object btnBulbs: TSpeedButton
Left = 78
Top = 88
Width = 33
Height = 33
NumGlyphs = 2
OnClick = btnBulbsClick
OnMouseMove = btnBulbsMouseMove
end
object btnExit: TBitBtn
Left = 42
Top = 146
Width = 104
Height = 31
Caption = 'E&xit'
DoubleBuffered = True
Kind = bkClose
NumGlyphs = 2
ParentDoubleBuffered = False
TabOrder = 1
end
object cmbDrives: TDriveComboBox
Left = 30
Top = 13
Width = 129
Height = 19
TabOrder = 0
OnChange = cmbDrivesChange
end
end