home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d34567 / KADAO77.ZIP / ODBCDialogUnit.dfm / ODBCDialogUnit.txt
Text File  |  2002-02-13  |  1KB  |  77 lines

  1. object ODBCDialog: TODBCDialog
  2.   Left = 344
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select ODBC Database:'
  6.   ClientHeight = 118
  7.   ClientWidth = 439
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RadioGroup1: TRadioGroup
  17.     Left = 8
  18.     Top = 8
  19.     Width = 427
  20.     Height = 73
  21.     Caption = ' &Choose DSN:   '
  22.     ItemIndex = 1
  23.     Items.Strings = (
  24.       '&System DSN:'
  25.       '&User DSN ...:')
  26.     TabOrder = 0
  27.     OnClick = RadioGroup1Click
  28.   end
  29.   object ComboBox1: TComboBox
  30.     Left = 106
  31.     Top = 24
  32.     Width = 245
  33.     Height = 21
  34.     Style = csDropDownList
  35.     Enabled = False
  36.     ItemHeight = 13
  37.     TabOrder = 1
  38.   end
  39.   object ComboBox2: TComboBox
  40.     Left = 106
  41.     Top = 51
  42.     Width = 245
  43.     Height = 21
  44.     Style = csDropDownList
  45.     ItemHeight = 13
  46.     TabOrder = 2
  47.   end
  48.   object Button1: TButton
  49.     Left = 360
  50.     Top = 88
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Ok'
  54.     TabOrder = 3
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 280
  59.     Top = 88
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     TabOrder = 4
  65.     OnClick = Button2Click
  66.   end
  67.   object Button3: TButton
  68.     Left = 359
  69.     Top = 47
  70.     Width = 70
  71.     Height = 25
  72.     Caption = '&ODBC >>'
  73.     TabOrder = 5
  74.     OnClick = Button3Click
  75.   end
  76. end
  77.