home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / htmled1 / fe32_17.exe / FlexED32.exe / 0 / RCDATA / TFORM_CAPTIONP / TFORM_CAPTIONP.txt
Text File  |  1996-09-06  |  1KB  |  61 lines

  1. object Form_CaptionP: TForm_CaptionP
  2.   Left = 249
  3.   Top = 234
  4.   HelpContext = 1014
  5.   BorderStyle = bsDialog
  6.   Caption = '<Caption> Editor'
  7.   ClientHeight = 78
  8.   ClientWidth = 135
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 0
  21.     Width = 23
  22.     Height = 13
  23.     Caption = '&Align'
  24.     FocusControl = AlignCB
  25.   end
  26.   object OkButton: TButton
  27.     Left = 16
  28.     Top = 48
  29.     Width = 49
  30.     Height = 25
  31.     Caption = '&Ok'
  32.     Default = True
  33.     TabOrder = 0
  34.     OnClick = OkButtonClick
  35.   end
  36.   object CancelButton: TButton
  37.     Left = 72
  38.     Top = 48
  39.     Width = 57
  40.     Height = 25
  41.     Caption = '&Cancel'
  42.     TabOrder = 1
  43.     OnClick = CancelButtonClick
  44.   end
  45.   object AlignCB: TComboBox
  46.     Left = 8
  47.     Top = 16
  48.     Width = 121
  49.     Height = 21
  50.     Style = csDropDownList
  51.     ItemHeight = 13
  52.     Items.Strings = (
  53.       '(none)'
  54.       'top'
  55.       'bottom'
  56.       'left'
  57.       'right')
  58.     TabOrder = 2
  59.   end
  60. end
  61.