home *** CD-ROM | disk | FTP | other *** search
- object frmInputQ: TfrmInputQ
- Left = 246
- Top = 227
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'frmInputQ'
- ClientHeight = 145
- ClientWidth = 424
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object imgPassword: TImage
- Left = 357
- Top = 88
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- object edtInput: TEdit
- Left = 8
- Top = 120
- Width = 313
- Height = 21
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 336
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 336
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 313
- Height = 97
- BevelOuter = bvLowered
- TabOrder = 3
- object lblPrompt: TLabel
- Left = 1
- Top = 1
- Width = 311
- Height = 95
- Align = alClient
- Caption = 'lblPrompt'
- WordWrap = True
- end
- end
- end
-