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

  1. object frmServerProperties: TfrmServerProperties
  2.   Left = 186
  3.   Top = 617
  4.   HelpContext = 1
  5.   ActiveControl = edtAliasName
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Server Properties'
  9.   ClientHeight = 438
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnHelp = FormHelp
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object pgcMain: TPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 497
  30.     Height = 390
  31.     ActivePage = TabAlias
  32.     TabOrder = 0
  33.     OnChange = pgcMainChange
  34.     object TabAlias: TTabSheet
  35.       Caption = 'Alias'
  36.       object lblAliasName: TLabel
  37.         Left = 15
  38.         Top = 15
  39.         Width = 119
  40.         Height = 16
  41.         AutoSize = False
  42.         Caption = 'A&lias Name:'
  43.         FocusControl = edtAliasName
  44.       end
  45.       object lblHostName: TLabel
  46.         Left = 15
  47.         Top = 74
  48.         Width = 104
  49.         Height = 16
  50.         AutoSize = False
  51.         Caption = '&Host Name:'
  52.         FocusControl = edtHostName
  53.       end
  54.       object lblProtocol: TLabel
  55.         Left = 354
  56.         Top = 74
  57.         Width = 122
  58.         Height = 16
  59.         AutoSize = False
  60.         Caption = '&Network Protocol:'
  61.         FocusControl = cboProtocol
  62.       end
  63.       object Label1: TLabel
  64.         Left = 15
  65.         Top = 132
  66.         Width = 56
  67.         Height = 13
  68.         Caption = '&Description:'
  69.         FocusControl = edtDescription
  70.       end
  71.       object edtHostName: TEdit
  72.         Left = 15
  73.         Top = 96
  74.         Width = 304
  75.         Height = 21
  76.         Enabled = False
  77.         TabOrder = 1
  78.         OnChange = edtAliasNameChange
  79.       end
  80.       object cboProtocol: TComboBox
  81.         Left = 354
  82.         Top = 96
  83.         Width = 125
  84.         Height = 21
  85.         Style = csDropDownList
  86.         Enabled = False
  87.         ItemHeight = 13
  88.         TabOrder = 2
  89.         OnChange = cboProtocolChange
  90.         OnDblClick = cboProtocolDblClick
  91.         Items.Strings = (
  92.           'TCP/IP'
  93.           'NetBEUI'
  94.           'SPX')
  95.       end
  96.       object edtAliasName: TEdit
  97.         Left = 15
  98.         Top = 37
  99.         Width = 459
  100.         Height = 21
  101.         TabOrder = 0
  102.         OnChange = edtAliasNameChange
  103.       end
  104.       object edtDescription: TEdit
  105.         Left = 15
  106.         Top = 154
  107.         Width = 459
  108.         Height = 21
  109.         TabOrder = 3
  110.         OnChange = edtAliasNameChange
  111.       end
  112.     end
  113.     object TabGeneral: TTabSheet
  114.       Caption = 'General'
  115.       ImageIndex = 1
  116.       object lblVersion: TLabel
  117.         Left = 15
  118.         Top = 15
  119.         Width = 67
  120.         Height = 16
  121.         AutoSize = False
  122.         Caption = 'Version:'
  123.       end
  124.       object lblCapabilities: TLabel
  125.         Left = 15
  126.         Top = 52
  127.         Width = 56
  128.         Height = 13
  129.         Caption = 'Capabilities:'
  130.       end
  131.       object bvlLine1: TBevel
  132.         Left = 15
  133.         Top = 155
  134.         Width = 464
  135.         Height = 9
  136.         Shape = bsTopLine
  137.       end
  138.       object lblAttachmentNo: TLabel
  139.         Left = 15
  140.         Top = 336
  141.         Width = 142
  142.         Height = 16
  143.         AutoSize = False
  144.         Caption = 'Number of attachments:'
  145.       end
  146.       object lblDatabaseNo: TLabel
  147.         Left = 15
  148.         Top = 318
  149.         Width = 134
  150.         Height = 16
  151.         AutoSize = False
  152.         Caption = 'Number of databases:'
  153.       end
  154.       object memCapabilities: TMemo
  155.         Left = 102
  156.         Top = 52
  157.         Width = 377
  158.         Height = 90
  159.         TabStop = False
  160.         BorderStyle = bsNone
  161.         Ctl3D = False
  162.         ParentColor = True
  163.         ParentCtl3D = False
  164.         ParentShowHint = False
  165.         ReadOnly = True
  166.         ScrollBars = ssVertical
  167.         ShowHint = True
  168.         TabOrder = 0
  169.       end
  170.       object stxVersion: TStaticText
  171.         Left = 89
  172.         Top = 15
  173.         Width = 245
  174.         Height = 21
  175.         AutoSize = False
  176.         Caption = 'Unknown'
  177.         TabOrder = 1
  178.       end
  179.       object stxAttachmentNo: TStaticText
  180.         Left = 154
  181.         Top = 336
  182.         Width = 47
  183.         Height = 20
  184.         AutoSize = False
  185.         Caption = '?'
  186.         TabOrder = 2
  187.       end
  188.       object stxDatabaseNo: TStaticText
  189.         Left = 155
  190.         Top = 318
  191.         Width = 46
  192.         Height = 20
  193.         AutoSize = False
  194.         Caption = '?'
  195.         TabOrder = 3
  196.       end
  197.       object lvDatabases: TListView
  198.         Left = 15
  199.         Top = 167
  200.         Width = 465
  201.         Height = 135
  202.         Columns = <
  203.           item
  204.             AutoSize = True
  205.             Caption = 'Attached Databases'
  206.           end>
  207.         ColumnClick = False
  208.         ReadOnly = True
  209.         RowSelect = True
  210.         TabOrder = 4
  211.         ViewStyle = vsReport
  212.         OnDblClick = lvDatabasesDblClick
  213.       end
  214.       object btnRefresh: TButton
  215.         Left = 373
  216.         Top = 329
  217.         Width = 75
  218.         Height = 25
  219.         Caption = '&Refresh'
  220.         Default = True
  221.         TabOrder = 5
  222.         OnClick = btnRefreshClick
  223.       end
  224.     end
  225.   end
  226.   object btnApply: TButton
  227.     Left = 416
  228.     Top = 403
  229.     Width = 75
  230.     Height = 25
  231.     Caption = '&Apply'
  232.     Enabled = False
  233.     TabOrder = 1
  234.     OnClick = btnApplyClick
  235.   end
  236.   object btnCancel: TButton
  237.     Left = 254
  238.     Top = 403
  239.     Width = 75
  240.     Height = 25
  241.     Cancel = True
  242.     Caption = '&OK'
  243.     Default = True
  244.     ModalResult = 1
  245.     TabOrder = 2
  246.     OnClick = btnCancelClick
  247.   end
  248.   object Button1: TButton
  249.     Left = 335
  250.     Top = 403
  251.     Width = 75
  252.     Height = 25
  253.     Cancel = True
  254.     Caption = '&Cancel'
  255.     ModalResult = 2
  256.     TabOrder = 3
  257.     OnClick = Button1Click
  258.   end
  259. end
  260.