home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Lib / ADOCONED.DFM / ADOCONED.txt
Encoding:
Text File  |  1999-08-11  |  2.1 KB  |  111 lines

  1. object ConnEditForm: TConnEditForm
  2.   Left = 196
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 185
  6.   ClientWidth = 472
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object OkButton: TButton
  15.     Left = 214
  16.     Top = 151
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'OK'
  20.     Default = True
  21.     ModalResult = 1
  22.     TabOrder = 0
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 302
  26.     Top = 151
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object HelpButton: TButton
  35.     Left = 390
  36.     Top = 151
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Help'
  40.     TabOrder = 2
  41.     OnClick = HelpButtonClick
  42.   end
  43.   object SourceofConnection: TGroupBox
  44.     Tag = 2201
  45.     Left = 5
  46.     Top = 4
  47.     Width = 461
  48.     Height = 136
  49.     Caption = ' Source of Connection '
  50.     TabOrder = 3
  51.     object UseDataLinkFile: TRadioButton
  52.       Tag = 2203
  53.       Left = 10
  54.       Top = 21
  55.       Width = 226
  56.       Height = 20
  57.       Caption = 'Use Data &Link File'
  58.       TabOrder = 0
  59.       OnClick = SourceButtonClick
  60.     end
  61.     object DataLinkFile: TComboBox
  62.       Tag = 2206
  63.       Left = 28
  64.       Top = 42
  65.       Width = 332
  66.       Height = 21
  67.       ItemHeight = 13
  68.       Sorted = True
  69.       TabOrder = 1
  70.     end
  71.     object Browse: TButton
  72.       Tag = 2209
  73.       Left = 370
  74.       Top = 39
  75.       Width = 75
  76.       Height = 25
  77.       Caption = '&Browse...'
  78.       TabOrder = 2
  79.       OnClick = BrowseClick
  80.     end
  81.     object UseConnectionString: TRadioButton
  82.       Tag = 2202
  83.       Left = 10
  84.       Top = 73
  85.       Width = 226
  86.       Height = 20
  87.       Caption = 'Use &Connection String'
  88.       TabOrder = 3
  89.       OnClick = SourceButtonClick
  90.     end
  91.     object ConnectionString: TEdit
  92.       Tag = 2205
  93.       Left = 28
  94.       Top = 94
  95.       Width = 332
  96.       Height = 21
  97.       TabOrder = 4
  98.     end
  99.     object Build: TButton
  100.       Tag = 2208
  101.       Left = 370
  102.       Top = 92
  103.       Width = 75
  104.       Height = 25
  105.       Caption = 'B&uild...'
  106.       TabOrder = 5
  107.       OnClick = BuildClick
  108.     end
  109.   end
  110. end
  111.