@@ -19,7 +19,7 @@ inherited SWAGImportDlg: TSWAGImportDlg
19
19
inherited pcWizard: TPageControl
20
20
Width = 671
21
21
Height = 456
22
- ActivePage = tsUpdate
22
+ ActivePage = tsFinish
23
23
ExplicitWidth = 671
24
24
ExplicitHeight = 456
25
25
object tsIntro: TTabSheet
@@ -58,30 +58,38 @@ inherited SWAGImportDlg: TSWAGImportDlg
58
58
object lblFolder: TLabel
59
59
Left = 0
60
60
Top = 8
61
- Width = 393
61
+ Width = 383
62
62
Height = 13
63
63
Caption =
64
- ' Enter the SWAG database download &folder: (click the button to b ' +
65
- ' rowse for folder) '
64
+ ' Enter the SWAG database download &folder - you need the ' # 39 ' swag ' # 39 ' s ' +
65
+ ' ub-directory: '
66
66
FocusControl = edPath
67
67
end
68
- object lblFolderPageInfo : TLabel
68
+ object lblFolderPageInfo2 : TLabel
69
69
Left = 0
70
70
Top = 72
71
- Width = 270
71
+ Width = 267
72
72
Height = 13
73
- Caption = ' Click the Next button to choose which snippets to import'
73
+ Caption = ' Click the Next button to choose which packets to import'
74
74
end
75
- object edPath: TEdit
75
+ object lblFolderPageInfo1: TLabel
76
76
Left = 0
77
- Top = 28
77
+ Top = 26
78
+ Width = 208
79
+ Height = 13
80
+ Caption = ' Click the ... button to browse for the folder'
81
+ FocusControl = edPath
82
+ end
83
+ object edPath: TEdit
84
+ Left = 3
85
+ Top = 45
78
86
Width = 484
79
87
Height = 21
80
88
TabOrder = 0
81
89
end
82
90
object btnBrowse: TButton
83
- Left = 490
84
- Top = 28
91
+ Left = 493
92
+ Top = 45
85
93
Width = 27
86
94
Height = 21
87
95
Action = actBrowse
@@ -113,20 +121,26 @@ 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
135
+ Height = 13
136
+ Caption = ' &Select required packets:'
137
+ FocusControl = clbSelectPackets
138
+ end
139
+ object lblVersionNumber: TLabel
140
+ Left = 2
141
+ Top = 427
142
+ Width = 3
127
143
Height = 13
128
- Caption = ' &Select required snippets:'
129
- FocusControl = clbSelectSnippets
130
144
end
131
145
object lbCategories: TListBox
132
146
Left = 0
@@ -138,16 +152,16 @@ inherited SWAGImportDlg: TSWAGImportDlg
138
152
OnDblClick = lbCategoriesDblClick
139
153
OnKeyDown = lbCategoriesKeyDown
140
154
end
141
- object clbSelectSnippets : TCheckListBox
142
- Left = 256
155
+ object clbSelectPackets : TCheckListBox
156
+ Left = 240
143
157
Top = 64
144
158
Width = 404
145
159
Height = 321
146
- OnClickCheck = clbSelectSnippetsClickCheck
160
+ OnClickCheck = clbSelectPacketsClickCheck
147
161
ItemHeight = 13
148
162
TabOrder = 2
149
- OnDblClick = clbSelectSnippetsDblClick
150
- OnKeyDown = clbSelectSnippetsKeyDown
163
+ OnDblClick = clbSelectPacketsDblClick
164
+ OnKeyDown = clbSelectPacketsKeyDown
151
165
end
152
166
object btnDisplayCategory: TButton
153
167
Left = 30
@@ -157,12 +171,12 @@ inherited SWAGImportDlg: TSWAGImportDlg
157
171
Action = actDisplayCategory
158
172
TabOrder = 1
159
173
end
160
- object btnDisplaySnippet : TButton
174
+ object btnDisplayPacket : TButton
161
175
Left = 280
162
176
Top = 391
163
177
Width = 185
164
178
Height = 25
165
- Action = actDisplaySnippet
179
+ Action = actDisplayPacket
166
180
TabOrder = 3
167
181
end
168
182
end
@@ -177,11 +191,12 @@ inherited SWAGImportDlg: TSWAGImportDlg
177
191
Height = 36
178
192
AutoSize = False
179
193
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.'
194
+ ' You have chosen to import the following SWAG packets as CodeSnip' +
195
+ ' snippets. They will be imported with the given Display Names an' +
196
+ ' d Packet IDs. You can change these if you wish using the Snippet' +
197
+ ' s Editor. To make changes go back to the previous page. When you' +
198
+ ' are ready to import the packets click "Import". This step can' #39 ' t' +
199
+ ' be undone.'
185
200
WordWrap = True
186
201
end
187
202
object lvImports: TListView
@@ -191,11 +206,11 @@ inherited SWAGImportDlg: TSWAGImportDlg
191
206
Height = 317
192
207
Columns = <
193
208
item
194
- Caption = ' Snippet Title ( Display Name) '
209
+ Caption = ' Packet Title ' # 8594 ' Snippet Display Name'
195
210
Width = 400
196
211
end
197
212
item
198
- Caption = ' Snippet ID ( Name) '
213
+ Caption = ' Snippet Name from SWAG ID '
199
214
Width = 200
200
215
end >
201
216
ColumnClick = False
@@ -250,14 +265,14 @@ inherited SWAGImportDlg: TSWAGImportDlg
250
265
Left = 336
251
266
Top = 256
252
267
object actDisplayCategory: TAction
253
- Caption = ' S&how Snippets In Category'
268
+ Caption = ' S&how Packets In Category'
254
269
OnExecute = actDisplayCategoryExecute
255
270
OnUpdate = actDisplayCategoryUpdate
256
271
end
257
- object actDisplaySnippet : TAction
258
- Caption = ' &Preview Selected Snippet ...'
259
- OnExecute = actDisplaySnippetExecute
260
- OnUpdate = actDisplaySnippetUpdate
272
+ object actDisplayPacket : TAction
273
+ Caption = ' &Preview Selected Packet ...'
274
+ OnExecute = actDisplayPacketExecute
275
+ OnUpdate = actDisplayPacketUpdate
261
276
end
262
277
object actBrowse: TAction
263
278
Caption = ' ...'
0 commit comments