-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUseLoadLibMain.dfm
68 lines (68 loc) · 1.35 KB
/
UseLoadLibMain.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
67
68
object frmDynDllDemo: TfrmDynDllDemo
Left = 295
Top = 182
Caption = 'Dynamic DLL Demo'
ClientHeight = 173
ClientWidth = 182
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnDeactivate = FormDeactivate
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 = 80
Top = 88
Width = 30
Height = 33
NumGlyphs = 2
OnClick = btnBulbsClick
OnMouseMove = btnBulbsMouseMove
end
object btnExit: TBitBtn
Left = 42
Top = 138
Width = 104
Height = 31
Caption = 'E&xit'
DoubleBuffered = True
Kind = bkClose
NumGlyphs = 2
ParentDoubleBuffered = False
TabOrder = 0
end
object cmbDrives: TDriveComboBox
Left = 30
Top = 13
Width = 129
Height = 19
TabOrder = 1
OnChange = cmbDrivesChange
end
end