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

  1. object frmDBStatistics: TfrmDBStatistics
  2.   Left = 230
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Database Statistics'
  7.   ClientHeight = 167
  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.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblOptions: TLabel
  22.     Left = 15
  23.     Top = 59
  24.     Width = 75
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = 'O&ption:'
  28.     FocusControl = sgOptions
  29.   end
  30.   object lblDatabaseName: TLabel
  31.     Left = 15
  32.     Top = 15
  33.     Width = 67
  34.     Height = 16
  35.     AutoSize = False
  36.     Caption = 'Database:'
  37.   end
  38.   object bvlLine1: TBevel
  39.     Left = 15
  40.     Top = 42
  41.     Width = 319
  42.     Height = 8
  43.     Shape = bsTopLine
  44.   end
  45.   object stxDatabaseName: TLabel
  46.     Left = 88
  47.     Top = 16
  48.     Width = 87
  49.     Height = 13
  50.     Caption = 'stxDatabaseName'
  51.   end
  52.   object sgOptions: TStringGrid
  53.     Left = 15
  54.     Top = 81
  55.     Width = 319
  56.     Height = 25
  57.     Color = clSilver
  58.     ColCount = 2
  59.     DefaultColWidth = 90
  60.     DefaultRowHeight = 21
  61.     FixedCols = 0
  62.     RowCount = 1
  63.     FixedRows = 0
  64.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
  65.     ScrollBars = ssNone
  66.     TabOrder = 0
  67.     OnDrawCell = sgOptionsDrawCell
  68.     OnSelectCell = sgOptionsSelectCell
  69.     ColWidths = (
  70.       137
  71.       116)
  72.   end
  73.   object pnlOptionName: TPanel
  74.     Left = 16
  75.     Top = 82
  76.     Width = 171
  77.     Height = 21
  78.     Alignment = taLeftJustify
  79.     BevelInner = bvLowered
  80.     BevelOuter = bvLowered
  81.     TabOrder = 1
  82.   end
  83.   object cbOptions: TComboBox
  84.     Left = 188
  85.     Top = 83
  86.     Width = 144
  87.     Height = 21
  88.     ItemHeight = 13
  89.     TabOrder = 2
  90.     OnChange = cbOptionsChange
  91.     OnDblClick = cbOptionsDblClick
  92.     OnExit = cbOptionsExit
  93.     OnKeyDown = cbOptionsKeyDown
  94.   end
  95.   object btnOK: TButton
  96.     Left = 185
  97.     Top = 137
  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 = 263
  107.     Top = 137
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '&Cancel'
  111.     TabOrder = 4
  112.     OnClick = btnCancelClick
  113.   end
  114. end
  115.