home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / Ahmkolekce / D397SELF.ZIP / VEnhanced97 / Bin / AHMTAsciiDBTransfer.dfm / AHMTAsciiDBTransfer.txt
Text File  |  1997-03-10  |  1KB  |  80 lines

  1. object ADSelect: TADSelect
  2.   Left = 283
  3.   Top = 201
  4.   Width = 328
  5.   Height = 183
  6.   Caption = 'Ascii-Database Transfer Selection'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 136
  16.     Top = 8
  17.     Width = 177
  18.     Height = 113
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 144
  23.     Top = 72
  24.     Width = 155
  25.     Height = 13
  26.     Caption = 'Fieldname in CSV File for Header'
  27.   end
  28.   object Bevel2: TBevel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 121
  32.     Height = 113
  33.     Shape = bsFrame
  34.   end
  35.   object ListBox1: TListBox
  36.     Left = 16
  37.     Top = 16
  38.     Width = 105
  39.     Height = 97
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnClick = ListBox1Click
  43.   end
  44.   object CheckBox1: TCheckBox
  45.     Left = 144
  46.     Top = 16
  47.     Width = 97
  48.     Height = 17
  49.     Caption = 'Use for transfer'
  50.     TabOrder = 1
  51.     OnExit = CheckBox1Exit
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 144
  55.     Top = 88
  56.     Width = 161
  57.     Height = 21
  58.     TabOrder = 2
  59.     OnExit = Edit1Exit
  60.   end
  61.   object BitBtn1: TBitBtn
  62.     Left = 8
  63.     Top = 128
  64.     Width = 89
  65.     Height = 25
  66.     TabOrder = 3
  67.     OnClick = BitBtn1Click
  68.     Kind = bkOK
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 216
  72.     Top = 128
  73.     Width = 89
  74.     Height = 25
  75.     TabOrder = 4
  76.     OnClick = BitBtn2Click
  77.     Kind = bkHelp
  78.   end
  79. end
  80.