home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINPERSOLINESET / TWINPERSOLINESET.txt
Text File  |  2000-03-07  |  3KB  |  141 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 = 'Personal paper'
  9.   ClientHeight = 372
  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.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 211
  29.     Height = 297
  30.     Align = alClient
  31.     TabOrder = 0
  32.     object LabelPaper: TLabel
  33.       Left = 16
  34.       Top = 5
  35.       Width = 180
  36.       Height = 16
  37.       Alignment = taCenter
  38.       AutoSize = False
  39.       Caption = 'Paper'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clNavy
  42.       Font.Height = -13
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold, fsUnderline]
  45.       ParentFont = False
  46.     end
  47.     object Label1: TLabel
  48.       Left = 32
  49.       Top = 33
  50.       Width = 29
  51.       Height = 13
  52.       Caption = 'Colors'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsUnderline]
  58.       ParentFont = False
  59.     end
  60.     object LblEpaisseurTrait: TLabel
  61.       Left = 106
  62.       Top = 33
  63.       Width = 33
  64.       Height = 13
  65.       Caption = 'Widths'
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsUnderline]
  71.       ParentFont = False
  72.     end
  73.     object RGSubDiv: TRadioGroup
  74.       Left = 101
  75.       Top = 187
  76.       Width = 59
  77.       Height = 66
  78.       Items.Strings = (
  79.         'Dot'
  80.         'Dash'
  81.         'Solid')
  82.       TabOrder = 0
  83.     end
  84.     object BtPrnTest: TButton
  85.       Left = 53
  86.       Top = 263
  87.       Width = 103
  88.       Height = 25
  89.       Hint = 'Series of lines with increasing thichnesses'
  90.       Caption = '&Print test page'
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.       TabOrder = 1
  94.       TabStop = False
  95.       OnClick = BtPrnTestClick
  96.     end
  97.   end
  98.   object Panel2: TPanel
  99.     Left = 0
  100.     Top = 297
  101.     Width = 211
  102.     Height = 75
  103.     Align = alBottom
  104.     TabOrder = 1
  105.     object BtOK: TBitBtn
  106.       Left = 24
  107.       Top = 8
  108.       Width = 75
  109.       Height = 25
  110.       TabOrder = 0
  111.       TabStop = False
  112.       OnClick = BtOKClick
  113.       Kind = bkOK
  114.     end
  115.     object BtCancel: TBitBtn
  116.       Left = 68
  117.       Top = 43
  118.       Width = 75
  119.       Height = 25
  120.       TabOrder = 1
  121.       TabStop = False
  122.       Kind = bkCancel
  123.     end
  124.     object BtUndo: TButton
  125.       Left = 112
  126.       Top = 8
  127.       Width = 75
  128.       Height = 25
  129.       Caption = '&Undo'
  130.       TabOrder = 2
  131.       TabStop = False
  132.       OnClick = BtUndoClick
  133.     end
  134.   end
  135.   object ColorDialog1: TColorDialog
  136.     Ctl3D = True
  137.     Left = 8
  138.     Top = 56
  139.   end
  140. end
  141.