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

  1. object frmDBProperties: TfrmDBProperties
  2.   Left = 352
  3.   Top = 394
  4.   HelpContext = 7
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Database Properties'
  8.   ClientHeight = 438
  9.   ClientWidth = 426
  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 = 'ibtools.hlp'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnHelp = FormHelp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblServerName: TLabel
  26.     Left = 15
  27.     Top = 15
  28.     Width = 53
  29.     Height = 16
  30.     AutoSize = False
  31.     Caption = 'Server:'
  32.   end
  33.   object pgcMain: TPageControl
  34.     Left = 0
  35.     Top = 46
  36.     Width = 426
  37.     Height = 353
  38.     ActivePage = TabAlias
  39.     TabOrder = 0
  40.     object TabAlias: TTabSheet
  41.       Caption = 'Alias'
  42.       object lblAliasName: TLabel
  43.         Left = 15
  44.         Top = 15
  45.         Width = 97
  46.         Height = 23
  47.         AutoSize = False
  48.         Caption = 'A&lias Name:'
  49.         FocusControl = edtAliasName
  50.       end
  51.       object lblFilename: TLabel
  52.         Left = 15
  53.         Top = 74
  54.         Width = 127
  55.         Height = 23
  56.         AutoSize = False
  57.         Caption = '&File:'
  58.         FocusControl = edtFilename
  59.       end
  60.       object edtFilename: TEdit
  61.         Left = 15
  62.         Top = 96
  63.         Width = 363
  64.         Height = 21
  65.         Color = clWhite
  66.         ParentShowHint = False
  67.         ShowHint = True
  68.         TabOrder = 1
  69.         OnChange = edtFilenameChange
  70.         OnExit = edtFilenameExit
  71.       end
  72.       object edtAliasName: TEdit
  73.         Left = 15
  74.         Top = 37
  75.         Width = 385
  76.         Height = 21
  77.         ParentShowHint = False
  78.         ShowHint = True
  79.         TabOrder = 0
  80.         OnChange = edtAliasNameChange
  81.       end
  82.       object btnSelFilename: TButton
  83.         Left = 377
  84.         Top = 96
  85.         Width = 25
  86.         Height = 26
  87.         Hint = 'Select database'
  88.         Caption = '...'
  89.         TabOrder = 2
  90.         OnClick = btnSelFilenameClick
  91.       end
  92.     end
  93.     object TabGeneral: TTabSheet
  94.       Caption = 'General'
  95.       ImageIndex = 1
  96.       object lblOptions: TLabel
  97.         Left = 15
  98.         Top = 207
  99.         Width = 75
  100.         Height = 16
  101.         AutoSize = False
  102.         Caption = 'O&ptions:'
  103.         FocusControl = sgOptions
  104.       end
  105.       object gbSummaryInfo: TGroupBox
  106.         Left = 15
  107.         Top = 15
  108.         Width = 391
  109.         Height = 186
  110.         Caption = ' Summary Information '
  111.         TabOrder = 0
  112.         object lblDBOwner: TLabel
  113.           Left = 15
  114.           Top = 22
  115.           Width = 53
  116.           Height = 16
  117.           AutoSize = False
  118.           Caption = 'Owner:'
  119.         end
  120.         object lblDBPages: TLabel
  121.           Left = 15
  122.           Top = 155
  123.           Width = 134
  124.           Height = 16
  125.           AutoSize = False
  126.           Caption = 'Allocated DB Pages:'
  127.         end
  128.         object lblPageSize: TLabel
  129.           Left = 258
  130.           Top = 155
  131.           Width = 68
  132.           Height = 16
  133.           AutoSize = False
  134.           Caption = 'Page Size:'
  135.         end
  136.         object lvSecondaryFiles: TListView
  137.           Left = 15
  138.           Top = 52
  139.           Width = 363
  140.           Height = 97
  141.           Color = clSilver
  142.           Columns = <
  143.             item
  144.               Caption = 'Secondary Files'
  145.               Width = 235
  146.             end
  147.             item
  148.               Caption = 'Start Page'
  149.               Width = 123
  150.             end>
  151.           ColumnClick = False
  152.           ReadOnly = True
  153.           RowSelect = True
  154.           TabOrder = 0
  155.           ViewStyle = vsReport
  156.         end
  157.         object stxDBOwner: TStaticText
  158.           Left = 66
  159.           Top = 22
  160.           Width = 312
  161.           Height = 21
  162.           AutoSize = False
  163.           TabOrder = 1
  164.         end
  165.         object stxDBPages: TStaticText
  166.           Left = 140
  167.           Top = 155
  168.           Width = 112
  169.           Height = 21
  170.           AutoSize = False
  171.           TabOrder = 2
  172.         end
  173.         object stxPageSize: TStaticText
  174.           Left = 325
  175.           Top = 155
  176.           Width = 53
  177.           Height = 21
  178.           AutoSize = False
  179.           TabOrder = 3
  180.         end
  181.       end
  182.       object sgOptions: TStringGrid
  183.         Left = 15
  184.         Top = 228
  185.         Width = 392
  186.         Height = 92
  187.         Color = clSilver
  188.         ColCount = 2
  189.         DefaultColWidth = 90
  190.         DefaultRowHeight = 21
  191.         FixedCols = 0
  192.         RowCount = 4
  193.         FixedRows = 0
  194.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  195.         ScrollBars = ssNone
  196.         TabOrder = 1
  197.         OnDrawCell = sgOptionsDrawCell
  198.         OnSelectCell = sgOptionsSelectCell
  199.         ColWidths = (
  200.           223
  201.           162)
  202.       end
  203.       object cbOptions: TComboBox
  204.         Left = 241
  205.         Top = 229
  206.         Width = 163
  207.         Height = 21
  208.         ItemHeight = 0
  209.         TabOrder = 2
  210.         OnChange = cbOptionsChange
  211.         OnDblClick = cbOptionsDblClick
  212.         OnExit = cbOptionsExit
  213.         OnKeyDown = cbOptionsKeyDown
  214.       end
  215.       object pnlOptionName: TPanel
  216.         Left = 16
  217.         Top = 229
  218.         Width = 223
  219.         Height = 21
  220.         Alignment = taLeftJustify
  221.         BevelInner = bvLowered
  222.         BevelOuter = bvLowered
  223.         TabOrder = 3
  224.       end
  225.     end
  226.   end
  227.   object stxServerName: TStaticText
  228.     Left = 74
  229.     Top = 15
  230.     Width = 326
  231.     Height = 21
  232.     AutoSize = False
  233.     TabOrder = 1
  234.   end
  235.   object btnApply: TButton
  236.     Left = 350
  237.     Top = 408
  238.     Width = 75
  239.     Height = 25
  240.     Caption = '&Apply'
  241.     Enabled = False
  242.     TabOrder = 2
  243.     OnClick = btnApplyClick
  244.   end
  245.   object btnCancel: TButton
  246.     Left = 191
  247.     Top = 408
  248.     Width = 75
  249.     Height = 25
  250.     Cancel = True
  251.     Caption = '&OK'
  252.     Default = True
  253.     ModalResult = 1
  254.     TabOrder = 3
  255.     OnClick = btnCancelClick
  256.   end
  257.   object Button1: TButton
  258.     Left = 270
  259.     Top = 408
  260.     Width = 75
  261.     Height = 25
  262.     Cancel = True
  263.     Caption = '&Cancel'
  264.     ModalResult = 2
  265.     TabOrder = 4
  266.     OnClick = Button1Click
  267.   end
  268. end
  269.