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

  1. object frmModifyServerAlias: TfrmModifyServerAlias
  2.   Left = 331
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Reading Alias'
  7.   ClientHeight = 292
  8.   ClientWidth = 336
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 89
  23.     Width = 56
  24.     Height = 13
  25.     Caption = '&Alias Name:'
  26.     FocusControl = edtAliasName
  27.   end
  28.   object Label2: TLabel
  29.     Left = 10
  30.     Top = 128
  31.     Width = 65
  32.     Height = 13
  33.     Caption = '&Server Name:'
  34.     FocusControl = edtServerName
  35.   end
  36.   object Label3: TLabel
  37.     Left = 10
  38.     Top = 167
  39.     Width = 51
  40.     Height = 13
  41.     Caption = '&Username:'
  42.     FocusControl = edtUsername
  43.   end
  44.   object Label4: TLabel
  45.     Left = 10
  46.     Top = 207
  47.     Width = 42
  48.     Height = 13
  49.     Caption = '&Protocol:'
  50.     FocusControl = cbProtocol
  51.   end
  52.   object imgError: TImage
  53.     Left = 0
  54.     Top = 0
  55.     Width = 36
  56.     Height = 36
  57.     AutoSize = True
  58.     Picture.Data = {
  59.       07544269746D617046030000424D460300000000000076000000280000002400
  60.       0000240000000100040000000000D00200000000000000000000100000001000
  61.       000000000000000080000080000000808000800000008000800080800000C0C0
  62.       C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  63.       FF00777777777777777777777777777777777777777777777777777777788888
  64.       8887777777777777777777777777777788888888888888777777777777777777
  65.       7777777881111111188888877777777777777777777778111999999991118888
  66.       8777777777777777777781999999999999991888887777777777777777711999
  67.       9999999999999118888777777777777777199999999999999999999188877777
  68.       7777777771999999999999999999999918887777777777777199999999999999
  69.       9999999918888777777777771999999F9999999999F999999188877777777771
  70.       999999FFF99999999FFF9999991887777777777199999FFFFF999999FFFFF999
  71.       9918887777777771999999FFFFF9999FFFFF999999188877777777199999999F
  72.       FFFF99FFFFF99999999188777777771999999999FFFFFFFFFF99999999918877
  73.       77777719999999999FFFFFFFF999999999918877777777199999999999FFFFFF
  74.       9999999999918877777777199999999999FFFFFF999999999991887777777719
  75.       999999999FFFFFFFF9999999999188777777771999999999FFFFFFFFFF999999
  76.       99918777777777199999999FFFFF99FFFFF999999991877777777771999999FF
  77.       FFF9999FFFFF9999991887777777777199999FFFFF999999FFFFF99999187777
  78.       77777771999999FFF99999999FFF999999177777777777771999999F99999999
  79.       99F9999991877777777777777199999999999999999999991877777777777777
  80.       7199999999999999999999991777777777777777771999999999999999999991
  81.       7777777777777777777119999999999999999117777777777777777777777199
  82.       9999999999991777777777777777777777777711199999999111777777777777
  83.       7777777777777777711111111777777777777777777777777777777777777777
  84.       7777777777777777777777777777777777777777777777777777777777777777
  85.       777777777777777777777777777777777777}
  86.   end
  87.   object edtAliasName: TEdit
  88.     Left = 98
  89.     Top = 79
  90.     Width = 218
  91.     Height = 21
  92.     TabStop = False
  93.     Color = clInactiveCaptionText
  94.     Enabled = False
  95.     ReadOnly = True
  96.     TabOrder = 0
  97.   end
  98.   object edtServerName: TEdit
  99.     Left = 98
  100.     Top = 118
  101.     Width = 218
  102.     Height = 21
  103.     TabOrder = 1
  104.   end
  105.   object edtUsername: TEdit
  106.     Left = 98
  107.     Top = 158
  108.     Width = 218
  109.     Height = 21
  110.     TabOrder = 2
  111.   end
  112.   object cbProtocol: TComboBox
  113.     Left = 98
  114.     Top = 197
  115.     Width = 218
  116.     Height = 21
  117.     ItemHeight = 13
  118.     TabOrder = 3
  119.     Items.Strings = (
  120.       'TCP/IP'
  121.       'NetBEUI'
  122.       'SPX'
  123.       'Local Server')
  124.   end
  125.   object Button1: TButton
  126.     Left = 63
  127.     Top = 246
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     ModalResult = 1
  133.     TabOrder = 4
  134.   end
  135.   object Button2: TButton
  136.     Left = 181
  137.     Top = 246
  138.     Width = 75
  139.     Height = 25
  140.     Cancel = True
  141.     Caption = '&Delete'
  142.     ModalResult = 2
  143.     TabOrder = 5
  144.   end
  145.   object stMessage: TStaticText
  146.     Left = 59
  147.     Top = 10
  148.     Width = 257
  149.     Height = 50
  150.     AutoSize = False
  151.     Caption = 'stMessage'
  152.     TabOrder = 6
  153.   end
  154. end
  155.