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

  1. object frmDBBackup: TfrmDBBackup
  2.   Left = 119
  3.   Top = 212
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Database Backup'
  8.   ClientHeight = 368
  9.   ClientWidth = 589
  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.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object imgDownArrow: TImage
  24.     Left = 12
  25.     Top = 96
  26.     Width = 295
  27.     Height = 25
  28.     Center = True
  29.     Picture.Data = {<image000.bmp>}
  30.   end
  31.   object lblOptions: TLabel
  32.     Left = 318
  33.     Top = 12
  34.     Width = 61
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'O&ptions:'
  38.   end
  39.   object gbDatabaseFile: TGroupBox
  40.     Left = 12
  41.     Top = 12
  42.     Width = 302
  43.     Height = 79
  44.     Caption = ' Database '
  45.     TabOrder = 0
  46.     object lblDatabaseServer: TLabel
  47.       Left = 12
  48.       Top = 24
  49.       Width = 34
  50.       Height = 13
  51.       Caption = 'Server:'
  52.     end
  53.     object lblDatabaseAlias: TLabel
  54.       Left = 12
  55.       Top = 48
  56.       Width = 37
  57.       Height = 13
  58.       AutoSize = False
  59.       Caption = '&Alias:'
  60.       FocusControl = cbDatabaseAlias
  61.     end
  62.     object stxDatabaseServer: TStaticText
  63.       Left = 58
  64.       Top = 24
  65.       Width = 229
  66.       Height = 17
  67.       AutoSize = False
  68.       TabOrder = 0
  69.     end
  70.     object cbDatabaseAlias: TComboBox
  71.       Left = 54
  72.       Top = 48
  73.       Width = 229
  74.       Height = 21
  75.       Style = csDropDownList
  76.       ItemHeight = 13
  77.       ParentShowHint = False
  78.       ShowHint = True
  79.       TabOrder = 1
  80.       OnChange = cbDatabaseAliasChange
  81.     end
  82.   end
  83.   object gbBackupFiles: TGroupBox
  84.     Left = 12
  85.     Top = 120
  86.     Width = 302
  87.     Height = 211
  88.     Caption = ' Backup File(s) '
  89.     TabOrder = 1
  90.     object lblBackupServer: TLabel
  91.       Left = 12
  92.       Top = 24
  93.       Width = 43
  94.       Height = 13
  95.       AutoSize = False
  96.       Caption = '&Server:'
  97.       FocusControl = cbBackupServer
  98.     end
  99.     object lblBackupAlias: TLabel
  100.       Left = 12
  101.       Top = 54
  102.       Width = 37
  103.       Height = 19
  104.       AutoSize = False
  105.       Caption = 'A&lias:'
  106.       FocusControl = cbBackupAlias
  107.     end
  108.     object sgBackupFiles: TStringGrid
  109.       Left = 12
  110.       Top = 89
  111.       Width = 278
  112.       Height = 103
  113.       ColCount = 2
  114.       DefaultRowHeight = 18
  115.       FixedCols = 0
  116.       RowCount = 6
  117.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
  118.       TabOrder = 2
  119.       OnDrawCell = sgBackupFilesDrawCell
  120.       OnKeyDown = sgBackupFilesKeyDown
  121.       ColWidths = (
  122.         182
  123.         73)
  124.     end
  125.     object cbBackupServer: TComboBox
  126.       Left = 60
  127.       Top = 24
  128.       Width = 229
  129.       Height = 21
  130.       Style = csDropDownList
  131.       ItemHeight = 13
  132.       TabOrder = 0
  133.       OnChange = cbBackupServerChange
  134.     end
  135.     object cbBackupAlias: TComboBox
  136.       Left = 60
  137.       Top = 54
  138.       Width = 229
  139.       Height = 21
  140.       ItemHeight = 13
  141.       TabOrder = 1
  142.       OnChange = cbBackupAliasChange
  143.     end
  144.   end
  145.   object sgOptions: TStringGrid
  146.     Left = 318
  147.     Top = 30
  148.     Width = 259
  149.     Height = 301
  150.     Color = clSilver
  151.     ColCount = 2
  152.     DefaultColWidth = 90
  153.     DefaultRowHeight = 21
  154.     FixedCols = 0
  155.     RowCount = 10
  156.     FixedRows = 0
  157.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  158.     TabOrder = 2
  159.     OnDrawCell = sgOptionsDrawCell
  160.     OnSelectCell = sgOptionsSelectCell
  161.     ColWidths = (
  162.       145
  163.       108)
  164.   end
  165.   object pnlOptionName: TPanel
  166.     Left = 320
  167.     Top = 32
  168.     Width = 144
  169.     Height = 22
  170.     Alignment = taLeftJustify
  171.     BevelInner = bvLowered
  172.     BevelOuter = bvLowered
  173.     TabOrder = 3
  174.   end
  175.   object cbOptions: TComboBox
  176.     Left = 466
  177.     Top = 31
  178.     Width = 109
  179.     Height = 21
  180.     TabStop = False
  181.     ItemHeight = 13
  182.     TabOrder = 4
  183.     OnChange = cbOptionsChange
  184.     OnDblClick = cbOptionsDblClick
  185.     OnExit = cbOptionsExit
  186.     OnKeyDown = cbOptionsKeyDown
  187.   end
  188.   object btnOK: TButton
  189.     Left = 425
  190.     Top = 336
  191.     Width = 75
  192.     Height = 25
  193.     Caption = '&OK'
  194.     TabOrder = 5
  195.     OnClick = btnOKClick
  196.   end
  197.   object btnCancel: TButton
  198.     Left = 503
  199.     Top = 336
  200.     Width = 75
  201.     Height = 25
  202.     Caption = '&Cancel'
  203.     Default = True
  204.     TabOrder = 6
  205.     OnClick = btnCancelClick
  206.   end
  207. end
  208.