home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuDBValidation.dfm / frmuDBValidation.txt
Text File  |  2000-06-08  |  2KB  |  115 lines

  1. object frmDBValidation: TfrmDBValidation
  2.   Left = 314
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Database Validation'
  7.   ClientHeight = 217
  8.   ClientWidth = 348
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnHelp = FormHelp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblDatabaseName: TLabel
  23.     Left = 15
  24.     Top = 15
  25.     Width = 67
  26.     Height = 16
  27.     AutoSize = False
  28.     Caption = 'Database:'
  29.   end
  30.   object bvlLine1: TBevel
  31.     Left = 15
  32.     Top = 42
  33.     Width = 319
  34.     Height = 8
  35.     Shape = bsTopLine
  36.   end
  37.   object lblOptions: TLabel
  38.     Left = 15
  39.     Top = 59
  40.     Width = 75
  41.     Height = 16
  42.     AutoSize = False
  43.     Caption = 'O&ptions:'
  44.     FocusControl = sgOptions
  45.   end
  46.   object stxDatabaseName: TLabel
  47.     Left = 89
  48.     Top = 14
  49.     Width = 87
  50.     Height = 13
  51.     Caption = 'stxDatabaseName'
  52.   end
  53.   object pnlOptionName: TPanel
  54.     Left = 16
  55.     Top = 82
  56.     Width = 170
  57.     Height = 28
  58.     Alignment = taLeftJustify
  59.     BevelInner = bvLowered
  60.     BevelOuter = bvLowered
  61.     TabOrder = 0
  62.   end
  63.   object sgOptions: TStringGrid
  64.     Left = 15
  65.     Top = 81
  66.     Width = 319
  67.     Height = 88
  68.     Color = clSilver
  69.     ColCount = 2
  70.     DefaultColWidth = 90
  71.     DefaultRowHeight = 21
  72.     FixedCols = 0
  73.     RowCount = 3
  74.     FixedRows = 0
  75.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  76.     ScrollBars = ssNone
  77.     TabOrder = 1
  78.     OnDrawCell = sgOptionsDrawCell
  79.     OnSelectCell = sgOptionsSelectCell
  80.     ColWidths = (
  81.       168
  82.       145)
  83.   end
  84.   object cbOptions: TComboBox
  85.     Left = 187
  86.     Top = 82
  87.     Width = 143
  88.     Height = 21
  89.     ItemHeight = 13
  90.     TabOrder = 2
  91.     OnDblClick = cbOptionsDblClick
  92.     OnExit = cbOptionsExit
  93.     OnKeyDown = cbOptionsKeyDown
  94.   end
  95.   object btnOK: TButton
  96.     Left = 179
  97.     Top = 184
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&OK'
  101.     Default = True
  102.     TabOrder = 3
  103.     OnClick = btnOKClick
  104.   end
  105.   object btnCancel: TButton
  106.     Left = 261
  107.     Top = 184
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '&Cancel'
  111.     TabOrder = 4
  112.     OnClick = btnCancelClick
  113.   end
  114. end
  115.