File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,11 @@ inherited CodeImportDlg: TCodeImportDlg
9
9
ExplicitHeight = 321
10
10
inherited pcWizard: TPageControl
11
11
Height = 288
12
- ActivePage = tsFile
12
+ ActivePage = tsInfo
13
13
ExplicitHeight = 288
14
14
object tsInfo: TTabSheet
15
15
Caption = ' tsInfo'
16
16
TabVisible = False
17
- ExplicitLeft = 0
18
- ExplicitTop = 0
19
- ExplicitWidth = 0
20
- ExplicitHeight = 0
21
17
object lblIntro: TLabel
22
18
Left = 0
23
19
Top = 8
@@ -98,9 +94,9 @@ inherited CodeImportDlg: TCodeImportDlg
98
94
Height = 40
99
95
AutoSize = False
100
96
Caption =
101
- ' The imported functions are listed below. Select, deselect and re ' +
102
- ' name as required then click the "Update" button to update the da ' +
103
- ' tabase . Use "Cancel" to abandon the import.'
97
+ ' The functions to be imported are listed below. Select, deselect ' +
98
+ ' and rename as required then click the "Update" button to update ' +
99
+ ' the database . Use "Cancel" to abandon the import.'
104
100
WordWrap = True
105
101
end
106
102
object lvImports: TListView
@@ -153,10 +149,6 @@ inherited CodeImportDlg: TCodeImportDlg
153
149
Caption = ' tsFinish'
154
150
ImageIndex = 5
155
151
TabVisible = False
156
- ExplicitLeft = 0
157
- ExplicitTop = 0
158
- ExplicitWidth = 0
159
- ExplicitHeight = 0
160
152
object lblFinish: TLabel
161
153
Left = 0
162
154
Top = 8
You can’t perform that action at this time.
0 commit comments