home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TPARAGRAPH / TPARAGRAPH.txt
Text File  |  1996-04-05  |  3KB  |  166 lines

  1. object Paragraph: TParagraph
  2.   Left = 200
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Paragraph Break'
  7.   ClientHeight = 221
  8.   ClientWidth = 297
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 16
  20.     Width = 129
  21.     Height = 137
  22.     Caption = 'Align'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 16
  31.       Top = 80
  32.       Width = 89
  33.       Height = 17
  34.       Caption = 'Center'
  35.       Font.Color = clMaroon
  36.       Font.Height = -17
  37.       Font.Name = 'System'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 56
  45.       Width = 81
  46.       Height = 17
  47.       Caption = 'Right'
  48.       Font.Color = clMaroon
  49.       Font.Height = -17
  50.       Font.Name = 'System'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.     end
  55.     object RadioButton3: TRadioButton
  56.       Left = 16
  57.       Top = 104
  58.       Width = 89
  59.       Height = 17
  60.       Caption = 'Justify'
  61.       Font.Color = clMaroon
  62.       Font.Height = -17
  63.       Font.Name = 'System'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       TabOrder = 2
  67.     end
  68.     object RadioButton7: TRadioButton
  69.       Left = 16
  70.       Top = 32
  71.       Width = 81
  72.       Height = 17
  73.       Caption = 'Left'
  74.       Font.Color = clMaroon
  75.       Font.Height = -17
  76.       Font.Name = 'System'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       TabOrder = 3
  80.     end
  81.   end
  82.   object GroupBox2: TGroupBox
  83.     Left = 144
  84.     Top = 16
  85.     Width = 145
  86.     Height = 113
  87.     Caption = 'Clear'
  88.     Font.Color = clBlue
  89.     Font.Height = -17
  90.     Font.Name = 'System'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 1
  94.     object RadioButton4: TRadioButton
  95.       Left = 32
  96.       Top = 32
  97.       Width = 89
  98.       Height = 17
  99.       Caption = 'Left'
  100.       Font.Color = clMaroon
  101.       Font.Height = -17
  102.       Font.Name = 'System'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       TabOrder = 0
  106.     end
  107.     object RadioButton5: TRadioButton
  108.       Left = 32
  109.       Top = 56
  110.       Width = 81
  111.       Height = 17
  112.       Caption = 'Right'
  113.       Font.Color = clMaroon
  114.       Font.Height = -17
  115.       Font.Name = 'System'
  116.       Font.Style = [fsBold]
  117.       ParentFont = False
  118.       TabOrder = 1
  119.     end
  120.     object RadioButton6: TRadioButton
  121.       Left = 32
  122.       Top = 80
  123.       Width = 89
  124.       Height = 17
  125.       Caption = 'All'
  126.       Font.Color = clMaroon
  127.       Font.Height = -17
  128.       Font.Name = 'System'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.       TabOrder = 2
  132.     end
  133.   end
  134.   object CheckBox1: TCheckBox
  135.     Left = 168
  136.     Top = 136
  137.     Width = 97
  138.     Height = 25
  139.     Caption = 'Nowrap'
  140.     Font.Color = clMaroon
  141.     Font.Height = -17
  142.     Font.Name = 'System'
  143.     Font.Style = [fsBold]
  144.     ParentFont = False
  145.     TabOrder = 2
  146.   end
  147.   object BitBtn1: TBitBtn
  148.     Left = 32
  149.     Top = 176
  150.     Width = 100
  151.     Height = 30
  152.     TabOrder = 3
  153.     OnClick = BitBtn1Click
  154.     Kind = bkOK
  155.   end
  156.   object BitBtn2: TBitBtn
  157.     Left = 168
  158.     Top = 176
  159.     Width = 100
  160.     Height = 30
  161.     TabOrder = 4
  162.     OnClick = BitBtn2Click
  163.     Kind = bkCancel
  164.   end
  165. end
  166.