forked from pyscripter/pyscripter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlgFileTemplates.dfm
293 lines (293 loc) · 7.49 KB
/
dlgFileTemplates.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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
inherited FileTemplatesDialog: TFileTemplatesDialog
Left = 340
Top = 192
HelpContext = 640
Caption = 'File Templates'
ClientHeight = 451
ClientWidth = 528
ShowHint = True
OnDestroy = FormDestroy
ExplicitWidth = 534
ExplicitHeight = 479
PixelsPerInch = 96
TextHeight = 13
object Panel: TSpTBXPanel
Left = 0
Top = 0
Width = 528
Height = 451
Align = alClient
TabOrder = 0
TBXStyleBackground = True
DesignSize = (
528
451)
object GroupBox: TSpTBXGroupBox
Left = 5
Top = 148
Width = 518
Height = 264
Caption = 'File Template:'
Anchors = [akLeft, akTop, akRight]
TabOrder = 2
TBXStyleBackground = True
object SynTemplate: TSynEdit
Left = 10
Top = 90
Width = 498
Height = 131
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 1
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Courier New'
Gutter.Font.Style = []
Gutter.Width = 0
Options = [eoAutoIndent, eoAutoSizeMaxScrollWidth, eoDragDropEditing, eoEnhanceHomeKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoShowScrollHint, eoTrimTrailingSpaces]
TabWidth = 4
FontSmoothing = fsmNone
end
object edName: TSpTBXEdit
Left = 106
Top = 20
Width = 127
Height = 21
TabOrder = 0
OnKeyPress = edNameKeyPress
end
object edCategory: TSpTBXEdit
Left = 377
Top = 20
Width = 131
Height = 21
TabOrder = 2
end
object edExtension: TSpTBXEdit
Left = 195
Top = 44
Width = 38
Height = 21
TabOrder = 3
OnKeyPress = edNameKeyPress
end
object CBHighlighters: TSpTBXComboBox
Left = 377
Top = 44
Width = 131
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnChange = CBHighlightersChange
end
object Label1: TSpTBXLabel
Left = 10
Top = 24
Width = 37
Height = 19
Caption = '&Name:'
FocusControl = edName
end
object Label2: TSpTBXLabel
Left = 10
Top = 70
Width = 54
Height = 19
Caption = '&Template:'
FocusControl = SynTemplate
end
object Label5: TSpTBXLabel
Left = 290
Top = 20
Width = 55
Height = 19
Caption = '&Category:'
FocusControl = edCategory
end
object Label4: TSpTBXLabel
Left = 10
Top = 242
Width = 210
Height = 19
Caption = 'Press Shift+Ctrl+M for Modifier completion'
Enabled = False
end
object Label3: TSpTBXLabel
Left = 10
Top = 226
Width = 220
Height = 19
Caption = 'Press Shift+Ctrl+P for Parameter completion'
Enabled = False
end
object Label6: TSpTBXLabel
Left = 10
Top = 44
Width = 95
Height = 19
Caption = '&Default Extension:'
FocusControl = edExtension
end
object Label7: TSpTBXLabel
Left = 288
Top = 44
Width = 61
Height = 19
Caption = '&Highlighter:'
FocusControl = edCategory
end
end
object TBXButton1: TSpTBXButton
Left = 24
Top = 118
Width = 84
Height = 24
Action = actAddItem
TabOrder = 3
Images = CommandsDataModule.Images
ImageIndex = 49
end
object TBXButton3: TSpTBXButton
Left = 122
Top = 118
Width = 84
Height = 24
Action = actDeleteItem
TabOrder = 4
Images = CommandsDataModule.Images
ImageIndex = 14
end
object TBXButton4: TSpTBXButton
Left = 220
Top = 118
Width = 84
Height = 24
Action = actMoveUp
TabOrder = 5
Images = CommandsDataModule.Images
ImageIndex = 47
end
object TBXButton5: TSpTBXButton
Left = 318
Top = 118
Width = 84
Height = 24
Action = actMoveDown
TabOrder = 6
Images = CommandsDataModule.Images
ImageIndex = 48
end
object TBXButton2: TSpTBXButton
Left = 417
Top = 118
Width = 84
Height = 24
Action = actUpdateItem
TabOrder = 7
Images = CommandsDataModule.Images
ImageIndex = 39
end
object btnCancel: TSpTBXButton
Left = 356
Top = 418
Width = 75
Height = 25
Caption = '&Cancel'
Anchors = [akRight, akBottom]
TabOrder = 0
Cancel = True
ModalResult = 2
end
object btnOK: TSpTBXButton
Left = 268
Top = 418
Width = 75
Height = 25
Caption = '&OK'
Anchors = [akRight, akBottom]
TabOrder = 1
Default = True
ModalResult = 1
end
object btnHelp: TSpTBXButton
Left = 444
Top = 418
Width = 75
Height = 25
Caption = '&Help'
Anchors = [akRight, akBottom]
TabOrder = 8
OnClick = btnHelpClick
end
object lvItems: TEasyListview
AlignWithMargins = True
Left = 5
Top = 5
Width = 518
Height = 110
Align = alTop
EditManager.Font.Charset = DEFAULT_CHARSET
EditManager.Font.Color = clWindowText
EditManager.Font.Height = -11
EditManager.Font.Name = 'Tahoma'
EditManager.Font.Style = []
Header.Columns.Items = {
0600000002000000110000005445617379436F6C756D6E53746F726564FFFECE
00060000008008000101000100000000000001C8000000FFFFFF1F0001000000
01000000040000004E0061006D00650000000000000000000000000011000000
5445617379436F6C756D6E53746F726564FFFECE000600000080080001010001
0100000000000118010000FFFFFF1F0001000000010000000800000043006100
7400650067006F0072007900000000000000000000000000}
Header.Draggable = False
Header.Visible = True
HotTrack.Enabled = True
PaintInfoGroup.MarginBottom.CaptionIndent = 4
Selection.FullRowSelect = True
TabOrder = 9
View = elsReport
OnColumnClick = lvItemsColumnClick
OnItemSelectionsChanged = lvItemsItemSelectionsChanged
end
end
object ActionList: TActionList
Images = CommandsDataModule.Images
OnUpdate = ActionListUpdate
Left = 379
Top = 27
object actAddItem: TAction
Caption = '&Add'
Hint = 'Add item'
ImageIndex = 49
OnExecute = actAddItemExecute
end
object actDeleteItem: TAction
Caption = '&Delete'
Hint = 'Delete item'
ImageIndex = 14
OnExecute = actDeleteItemExecute
end
object actMoveUp: TAction
Caption = '&Up'
Hint = 'Move item up'
ImageIndex = 47
OnExecute = actMoveUpExecute
end
object actMoveDown: TAction
Caption = '&Down'
Hint = 'Move item down'
ImageIndex = 48
OnExecute = actMoveDownExecute
end
object actUpdateItem: TAction
Caption = '&Update'
Hint = 'Update item'
ImageIndex = 39
OnExecute = actUpdateItemExecute
end
end
end