home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMCAPTION / TFRMCAPTION.txt
Encoding:
Text File  |  1998-01-30  |  1.4 KB  |  76 lines

  1. object FrmCaption: TFrmCaption
  2.   Left = 400
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Caption'
  6.   ClientHeight = 72
  7.   ClientWidth = 202
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblAlign: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 23
  18.     Height = 13
  19.     Caption = '&Align'
  20.     FocusControl = cbAlign
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object btnOK: TButton
  28.     Left = 8
  29.     Top = 40
  30.     Width = 89
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ModalResult = 1
  39.     ParentFont = False
  40.     TabOrder = 0
  41.   end
  42.   object btnCancel: TButton
  43.     Left = 104
  44.     Top = 40
  45.     Width = 89
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ModalResult = 2
  53.     ParentFont = False
  54.     TabOrder = 1
  55.   end
  56.   object cbAlign: TComboBox
  57.     Left = 48
  58.     Top = 8
  59.     Width = 145
  60.     Height = 21
  61.     Hint = 'Alignment of the caption'
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ItemHeight = 13
  67.     Items.Strings = (
  68.       'Bottom'
  69.       'Top')
  70.     ParentFont = False
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.     TabOrder = 2
  74.   end
  75. end
  76.