home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / sql_load.zip / MAIN.DFM / MAIN.txt
Text File  |  1995-07-04  |  1KB  |  84 lines

  1. object frmMain: TfrmMain
  2.   Left = 200
  3.   Top = 115
  4.   Width = 370
  5.   Height = 224
  6.   Caption = 'SQL Load'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 8
  16.     Width = 56
  17.     Height = 16
  18.     Caption = 'DB Alias'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 16
  22.     Top = 56
  23.     Width = 55
  24.     Height = 16
  25.     Caption = 'SQL File'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 96
  30.     Width = 70
  31.     Height = 16
  32.     Caption = 'Result File'
  33.   end
  34.   object dfAlias: TEdit
  35.     Left = 96
  36.     Top = 8
  37.     Width = 169
  38.     Height = 24
  39.     MaxLength = 79
  40.     TabOrder = 0
  41.   end
  42.   object dfInputFile: TEdit
  43.     Left = 96
  44.     Top = 56
  45.     Width = 169
  46.     Height = 24
  47.     TabOrder = 1
  48.   end
  49.   object dfOutputFile: TEdit
  50.     Left = 96
  51.     Top = 96
  52.     Width = 169
  53.     Height = 24
  54.     TabOrder = 2
  55.   end
  56.   object btnStart: TButton
  57.     Left = 56
  58.     Top = 144
  59.     Width = 89
  60.     Height = 33
  61.     Caption = 'Start'
  62.     TabOrder = 3
  63.     OnClick = btnStartClick
  64.   end
  65.   object Button1: TButton
  66.     Left = 176
  67.     Top = 144
  68.     Width = 89
  69.     Height = 33
  70.     Caption = 'Quit'
  71.     TabOrder = 4
  72.     OnClick = Button1Click
  73.   end
  74.   object dbMain: TDatabase
  75.     DatabaseName = 'SQLLOAD'
  76.     Left = 304
  77.   end
  78.   object qLoad: TQuery
  79.     DatabaseName = 'SQLLOAD'
  80.     Left = 296
  81.     Top = 48
  82.   end
  83. end
  84.