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

  1. object frmParagraph: TfrmParagraph
  2.   Left = 304
  3.   Top = 140
  4.   HelpContext = 31
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Paragraph'
  8.   ClientHeight = 137
  9.   ClientWidth = 317
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 301
  23.     Height = 93
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblAlign: TLabel
  28.     Left = 15
  29.     Top = 20
  30.     Width = 23
  31.     Height = 13
  32.     Caption = '&Align'
  33.     FocusControl = cmbAlign
  34.   end
  35.   object lblClear: TLabel
  36.     Left = 15
  37.     Top = 48
  38.     Width = 24
  39.     Height = 13
  40.     Caption = 'C&lear'
  41.     FocusControl = cmbClear
  42.   end
  43.   object OKBtn: TBitBtn
  44.     Left = 64
  45.     Top = 108
  46.     Width = 77
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.     NumGlyphs = 2
  53.     Spacing = -1
  54.     IsControl = True
  55.   end
  56.   object CancelBtn: TBitBtn
  57.     Left = 148
  58.     Top = 108
  59.     Width = 77
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 1
  65.     NumGlyphs = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object HelpBtn: TBitBtn
  70.     Left = 232
  71.     Top = 108
  72.     Width = 77
  73.     Height = 25
  74.     Caption = '&Help'
  75.     TabOrder = 2
  76.     OnClick = HelpBtnClick
  77.     NumGlyphs = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object cmbAlign: TComboBox
  82.     Left = 80
  83.     Top = 16
  84.     Width = 217
  85.     Height = 21
  86.     Hint = 'The alignment of the paragraph'
  87.     ItemHeight = 13
  88.     Items.Strings = (
  89.       'center'
  90.       'indent'
  91.       'justify'
  92.       'left'
  93.       'right')
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     Sorted = True
  97.     TabOrder = 3
  98.   end
  99.   object cmbClear: TComboBox
  100.     Left = 80
  101.     Top = 44
  102.     Width = 217
  103.     Height = 21
  104.     Hint = 
  105.       'Forces the paragraph to be displayed below any figures, images, ' +
  106.       'tables, etc.'
  107.     ItemHeight = 13
  108.     Items.Strings = (
  109.       'all'
  110.       'left'
  111.       'right')
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     Sorted = True
  115.     TabOrder = 4
  116.   end
  117.   object chkNoWrap: TCheckBox
  118.     Left = 64
  119.     Top = 72
  120.     Width = 97
  121.     Height = 17
  122.     Hint = 'Prevents the paragraph from wrapping, if possible'
  123.     Caption = '&NoWrap'
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabOrder = 5
  127.   end
  128. end
  129.