home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DBX.DLL / RCDATA / TNEWALIASFORM / TNEWALIASFORM.txt
Text File  |  1997-01-16  |  1KB  |  68 lines

  1. object NewAliasForm: TNewAliasForm
  2.   Left = 374
  3.   Top = 103
  4.   HelpContext = 2300
  5.   ActiveControl = DriverList
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'New Database Alias'
  9.   ClientHeight = 103
  10.   ClientWidth = 250
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poDefaultPosOnly
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object HelpBtn: TButton
  20.     Left = 168
  21.     Top = 72
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Help'
  25.     TabOrder = 0
  26.     OnClick = HelpBtnClick
  27.   end
  28.   object OKBtn: TButton
  29.     Left = 8
  30.     Top = 72
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object CancelBtn: TButton
  39.     Left = 88
  40.     Top = 72
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object AliasBox: TGroupBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 233
  52.     Height = 57
  53.     Caption = 'Database Driver Name'
  54.     TabOrder = 3
  55.     object DriverList: TComboBox
  56.       Left = 14
  57.       Top = 22
  58.       Width = 205
  59.       Height = 21
  60.       Style = csDropDownList
  61.       Ctl3D = False
  62.       ItemHeight = 13
  63.       ParentCtl3D = False
  64.       TabOrder = 0
  65.     end
  66.   end
  67. end
  68.