home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / second.exe / SC97.EXE / 0 / RCDATA / TFRMINPUTQ / TFRMINPUTQ.txt < prev   
Encoding:
Text File  |  1997-10-26  |  1.3 KB  |  72 lines

  1. object frmInputQ: TfrmInputQ
  2.   Left = 246
  3.   Top = 227
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmInputQ'
  7.   ClientHeight = 145
  8.   ClientWidth = 424
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgPassword: TImage
  19.     Left = 357
  20.     Top = 88
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.ico>}
  25.     Visible = False
  26.   end
  27.   object edtInput: TEdit
  28.     Left = 8
  29.     Top = 120
  30.     Width = 313
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object btnOK: TButton
  35.     Left = 336
  36.     Top = 8
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 336
  46.     Top = 40
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 8
  56.     Top = 8
  57.     Width = 313
  58.     Height = 97
  59.     BevelOuter = bvLowered
  60.     TabOrder = 3
  61.     object lblPrompt: TLabel
  62.       Left = 1
  63.       Top = 1
  64.       Width = 311
  65.       Height = 95
  66.       Align = alClient
  67.       Caption = 'lblPrompt'
  68.       WordWrap = True
  69.     end
  70.   end
  71. end
  72.