home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMCONNECT / TFRMCONNECT.txt
Text File  |  1996-10-14  |  2KB  |  110 lines

  1. object frmConnect: TfrmConnect
  2.   Left = 251
  3.   Top = 160
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'ODBC'
  7.   ClientHeight = 150
  8.   ClientWidth = 454
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 438
  21.     Height = 104
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object lblPath: TLabel
  26.     Left = 16
  27.     Top = 20
  28.     Width = 57
  29.     Height = 13
  30.     Caption = '&DataSource'
  31.     FocusControl = edtDataSource
  32.   end
  33.   object lblUserName: TLabel
  34.     Left = 16
  35.     Top = 52
  36.     Width = 53
  37.     Height = 13
  38.     Caption = '&User Name'
  39.     FocusControl = edtUserName
  40.   end
  41.   object lblPassword: TLabel
  42.     Left = 16
  43.     Top = 84
  44.     Width = 46
  45.     Height = 13
  46.     Caption = '&Password'
  47.     FocusControl = edtPassword
  48.   end
  49.   object OKBtn: TBitBtn
  50.     Left = 200
  51.     Top = 120
  52.     Width = 77
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 3
  58.     NumGlyphs = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object CancelBtn: TBitBtn
  63.     Left = 284
  64.     Top = 120
  65.     Width = 77
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 4
  71.     NumGlyphs = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object HelpBtn: TBitBtn
  76.     Left = 368
  77.     Top = 120
  78.     Width = 77
  79.     Height = 25
  80.     HelpContext = 10
  81.     Caption = '&Help'
  82.     TabOrder = 5
  83.     OnClick = HelpBtnClick
  84.     NumGlyphs = 2
  85.     Spacing = -1
  86.     IsControl = True
  87.   end
  88.   object edtDataSource: TEdit
  89.     Left = 96
  90.     Top = 18
  91.     Width = 340
  92.     Height = 21
  93.     TabOrder = 0
  94.   end
  95.   object edtUserName: TEdit
  96.     Left = 96
  97.     Top = 50
  98.     Width = 340
  99.     Height = 21
  100.     TabOrder = 1
  101.   end
  102.   object edtPassword: TEdit
  103.     Left = 96
  104.     Top = 82
  105.     Width = 340
  106.     Height = 21
  107.     TabOrder = 2
  108.   end
  109. end
  110.