File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inherited DBUpdateDlg: TDBUpdateDlg
16
16
end
17
17
inherited pcWizard: TPageControl
18
18
Width = 409
19
- ActivePage = tsFinish
19
+ ActivePage = tsFolder
20
20
ExplicitWidth = 409
21
21
object tsIntro: TTabSheet
22
22
Caption = ' tsIntro'
@@ -63,9 +63,9 @@ inherited DBUpdateDlg: TDBUpdateDlg
63
63
object lblFolderPageInfo: TLabel
64
64
Left = 0
65
65
Top = 72
66
- Width = 246
66
+ Width = 220
67
67
Height = 13
68
- Caption = ' Click the Next button to update the local database .'
68
+ Caption = ' Click the Next button when ready to proceed .'
69
69
end
70
70
object edPath: TEdit
71
71
Left = 0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inherited SWAGImportDlg: TSWAGImportDlg
19
19
inherited pcWizard: TPageControl
20
20
Width = 671
21
21
Height = 456
22
- ActivePage = tsIntro
22
+ ActivePage = tsUpdate
23
23
ExplicitWidth = 671
24
24
ExplicitHeight = 456
25
25
object tsIntro: TTabSheet
@@ -33,10 +33,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
33
33
Align = alTop
34
34
TabOrder = 0
35
35
TabStop = True
36
- ExplicitLeft = 8
37
- ExplicitTop = 8
36
+ ExplicitWidth = 663
38
37
inherited pnlBrowser: TPanel
39
38
Width = 663
39
+ ExplicitWidth = 663
40
40
inherited wbBrowser: TWebBrowser
41
41
Width = 663
42
42
ExplicitWidth = 320
@@ -178,10 +178,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
178
178
AutoSize = False
179
179
Caption =
180
180
' You have chosen to import the following SWAG snippets. They will' +
181
- ' be imported with the given Display Names and Unique IDs. You ca ' +
182
- ' n change these if you wish using the Snippets Editor. To make ch ' +
183
- ' anges go back to the previous page. When you are ready to import ' +
184
- ' the snippets click "Import". This step can' #39 ' t be undone.'
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.'
185
185
WordWrap = True
186
186
end
187
187
object lvImports: TListView
You can’t perform that action at this time.
0 commit comments