home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Grapap / GraphPap.exe / 0 / RCDATA / TWINCURLINESET / TWINCURLINESET.txt
Text File  |  2000-01-03  |  4KB  |  209 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 = 30
  129.       Top = 228
  130.       Width = 149
  131.       Height = 57
  132.       Caption = ' Subdivision lines '
  133.       Columns = 3
  134.       Items.Strings = (
  135.         'Dot'
  136.         'Dash'
  137.         'Solid')
  138.       TabOrder = 0
  139.     end
  140.   end
  141.   object Panel1: TPanel
  142.     Left = 209
  143.     Top = 0
  144.     Width = 221
  145.     Height = 309
  146.     TabOrder = 2
  147.     object Label8: TLabel
  148.       Left = 28
  149.       Top = 5
  150.       Width = 165
  151.       Height = 16
  152.       Caption = 'Registered sets of lines'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clNavy
  155.       Font.Height = -13
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = [fsBold, fsUnderline]
  158.       ParentFont = False
  159.     end
  160.     object LB: TListBox
  161.       Left = 9
  162.       Top = 31
  163.       Width = 202
  164.       Height = 220
  165.       ItemHeight = 16
  166.       Style = lbOwnerDrawFixed
  167.       TabOrder = 0
  168.       OnClick = LBClick
  169.       OnDrawItem = LBDrawItem
  170.       OnKeyDown = LBKeyDown
  171.     end
  172.     object BtDel: TButton
  173.       Left = 15
  174.       Top = 265
  175.       Width = 55
  176.       Height = 25
  177.       Caption = '&Delete'
  178.       TabOrder = 1
  179.       TabStop = False
  180.       OnClick = BtDelClick
  181.     end
  182.     object BtRename: TButton
  183.       Left = 83
  184.       Top = 264
  185.       Width = 55
  186.       Height = 25
  187.       Caption = '&Rename'
  188.       TabOrder = 2
  189.       TabStop = False
  190.       OnClick = BtRenameClick
  191.     end
  192.     object BtDefaultLineSet: TButton
  193.       Left = 150
  194.       Top = 264
  195.       Width = 55
  196.       Height = 25
  197.       Caption = 'De&fault'
  198.       TabOrder = 3
  199.       TabStop = False
  200.       OnClick = BtDefaultLineSetClick
  201.     end
  202.   end
  203.   object ColorDialog1: TColorDialog
  204.     Ctl3D = True
  205.     Left = 12
  206.     Top = 5
  207.   end
  208. end
  209.