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

  1. object frmDBConnections: TfrmDBConnections
  2.   Left = 295
  3.   Top = 128
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Database Connections'
  8.   ClientHeight = 378
  9.   ClientWidth = 363
  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 lvConnections: TListView
  23.     Left = 15
  24.     Top = 22
  25.     Width = 333
  26.     Height = 312
  27.     Columns = <
  28.       item
  29.         Caption = 'User Name'
  30.         Width = 326
  31.       end>
  32.     ColumnClick = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.     ViewStyle = vsReport
  36.   end
  37.   object btnOK: TButton
  38.     Left = 270
  39.     Top = 345
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&OK'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = btnOKClick
  46.   end
  47. end
  48.