home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / REC.DLL / 0 / RCDATA / TWPPARAGRAPHBORD / TWPPARAGRAPHBORD.txt
Text File  |  1998-03-24  |  3KB  |  187 lines

  1. object WPParagraphBord: TWPParagraphBord
  2.   Left = 270
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Paragraph Borders'
  7.   ClientHeight = 261
  8.   ClientWidth = 216
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 192
  19.     Width = 77
  20.     Height = 16
  21.     Caption = 'Linewidth [pt]'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 160
  26.     Width = 104
  27.     Height = 16
  28.     Caption = 'Space 0..15 [mm]'
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = 104
  32.     Top = 32
  33.     Width = 81
  34.     Height = 65
  35.     Shape = bsFrame
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 8
  40.     Width = 53
  41.     Height = 16
  42.     Caption = 'Borders:'
  43.     Font.Color = clBlack
  44.     Font.Height = -13
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 16
  51.     Top = 136
  52.     Width = 67
  53.     Height = 16
  54.     Caption = 'Color 0..15 '
  55.   end
  56.   object SpaceText: TEdit
  57.     Tag = 5
  58.     Left = 128
  59.     Top = 160
  60.     Width = 60
  61.     Height = 24
  62.     TabOrder = 0
  63.   end
  64.   object WidthText: TEdit
  65.     Tag = 6
  66.     Left = 128
  67.     Top = 184
  68.     Width = 60
  69.     Height = 24
  70.     TabOrder = 1
  71.   end
  72.   object BitBtn1: TBitBtn
  73.     Left = 24
  74.     Top = 224
  75.     Width = 73
  76.     Height = 25
  77.     TabOrder = 2
  78.     Kind = bkCancel
  79.   end
  80.   object BitBtn2: TBitBtn
  81.     Left = 112
  82.     Top = 224
  83.     Width = 76
  84.     Height = 25
  85.     TabOrder = 3
  86.     OnClick = BitBtn2Click
  87.     Kind = bkOK
  88.   end
  89.   object leftBox: TCheckBox
  90.     Left = 96
  91.     Top = 56
  92.     Width = 17
  93.     Height = 17
  94.     TabStop = False
  95.     Font.Color = clSilver
  96.     Font.Height = -13
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 4
  101.   end
  102.   object BottomBox: TCheckBox
  103.     Left = 136
  104.     Top = 88
  105.     Width = 17
  106.     Height = 17
  107.     TabStop = False
  108.     Caption = 'BottomBox'
  109.     Font.Color = clSilver
  110.     Font.Height = -13
  111.     Font.Name = 'Arial'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 5
  115.   end
  116.   object RightBox: TCheckBox
  117.     Left = 176
  118.     Top = 56
  119.     Width = 17
  120.     Height = 17
  121.     TabStop = False
  122.     Caption = 'RightBox'
  123.     Font.Color = clSilver
  124.     Font.Height = -13
  125.     Font.Name = 'Arial'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 6
  129.   end
  130.   object topBox: TCheckBox
  131.     Left = 136
  132.     Top = 24
  133.     Width = 17
  134.     Height = 17
  135.     TabStop = False
  136.     Caption = 'topBox'
  137.     Font.Color = clSilver
  138.     Font.Height = -13
  139.     Font.Name = 'Arial'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     TabOrder = 7
  143.   end
  144.   object box: TCheckBox
  145.     Left = 16
  146.     Top = 32
  147.     Width = 49
  148.     Height = 17
  149.     Caption = 'Box'
  150.     TabOrder = 8
  151.     Visible = False
  152.   end
  153.   object all: TCheckBox
  154.     Left = 16
  155.     Top = 56
  156.     Width = 49
  157.     Height = 17
  158.     Caption = 'All'
  159.     TabOrder = 9
  160.     OnClick = allClick
  161.   end
  162.   object double: TCheckBox
  163.     Left = 16
  164.     Top = 80
  165.     Width = 73
  166.     Height = 17
  167.     Caption = 'Double'
  168.     TabOrder = 10
  169.   end
  170.   object ColorText: TEdit
  171.     Tag = 5
  172.     Left = 128
  173.     Top = 136
  174.     Width = 60
  175.     Height = 24
  176.     TabOrder = 11
  177.   end
  178.   object Dotted: TCheckBox
  179.     Left = 16
  180.     Top = 104
  181.     Width = 73
  182.     Height = 17
  183.     Caption = 'Dotted'
  184.     TabOrder = 12
  185.   end
  186. end
  187.