home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMCAPTION / TFRMCAPTION.txt
Text File  |  1996-10-14  |  2KB  |  98 lines

  1. object frmCaption: TfrmCaption
  2.   Left = 652
  3.   Top = 454
  4.   HelpContext = 95
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Caption'
  8.   ClientHeight = 89
  9.   ClientWidth = 261
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 245
  25.     Height = 45
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object lblAlign: TLabel
  30.     Left = 14
  31.     Top = 24
  32.     Width = 23
  33.     Height = 13
  34.     Caption = '&Align'
  35.     FocusControl = cmbAlign
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object OKBtn: TBitBtn
  43.     Left = 8
  44.     Top = 60
  45.     Width = 77
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.     NumGlyphs = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object CancelBtn: TBitBtn
  56.     Left = 92
  57.     Top = 60
  58.     Width = 77
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.     NumGlyphs = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object HelpBtn: TBitBtn
  69.     Left = 176
  70.     Top = 60
  71.     Width = 77
  72.     Height = 25
  73.     Caption = '&Help'
  74.     TabOrder = 3
  75.     OnClick = HelpBtnClick
  76.     NumGlyphs = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object cmbAlign: TComboBox
  81.     Left = 80
  82.     Top = 20
  83.     Width = 161
  84.     Height = 21
  85.     Hint = 'Specifies the location of a table'#39's caption'
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ItemHeight = 13
  91.     Items.Strings = (
  92.       'bottom'
  93.       'top')
  94.     ParentFont = False
  95.     TabOrder = 0
  96.   end
  97. end
  98.