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

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