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

  1. object frmBackupAliasProperties: TfrmBackupAliasProperties
  2.   Left = 401
  3.   Top = 637
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Backup Alias Properties'
  8.   ClientHeight = 404
  9.   ClientWidth = 405
  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.   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 lblAliasName: TLabel
  34.     Left = 15
  35.     Top = 59
  36.     Width = 97
  37.     Height = 23
  38.     AutoSize = False
  39.     Caption = '&Alias Name:'
  40.     FocusControl = edtAliasName
  41.   end
  42.   object bvlLine1: TBevel
  43.     Left = 15
  44.     Top = 42
  45.     Width = 378
  46.     Height = 8
  47.     Shape = bsTopLine
  48.   end
  49.   object lblDBServer: TLabel
  50.     Left = 15
  51.     Top = 258
  52.     Width = 193
  53.     Height = 24
  54.     AutoSize = False
  55.     Caption = 'Target Database &Server:'
  56.     FocusControl = cbDBServer
  57.   end
  58.   object lblDBAlias: TLabel
  59.     Left = 15
  60.     Top = 310
  61.     Width = 200
  62.     Height = 24
  63.     AutoSize = False
  64.     Caption = 'Target &Database Alias:'
  65.     FocusControl = cbDBAlias
  66.   end
  67.   object stxServerName: TStaticText
  68.     Left = 74
  69.     Top = 15
  70.     Width = 326
  71.     Height = 21
  72.     AutoSize = False
  73.     TabOrder = 0
  74.   end
  75.   object edtAliasName: TEdit
  76.     Left = 15
  77.     Top = 81
  78.     Width = 378
  79.     Height = 21
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 1
  83.     OnChange = edtAliasNameChange
  84.   end
  85.   object sgBackupFiles: TStringGrid
  86.     Left = 15
  87.     Top = 118
  88.     Width = 378
  89.     Height = 127
  90.     ColCount = 1
  91.     DefaultRowHeight = 18
  92.     FixedCols = 0
  93.     RowCount = 8
  94.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing]
  95.     TabOrder = 2
  96.     OnKeyDown = sgBackupFilesKeyDown
  97.     OnSetEditText = sgBackupFilesSetEditText
  98.     ColWidths = (
  99.       356)
  100.   end
  101.   object cbDBServer: TComboBox
  102.     Left = 15
  103.     Top = 281
  104.     Width = 378
  105.     Height = 21
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     TabOrder = 3
  109.     OnChange = cbDBServerChange
  110.   end
  111.   object cbDBAlias: TComboBox
  112.     Left = 15
  113.     Top = 332
  114.     Width = 378
  115.     Height = 21
  116.     Style = csDropDownList
  117.     ItemHeight = 13
  118.     TabOrder = 4
  119.     OnChange = edtAliasNameChange
  120.   end
  121.   object btnApply: TButton
  122.     Left = 319
  123.     Top = 369
  124.     Width = 75
  125.     Height = 25
  126.     Caption = '&Apply'
  127.     Enabled = False
  128.     TabOrder = 5
  129.     OnClick = btnApplyClick
  130.   end
  131.   object btnOK: TButton
  132.     Left = 151
  133.     Top = 369
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&OK'
  137.     Default = True
  138.     ModalResult = 1
  139.     TabOrder = 6
  140.     OnClick = btnOKClick
  141.   end
  142.   object Button1: TButton
  143.     Left = 233
  144.     Top = 369
  145.     Width = 75
  146.     Height = 25
  147.     Cancel = True
  148.     Caption = '&Cancel'
  149.     ModalResult = 2
  150.     TabOrder = 7
  151.     OnClick = Button1Click
  152.   end
  153. end
  154.