@@ -19,12 +19,16 @@ inherited SWAGImportDlg: TSWAGImportDlg
19
19
inherited pcWizard: TPageControl
20
20
Width = 671
21
21
Height = 456
22
- ActivePage = tsUpdate
22
+ ActivePage = tsCategories
23
23
ExplicitWidth = 671
24
24
ExplicitHeight = 456
25
25
object tsIntro: TTabSheet
26
26
Caption = ' tsIntro'
27
27
TabVisible = False
28
+ ExplicitLeft = 0
29
+ ExplicitTop = 0
30
+ ExplicitWidth = 0
31
+ ExplicitHeight = 0
28
32
inline frmIntro: THTMLTpltDlgFrame
29
33
Left = 0
30
34
Top = 0
@@ -55,6 +59,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
55
59
Caption = ' tsFolder'
56
60
ImageIndex = 4
57
61
TabVisible = False
62
+ ExplicitLeft = 0
63
+ ExplicitTop = 0
64
+ ExplicitWidth = 0
65
+ ExplicitHeight = 0
58
66
object lblFolder: TLabel
59
67
Left = 0
60
68
Top = 8
@@ -68,9 +76,9 @@ inherited SWAGImportDlg: TSWAGImportDlg
68
76
object lblFolderPageInfo: TLabel
69
77
Left = 0
70
78
Top = 72
71
- Width = 270
79
+ Width = 267
72
80
Height = 13
73
- Caption = ' Click the Next button to choose which snippets to import'
81
+ Caption = ' Click the Next button to choose which packets to import'
74
82
end
75
83
object edPath: TEdit
76
84
Left = 0
@@ -113,20 +121,20 @@ inherited SWAGImportDlg: TSWAGImportDlg
113
121
Height = 36
114
122
AutoSize = False
115
123
Caption =
116
- ' Select a category from the list on the left and click "Show Snip ' +
117
- ' pets In Category" (or double click the category) to display a li ' +
118
- ' st of its snippets in the right hand list. Tick the snippets you' +
119
- ' want to import. Repeat with as many categories as you wish. Whe ' +
120
- ' n you are ready to import click "Next".'
124
+ ' Select a category from the list on the left and click "Show Pack ' +
125
+ ' ets In Category" (or double click the category) to display a lis ' +
126
+ ' t of its packets in the right hand list. Tick the packet(s) you ' +
127
+ ' want to import. Repeat with as many categories as you wish. When ' +
128
+ ' you are ready to import click "Next".'
121
129
WordWrap = True
122
130
end
123
- object lblSelectSnippets : TLabel
131
+ object lblSelectPackets : TLabel
124
132
Left = 256
125
133
Top = 45
126
- Width = 119
134
+ Width = 116
127
135
Height = 13
128
- Caption = ' &Select required snippets :'
129
- FocusControl = clbSelectSnippets
136
+ Caption = ' &Select required packets :'
137
+ FocusControl = clbSelectPackets
130
138
end
131
139
object lbCategories: TListBox
132
140
Left = 0
@@ -138,16 +146,16 @@ inherited SWAGImportDlg: TSWAGImportDlg
138
146
OnDblClick = lbCategoriesDblClick
139
147
OnKeyDown = lbCategoriesKeyDown
140
148
end
141
- object clbSelectSnippets : TCheckListBox
149
+ object clbSelectPackets : TCheckListBox
142
150
Left = 256
143
151
Top = 64
144
152
Width = 404
145
153
Height = 321
146
- OnClickCheck = clbSelectSnippetsClickCheck
154
+ OnClickCheck = clbSelectPacketsClickCheck
147
155
ItemHeight = 13
148
156
TabOrder = 2
149
- OnDblClick = clbSelectSnippetsDblClick
150
- OnKeyDown = clbSelectSnippetsKeyDown
157
+ OnDblClick = clbSelectPacketsDblClick
158
+ OnKeyDown = clbSelectPacketsKeyDown
151
159
end
152
160
object btnDisplayCategory: TButton
153
161
Left = 30
@@ -157,31 +165,36 @@ inherited SWAGImportDlg: TSWAGImportDlg
157
165
Action = actDisplayCategory
158
166
TabOrder = 1
159
167
end
160
- object btnDisplaySnippet : TButton
168
+ object btnDisplayPacket : TButton
161
169
Left = 280
162
170
Top = 391
163
171
Width = 185
164
172
Height = 25
165
- Action = actDisplaySnippet
173
+ Action = actDisplayPacket
166
174
TabOrder = 3
167
175
end
168
176
end
169
177
object tsUpdate: TTabSheet
170
178
Caption = ' tsUpdate'
171
179
ImageIndex = 2
172
180
TabVisible = False
181
+ ExplicitLeft = 0
182
+ ExplicitTop = 0
183
+ ExplicitWidth = 0
184
+ ExplicitHeight = 0
173
185
object lblUpdateDesc: TLabel
174
186
Left = 0
175
187
Top = 3
176
188
Width = 649
177
189
Height = 36
178
190
AutoSize = False
179
191
Caption =
180
- ' You have chosen to import the following SWAG snippets. They will' +
181
- ' be imported with the given Display Names and Snippet IDs. You c' +
182
- ' an change these if you wish using the Snippets Editor. To make c' +
183
- ' hanges go back to the previous page. When you are ready to impor' +
184
- ' t the snippets click "Import". This step can' #39 ' t be undone.'
192
+ ' You have chosen to import the following SWAG packets as CodeSnip' +
193
+ ' snippets. They will be imported with the given Display Names an' +
194
+ ' d Packet IDs. You can change these if you wish using the Snippet' +
195
+ ' s Editor. To make changes go back to the previous page. When you' +
196
+ ' are ready to import the packets click "Import". This step can' #39 ' t' +
197
+ ' be undone.'
185
198
WordWrap = True
186
199
end
187
200
object lvImports: TListView
@@ -212,6 +225,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
212
225
Caption = ' tsFinish'
213
226
ImageIndex = 3
214
227
TabVisible = False
228
+ ExplicitLeft = 0
229
+ ExplicitTop = 0
230
+ ExplicitWidth = 0
231
+ ExplicitHeight = 0
215
232
inline frmOutro: THTMLTpltDlgFrame
216
233
Left = 0
217
234
Top = 0
@@ -250,14 +267,14 @@ inherited SWAGImportDlg: TSWAGImportDlg
250
267
Left = 336
251
268
Top = 256
252
269
object actDisplayCategory: TAction
253
- Caption = ' S&how Snippets In Category'
270
+ Caption = ' S&how Packets In Category'
254
271
OnExecute = actDisplayCategoryExecute
255
272
OnUpdate = actDisplayCategoryUpdate
256
273
end
257
- object actDisplaySnippet : TAction
258
- Caption = ' &Preview Selected Snippet ...'
259
- OnExecute = actDisplaySnippetExecute
260
- OnUpdate = actDisplaySnippetUpdate
274
+ object actDisplayPacket : TAction
275
+ Caption = ' &Preview Selected Packet ...'
276
+ OnExecute = actDisplayPacketExecute
277
+ OnUpdate = actDisplayPacketUpdate
261
278
end
262
279
object actBrowse: TAction
263
280
Caption = ' ...'
0 commit comments