forked from delphidabbler/vied
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFmResCompilerCheck.dfm
64 lines (64 loc) · 1.54 KB
/
FmResCompilerCheck.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
inherited ResCompilerCheckDlg: TResCompilerCheckDlg
Left = 138
Top = 233
PixelsPerInch = 96
TextHeight = 13
inherited pnlBody: TPanel
Height = 231
ExplicitHeight = 231
inherited lblCompiler: TLabel
Top = 61
ExplicitTop = 61
end
inherited sbBrowse: TSpeedButton
Top = 76
ExplicitTop = 76
end
inherited lblCmdLine: TLabel
Top = 107
ExplicitTop = 107
end
inherited lblHelp1: TLabel
Top = 147
ExplicitTop = 147
end
inherited lblHelp2: TLabel
Top = 175
ExplicitTop = 175
end
inherited lblHelp3: TLabel
Top = 191
ExplicitTop = 191
end
object lblInfo: TLabel [6]
Left = 0
Top = 0
Width = 328
Height = 57
AutoSize = False
Caption =
'Version Information Expert can create both source and binary res' +
'ource files, but requires a third party resource compiler to cre' +
'ate binary files. Please give details of the compiler you wish t' +
'o use below. Click the Help button for further information.'
WordWrap = True
end
inherited edCompiler: TEdit
Top = 77
ExplicitTop = 77
end
inherited edCmdLine: TEdit
Top = 123
ExplicitTop = 123
end
object chkDontCheck: TCheckBox
Left = 0
Top = 215
Width = 329
Height = 17
Caption = 'Don'#39't perform this check again.'
TabOrder = 2
OnClick = chkDontCheckClick
end
end
end