home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Grapap / GraphPap.exe / 0 / RCDATA / TWINPERSOLINESET / TWINPERSOLINESET.txt
Text File  |  2000-01-03  |  3KB  |  127 lines

  1. object WinPersoLineSet: TWinPersoLineSet
  2.   Left = 192
  3.   Top = 77
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Personnal paper'
  9.   ClientHeight = 325
  10.   ClientWidth = 211
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 211
  27.     Height = 250
  28.     TabOrder = 0
  29.     object LabelPaper: TLabel
  30.       Left = 16
  31.       Top = 5
  32.       Width = 180
  33.       Height = 16
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'Paper'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clNavy
  39.       Font.Height = -13
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold, fsUnderline]
  42.       ParentFont = False
  43.     end
  44.     object Label1: TLabel
  45.       Left = 32
  46.       Top = 33
  47.       Width = 29
  48.       Height = 13
  49.       Caption = 'Colors'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = [fsUnderline]
  55.       ParentFont = False
  56.     end
  57.     object LblEpaisseurTrait: TLabel
  58.       Left = 106
  59.       Top = 33
  60.       Width = 33
  61.       Height = 13
  62.       Caption = 'Widths'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clWindowText
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsUnderline]
  68.       ParentFont = False
  69.     end
  70.     object RGSubDiv: TRadioGroup
  71.       Left = 22
  72.       Top = 182
  73.       Width = 167
  74.       Height = 57
  75.       Caption = ' Subdivision lines '
  76.       Columns = 3
  77.       Items.Strings = (
  78.         'Dot'
  79.         'Dash'
  80.         'Solid')
  81.       TabOrder = 0
  82.     end
  83.   end
  84.   object Panel2: TPanel
  85.     Left = 0
  86.     Top = 250
  87.     Width = 211
  88.     Height = 75
  89.     Align = alBottom
  90.     TabOrder = 1
  91.     object BtOK: TBitBtn
  92.       Left = 24
  93.       Top = 8
  94.       Width = 75
  95.       Height = 25
  96.       TabOrder = 0
  97.       TabStop = False
  98.       OnClick = BtOKClick
  99.       Kind = bkOK
  100.     end
  101.     object BtCancel: TBitBtn
  102.       Left = 68
  103.       Top = 43
  104.       Width = 75
  105.       Height = 25
  106.       TabOrder = 1
  107.       TabStop = False
  108.       Kind = bkCancel
  109.     end
  110.     object BtUndo: TButton
  111.       Left = 112
  112.       Top = 8
  113.       Width = 75
  114.       Height = 25
  115.       Caption = '&Undo'
  116.       TabOrder = 2
  117.       TabStop = False
  118.       OnClick = BtUndoClick
  119.     end
  120.   end
  121.   object ColorDialog1: TColorDialog
  122.     Ctl3D = True
  123.     Left = 8
  124.     Top = 56
  125.   end
  126. end
  127.