home *** CD-ROM | disk | FTP | other *** search
- object ADSelect: TADSelect
- Left = 283
- Top = 201
- Width = 328
- Height = 183
- Caption = 'Ascii-Database Transfer Selection'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 136
- Top = 8
- Width = 177
- Height = 113
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 144
- Top = 72
- Width = 155
- Height = 13
- Caption = 'Fieldname in CSV File for Header'
- end
- object Bevel2: TBevel
- Left = 8
- Top = 8
- Width = 121
- Height = 113
- Shape = bsFrame
- end
- object ListBox1: TListBox
- Left = 16
- Top = 16
- Width = 105
- Height = 97
- ItemHeight = 13
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object CheckBox1: TCheckBox
- Left = 144
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Use for transfer'
- TabOrder = 1
- OnExit = CheckBox1Exit
- end
- object Edit1: TEdit
- Left = 144
- Top = 88
- Width = 161
- Height = 21
- TabOrder = 2
- OnExit = Edit1Exit
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 128
- Width = 89
- Height = 25
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 216
- Top = 128
- Width = 89
- Height = 25
- TabOrder = 4
- OnClick = BitBtn2Click
- Kind = bkHelp
- end
- end
-