home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / DBEDIT.DFM / DBEDIT.txt
Encoding:
Text File  |  1995-08-24  |  3.2 KB  |  165 lines

  1. object DBEditForm: TDBEditForm
  2.   Left = 140
  3.   Top = 81
  4.   ActiveControl = DatabaseName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1.Database1'
  7.   ClientHeight = 293
  8.   ClientWidth = 473
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 4
  20.     Width = 457
  21.     Height = 177
  22.     Caption = 'Database'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 159
  26.       Top = 19
  27.       Width = 66
  28.       Height = 13
  29.       Caption = '&Alias name:'
  30.       FocusControl = AliasName
  31.     end
  32.     object Label2: TLabel
  33.       Left = 310
  34.       Top = 19
  35.       Width = 73
  36.       Height = 13
  37.       Caption = '&Driver name:'
  38.       FocusControl = DriverName
  39.     end
  40.     object Label3: TLabel
  41.       Left = 8
  42.       Top = 63
  43.       Width = 118
  44.       Height = 13
  45.       Caption = '&Parameter overrides:'
  46.       FocusControl = DatabaseParams
  47.     end
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 19
  51.       Width = 37
  52.       Height = 13
  53.       Caption = '&Name:'
  54.       FocusControl = DatabaseName
  55.     end
  56.     object AliasName: TComboBox
  57.       Left = 159
  58.       Top = 36
  59.       Width = 137
  60.       Height = 20
  61.       ItemHeight = 13
  62.       Sorted = True
  63.       TabOrder = 1
  64.       OnChange = AliasNameChange
  65.       OnClick = ClearButtonClick
  66.       OnDropDown = AliasNameDropDown
  67.     end
  68.     object DriverName: TComboBox
  69.       Left = 310
  70.       Top = 36
  71.       Width = 137
  72.       Height = 20
  73.       ItemHeight = 13
  74.       Sorted = True
  75.       TabOrder = 2
  76.       OnChange = DriverNameChange
  77.       OnClick = ClearButtonClick
  78.       OnDropDown = DriverNameDropDown
  79.     end
  80.     object DatabaseParams: TMemo
  81.       Left = 8
  82.       Top = 80
  83.       Width = 353
  84.       Height = 89
  85.       ScrollBars = ssVertical
  86.       TabOrder = 3
  87.       WordWrap = False
  88.     end
  89.     object DefaultsButton: TButton
  90.       Left = 370
  91.       Top = 80
  92.       Width = 77
  93.       Height = 27
  94.       Caption = 'D&efaults'
  95.       TabOrder = 4
  96.       OnClick = DefaultsButtonClick
  97.     end
  98.     object ClearButton: TButton
  99.       Left = 370
  100.       Top = 112
  101.       Width = 77
  102.       Height = 27
  103.       Caption = '&Clear'
  104.       TabOrder = 5
  105.       OnClick = ClearButtonClick
  106.     end
  107.     object DatabaseName: TEdit
  108.       Left = 8
  109.       Top = 36
  110.       Width = 137
  111.       Height = 20
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object GroupBox3: TGroupBox
  116.     Left = 8
  117.     Top = 184
  118.     Width = 457
  119.     Height = 61
  120.     Caption = 'Options'
  121.     TabOrder = 1
  122.     object LoginPrompt: TCheckBox
  123.       Left = 8
  124.       Top = 16
  125.       Width = 121
  126.       Height = 17
  127.       Caption = '&Login prompt'
  128.       TabOrder = 0
  129.     end
  130.     object KeepConnection: TCheckBox
  131.       Left = 8
  132.       Top = 36
  133.       Width = 169
  134.       Height = 17
  135.       Caption = '&Keep inactive connection'
  136.       TabOrder = 1
  137.     end
  138.   end
  139.   object OkButton: TBitBtn
  140.     Left = 110
  141.     Top = 256
  142.     Width = 77
  143.     Height = 27
  144.     TabOrder = 2
  145.     OnClick = OkButtonClick
  146.     Kind = bkOK
  147.   end
  148.   object CancelButton: TBitBtn
  149.     Left = 198
  150.     Top = 256
  151.     Width = 77
  152.     Height = 27
  153.     TabOrder = 3
  154.     Kind = bkCancel
  155.   end
  156.   object HelpButton: TBitBtn
  157.     Left = 286
  158.     Top = 256
  159.     Width = 77
  160.     Height = 27
  161.     TabOrder = 4
  162.     Kind = bkHelp
  163.   end
  164. end
  165.