Sanitize default component names.

This commit is contained in:
Ansgar Becker
2007-07-05 18:49:56 +00:00
parent feb47109f5
commit 8bc4e646f3
2 changed files with 160 additions and 160 deletions

View File

@@ -16,7 +16,7 @@ object loaddataform: Tloaddataform
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
object bvlBottom: TBevel
Left = 0
Top = 300
Width = 497
@@ -24,35 +24,35 @@ object loaddataform: Tloaddataform
Align = alBottom
Shape = bsTopLine
end
object Label1: TLabel
object lblTable: TLabel
Left = 16
Top = 64
Width = 78
Height = 13
Caption = 'Import into table:'
end
object Label2: TLabel
object lblFilename: TLabel
Left = 208
Top = 24
Width = 45
Height = 13
Caption = 'Filename:'
end
object Label3: TLabel
object lblFields: TLabel
Left = 208
Top = 56
Width = 30
Height = 13
Caption = 'Fields:'
end
object Label4: TLabel
object lblLines: TLabel
Left = 208
Top = 144
Width = 28
Height = 13
Caption = 'Lines:'
end
object Label5: TLabel
object lblIgnoreLines: TLabel
Left = 415
Top = 169
Width = 25
@@ -60,21 +60,21 @@ object loaddataform: Tloaddataform
Caption = 'Lines'
Enabled = False
end
object Label6: TLabel
object lblColumns: TLabel
Left = 16
Top = 112
Width = 65
Height = 13
Caption = 'Use Columns:'
end
object Label7: TLabel
object lblDatabase: TLabel
Left = 16
Top = 16
Width = 49
Height = 13
Caption = 'Database:'
end
object Label8: TLabel
object lblNote: TLabel
Left = 208
Top = 256
Width = 240
@@ -84,7 +84,7 @@ object loaddataform: Tloaddataform
'ons > 3.22.6. On previous versions you will get an error!'
WordWrap = True
end
object Button1: TButton
object btnImport: TButton
Left = 328
Top = 312
Width = 75
@@ -93,9 +93,9 @@ object loaddataform: Tloaddataform
Default = True
ModalResult = 1
TabOrder = 0
OnClick = Button1Click
OnClick = btnImportClick
end
object Button2: TButton
object btnCancel: TButton
Left = 408
Top = 312
Width = 75
@@ -104,24 +104,24 @@ object loaddataform: Tloaddataform
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = Button2Click
OnClick = btnCancelClick
end
object EditFileName: TEdit
object editFilename: TEdit
Left = 272
Top = 24
Width = 193
Height = 21
TabOrder = 2
Text = 'EditFileName'
OnDblClick = BitBtn1Click
Text = 'editFilename'
OnDblClick = btnOpenFileClick
end
object BitBtn1: TBitBtn
object btnOpenFile: TBitBtn
Left = 464
Top = 24
Width = 22
Height = 22
TabOrder = 3
OnClick = BitBtn1Click
OnClick = btnOpenFileClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
@@ -132,7 +132,7 @@ object loaddataform: Tloaddataform
777770FBFBFBFBF0777770BFB000000077777700077777777000777777777777
7700777777777077707077777777770007777777777777777777}
end
object CheckBox1: TCheckBox
object chkLowPriority: TCheckBox
Left = 272
Top = 200
Width = 81
@@ -140,7 +140,7 @@ object loaddataform: Tloaddataform
Caption = 'Low Priority'
TabOrder = 4
end
object TablesComboBox: TComboBox
object comboTable: TComboBox
Left = 16
Top = 80
Width = 153
@@ -148,18 +148,18 @@ object loaddataform: Tloaddataform
Style = csDropDownList
ItemHeight = 13
TabOrder = 5
OnChange = TablesComboBoxChange
OnChange = comboTableChange
end
object CheckBox2: TCheckBox
object chkFieldsTerminated: TCheckBox
Left = 272
Top = 56
Width = 97
Height = 17
Caption = 'terminated by'
TabOrder = 6
OnClick = CheckBox2Click
OnClick = chkFieldsTerminatedClick
end
object Edit2: TEdit
object editFieldTerminator: TEdit
Left = 360
Top = 56
Width = 49
@@ -168,16 +168,16 @@ object loaddataform: Tloaddataform
TabOrder = 7
Text = '\t'
end
object CheckBox3: TCheckBox
object chkFieldsEnclosed: TCheckBox
Left = 272
Top = 80
Width = 97
Height = 17
Caption = 'enclosed by'
TabOrder = 8
OnClick = CheckBox3Click
OnClick = chkFieldsEnclosedClick
end
object Edit3: TEdit
object editFieldEncloser: TEdit
Left = 360
Top = 80
Width = 49
@@ -185,16 +185,16 @@ object loaddataform: Tloaddataform
Enabled = False
TabOrder = 9
end
object CheckBox4: TCheckBox
object chkFieldsEscaped: TCheckBox
Left = 272
Top = 104
Width = 97
Height = 17
Caption = 'escaped by'
TabOrder = 10
OnClick = CheckBox4Click
OnClick = chkFieldsEscapedClick
end
object Edit4: TEdit
object editFieldEscaper: TEdit
Left = 360
Top = 104
Width = 49
@@ -203,7 +203,7 @@ object loaddataform: Tloaddataform
TabOrder = 11
Text = '\\'
end
object CheckBox5: TCheckBox
object chkFieldsEnclosedOptionally: TCheckBox
Left = 416
Top = 80
Width = 73
@@ -212,16 +212,16 @@ object loaddataform: Tloaddataform
Enabled = False
TabOrder = 12
end
object CheckBox6: TCheckBox
object chkLinesTerminated: TCheckBox
Left = 272
Top = 144
Width = 89
Height = 17
Caption = 'terminated by'
TabOrder = 13
OnClick = CheckBox6Click
OnClick = chkLinesTerminatedClick
end
object Edit5: TEdit
object editLineTerminator: TEdit
Left = 360
Top = 144
Width = 49
@@ -230,16 +230,16 @@ object loaddataform: Tloaddataform
TabOrder = 14
Text = '\n'
end
object CheckBox7: TCheckBox
object chkLinesIgnore: TCheckBox
Left = 272
Top = 168
Width = 73
Height = 17
Caption = 'ignore'
TabOrder = 15
OnClick = CheckBox7Click
OnClick = chkLinesIgnoreClick
end
object ColumnsCheckListBox: TCheckListBox
object chklistColumns: TCheckListBox
Left = 16
Top = 128
Width = 121
@@ -247,7 +247,7 @@ object loaddataform: Tloaddataform
ItemHeight = 13
TabOrder = 16
end
object DBComboBox: TComboBox
object comboDatabase: TComboBox
Left = 16
Top = 32
Width = 153
@@ -255,33 +255,33 @@ object loaddataform: Tloaddataform
Style = csDropDownList
ItemHeight = 13
TabOrder = 17
OnChange = DBComboBoxChange
OnChange = comboDatabaseChange
end
object CheckBox8: TCheckBox
object chkReplace: TCheckBox
Left = 272
Top = 224
Width = 65
Height = 17
Caption = 'Replace'
TabOrder = 18
OnClick = CheckBox8Click
OnClick = chkReplaceClick
end
object CheckBox9: TCheckBox
object chkIgnore: TCheckBox
Left = 360
Top = 224
Width = 57
Height = 17
Caption = 'Ignore'
TabOrder = 19
OnClick = CheckBox9Click
OnClick = chkIgnoreClick
end
object BitBtn2: TBitBtn
object btnColUp: TBitBtn
Left = 144
Top = 178
Width = 25
Height = 25
TabOrder = 21
OnClick = BitBtn2Click
OnClick = btnColUpClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000009410
@@ -292,13 +292,13 @@ object loaddataform: Tloaddataform
AAAAAAAA0987650AAAAAAAAAA09870AAAAAAAAAAAA090AAAAAAAAAAAAAA0AAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA}
end
object BitBtn3: TBitBtn
object btnColDown: TBitBtn
Left = 144
Top = 202
Width = 25
Height = 25
TabOrder = 20
OnClick = BitBtn3Click
OnClick = btnColDownClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
040000000000800000000000000000000000100000001000000000000000A521
@@ -329,7 +329,7 @@ object loaddataform: Tloaddataform
Position = 1
TabOrder = 23
end
object OpenDialog1: TOpenDialog
object OpenDialogCSVFile: TOpenDialog
DefaultExt = 'csv'
Filter =
'CSV-Files (*.csv)|*.csv|Textfiles (*.txt)|*.txt|All Files (*.*)|' +