home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINCURLINESET / TWINCURLINESET.txt
Text File  |  2000-03-07  |  5KB  |  229 lines

  1. object WinCurLineSet: TWinCurLineSet
  2.   Left = 214
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select and edit the sets of lines'
  7.   ClientHeight = 357
  8.   ClientWidth = 430
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDesktopCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 309
  27.     Width = 430
  28.     Height = 48
  29.     Align = alBottom
  30.     TabOrder = 0
  31.     object BtOK: TBitBtn
  32.       Left = 70
  33.       Top = 11
  34.       Width = 75
  35.       Height = 25
  36.       TabOrder = 0
  37.       TabStop = False
  38.       Kind = bkOK
  39.     end
  40.     object BtCancel: TBitBtn
  41.       Left = 286
  42.       Top = 11
  43.       Width = 75
  44.       Height = 25
  45.       TabOrder = 1
  46.       TabStop = False
  47.       Kind = bkCancel
  48.     end
  49.     object BtUndo: TButton
  50.       Left = 178
  51.       Top = 11
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Undo'
  55.       TabOrder = 2
  56.       TabStop = False
  57.       OnClick = BtUndoClick
  58.     end
  59.   end
  60.   object Panel3: TPanel
  61.     Left = 0
  62.     Top = 0
  63.     Width = 209
  64.     Height = 309
  65.     TabOrder = 1
  66.     object Label10: TLabel
  67.       Left = 14
  68.       Top = 38
  69.       Width = 28
  70.       Height = 13
  71.       Caption = '&Name'
  72.       FocusControl = EditNom
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -12
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label11: TLabel
  81.       Left = 40
  82.       Top = 5
  83.       Width = 129
  84.       Height = 16
  85.       Caption = 'Current set of lines'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clNavy
  88.       Font.Height = -13
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = [fsBold, fsUnderline]
  91.       ParentFont = False
  92.     end
  93.     object Label1: TLabel
  94.       Left = 32
  95.       Top = 72
  96.       Width = 29
  97.       Height = 13
  98.       Caption = 'Colors'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsUnderline]
  104.       ParentFont = False
  105.     end
  106.     object LblEpaisseurTrait: TLabel
  107.       Left = 106
  108.       Top = 72
  109.       Width = 33
  110.       Height = 13
  111.       Caption = 'Widths'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clWindowText
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = [fsUnderline]
  117.       ParentFont = False
  118.     end
  119.     object EditNom: TEdit
  120.       Left = 53
  121.       Top = 33
  122.       Width = 142
  123.       Height = 21
  124.       MaxLength = 25
  125.       TabOrder = 1
  126.     end
  127.     object RGSubDiv: TRadioGroup
  128.       Left = 100
  129.       Top = 201
  130.       Width = 60
  131.       Height = 61
  132.       Items.Strings = (
  133.         'Dot'
  134.         'Dash'
  135.         'Solid')
  136.       TabOrder = 0
  137.     end
  138.     object BtPrnTest: TButton
  139.       Left = 53
  140.       Top = 273
  141.       Width = 103
  142.       Height = 25
  143.       Hint = 'Series of lines with increasing thichnesses'
  144.       Caption = '&Print test page'
  145.       ParentShowHint = False
  146.       ShowHint = True
  147.       TabOrder = 2
  148.       TabStop = False
  149.       OnClick = BtPrnTestClick
  150.     end
  151.   end
  152.   object Panel1: TPanel
  153.     Left = 209
  154.     Top = 0
  155.     Width = 221
  156.     Height = 309
  157.     TabOrder = 2
  158.     object Label8: TLabel
  159.       Left = 28
  160.       Top = 5
  161.       Width = 165
  162.       Height = 16
  163.       Caption = 'Registered sets of lines'
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clNavy
  166.       Font.Height = -13
  167.       Font.Name = 'MS Sans Serif'
  168.       Font.Style = [fsBold, fsUnderline]
  169.       ParentFont = False
  170.     end
  171.     object LB: TListBox
  172.       Left = 9
  173.       Top = 31
  174.       Width = 202
  175.       Height = 220
  176.       ItemHeight = 16
  177.       Style = lbOwnerDrawFixed
  178.       TabOrder = 0
  179.       OnClick = LBClick
  180.       OnDrawItem = LBDrawItem
  181.       OnKeyDown = LBKeyDown
  182.     end
  183.     object BtDel: TButton
  184.       Left = 15
  185.       Top = 265
  186.       Width = 55
  187.       Height = 25
  188.       Hint = 'To erase a set of lines'
  189.       Caption = '&Delete'
  190.       ParentShowHint = False
  191.       ShowHint = True
  192.       TabOrder = 1
  193.       TabStop = False
  194.       OnClick = BtDelClick
  195.     end
  196.     object BtRename: TButton
  197.       Left = 83
  198.       Top = 264
  199.       Width = 55
  200.       Height = 25
  201.       Hint = 'To change the name of a set of line'
  202.       Caption = '&Rename'
  203.       ParentShowHint = False
  204.       ShowHint = True
  205.       TabOrder = 2
  206.       TabStop = False
  207.       OnClick = BtRenameClick
  208.     end
  209.     object BtDefaultLineSet: TButton
  210.       Left = 150
  211.       Top = 264
  212.       Width = 55
  213.       Height = 25
  214.       Hint = 'To reset default set of lines'
  215.       Caption = 'De&fault'
  216.       ParentShowHint = False
  217.       ShowHint = True
  218.       TabOrder = 3
  219.       TabStop = False
  220.       OnClick = BtDefaultLineSetClick
  221.     end
  222.   end
  223.   object ColorDialog1: TColorDialog
  224.     Ctl3D = True
  225.     Left = 12
  226.     Top = 5
  227.   end
  228. end
  229.