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

  1. object frmDBConnect: TfrmDBConnect
  2.   Left = 571
  3.   Top = 317
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Database Connect'
  8.   ClientHeight = 272
  9.   ClientWidth = 347
  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.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnHelp = FormHelp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblDatabaseName: TLabel
  23.     Left = 15
  24.     Top = 15
  25.     Width = 67
  26.     Height = 16
  27.     AutoSize = False
  28.     Caption = 'Database:'
  29.   end
  30.   object bvlLine1: TBevel
  31.     Left = 15
  32.     Top = 42
  33.     Width = 296
  34.     Height = 8
  35.     Shape = bsTopLine
  36.   end
  37.   object lblUsername: TLabel
  38.     Left = 15
  39.     Top = 66
  40.     Width = 75
  41.     Height = 16
  42.     AutoSize = False
  43.     Caption = '&User Name:'
  44.     FocusControl = edtUsername
  45.   end
  46.   object lblPassword: TLabel
  47.     Left = 15
  48.     Top = 103
  49.     Width = 75
  50.     Height = 16
  51.     AutoSize = False
  52.     Caption = '&Password:'
  53.     FocusControl = edtPassword
  54.   end
  55.   object lblRole: TLabel
  56.     Left = 15
  57.     Top = 139
  58.     Width = 75
  59.     Height = 16
  60.     AutoSize = False
  61.     Caption = '&Role:'
  62.     FocusControl = edtRole
  63.   end
  64.   object Label1: TLabel
  65.     Left = 14
  66.     Top = 202
  67.     Width = 65
  68.     Height = 13
  69.     Caption = 'Client &Dialect:'
  70.     FocusControl = cbDialect
  71.   end
  72.   object cbDialect: TComboBox
  73.     Left = 112
  74.     Top = 195
  75.     Width = 215
  76.     Height = 21
  77.     Style = csDropDownList
  78.     ItemHeight = 13
  79.     TabOrder = 3
  80.     Items.Strings = (
  81.       '1'
  82.       '2'
  83.       '3')
  84.   end
  85.   object btnConnect: TButton
  86.     Left = 157
  87.     Top = 234
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'C&onnect'
  91.     Default = True
  92.     TabOrder = 4
  93.     OnClick = btnConnectClick
  94.   end
  95.   object btnCancel: TButton
  96.     Left = 253
  97.     Top = 234
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&Cancel'
  101.     TabOrder = 5
  102.     OnClick = btnCancelClick
  103.   end
  104.   object edtRole: TEdit
  105.     Left = 112
  106.     Top = 139
  107.     Width = 215
  108.     Height = 21
  109.     MaxLength = 31
  110.     TabOrder = 2
  111.     OnChange = edtRoleChange
  112.   end
  113.   object edtPassword: TEdit
  114.     Left = 112
  115.     Top = 103
  116.     Width = 215
  117.     Height = 21
  118.     MaxLength = 32
  119.     PasswordChar = '*'
  120.     TabOrder = 1
  121.   end
  122.   object edtUsername: TEdit
  123.     Left = 112
  124.     Top = 66
  125.     Width = 215
  126.     Height = 21
  127.     CharCase = ecUpperCase
  128.     MaxLength = 31
  129.     TabOrder = 0
  130.   end
  131.   object stxDatabaseName: TStaticText
  132.     Left = 89
  133.     Top = 16
  134.     Width = 91
  135.     Height = 17
  136.     Caption = 'stxDatabaseName'
  137.     TabOrder = 6
  138.   end
  139.   object cbCaseSensitive: TCheckBox
  140.     Left = 111
  141.     Top = 167
  142.     Width = 173
  143.     Height = 17
  144.     Caption = 'C&ase sensitive role name'
  145.     Enabled = False
  146.     TabOrder = 7
  147.   end
  148. end
  149.