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

  1. object frmDBCreate: TfrmDBCreate
  2.   Left = 293
  3.   Top = 114
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Create Database'
  8.   ClientHeight = 412
  9.   ClientWidth = 391
  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 = '1'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnHelp = FormHelp
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblServer: TLabel
  25.     Left = 15
  26.     Top = 15
  27.     Width = 45
  28.     Height = 16
  29.     AutoSize = False
  30.     Caption = 'Server:'
  31.     FocusControl = stxServer
  32.   end
  33.   object lblDBAlias: TLabel
  34.     Left = 15
  35.     Top = 44
  36.     Width = 45
  37.     Height = 24
  38.     AutoSize = False
  39.     Caption = '&Alias:'
  40.     FocusControl = edtDBAlias
  41.   end
  42.   object lblDatabaseFiles: TLabel
  43.     Left = 15
  44.     Top = 81
  45.     Width = 134
  46.     Height = 24
  47.     AutoSize = False
  48.     Caption = '&File(s):'
  49.     FocusControl = sgDatabaseFiles
  50.   end
  51.   object lblOptions: TLabel
  52.     Left = 15
  53.     Top = 244
  54.     Width = 75
  55.     Height = 16
  56.     AutoSize = False
  57.     Caption = 'O&ptions:'
  58.     FocusControl = sgOptions
  59.   end
  60.   object stxServer: TStaticText
  61.     Left = 66
  62.     Top = 15
  63.     Width = 282
  64.     Height = 21
  65.     AutoSize = False
  66.     TabOrder = 0
  67.   end
  68.   object edtDBAlias: TEdit
  69.     Left = 66
  70.     Top = 44
  71.     Width = 312
  72.     Height = 21
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     TabOrder = 1
  76.     OnChange = edtDBAliasChange
  77.   end
  78.   object sgDatabaseFiles: TStringGrid
  79.     Left = 15
  80.     Top = 103
  81.     Width = 363
  82.     Height = 127
  83.     ColCount = 2
  84.     DefaultRowHeight = 18
  85.     FixedCols = 0
  86.     RowCount = 6
  87.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
  88.     TabOrder = 2
  89.     OnDrawCell = sgDatabaseFilesDrawCell
  90.     OnKeyDown = sgDatabaseFilesKeyDown
  91.     OnSelectCell = sgDatabaseFilesSelectCell
  92.     ColWidths = (
  93.       252
  94.       104)
  95.   end
  96.   object sgOptions: TStringGrid
  97.     Left = 14
  98.     Top = 263
  99.     Width = 363
  100.     Height = 87
  101.     Color = clSilver
  102.     ColCount = 2
  103.     DefaultColWidth = 143
  104.     DefaultRowHeight = 21
  105.     FixedCols = 0
  106.     RowCount = 3
  107.     FixedRows = 0
  108.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  109.     ScrollBars = ssNone
  110.     TabOrder = 3
  111.     OnDblClick = sgOptionsDblClick
  112.     OnDrawCell = sgOptionsDrawCell
  113.     OnSelectCell = sgOptionsSelectCell
  114.     ColWidths = (
  115.       213
  116.       143)
  117.   end
  118.   object btnOK: TButton
  119.     Left = 199
  120.     Top = 375
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&OK'
  124.     Default = True
  125.     TabOrder = 4
  126.     OnClick = btnOKClick
  127.   end
  128.   object btnCancel: TButton
  129.     Left = 295
  130.     Top = 375
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Cancel'
  134.     TabOrder = 5
  135.     OnClick = btnCancelClick
  136.   end
  137.   object cbOptions: TComboBox
  138.     Left = 228
  139.     Top = 267
  140.     Width = 146
  141.     Height = 21
  142.     ItemHeight = 13
  143.     TabOrder = 6
  144.     OnChange = cbOptionsChange
  145.     OnDblClick = cbOptionsDblClick
  146.     OnExit = cbOptionsExit
  147.     OnKeyDown = cbOptionsKeyDown
  148.   end
  149.   object pnlOptionName: TPanel
  150.     Left = 15
  151.     Top = 267
  152.     Width = 214
  153.     Height = 22
  154.     Alignment = taLeftJustify
  155.     BevelInner = bvLowered
  156.     BevelOuter = bvLowered
  157.     TabOrder = 7
  158.   end
  159. end
  160.