home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / bookmag / _SETUP.1 / BookmarkMagic.exe / 0 / RCDATA / TFRMINPUTBOX / TFRMINPUTBOX.txt
Encoding:
Text File  |  1999-01-11  |  1.6 KB  |  73 lines

  1. object frmInputBox: TfrmInputBox
  2.   Left = 200
  3.   Top = 112
  4.   AutoScroll = False
  5.   Caption = 'frmInputBox'
  6.   ClientHeight = 168
  7.   ClientWidth = 322
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object lblPrompt: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 289
  21.     Height = 81
  22.     AutoSize = False
  23.     Caption = 'lblPrompt'
  24.     WordWrap = True
  25.   end
  26.   object edtEntry: TEdit
  27.     Left = 16
  28.     Top = 104
  29.     Width = 289
  30.     Height = 22
  31.     TabOrder = 0
  32.     Text = 'edtEntry'
  33.   end
  34.   object bbtnOK: TBitBtn
  35.     Left = 80
  36.     Top = 136
  37.     Width = 75
  38.     Height = 25
  39.     TabOrder = 1
  40.     OnClick = bbtnOKClick
  41.     Kind = bkOK
  42.   end
  43.   object bbtnCancel: TBitBtn
  44.     Left = 168
  45.     Top = 136
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 2
  49.     OnClick = bbtnCancelClick
  50.     Kind = bkCancel
  51.   end
  52.   object MarsCaption1: TMarsCaption
  53.     ActiveBeginColor = clNavy
  54.     ActiveEndColor = clBlue
  55.     ActiveFontColor = clWhite
  56.     InactiveBeginColor = clGray
  57.     InactiveEndColor = clSilver
  58.     InactiveFontColor = clSilver
  59.     ApplicationNameFont.Charset = ANSI_CHARSET
  60.     ApplicationNameFont.Color = clWindowText
  61.     ApplicationNameFont.Height = -11
  62.     ApplicationNameFont.Name = 'Arial'
  63.     ApplicationNameFont.Style = [fsBold]
  64.     CaptionFont.Charset = ANSI_CHARSET
  65.     CaptionFont.Color = clWindowText
  66.     CaptionFont.Height = -11
  67.     CaptionFont.Name = 'Arial'
  68.     CaptionFont.Style = []
  69.     NumColors = 64
  70.     AutoSize = False
  71.   end
  72. end
  73.