home *** CD-ROM | disk | FTP | other *** search
- object frmInputBox: TfrmInputBox
- Left = 200
- Top = 112
- AutoScroll = False
- Caption = 'frmInputBox'
- ClientHeight = 168
- ClientWidth = 322
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object lblPrompt: TLabel
- Left = 16
- Top = 8
- Width = 289
- Height = 81
- AutoSize = False
- Caption = 'lblPrompt'
- WordWrap = True
- end
- object edtEntry: TEdit
- Left = 16
- Top = 104
- Width = 289
- Height = 22
- TabOrder = 0
- Text = 'edtEntry'
- end
- object bbtnOK: TBitBtn
- Left = 80
- Top = 136
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = bbtnOKClick
- Kind = bkOK
- end
- object bbtnCancel: TBitBtn
- Left = 168
- Top = 136
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = bbtnCancelClick
- Kind = bkCancel
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clNavy
- ActiveEndColor = clBlue
- ActiveFontColor = clWhite
- InactiveBeginColor = clGray
- InactiveEndColor = clSilver
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = ANSI_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'Arial'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = ANSI_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'Arial'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- end
- end
-