-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfMain.dfm
235 lines (235 loc) · 5.73 KB
/
fMain.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
object frmMain: TfrmMain
Left = 330
Top = 86
Caption = 'Delphi Setting Manager'
ClientHeight = 312
ClientWidth = 534
Color = clBtnFace
Constraints.MinHeight = 300
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Padding.Left = 8
Padding.Top = 8
Padding.Right = 8
Padding.Bottom = 8
Menu = Menu
OldCreateOrder = False
Position = poDesigned
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object pcInstalledIDE: TPageControl
Left = 8
Top = 8
Width = 518
Height = 263
Align = alClient
Images = iLst_IDEs
TabOrder = 0
end
object pnl_Buttons: TPanel
Left = 8
Top = 271
Width = 518
Height = 33
Align = alBottom
BevelOuter = bvNone
DoubleBuffered = True
Padding.Top = 8
ParentDoubleBuffered = False
TabOrder = 1
object btnCreateShortcut: TButton
AlignWithMargins = True
Left = 0
Top = 8
Width = 120
Height = 25
Margins.Left = 0
Margins.Top = 0
Margins.Right = 8
Margins.Bottom = 0
Action = actCreateShortcut
Align = alLeft
DisabledImageIndex = 16
HotImageIndex = 17
ImageMargins.Left = 5
Images = dm_Glyphs.iLst_Buttons
TabOrder = 0
end
object btnClose: TButton
Left = 443
Top = 8
Width = 75
Height = 25
Action = actFileExit
Align = alRight
DisabledImageIndex = 22
HotImageIndex = 23
ImageMargins.Left = 5
Images = dm_Glyphs.iLst_Buttons
TabOrder = 2
end
object btnRunDelphi: TButton
Left = 128
Top = 8
Width = 100
Height = 25
Action = actRunDelphi
Align = alLeft
DisabledImageIndex = 19
HotImageIndex = 20
ImageMargins.Left = 5
Images = dm_Glyphs.iLst_Buttons
TabOrder = 1
end
end
object Menu: TMainMenu
Images = dm_Glyphs.iLst_Buttons
Left = 200
Top = 96
object File1: TMenuItem
Caption = 'File'
object SaveSetting1: TMenuItem
Action = actSaveSetting
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Action = actFileExit
end
end
object mnuCustomSetting: TMenuItem
Caption = 'Custom Settings'
object NewCustomSetting: TMenuItem
Action = actNewSetting
end
object DeleteCustomSetting: TMenuItem
Action = actDeleteSetting
end
object RenameCustomSetting: TMenuItem
Action = actRenameSetting
end
object CopyCustomSetting: TMenuItem
Action = actCopySetting
end
object Edit1: TMenuItem
Action = actEditSetting
end
object N2: TMenuItem
Caption = '-'
end
object CreateShortcut1: TMenuItem
Action = actCreateShortcut
end
object RunDelphi1: TMenuItem
Action = actRunDelphi
end
end
object Options1: TMenuItem
Caption = 'Options'
object RestoreDefaultSize1: TMenuItem
Action = actRestoreSize
end
end
object Help1: TMenuItem
Caption = 'Help'
object About1: TMenuItem
Action = actAbout
end
end
end
object dlgSave: TSaveDialog
DefaultExt = 'lnk'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 264
Top = 96
end
object ActionList: TActionList
Images = dm_Glyphs.iLst_Buttons
Left = 264
Top = 184
object actFileExit: TFileExit
Category = 'File'
Caption = 'E&xit'
Hint = 'Exit|Quits the application'
ImageIndex = 21
end
object actCreateShortcut: TAction
Category = 'CustomSettings'
Caption = 'Create S&hortcut'
ImageIndex = 15
ShortCut = 16456
OnExecute = actCreateShortcutExecute
end
object actRunDelphi: TAction
Category = 'CustomSettings'
Caption = 'R&un Delphi'
ImageIndex = 18
ShortCut = 16469
OnExecute = actRunDelphiExecute
end
object actNewSetting: TAction
Category = 'CustomSettings'
Caption = '&New'
ImageIndex = 0
ShortCut = 16462
OnExecute = actNewSettingExecute
end
object actDeleteSetting: TAction
Category = 'CustomSettings'
Caption = '&Delete'
ImageIndex = 3
ShortCut = 16452
OnExecute = actDeleteSettingExecute
end
object actRenameSetting: TAction
Category = 'CustomSettings'
Caption = '&Rename'
ImageIndex = 6
ShortCut = 16466
OnExecute = actRenameSettingExecute
end
object actCopySetting: TAction
Category = 'CustomSettings'
Caption = '&Copy'
ImageIndex = 9
ShortCut = 16451
OnExecute = actCopySettingExecute
end
object actRestoreSize: TAction
Category = 'Options'
Caption = 'Restore Default Form Size'
OnExecute = actRestoreSizeExecute
end
object actSaveSetting: TAction
Category = 'File'
Caption = '&Save Setting to File'
ImageIndex = 27
ShortCut = 16467
OnExecute = actSaveSettingExecute
end
object actAbout: TAction
Category = 'Help'
Caption = 'About'
OnExecute = actAboutExecute
end
object actEditSetting: TAction
Category = 'CustomSettings'
Caption = '&Edit'
ImageIndex = 12
ShortCut = 16453
OnExecute = actEditSettingExecute
end
end
object iLst_IDEs: TImageList
ColorDepth = cd32Bit
DrawingStyle = dsTransparent
Left = 132
Top = 184
end
end