home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINMAIN / TWINMAIN.txt
Text File  |  2000-03-07  |  89KB  |  3,666 lines

  1. object WinMain: TWinMain
  2.   Left = 251
  3.   Top = 37
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Graph paper printer 4.20'
  9.   ClientHeight = 544
  10.   ClientWidth = 754
  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 = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PanelDiagram: TPanel
  26.     Left = 425
  27.     Top = 0
  28.     Width = 329
  29.     Height = 334
  30.     TabOrder = 1
  31.     object Shape5: TShape
  32.       Left = 1
  33.       Top = 1
  34.       Width = 327
  35.       Height = 20
  36.       Align = alTop
  37.       Brush.Color = clNavy
  38.     end
  39.     object Label26: TLabel
  40.       Left = 144
  41.       Top = 3
  42.       Width = 40
  43.       Height = 13
  44.       Caption = 'Design'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWhite
  47.       Font.Height = -12
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       Transparent = True
  52.     end
  53.     object BtKeepPerso: TButton
  54.       Left = 114
  55.       Top = 296
  56.       Width = 100
  57.       Height = 25
  58.       Hint = 'To add the design in personal papers'
  59.       Caption = '&Keep design'
  60.       ParentShowHint = False
  61.       ShowHint = True
  62.       TabOrder = 0
  63.       TabStop = False
  64.       OnClick = BtKeepPersoClick
  65.     end
  66.     object BtYesEditPerso: TButton
  67.       Left = 16
  68.       Top = 296
  69.       Width = 145
  70.       Height = 25
  71.       Caption = '&Yes, keep new parameters'
  72.       TabOrder = 1
  73.       TabStop = False
  74.       Visible = False
  75.       OnClick = BtOKCancelEditPersoClick
  76.     end
  77.     object BtNoEditPerso: TButton
  78.       Tag = 1
  79.       Left = 168
  80.       Top = 296
  81.       Width = 145
  82.       Height = 25
  83.       Caption = '&No, reset old parameters'
  84.       TabOrder = 2
  85.       TabStop = False
  86.       Visible = False
  87.       OnClick = BtOKCancelEditPersoClick
  88.     end
  89.   end
  90.   object PanelPol: TPanel
  91.     Left = 426
  92.     Top = 62
  93.     Width = 326
  94.     Height = 150
  95.     BevelOuter = bvNone
  96.     TabOrder = 4
  97.     Visible = False
  98.     object GBAngles: TGroupBox
  99.       Left = 169
  100.       Top = 12
  101.       Width = 148
  102.       Height = 60
  103.       Caption = ' Polar scale'
  104.       TabOrder = 1
  105.       object Label18: TLabel
  106.         Left = 7
  107.         Top = 25
  108.         Width = 42
  109.         Height = 13
  110.         Caption = 'Divisions'
  111.       end
  112.       object CBAngle: TComboBox
  113.         Left = 56
  114.         Top = 22
  115.         Width = 83
  116.         Height = 21
  117.         Style = csDropDownList
  118.         DropDownCount = 12
  119.         ItemHeight = 13
  120.         Items.Strings = (
  121.           '5 degrees'
  122.           '6 degrees'
  123.           '9 degrees'
  124.           '10 degrees'
  125.           '15 degrees'
  126.           '30 degrees'
  127.           '45 degrees'
  128.           '60 degrees'
  129.           '90 degrees'
  130.           'Absent')
  131.         TabOrder = 0
  132.         OnChange = RefreshPreview
  133.       end
  134.     end
  135.     object GBIncreasingGrad: TGroupBox
  136.       Left = 170
  137.       Top = 78
  138.       Width = 147
  139.       Height = 59
  140.       Caption = ' Increasing graduations '
  141.       TabOrder = 2
  142.       object RBCenterToOut: TRadioButton
  143.         Left = 20
  144.         Top = 16
  145.         Width = 113
  146.         Height = 17
  147.         Caption = 'Center to outside'
  148.         Checked = True
  149.         TabOrder = 0
  150.         TabStop = True
  151.         OnClick = RefreshPreview
  152.       end
  153.       object RBOutToCenter: TRadioButton
  154.         Tag = 1
  155.         Left = 20
  156.         Top = 36
  157.         Width = 113
  158.         Height = 17
  159.         Caption = 'Outside to center'
  160.         TabOrder = 1
  161.         OnClick = RefreshPreview
  162.       end
  163.     end
  164.     object GroupBox3: TGroupBox
  165.       Left = 8
  166.       Top = 12
  167.       Width = 153
  168.       Height = 125
  169.       Caption = ' Radial scale '
  170.       TabOrder = 0
  171.       object Label16: TLabel
  172.         Left = 4
  173.         Top = 30
  174.         Width = 27
  175.         Height = 13
  176.         Caption = 'Scale'
  177.       end
  178.       object Label17: TLabel
  179.         Left = 4
  180.         Top = 66
  181.         Width = 42
  182.         Height = 13
  183.         Caption = 'Divisions'
  184.       end
  185.       object CBRScale: TComboBox
  186.         Tag = 2
  187.         Left = 50
  188.         Top = 25
  189.         Width = 95
  190.         Height = 21
  191.         Style = csDropDownList
  192.         DropDownCount = 10
  193.         ItemHeight = 13
  194.         TabOrder = 0
  195.         OnChange = CBRadScaleChange
  196.       end
  197.       object CBRDiv: TComboBox
  198.         Tag = 2
  199.         Left = 50
  200.         Top = 63
  201.         Width = 95
  202.         Height = 21
  203.         Style = csDropDownList
  204.         ItemHeight = 13
  205.         TabOrder = 1
  206.         OnChange = RefreshPreview
  207.       end
  208.       object CBSubdivPol: TCheckBox
  209.         Tag = 1
  210.         Left = 35
  211.         Top = 97
  212.         Width = 83
  213.         Height = 17
  214.         Caption = 'Sub-divisions'
  215.         Checked = True
  216.         State = cbChecked
  217.         TabOrder = 4
  218.         OnClick = CBSubdivClick
  219.       end
  220.       object EditRDiv: TEdit
  221.         Tag = 2
  222.         Left = 50
  223.         Top = 63
  224.         Width = 44
  225.         Height = 21
  226.         MaxLength = 3
  227.         TabOrder = 2
  228.         Text = '10'
  229.         OnKeyPress = EditDiagramKeyPress
  230.       end
  231.       object BtApplyRDiv: TButton
  232.         Tag = 2
  233.         Left = 102
  234.         Top = 64
  235.         Width = 41
  236.         Height = 21
  237.         Caption = 'Apply'
  238.         TabOrder = 3
  239.         TabStop = False
  240.         OnClick = BtApplyDiagramClick
  241.       end
  242.     end
  243.   end
  244.   object PanelCustom: TPanel
  245.     Left = 426
  246.     Top = 62
  247.     Width = 326
  248.     Height = 150
  249.     BevelOuter = bvNone
  250.     TabOrder = 5
  251.     Visible = False
  252.     object Label8: TLabel
  253.       Left = 18
  254.       Top = 38
  255.       Width = 121
  256.       Height = 13
  257.       Caption = 'Space between light lines'
  258.     end
  259.     object Label11: TLabel
  260.       Left = 18
  261.       Top = 64
  262.       Width = 113
  263.       Height = 13
  264.       Caption = 'One medium line  every '
  265.     end
  266.     object Label12: TLabel
  267.       Left = 18
  268.       Top = 90
  269.       Width = 103
  270.       Height = 13
  271.       Caption = 'One heavy line every '
  272.     end
  273.     object Label13: TLabel
  274.       Left = 253
  275.       Top = 66
  276.       Width = 38
  277.       Height = 13
  278.       Caption = 'light line'
  279.     end
  280.     object Label14: TLabel
  281.       Left = 253
  282.       Top = 91
  283.       Width = 55
  284.       Height = 13
  285.       Caption = 'medium line'
  286.     end
  287.     object Label9: TLabel
  288.       Left = 145
  289.       Top = 15
  290.       Width = 35
  291.       Height = 13
  292.       Caption = 'Vertical'
  293.       Font.Charset = DEFAULT_CHARSET
  294.       Font.Color = clWindowText
  295.       Font.Height = -12
  296.       Font.Name = 'MS Sans Serif'
  297.       Font.Style = []
  298.       ParentFont = False
  299.     end
  300.     object LblUMeasureSpaceCust: TLabel
  301.       Left = 253
  302.       Top = 38
  303.       Width = 19
  304.       Height = 13
  305.       Caption = 'Unit'
  306.     end
  307.     object Label15: TLabel
  308.       Left = 197
  309.       Top = 15
  310.       Width = 47
  311.       Height = 13
  312.       Caption = 'Horizontal'
  313.       Font.Charset = DEFAULT_CHARSET
  314.       Font.Color = clWindowText
  315.       Font.Height = -12
  316.       Font.Name = 'MS Sans Serif'
  317.       Font.Style = []
  318.       ParentFont = False
  319.     end
  320.     object Bevel2: TBevel
  321.       Left = 7
  322.       Top = 6
  323.       Width = 312
  324.       Height = 143
  325.       Shape = bsFrame
  326.     end
  327.     object EditXSpace: TEdit
  328.       Tag = 8
  329.       Left = 144
  330.       Top = 34
  331.       Width = 48
  332.       Height = 21
  333.       MaxLength = 8
  334.       TabOrder = 0
  335.       Text = '0.2'
  336.       OnKeyPress = EditDiagramKeyPress
  337.     end
  338.     object EditYSpace: TEdit
  339.       Tag = 9
  340.       Left = 199
  341.       Top = 34
  342.       Width = 48
  343.       Height = 21
  344.       MaxLength = 8
  345.       TabOrder = 3
  346.       Text = '0.3'
  347.       OnKeyPress = EditDiagramKeyPress
  348.     end
  349.     object EditFMedX: TEdit
  350.       Tag = 18
  351.       Left = 144
  352.       Top = 61
  353.       Width = 48
  354.       Height = 21
  355.       MaxLength = 4
  356.       TabOrder = 1
  357.       Text = '2'
  358.       OnKeyPress = EditDiagramKeyPress
  359.     end
  360.     object EditFThickX: TEdit
  361.       Tag = 19
  362.       Left = 144
  363.       Top = 87
  364.       Width = 48
  365.       Height = 21
  366.       MaxLength = 4
  367.       TabOrder = 2
  368.       Text = '2'
  369.       OnKeyPress = EditDiagramKeyPress
  370.     end
  371.     object EditFMedY: TEdit
  372.       Tag = 20
  373.       Left = 199
  374.       Top = 61
  375.       Width = 48
  376.       Height = 21
  377.       MaxLength = 4
  378.       TabOrder = 4
  379.       Text = '4'
  380.       OnKeyPress = EditDiagramKeyPress
  381.     end
  382.     object EditFThickY: TEdit
  383.       Tag = 21
  384.       Left = 199
  385.       Top = 87
  386.       Width = 48
  387.       Height = 21
  388.       MaxLength = 4
  389.       TabOrder = 5
  390.       Text = '2'
  391.       OnKeyPress = EditDiagramKeyPress
  392.     end
  393.     object BtApplyCustom: TButton
  394.       Tag = 8
  395.       Left = 145
  396.       Top = 115
  397.       Width = 103
  398.       Height = 21
  399.       Caption = 'Apply'
  400.       TabOrder = 6
  401.       TabStop = False
  402.       OnClick = BtApplyDiagramClick
  403.     end
  404.   end
  405.   object PanelclGrid: TPanel
  406.     Left = 426
  407.     Top = 212
  408.     Width = 326
  409.     Height = 72
  410.     BevelOuter = bvNone
  411.     TabOrder = 24
  412.     Visible = False
  413.     object GroupBox4: TGroupBox
  414.       Left = 7
  415.       Top = 2
  416.       Width = 312
  417.       Height = 68
  418.       Caption = ' Lines '
  419.       TabOrder = 0
  420.       object LblEpaisseurTrait: TLabel
  421.         Left = 11
  422.         Top = 29
  423.         Width = 28
  424.         Height = 13
  425.         Caption = 'Width'
  426.         Font.Charset = DEFAULT_CHARSET
  427.         Font.Color = clBlack
  428.         Font.Height = -12
  429.         Font.Name = 'MS Sans Serif'
  430.         Font.Style = []
  431.         ParentFont = False
  432.       end
  433.       object Label23: TLabel
  434.         Left = 11
  435.         Top = 46
  436.         Width = 24
  437.         Height = 13
  438.         Caption = 'Color'
  439.         Font.Charset = DEFAULT_CHARSET
  440.         Font.Color = clBlack
  441.         Font.Height = -12
  442.         Font.Name = 'MS Sans Serif'
  443.         Font.Style = []
  444.         ParentFont = False
  445.       end
  446.       object Label1: TLabel
  447.         Left = 63
  448.         Top = 11
  449.         Width = 31
  450.         Height = 13
  451.         Caption = 'Heavy'
  452.         Font.Charset = DEFAULT_CHARSET
  453.         Font.Color = clBlack
  454.         Font.Height = -12
  455.         Font.Name = 'MS Sans Serif'
  456.         Font.Style = [fsUnderline]
  457.         ParentFont = False
  458.       end
  459.       object LblEpBig: TLabel
  460.         Left = 61
  461.         Top = 29
  462.         Width = 30
  463.         Height = 13
  464.         Alignment = taCenter
  465.         AutoSize = False
  466.         Caption = '3'
  467.         Font.Charset = DEFAULT_CHARSET
  468.         Font.Color = clNavy
  469.         Font.Height = -12
  470.         Font.Name = 'MS Sans Serif'
  471.         Font.Style = []
  472.         ParentFont = False
  473.       end
  474.       object Shape1: TShape
  475.         Left = 67
  476.         Top = 48
  477.         Width = 20
  478.         Height = 10
  479.         Shape = stEllipse
  480.       end
  481.       object Label10: TLabel
  482.         Left = 108
  483.         Top = 11
  484.         Width = 37
  485.         Height = 13
  486.         Caption = 'Medium'
  487.         Font.Charset = DEFAULT_CHARSET
  488.         Font.Color = clBlack
  489.         Font.Height = -12
  490.         Font.Name = 'MS Sans Serif'
  491.         Font.Style = [fsUnderline]
  492.         ParentFont = False
  493.       end
  494.       object LblEpMiddle: TLabel
  495.         Left = 108
  496.         Top = 29
  497.         Width = 30
  498.         Height = 13
  499.         Alignment = taCenter
  500.         AutoSize = False
  501.         Caption = '2'
  502.         Font.Charset = DEFAULT_CHARSET
  503.         Font.Color = clNavy
  504.         Font.Height = -12
  505.         Font.Name = 'MS Sans Serif'
  506.         Font.Style = []
  507.         ParentFont = False
  508.       end
  509.       object Shape2: TShape
  510.         Left = 115
  511.         Top = 48
  512.         Width = 20
  513.         Height = 10
  514.         Shape = stEllipse
  515.       end
  516.       object Label21: TLabel
  517.         Left = 156
  518.         Top = 11
  519.         Width = 23
  520.         Height = 13
  521.         Caption = 'Light'
  522.         Font.Charset = DEFAULT_CHARSET
  523.         Font.Color = clBlack
  524.         Font.Height = -12
  525.         Font.Name = 'MS Sans Serif'
  526.         Font.Style = [fsUnderline]
  527.         ParentFont = False
  528.       end
  529.       object LblEpSmall: TLabel
  530.         Left = 152
  531.         Top = 29
  532.         Width = 30
  533.         Height = 13
  534.         Alignment = taCenter
  535.         AutoSize = False
  536.         Caption = '1'
  537.         Font.Charset = DEFAULT_CHARSET
  538.         Font.Color = clNavy
  539.         Font.Height = -12
  540.         Font.Name = 'MS Sans Serif'
  541.         Font.Style = []
  542.         ParentFont = False
  543.       end
  544.       object Shape3: TShape
  545.         Left = 158
  546.         Top = 48
  547.         Width = 20
  548.         Height = 10
  549.         Shape = stEllipse
  550.       end
  551.       object PanelclSubdiv: TPanel
  552.         Left = 184
  553.         Top = 9
  554.         Width = 66
  555.         Height = 50
  556.         BevelOuter = bvNone
  557.         TabOrder = 0
  558.         Visible = False
  559.         object Label25: TLabel
  560.           Left = 3
  561.           Top = 1
  562.           Width = 59
  563.           Height = 13
  564.           Caption = 'Subdivisions'
  565.           Font.Charset = DEFAULT_CHARSET
  566.           Font.Color = clBlack
  567.           Font.Height = -12
  568.           Font.Name = 'MS Sans Serif'
  569.           Font.Style = [fsUnderline]
  570.           ParentFont = False
  571.         end
  572.         object Shape4: TShape
  573.           Left = 23
  574.           Top = 38
  575.           Width = 20
  576.           Height = 10
  577.           Shape = stEllipse
  578.         end
  579.         object PBoxSubdiv: TPaintBox
  580.           Left = 3
  581.           Top = 26
  582.           Width = 59
  583.           Height = 2
  584.           Color = clWhite
  585.           ParentColor = False
  586.           OnPaint = PBoxSubdivPaint
  587.         end
  588.       end
  589.       object BtChangeColorGrid: TButton
  590.         Left = 255
  591.         Top = 23
  592.         Width = 48
  593.         Height = 24
  594.         Hint = 'color and width of lines'
  595.         Caption = 'Ch&ange'
  596.         ParentShowHint = False
  597.         ShowHint = True
  598.         TabOrder = 1
  599.         TabStop = False
  600.         OnClick = BtChangeColorClick
  601.       end
  602.     end
  603.   end
  604.   object PanelPerso: TPanel
  605.     Left = 426
  606.     Top = 62
  607.     Width = 326
  608.     Height = 271
  609.     BevelOuter = bvNone
  610.     TabOrder = 19
  611.     Visible = False
  612.     object LbPerso: TListBox
  613.       Left = 0
  614.       Top = 0
  615.       Width = 224
  616.       Height = 271
  617.       Align = alLeft
  618.       ItemHeight = 13
  619.       TabOrder = 0
  620.       OnClick = LbPersoClick
  621.       OnDblClick = BtEditPersoClick
  622.       OnKeyDown = LbPersoKeyDown
  623.     end
  624.     object BtDeletePerso: TButton
  625.       Left = 244
  626.       Top = 145
  627.       Width = 66
  628.       Height = 25
  629.       Caption = '&Delete'
  630.       TabOrder = 1
  631.       TabStop = False
  632.       OnClick = BtDeletePersoClick
  633.     end
  634.     object BtEditPerso: TButton
  635.       Left = 244
  636.       Top = 57
  637.       Width = 66
  638.       Height = 25
  639.       Caption = '&Edit'
  640.       TabOrder = 2
  641.       TabStop = False
  642.       OnClick = BtEditPersoClick
  643.     end
  644.     object BtRenamePerso: TButton
  645.       Left = 244
  646.       Top = 101
  647.       Width = 66
  648.       Height = 25
  649.       Caption = '&Rename'
  650.       TabOrder = 3
  651.       TabStop = False
  652.       OnClick = BtRenamePersoClick
  653.     end
  654.     object BtSortPerso: TButton
  655.       Left = 244
  656.       Top = 189
  657.       Width = 66
  658.       Height = 25
  659.       Caption = 'S&ort'
  660.       TabOrder = 4
  661.       TabStop = False
  662.       OnClick = BtSortPersoClick
  663.     end
  664.   end
  665.   object PanelPreview: TPanel
  666.     Left = 0
  667.     Top = 0
  668.     Width = 425
  669.     Height = 409
  670.     BorderWidth = 1
  671.     Caption = 'PanelPreview'
  672.     TabOrder = 30
  673.     object Shape6: TShape
  674.       Left = 2
  675.       Top = 2
  676.       Width = 421
  677.       Height = 20
  678.       Align = alTop
  679.       Brush.Color = clNavy
  680.     end
  681.     object LblPreview: TLabel
  682.       Left = 90
  683.       Top = 4
  684.       Width = 246
  685.       Height = 13
  686.       Alignment = taCenter
  687.       AutoSize = False
  688.       Font.Charset = DEFAULT_CHARSET
  689.       Font.Color = clWhite
  690.       Font.Height = -12
  691.       Font.Name = 'MS Sans Serif'
  692.       Font.Style = [fsBold]
  693.       ParentFont = False
  694.       Transparent = True
  695.     end
  696.     object ScrollBox: TScrollBox
  697.       Left = 78
  698.       Top = 65
  699.       Width = 208
  700.       Height = 271
  701.       HorzScrollBar.Tracking = True
  702.       VertScrollBar.Tracking = True
  703.       BorderStyle = bsNone
  704.       Color = clWhite
  705.       ParentColor = False
  706.       TabOrder = 0
  707.       object Feuille: TPanel
  708.         Left = 0
  709.         Top = 0
  710.         Width = 208
  711.         Height = 271
  712.         BevelOuter = bvNone
  713.         Color = clWhite
  714.         TabOrder = 0
  715.         object PBox: TPaintBox
  716.           Left = 0
  717.           Top = 0
  718.           Width = 208
  719.           Height = 271
  720.           Align = alClient
  721.           Color = clSilver
  722.           ParentColor = False
  723.           OnMouseDown = PBoxMouseDown
  724.           OnMouseMove = PBoxMouseMove
  725.           OnMouseUp = PBoxMouseUp
  726.           OnPaint = PBoxPaint
  727.         end
  728.       end
  729.     end
  730.   end
  731.   object PanelSizePosition: TPanel
  732.     Left = 0
  733.     Top = 409
  734.     Width = 425
  735.     Height = 134
  736.     TabOrder = 0
  737.     object Shape7: TShape
  738.       Left = 1
  739.       Top = 1
  740.       Width = 423
  741.       Height = 20
  742.       Align = alTop
  743.       Brush.Color = clNavy
  744.     end
  745.     object Label27: TLabel
  746.       Left = 192
  747.       Top = 3
  748.       Width = 41
  749.       Height = 13
  750.       Caption = 'Outline'
  751.       Font.Charset = DEFAULT_CHARSET
  752.       Font.Color = clWhite
  753.       Font.Height = -12
  754.       Font.Name = 'MS Sans Serif'
  755.       Font.Style = [fsBold]
  756.       ParentFont = False
  757.       Transparent = True
  758.     end
  759.     object BtCenterV: TButton
  760.       Left = 307
  761.       Top = 31
  762.       Width = 96
  763.       Height = 19
  764.       Hint = 'Diagram in the center of the page'
  765.       Caption = 'Center vertically'
  766.       ParentShowHint = False
  767.       ShowHint = True
  768.       TabOrder = 4
  769.       TabStop = False
  770.       OnClick = BtCenterVClick
  771.     end
  772.     object BtCenterH: TButton
  773.       Left = 307
  774.       Top = 55
  775.       Width = 96
  776.       Height = 19
  777.       Hint = 'Diagram in the center of the page'
  778.       Caption = 'Center horizontally'
  779.       ParentShowHint = False
  780.       ShowHint = True
  781.       TabOrder = 5
  782.       TabStop = False
  783.       OnClick = BtCenterHClick
  784.     end
  785.     object BtFullPaper: TButton
  786.       Left = 307
  787.       Top = 80
  788.       Width = 96
  789.       Height = 19
  790.       Hint = 'No margins'
  791.       Caption = 'Full paper'
  792.       ParentShowHint = False
  793.       ShowHint = True
  794.       TabOrder = 6
  795.       TabStop = False
  796.       OnClick = BtFullPaperClick
  797.     end
  798.     object GBMargins: TGroupBox
  799.       Left = 19
  800.       Top = 25
  801.       Width = 125
  802.       Height = 100
  803.       Caption = ' Margins '
  804.       TabOrder = 0
  805.       object Label28: TLabel
  806.         Left = 16
  807.         Top = 46
  808.         Width = 33
  809.         Height = 13
  810.         Caption = 'Bottom'
  811.         FocusControl = EditBMargin
  812.       end
  813.       object Label29: TLabel
  814.         Left = 16
  815.         Top = 21
  816.         Width = 21
  817.         Height = 13
  818.         Caption = 'Left '
  819.         FocusControl = EditLMargin
  820.       end
  821.       object EditBMargin: TEdit
  822.         Left = 64
  823.         Top = 45
  824.         Width = 49
  825.         Height = 21
  826.         TabOrder = 1
  827.         OnKeyPress = EditFormatKeyPress
  828.       end
  829.       object EditLMargin: TEdit
  830.         Left = 64
  831.         Top = 18
  832.         Width = 49
  833.         Height = 21
  834.         TabOrder = 0
  835.         OnKeyPress = EditFormatKeyPress
  836.       end
  837.       object BtApplyMargins: TBitBtn
  838.         Left = 37
  839.         Top = 73
  840.         Width = 50
  841.         Height = 19
  842.         Caption = 'Apply'
  843.         TabOrder = 2
  844.         TabStop = False
  845.         OnClick = BtApplyMarginsClick
  846.       end
  847.     end
  848.     object BtStdSize: TButton
  849.       Left = 307
  850.       Top = 104
  851.       Width = 96
  852.       Height = 19
  853.       Hint = 'Default margins'
  854.       Caption = 'Standard margins'
  855.       ParentShowHint = False
  856.       ShowHint = True
  857.       TabOrder = 7
  858.       TabStop = False
  859.       OnClick = BtStdSizeClick
  860.     end
  861.     object GBDiametre: TGroupBox
  862.       Tag = 1
  863.       Left = 162
  864.       Top = 25
  865.       Width = 125
  866.       Height = 100
  867.       Caption = '  Size '
  868.       TabOrder = 2
  869.       Visible = False
  870.       object LblDiam: TLabel
  871.         Left = 10
  872.         Top = 35
  873.         Width = 42
  874.         Height = 13
  875.         Caption = 'Diameter'
  876.         FocusControl = EditDiam
  877.       end
  878.       object EditDiam: TEdit
  879.         Tag = 1
  880.         Left = 60
  881.         Top = 32
  882.         Width = 49
  883.         Height = 21
  884.         TabOrder = 0
  885.         OnKeyPress = EditFormatKeyPress
  886.       end
  887.       object BtApplyDiametre: TBitBtn
  888.         Tag = 1
  889.         Left = 37
  890.         Top = 68
  891.         Width = 50
  892.         Height = 19
  893.         Caption = 'Apply'
  894.         TabOrder = 1
  895.         TabStop = False
  896.         OnClick = BtApplyLargHautClick
  897.       end
  898.     end
  899.     object GBCote: TGroupBox
  900.       Tag = 3
  901.       Left = 162
  902.       Top = 25
  903.       Width = 125
  904.       Height = 100
  905.       Caption = '  Size '
  906.       TabOrder = 3
  907.       Visible = False
  908.       object Label33: TLabel
  909.         Left = 5
  910.         Top = 33
  911.         Width = 53
  912.         Height = 13
  913.         Caption = 'Side length'
  914.         FocusControl = EditCote
  915.       end
  916.       object EditCote: TEdit
  917.         Tag = 1
  918.         Left = 64
  919.         Top = 30
  920.         Width = 49
  921.         Height = 21
  922.         TabOrder = 0
  923.         OnKeyPress = EditFormatKeyPress
  924.       end
  925.       object BtApplyCote: TBitBtn
  926.         Tag = 3
  927.         Left = 37
  928.         Top = 65
  929.         Width = 50
  930.         Height = 19
  931.         Caption = 'Apply'
  932.         TabOrder = 1
  933.         TabStop = False
  934.         OnClick = BtApplyLargHautClick
  935.       end
  936.     end
  937.     object GBLargHaut: TGroupBox
  938.       Left = 162
  939.       Top = 25
  940.       Width = 125
  941.       Height = 100
  942.       Caption = ' Size '
  943.       DragKind = dkDock
  944.       TabOrder = 1
  945.       Visible = False
  946.       object LblWidth: TLabel
  947.         Left = 11
  948.         Top = 20
  949.         Width = 28
  950.         Height = 13
  951.         Caption = 'Width'
  952.         FocusControl = EditWidth
  953.       end
  954.       object LblHeight: TLabel
  955.         Left = 11
  956.         Top = 47
  957.         Width = 31
  958.         Height = 13
  959.         Caption = 'Height'
  960.         FocusControl = EditHeight
  961.       end
  962.       object EditWidth: TEdit
  963.         Tag = 1
  964.         Left = 56
  965.         Top = 17
  966.         Width = 49
  967.         Height = 21
  968.         TabOrder = 0
  969.         OnKeyPress = EditFormatKeyPress
  970.       end
  971.       object EditHeight: TEdit
  972.         Tag = 1
  973.         Left = 56
  974.         Top = 44
  975.         Width = 49
  976.         Height = 21
  977.         TabOrder = 1
  978.         OnKeyPress = EditFormatKeyPress
  979.       end
  980.       object BtApplyLargHaut: TBitBtn
  981.         Left = 37
  982.         Top = 73
  983.         Width = 50
  984.         Height = 19
  985.         Caption = 'Apply'
  986.         TabOrder = 2
  987.         TabStop = False
  988.         OnClick = BtApplyLargHautClick
  989.       end
  990.     end
  991.   end
  992.   object PanelGeneral: TPanel
  993.     Left = 425
  994.     Top = 431
  995.     Width = 329
  996.     Height = 112
  997.     TabOrder = 29
  998.     object Shape12: TShape
  999.       Left = 1
  1000.       Top = 1
  1001.       Width = 327
  1002.       Height = 20
  1003.       Align = alTop
  1004.       Brush.Color = clNavy
  1005.     end
  1006.     object Label30: TLabel
  1007.       Left = 141
  1008.       Top = 4
  1009.       Width = 45
  1010.       Height = 13
  1011.       Caption = 'General'
  1012.       Font.Charset = DEFAULT_CHARSET
  1013.       Font.Color = clWhite
  1014.       Font.Height = -12
  1015.       Font.Name = 'MS Sans Serif'
  1016.       Font.Style = [fsBold]
  1017.       ParentFont = False
  1018.       Transparent = True
  1019.     end
  1020.     object BtLoupe: TSpeedButton
  1021.       Left = 13
  1022.       Top = 34
  1023.       Width = 43
  1024.       Height = 62
  1025.       Hint = 'Enlarge with true colors'
  1026.       AllowAllUp = True
  1027.       GroupIndex = 2
  1028.       Caption = 'Zoom'
  1029.       Glyph.Data = {
  1030.         76090000424D7609000000000000760000002800000080000000240000000100
  1031.         0400000000000009000000000000000000001000000000000000000000000000
  1032.         80000080000000808000800000008000800080800000C0C0C000808080000000
  1033.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1034.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1035.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1036.         F888000FFFFFFFFFFFFFFFFFFFFFFFFFF888000FFFFFFFFFFFFFFFFFFFFFFFFF
  1037.         F888000FFFFFFFFFFFFFFFFFFFFFFFFFF888000FFFFFFFFFFFFFFFFFFFFFFFFF
  1038.         F880000FFFFFFFFFFFFFFFFFFFFFFFFFF880000FFFFFFFFFFFFFFFFFFFFFFFFF
  1039.         F880000FFFFFFFFFFFFFFFFFFFFFFFFFF880000FFFFFFFFFFFFFFFFFFFFFFFFF
  1040.         F808800FFFFFFFFFFFFFFFFFFFFFFFFFF808800FFFFFFFFFFFFFFFFFFFFFFFFF
  1041.         F808800FFFFFFFFFFFFFFFFFFFFFFFFFF808800FFFFFFFFFFFFFFFFFFFFFFFFF
  1042.         88808000FFFFFFFFFFFFFFFFFFFFFFFF88808000FFFFFFFFFFFFFFFFFFFFFFFF
  1043.         88808000FFFFFFFFFFFFFFFFFFFFFFFF88808000FFFFFFFFFFFFFFFFFFFFFFFF
  1044.         88080000FFFFFFFFFFFFFFFFFFFFFFFF88080000FFFFFFFFFFFFFFFFFFFFFFFF
  1045.         88080000FFFFFFFFFFFFFFFFFFFFFFFF88080000FFFFFFFFFFFFFFFFFFFFFFFF
  1046.         88808000FFFFFFFFFFFFFFFFFFFFFFFF88808000FFFFFFFFFFFFFFFFFFFFFFFF
  1047.         88808000FFFFFFFFFFFFFFFFFFFFFFFF88808000FFFFFFFFFFFFFFFFFFFFFFFF
  1048.         88800000FFFFFFFFFFFFFFFFFFFFFFFF88800000FFFFFFFFFFFFFFFFFFFFFFFF
  1049.         88800000FFFFFFFFFFFFFFFFFFFFFFFF88800000FFFFFFFFFFFFFFFFFFFFFFFF
  1050.         88080000FFFFFFFFFFFFFFFFFFFFFFFF88080000FFFFFFFFFFFFFFFFFFFFFFFF
  1051.         88080000FFFFFFFFFFFFFFFFFFFFFFFF88080000FFFFFFFFFFFFFFFFFFFFFFFF
  1052.         88880800FFFFFFFFFFFFFFFFFFFFFFFF88880800FFFFFFFFFFFFFFFFFFFFFFFF
  1053.         88880800FFFFFFFFFFFFFFFFFFFFFFFF88880800FFFFFFFFFFFFFFFFFFFFFFFF
  1054.         F880000FFFFFFFFFFFFFFFFFFFFFFFFFF880000FFFFFFFFFFFFFFFFFFFFFFFFF
  1055.         F880000FFFFFFFFFFFFFFFFFFFFFFFFFF880000FFFFFFFFFFFFFFFFFFFFFFFFF
  1056.         F808000FFFFFFFFFFFFFFFFFFFFFFFFFF808000FFFFFFFFFFFFFFFFFFFFFFFFF
  1057.         F808000FFFFFFFFFFFFFFFFFFFFFFFFFF808000FFFFFFFFFFFFFFFFFFFFFFFFF
  1058.         F880800FFFFFFFFFFFFFFFFFFFFFFFFFF880800FFFFFFFFFFFFFFFFFFFFFFFFF
  1059.         F880800FFFFFFFFFFFFFFFFFFFFFFFFFF880800FFFFFFFFFFFFFFFFFFFFFFFFF
  1060.         F808000FFFFFFFFFFFFFFFFFFFFFFFFFF808000FFFFFFFFFFFFFFFFFFFFFFFFF
  1061.         F808000FFFFFFFFFFFFFFFFFFFFFFFFFF808000FFFFFFFFFFFFFFFFFFFFFFFFF
  1062.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1063.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1064.         FF8080FFFFFFFFFFFFFFFFFFFFFFFFFFFF8080FFFFFFFFFFFFFFFFFFFFFFFFFF
  1065.         FF8080FFFFFFFFFFFFFFFFFFFFFFFFFFFF8080FFFFFFFFFFFFFFFFFFFFFFFFFF
  1066.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1067.         FF8800FFFFFFFFFFFFFFFFFFFFFFFFFFFF8800FFFFFFFFFFFFFFFFFFFFFFFFFF
  1068.         F888000FFFFFFFFFFFFFFFFFFFFFFFFFF888000FFFFFFFFFFFFFFFFFFFFFFFFF
  1069.         F888000FFFFFFFFFFFFFFFFFFFFFFFFFF888000FFFFFFFFFFFFFFFFFFFFFFFFF
  1070.         08000000FFFFFFFFFFFFFFFFFFFFFFFF08000000FFFFFFFFFFFFFFFFFFFFFFFF
  1071.         08000000FFFFFFFFFFFFFFFFFFFFFFFF08000000FFFFFFFFFFFFFFFFFFFFF880
  1072.         00000000000FFFFFFFFFFFFFFFFFF88000000000000FFFFFFFFFFFFFFFFFF880
  1073.         00000000000FFFFFFFFFFFFFFFFFF88000000000000FFFFFFFFFFFFFFFF80000
  1074.         EEEEEEEE88800FFFFFFFFFFFFFF800009999999988800FFFFFFFFFFFFFF80000
  1075.         9999999988800FFFFFFFFFFFFFF800009999999988800FFFFFFFFFFFFF000EEE
  1076.         EEEEEEEEEEE800FFFFFFFFFFFF00099999999999999800FFFFFFFFFFFF000999
  1077.         99999999999800FFFFFFFFFFFF00099999999999999800FFFFFFFFFFF000EEEE
  1078.         EEEEEEEEEEEE800FFFFFFFFFF0009999999999999999800FFFFFFFFFF0009999
  1079.         999999999999800FFFFFFFFFF0009999999999999999800FFFFFFFFFF00EEEEE
  1080.         EEEEEEEEEEEEE80FFFFFFFFFF0099999999999999999980FFFFFFFFFF0099999
  1081.         999999999999980FFFFFFFFFF0099999999999999999980FFFFFFFFF80EEEEEE
  1082.         EEEEEEEEEEEEEE00FFFFFFFF809999999999999999999900FFFFFFFF80999999
  1083.         9999999999999900FFFFFFFF809999999999999999999900FFFFFFFF80EEEEEE
  1084.         EEEEEEEEEEEEEE80FFFFFFFF809999999999999999999980FFFFFFFF80999999
  1085.         9999999999999980FFFFFFFF809999999999999999999980FFFFFFFF80EEEEEE
  1086.         EEEEEEEEEEEEEE80FFFFFFFF809999999999999999999980FFFFFFFF80999999
  1087.         9999999999999980FFFFFFFF809999999999999999999980FFFFFFFF80EEEEEE
  1088.         EEEEEEEEEEEEEE80FFFFFFFF809999999999999999999980FFFFFFFF80999999
  1089.         9999999999999980FFFFFFFF809999999999999999999980FFFFFFFF80EEEEEE
  1090.         EEEEEEEEEEEEEE80FFFFFFFF809999999999999999999980FFFFFFFF80999999
  1091.         9999999999999980FFFFFFFF809999999999999999999980FFFFFFFFF00EEEEE
  1092.         EEEEEEEEEEEEE80FFFFFFFFFF0099999999999999999980FFFFFFFFFF0099999
  1093.         999999999999980FFFFFFFFFF0099999999999999999980FFFFFFFFFF800EEEE
  1094.         EEEEEEEEEEEE800FFFFFFFFFF8009999999999999999800FFFFFFFFFF8009999
  1095.         999999999999800FFFFFFFFFF8009999999999999999800FFFFFFFFFFF800EEE
  1096.         EEEEEEEEEEE800FFFFFFFFFFFF80099999999999999800FFFFFFFFFFFF800999
  1097.         99999999999800FFFFFFFFFFFF80099999999999999800FFFFFFFFFFFFF800EE
  1098.         EEEEEEEEEE800FFFFFFFFFFFFFF800999999999999800FFFFFFFFFFFFFF80099
  1099.         9999999999800FFFFFFFFFFFFFF800999999999999800FFFFFFFFFFFFFFF8880
  1100.         0EEEEEE08000FFFFFFFFFFFFFFFF8880099999908000FFFFFFFFFFFFFFFF8880
  1101.         099999908000FFFFFFFFFFFFFFFF8880099999908000FFFFFFFFFFFFFFFFFF80
  1102.         0080000000FFFFFFFFFFFFFFFFFFFF800080000000FFFFFFFFFFFFFFFFFFFF80
  1103.         0080000000FFFFFFFFFFFFFFFFFFFF800080000000FFFFFFFFFFFFFFFFFFFFFF
  1104.         F800000FFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFF
  1105.         F800000FFFFFFFFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFF}
  1106.       Layout = blGlyphTop
  1107.       NumGlyphs = 4
  1108.       ParentShowHint = False
  1109.       ShowHint = True
  1110.       OnClick = BtLoupeClick
  1111.     end
  1112.     object BtAbout: TButton
  1113.       Left = 157
  1114.       Top = 71
  1115.       Width = 72
  1116.       Height = 28
  1117.       Hint = 'Copyright notice'
  1118.       Caption = 'A&bout'
  1119.       ParentShowHint = False
  1120.       ShowHint = True
  1121.       TabOrder = 0
  1122.       TabStop = False
  1123.       OnClick = BtAboutClick
  1124.     end
  1125.     object BtHelp: TBitBtn
  1126.       Left = 242
  1127.       Top = 31
  1128.       Width = 72
  1129.       Height = 28
  1130.       Hint = 'Frequently asked questions'
  1131.       ParentShowHint = False
  1132.       ShowHint = True
  1133.       TabOrder = 1
  1134.       TabStop = False
  1135.       OnClick = BtHelpClick
  1136.       Kind = bkHelp
  1137.     end
  1138.     object BtSetup: TButton
  1139.       Left = 157
  1140.       Top = 31
  1141.       Width = 72
  1142.       Height = 28
  1143.       Hint = 'On the desktop, in the start menu'
  1144.       Caption = 'Shortcuts'
  1145.       ParentShowHint = False
  1146.       ShowHint = True
  1147.       TabOrder = 2
  1148.       TabStop = False
  1149.       OnClick = BtSetupClick
  1150.     end
  1151.     object BtExit: TBitBtn
  1152.       Left = 242
  1153.       Top = 71
  1154.       Width = 72
  1155.       Height = 28
  1156.       Hint = 'To quit the program'
  1157.       Caption = 'E&xit'
  1158.       ParentShowHint = False
  1159.       ShowHint = True
  1160.       TabOrder = 3
  1161.       TabStop = False
  1162.       OnClick = BtExitClick
  1163.       Glyph.Data = {
  1164.         BE060000424DBE06000000000000360400002800000024000000120000000100
  1165.         0800000000008802000000000000000000000001000000000000000000000000
  1166.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1167.         A600000000000000000000000000000000000000000000000000000000000000
  1168.         0000000000000000000000000000000000000000000000000000000000000000
  1169.         0000000000000000000000000000000000000000000000000000000000000000
  1170.         0000000000000000000000000000000000000000000000000000000000000000
  1171.         0000000000000000000000000000000000000000000000000000000000000000
  1172.         0000000000000000000000000000000000000000000000000000000000000000
  1173.         0000000000000000000000000000000000000000000000000000000000000000
  1174.         0000000000000000000000000000000000000000000000000000000000000000
  1175.         0000000000000000000000000000000000000000000000000000000000000000
  1176.         0000000000000000000000000000000000000000000000000000000000000000
  1177.         0000000000000000000000000000000000000000000000000000000000000000
  1178.         0000000000000000000000000000000000000000000000000000000000000000
  1179.         0000000000000000000000000000000000000000000000000000000000000000
  1180.         0000000000000000000000000000000000000000000000000000000000000000
  1181.         0000000000000000000000000000000000000000000000000000000000000000
  1182.         0000000000000000000000000000000000000000000000000000000000000000
  1183.         0000000000000000000000000000000000000000000000000000000000000000
  1184.         0000000000000000000000000000000000000000000000000000000000000000
  1185.         0000000000000000000000000000000000000000000000000000000000000000
  1186.         0000000000000000000000000000000000000000000000000000000000000000
  1187.         0000000000000000000000000000000000000000000000000000000000000000
  1188.         0000000000000000000000000000000000000000000000000000000000000000
  1189.         0000000000000000000000000000000000000000000000000000000000000000
  1190.         0000000000000000000000000000000000000000000000000000000000000000
  1191.         0000000000000000000000000000000000000000000000000000000000000000
  1192.         0000000000000000000000000000000000000000000000000000000000000000
  1193.         0000000000000000000000000000000000000000000000000000000000000000
  1194.         0000000000000000000000000000000000000000000000000000000000000000
  1195.         0000000000000000000000000000000000000000000000000000000000000000
  1196.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1197.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0003F8F8F8F8F8
  1198.         F8F8F8F80707FF07FF07F807FFF8F8F8F8F8F8F8F8F8F8030303030303FF0404
  1199.         0404040000F8F8F8FFFFFF0404040404F8F8F8F8F8F8F8F8F8F8FF030303FFFF
  1200.         F8FF0303030304FD05000007FFFFFF0403030303F8F8F8F8F8F8F8F8F8F80303
  1201.         03F8F8F8F8FF030303030405FD0500FFFFFFFF040303030303030303F8FFF8F8
  1202.         F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF040303030303030303
  1203.         F8F807F8F8FF030303F8FF0303FF030303030405FD0500FFFEFFFE0403030303
  1204.         03030303F8FFF807F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF04
  1205.         0303030303030303F8F807F8F8FF030303F8FF0303FF030303030405FD0500FF
  1206.         FEFFFE040303030303030303F8FFF807F8FF030303F8FF0303FF0303030304FD
  1207.         05FD00FFFFFFFF040303030303030303F8F807F8F8FF030303F8FF0303FF0303
  1208.         03030405FD0500FFFEFFFE040303030303030303F8FFF807F8FF030303F8FF03
  1209.         03FF0303030304FD05FD00FEFFFEFF040303030303030303F8F807F8F8FF0303
  1210.         03F8FF0303FF030303030405FD0500FFFEFFFE040303030303030303F8FFF807
  1211.         F8FF030303F8FF0303FF0303030304FD05FD00FEFFFEFF040303030303030303
  1212.         F8F807F8F8FF030303F8FF0303FF030303030404040404040404040403030303
  1213.         03030303F8FFF8FFF8FFFFFFFFF8FF0303FF0303030303030303030303030303
  1214.         0303030303030303F8F8F8F8F8F8F8F8F8F8030303FF03030303030300000000
  1215.         000003030303030303030303030303FFFFFFFFFFFF03030303FF030303030303
  1216.         00FAFAFAFA00030303030303030303030303F8F8F8F8F8F8FF03030303FF0303
  1217.         03030303000000000000030303030303030303030303F8FFFFFFFFF8FF030303
  1218.         03FF}
  1219.       NumGlyphs = 2
  1220.     end
  1221.     object BtConfig: TButton
  1222.       Left = 72
  1223.       Top = 31
  1224.       Width = 72
  1225.       Height = 28
  1226.       Hint = 'Accuracy, subdivisions, metric/imperial'
  1227.       Caption = 'Configuration'
  1228.       ParentShowHint = False
  1229.       ShowHint = True
  1230.       TabOrder = 4
  1231.       TabStop = False
  1232.       OnClick = BtConfigClick
  1233.     end
  1234.     object BtSetupPrn: TButton
  1235.       Left = 72
  1236.       Top = 71
  1237.       Width = 72
  1238.       Height = 28
  1239.       Hint = 'Paper size, printer properties'
  1240.       Caption = 'Printer setup'
  1241.       ParentShowHint = False
  1242.       ShowHint = True
  1243.       TabOrder = 5
  1244.       TabStop = False
  1245.       OnClick = BtSetupPrnClick
  1246.     end
  1247.   end
  1248.   object PanelPrintingPage: TPanel
  1249.     Left = 425
  1250.     Top = 334
  1251.     Width = 164
  1252.     Height = 97
  1253.     TabOrder = 27
  1254.     object Shape10: TShape
  1255.       Left = 1
  1256.       Top = 1
  1257.       Width = 162
  1258.       Height = 20
  1259.       Align = alTop
  1260.       Brush.Color = clNavy
  1261.     end
  1262.     object Label31: TLabel
  1263.       Left = 34
  1264.       Top = 4
  1265.       Width = 97
  1266.       Height = 13
  1267.       Caption = 'Printable surface'
  1268.       Font.Charset = DEFAULT_CHARSET
  1269.       Font.Color = clWhite
  1270.       Font.Height = -12
  1271.       Font.Name = 'MS Sans Serif'
  1272.       Font.Style = [fsBold]
  1273.       ParentFont = False
  1274.       Transparent = True
  1275.     end
  1276.     object Shape8: TShape
  1277.       Left = 28
  1278.       Top = 31
  1279.       Width = 108
  1280.       Height = 36
  1281.       Brush.Color = clInfoBk
  1282.     end
  1283.     object LblWPaper: TLabel
  1284.       Left = 34
  1285.       Top = 34
  1286.       Width = 53
  1287.       Height = 13
  1288.       Caption = 'LblWPaper'
  1289.       Font.Charset = DEFAULT_CHARSET
  1290.       Font.Color = clBlack
  1291.       Font.Height = -12
  1292.       Font.Name = 'MS Sans Serif'
  1293.       Font.Style = []
  1294.       ParentFont = False
  1295.       Transparent = True
  1296.     end
  1297.     object LblHPaper: TLabel
  1298.       Left = 35
  1299.       Top = 50
  1300.       Width = 50
  1301.       Height = 13
  1302.       Caption = 'LblHPaper'
  1303.       Font.Charset = DEFAULT_CHARSET
  1304.       Font.Color = clBlack
  1305.       Font.Height = -12
  1306.       Font.Name = 'MS Sans Serif'
  1307.       Font.Style = []
  1308.       ParentFont = False
  1309.       Transparent = True
  1310.     end
  1311.     object RBPortrait: TRadioButton
  1312.       Left = 14
  1313.       Top = 73
  1314.       Width = 55
  1315.       Height = 17
  1316.       Caption = 'Portrait'
  1317.       Checked = True
  1318.       TabOrder = 0
  1319.       TabStop = True
  1320.       OnClick = RBOrientClick
  1321.     end
  1322.     object RBLandscape: TRadioButton
  1323.       Tag = 1
  1324.       Left = 78
  1325.       Top = 73
  1326.       Width = 75
  1327.       Height = 17
  1328.       Caption = 'Landscape'
  1329.       TabOrder = 1
  1330.       OnClick = RBOrientClick
  1331.     end
  1332.   end
  1333.   object PanelOutPut: TPanel
  1334.     Left = 589
  1335.     Top = 334
  1336.     Width = 165
  1337.     Height = 97
  1338.     TabOrder = 28
  1339.     object Shape11: TShape
  1340.       Left = 1
  1341.       Top = 1
  1342.       Width = 163
  1343.       Height = 20
  1344.       Align = alTop
  1345.       Brush.Color = clNavy
  1346.     end
  1347.     object Label32: TLabel
  1348.       Left = 63
  1349.       Top = 4
  1350.       Width = 39
  1351.       Height = 13
  1352.       Caption = 'Output'
  1353.       Font.Charset = DEFAULT_CHARSET
  1354.       Font.Color = clWhite
  1355.       Font.Height = -12
  1356.       Font.Name = 'MS Sans Serif'
  1357.       Font.Style = [fsBold]
  1358.       ParentFont = False
  1359.       Transparent = True
  1360.     end
  1361.     object BtImprimer: TSpeedButton
  1362.       Left = 88
  1363.       Top = 42
  1364.       Width = 67
  1365.       Height = 34
  1366.       Hint = 'Default printer'
  1367.       Caption = '&Print'
  1368.       Glyph.Data = {
  1369.         96090000424D9609000000000000360000002800000028000000140000000100
  1370.         1800000000006009000000000000000000000000000000000000007F7F007F7F
  1371.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1372.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1373.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1374.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1375.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1376.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7FFFFFFFFFFFFFFFFFFF
  1377.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7FFFFF
  1378.         FFFFFFFFFFFFFF007F7F007F7F007F7F000000000000000000007F7F007F7F00
  1379.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F000000000000000000
  1380.         007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7FFFFFFFFFFFFFFFFFFFFFFF
  1381.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F7F7F7F7F7F7FFFFFFFFF
  1382.         FFFF007F7F000000000000000000000000000000000000000000000000000000
  1383.         000000000000000000000000000000000000000000000000000000007F7F007F
  1384.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  1385.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7FFFFFFF007F7F000000
  1386.         FFFFFFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  1387.         BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF000000007F7F007F7F7F7F7FFFFFFF00
  1388.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1389.         007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F000000FFFFFFBFBFBFBFBF
  1390.         BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  1391.         BFBFBFBFBFBFBFBF000000007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  1392.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1393.         7F007F7F7F7F7FFFFFFF007F7F000000FFFFFFBFBFBFBFBFBFBFBFBFBFBFBFBF
  1394.         BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF0000FF0000FFBFBFBFBFBFBF
  1395.         000000007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F
  1396.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFF
  1397.         FFFF007F7F000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1398.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000007F7F007F
  1399.         7F7F7F7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1400.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7FFFFFFF007F7F7F7F7F
  1401.         0000000000007F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  1402.         7F7F7F7F7F7F7F7F7F7F0000000000007F7F7F007F7F007F7F7F7F7F7F7F7F7F
  1403.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  1404.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F007F7F007F7F007F7F007F7F0000000000
  1405.         0000000000000000000000000000000000000000000000000000000000000000
  1406.         0000000000007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  1407.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  1408.         7FFFFFFF007F7F007F7F007F7F007F7F007F7F000000000000FFFFFFFFFFFFFF
  1409.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000007F7F
  1410.         007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7FFFFFFFFFFF
  1411.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F7F7F7F007F7F007F7F00
  1412.         7F7F007F7F007F7F007F7F007F7F000000FFFFFF000000000000000000000000
  1413.         000000000000000000000000FFFFFF000000007F7F007F7F007F7F007F7F007F
  1414.         7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  1415.         7F7F7F7F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  1416.         007F7F007F7F000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1417.         FFFFFFFFFFFFFF000000007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1418.         7F7F7F7F7FFFFFFF007F7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1419.         FFFFFF7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000
  1420.         00FFFFFF000000000000000000000000000000000000000000000000FFFFFF00
  1421.         0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF
  1422.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F007F7F7F7F7FFFFF
  1423.         FF007F7F007F7F007F7F007F7F007F7F007F7F007F7F000000FFFFFFFFFFFFFF
  1424.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000007F7F007F7F
  1425.         007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7FFFFFFFFFFF
  1426.         FF007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  1427.         7F7F007F7F007F7F007F7F007F7F000000FFFFFF000000000000FFFFFFFFFFFF
  1428.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000007F7F007F7F007F7F007F7F007F
  1429.         7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F7F7F7F007F7F007F7F007F7F00
  1430.         7F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  1431.         007F7F007F7F000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1432.         FFFFFFFFFFFFFF000000007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1433.         7F7F7F7F7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1434.         FFFFFF7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000
  1435.         0000000000000000000000000000000000000000000000000000000000000000
  1436.         0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F
  1437.         7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F007F
  1438.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1439.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1440.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1441.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1442.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1443.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1444.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1445.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F}
  1446.       NumGlyphs = 2
  1447.       ParentShowHint = False
  1448.       ShowHint = True
  1449.       OnClick = BtImprimerClick
  1450.     end
  1451.     object BtCopy: TButton
  1452.       Left = 10
  1453.       Top = 27
  1454.       Width = 67
  1455.       Height = 29
  1456.       Hint = 'Clipboard'
  1457.       Caption = '&Copy'
  1458.       ParentShowHint = False
  1459.       ShowHint = True
  1460.       TabOrder = 0
  1461.       TabStop = False
  1462.       OnClick = BtCopyClick
  1463.     end
  1464.     object BtSaveToFile: TButton
  1465.       Left = 9
  1466.       Top = 61
  1467.       Width = 67
  1468.       Height = 29
  1469.       Hint = 'Metafile (*.emf)'
  1470.       Caption = '&Save'
  1471.       ParentShowHint = False
  1472.       ShowHint = True
  1473.       TabOrder = 1
  1474.       TabStop = False
  1475.       OnClick = BtSaveToFileClick
  1476.     end
  1477.   end
  1478.   object PanelCart: TPanel
  1479.     Left = 426
  1480.     Top = 62
  1481.     Width = 326
  1482.     Height = 150
  1483.     BevelOuter = bvNone
  1484.     TabOrder = 3
  1485.     Visible = False
  1486.     object GroupBox1: TGroupBox
  1487.       Left = 7
  1488.       Top = 13
  1489.       Width = 153
  1490.       Height = 108
  1491.       Caption = ' Abscissa '
  1492.       TabOrder = 0
  1493.       object Label2: TLabel
  1494.         Left = 4
  1495.         Top = 32
  1496.         Width = 27
  1497.         Height = 13
  1498.         Caption = 'Scale'
  1499.       end
  1500.       object Label3: TLabel
  1501.         Left = 4
  1502.         Top = 71
  1503.         Width = 42
  1504.         Height = 13
  1505.         Caption = 'Divisions'
  1506.       end
  1507.       object CBXScale: TComboBox
  1508.         Left = 50
  1509.         Top = 27
  1510.         Width = 95
  1511.         Height = 21
  1512.         Style = csDropDownList
  1513.         DropDownCount = 10
  1514.         ItemHeight = 13
  1515.         TabOrder = 0
  1516.         OnChange = CBCartScaleChange
  1517.       end
  1518.       object CBXDiv: TComboBox
  1519.         Left = 50
  1520.         Top = 68
  1521.         Width = 95
  1522.         Height = 21
  1523.         Style = csDropDownList
  1524.         ItemHeight = 13
  1525.         TabOrder = 1
  1526.         OnChange = RefreshPreview
  1527.       end
  1528.       object EditXDiv: TEdit
  1529.         Left = 50
  1530.         Top = 68
  1531.         Width = 44
  1532.         Height = 21
  1533.         MaxLength = 3
  1534.         TabOrder = 2
  1535.         Text = '31'
  1536.         OnKeyPress = EditDiagramKeyPress
  1537.       end
  1538.       object BtApplyXDiv: TButton
  1539.         Left = 102
  1540.         Top = 69
  1541.         Width = 41
  1542.         Height = 21
  1543.         Caption = 'Apply'
  1544.         TabOrder = 3
  1545.         TabStop = False
  1546.         OnClick = BtApplyDiagramClick
  1547.       end
  1548.     end
  1549.     object GroupBox2: TGroupBox
  1550.       Left = 166
  1551.       Top = 13
  1552.       Width = 153
  1553.       Height = 108
  1554.       Caption = ' Ordinate '
  1555.       TabOrder = 1
  1556.       object Label6: TLabel
  1557.         Left = 4
  1558.         Top = 32
  1559.         Width = 27
  1560.         Height = 13
  1561.         Caption = 'Scale'
  1562.       end
  1563.       object Label19: TLabel
  1564.         Left = 4
  1565.         Top = 71
  1566.         Width = 42
  1567.         Height = 13
  1568.         Caption = 'Divisions'
  1569.       end
  1570.       object CBYScale: TComboBox
  1571.         Tag = 1
  1572.         Left = 50
  1573.         Top = 27
  1574.         Width = 95
  1575.         Height = 21
  1576.         Style = csDropDownList
  1577.         DropDownCount = 10
  1578.         ItemHeight = 13
  1579.         TabOrder = 0
  1580.         OnChange = CBCartScaleChange
  1581.       end
  1582.       object CBYDiv: TComboBox
  1583.         Tag = 1
  1584.         Left = 50
  1585.         Top = 68
  1586.         Width = 95
  1587.         Height = 21
  1588.         Style = csDropDownList
  1589.         ItemHeight = 13
  1590.         TabOrder = 1
  1591.         OnChange = RefreshPreview
  1592.       end
  1593.       object EditYDiv: TEdit
  1594.         Tag = 1
  1595.         Left = 50
  1596.         Top = 68
  1597.         Width = 44
  1598.         Height = 21
  1599.         MaxLength = 3
  1600.         TabOrder = 2
  1601.         Text = '31'
  1602.         OnKeyPress = EditDiagramKeyPress
  1603.       end
  1604.       object BtApplyYDiv: TButton
  1605.         Tag = 1
  1606.         Left = 102
  1607.         Top = 69
  1608.         Width = 41
  1609.         Height = 21
  1610.         Caption = 'Apply'
  1611.         TabOrder = 3
  1612.         TabStop = False
  1613.         OnClick = BtApplyDiagramClick
  1614.       end
  1615.     end
  1616.     object CBSubDivCart: TCheckBox
  1617.       Left = 120
  1618.       Top = 130
  1619.       Width = 87
  1620.       Height = 17
  1621.       Caption = 'Sub-divisions'
  1622.       Checked = True
  1623.       State = cbChecked
  1624.       TabOrder = 2
  1625.       OnClick = CBSubdivClick
  1626.     end
  1627.     object CBStaggeredDots: TCheckBox
  1628.       Left = 127
  1629.       Top = 129
  1630.       Width = 97
  1631.       Height = 17
  1632.       Caption = 'Staggered dots'
  1633.       TabOrder = 3
  1634.       OnClick = RefreshPreview
  1635.     end
  1636.   end
  1637.   object PanelBee: TPanel
  1638.     Left = 426
  1639.     Top = 62
  1640.     Width = 326
  1641.     Height = 150
  1642.     BevelOuter = bvNone
  1643.     TabOrder = 6
  1644.     Visible = False
  1645.     object GroupBox9: TGroupBox
  1646.       Left = 56
  1647.       Top = 25
  1648.       Width = 213
  1649.       Height = 99
  1650.       Caption = ' Pattern '
  1651.       TabOrder = 0
  1652.       object LblUnitBee: TLabel
  1653.         Left = 177
  1654.         Top = 26
  1655.         Width = 23
  1656.         Height = 13
  1657.         Caption = 'unite'
  1658.       end
  1659.       object Label35: TLabel
  1660.         Left = 12
  1661.         Top = 26
  1662.         Width = 65
  1663.         Height = 13
  1664.         Caption = 'Width of motif'
  1665.       end
  1666.       object EditDiamBee: TEdit
  1667.         Tag = 7
  1668.         Left = 89
  1669.         Top = 23
  1670.         Width = 78
  1671.         Height = 21
  1672.         TabOrder = 0
  1673.         OnKeyPress = EditDiagramKeyPress
  1674.       end
  1675.       object BtApplyDiamBee: TButton
  1676.         Tag = 7
  1677.         Left = 89
  1678.         Top = 59
  1679.         Width = 78
  1680.         Height = 25
  1681.         Caption = 'Apply'
  1682.         TabOrder = 1
  1683.         TabStop = False
  1684.         OnClick = BtApplyDiagramClick
  1685.       end
  1686.     end
  1687.   end
  1688.   object PanelTri: TPanel
  1689.     Left = 426
  1690.     Top = 62
  1691.     Width = 326
  1692.     Height = 150
  1693.     BevelOuter = bvNone
  1694.     TabOrder = 7
  1695.     Visible = False
  1696.     object GroupBox11: TGroupBox
  1697.       Left = 50
  1698.       Top = 38
  1699.       Width = 225
  1700.       Height = 74
  1701.       Caption = ' Side scale '
  1702.       TabOrder = 0
  1703.       object LblScales: TLabel
  1704.         Left = 24
  1705.         Top = 33
  1706.         Width = 42
  1707.         Height = 13
  1708.         Caption = 'Divisions'
  1709.         FocusControl = CBDivTri
  1710.       end
  1711.       object CBDivTri: TComboBox
  1712.         Left = 80
  1713.         Top = 27
  1714.         Width = 120
  1715.         Height = 21
  1716.         Style = csDropDownList
  1717.         Color = clWhite
  1718.         DropDownCount = 11
  1719.         ItemHeight = 13
  1720.         TabOrder = 0
  1721.         OnChange = RefreshPreview
  1722.       end
  1723.     end
  1724.   end
  1725.   object PanelMerc: TPanel
  1726.     Left = 426
  1727.     Top = 62
  1728.     Width = 326
  1729.     Height = 150
  1730.     BevelOuter = bvNone
  1731.     TabOrder = 8
  1732.     Visible = False
  1733.     object GroupBox18: TGroupBox
  1734.       Left = 26
  1735.       Top = 23
  1736.       Width = 273
  1737.       Height = 105
  1738.       Caption = ' Geometry '
  1739.       TabOrder = 0
  1740.       object Label50: TLabel
  1741.         Left = 17
  1742.         Top = 32
  1743.         Width = 79
  1744.         Height = 13
  1745.         Caption = 'P&arallels spacing'
  1746.         FocusControl = CBYDivMerc
  1747.       end
  1748.       object Label49: TLabel
  1749.         Left = 16
  1750.         Top = 63
  1751.         Width = 84
  1752.         Height = 13
  1753.         Caption = 'Lat&itude (0 to 80∩┐╜)'
  1754.         FocusControl = EditLatitude
  1755.       end
  1756.       object CBYDivMerc: TComboBox
  1757.         Left = 121
  1758.         Top = 24
  1759.         Width = 134
  1760.         Height = 21
  1761.         Style = csDropDownList
  1762.         Color = clWhite
  1763.         DropDownCount = 11
  1764.         ItemHeight = 13
  1765.         TabOrder = 0
  1766.         OnChange = RefreshPreview
  1767.       end
  1768.       object EditLatitude: TEdit
  1769.         Tag = 6
  1770.         Left = 122
  1771.         Top = 57
  1772.         Width = 73
  1773.         Height = 21
  1774.         TabOrder = 1
  1775.         Text = 'EditLatitude'
  1776.         OnKeyPress = EditDiagramKeyPress
  1777.       end
  1778.       object BtApplyLatitude: TButton
  1779.         Tag = 6
  1780.         Left = 207
  1781.         Top = 57
  1782.         Width = 49
  1783.         Height = 23
  1784.         Caption = 'Apply'
  1785.         TabOrder = 2
  1786.         TabStop = False
  1787.         OnClick = BtApplyDiagramClick
  1788.       end
  1789.     end
  1790.   end
  1791.   object PanelMusic: TPanel
  1792.     Left = 426
  1793.     Top = 62
  1794.     Width = 326
  1795.     Height = 150
  1796.     BevelOuter = bvNone
  1797.     TabOrder = 9
  1798.     Visible = False
  1799.     object Label38: TLabel
  1800.       Left = 24
  1801.       Top = 63
  1802.       Width = 64
  1803.       Height = 13
  1804.       Caption = 'Staves/score'
  1805.     end
  1806.     object Label39: TLabel
  1807.       Left = 25
  1808.       Top = 87
  1809.       Width = 46
  1810.       Height = 13
  1811.       Caption = 'Bars/staff'
  1812.     end
  1813.     object Bevel1: TBevel
  1814.       Left = 6
  1815.       Top = 51
  1816.       Width = 155
  1817.       Height = 95
  1818.       Shape = bsFrame
  1819.     end
  1820.     object SEStavesOnScore: TSpinEdit
  1821.       Left = 95
  1822.       Top = 57
  1823.       Width = 41
  1824.       Height = 22
  1825.       EditorEnabled = False
  1826.       MaxValue = 20
  1827.       MinValue = 1
  1828.       TabOrder = 1
  1829.       Value = 4
  1830.       OnChange = SEStavesOnScoreChange
  1831.     end
  1832.     object SEBars: TSpinEdit
  1833.       Left = 95
  1834.       Top = 84
  1835.       Width = 41
  1836.       Height = 22
  1837.       EditorEnabled = False
  1838.       MaxValue = 20
  1839.       MinValue = 0
  1840.       TabOrder = 2
  1841.       Value = 4
  1842.       OnChange = SEBarsChange
  1843.     end
  1844.     object GroupBox7: TGroupBox
  1845.       Left = 166
  1846.       Top = 0
  1847.       Width = 152
  1848.       Height = 147
  1849.       Caption = ' Distances '
  1850.       TabOrder = 4
  1851.       object Label41: TLabel
  1852.         Left = 12
  1853.         Top = 25
  1854.         Width = 76
  1855.         Height = 13
  1856.         Caption = 'Between scores'
  1857.       end
  1858.       object LblStaff12: TLabel
  1859.         Left = 12
  1860.         Top = 57
  1861.         Width = 68
  1862.         Height = 13
  1863.         Caption = 'Staff 1- Staff 2'
  1864.       end
  1865.       object LblOtherStaves: TLabel
  1866.         Left = 12
  1867.         Top = 88
  1868.         Width = 78
  1869.         Height = 13
  1870.         Caption = 'Following staves'
  1871.       end
  1872.       object Label4: TLabel
  1873.         Left = 29
  1874.         Top = 112
  1875.         Width = 93
  1876.         Height = 13
  1877.         Caption = 'Unit = 1 lines space'
  1878.       end
  1879.       object SEDistScores: TSpinEdit
  1880.         Left = 98
  1881.         Top = 20
  1882.         Width = 41
  1883.         Height = 22
  1884.         EditorEnabled = False
  1885.         MaxValue = 50
  1886.         MinValue = 2
  1887.         TabOrder = 0
  1888.         Value = 4
  1889.         OnChange = RefreshPreview
  1890.       end
  1891.       object SEStave12: TSpinEdit
  1892.         Left = 98
  1893.         Top = 51
  1894.         Width = 41
  1895.         Height = 22
  1896.         EditorEnabled = False
  1897.         MaxValue = 40
  1898.         MinValue = 2
  1899.         TabOrder = 1
  1900.         Value = 7
  1901.         OnChange = RefreshPreview
  1902.       end
  1903.       object SEStave23: TSpinEdit
  1904.         Left = 98
  1905.         Top = 82
  1906.         Width = 41
  1907.         Height = 22
  1908.         EditorEnabled = False
  1909.         MaxValue = 20
  1910.         MinValue = 2
  1911.         TabOrder = 2
  1912.         Value = 3
  1913.         OnChange = RefreshPreview
  1914.       end
  1915.     end
  1916.     object GroupBox8: TGroupBox
  1917.       Left = 6
  1918.       Top = 0
  1919.       Width = 155
  1920.       Height = 46
  1921.       Caption = ' Space between lines '
  1922.       TabOrder = 0
  1923.       object LblUnitMusic: TLabel
  1924.         Left = 72
  1925.         Top = 23
  1926.         Width = 14
  1927.         Height = 13
  1928.         Caption = 'cm'
  1929.       end
  1930.       object EditEcLiMus: TEdit
  1931.         Tag = 10
  1932.         Left = 12
  1933.         Top = 18
  1934.         Width = 56
  1935.         Height = 21
  1936.         TabOrder = 0
  1937.         OnKeyPress = EditDiagramKeyPress
  1938.       end
  1939.       object BtApplyMusic: TButton
  1940.         Tag = 10
  1941.         Left = 105
  1942.         Top = 19
  1943.         Width = 37
  1944.         Height = 22
  1945.         Caption = 'Apply'
  1946.         TabOrder = 1
  1947.         TabStop = False
  1948.         OnClick = BtApplyDiagramClick
  1949.       end
  1950.     end
  1951.     object PanelKeyMusic: TPanel
  1952.       Left = 9
  1953.       Top = 104
  1954.       Width = 150
  1955.       Height = 41
  1956.       BevelOuter = bvNone
  1957.       TabOrder = 3
  1958.       object Label7: TLabel
  1959.         Left = 3
  1960.         Top = 3
  1961.         Width = 49
  1962.         Height = 13
  1963.         Caption = 'Space for '
  1964.       end
  1965.       object Label90: TLabel
  1966.         Left = 4
  1967.         Top = 16
  1968.         Width = 63
  1969.         Height = 13
  1970.         Caption = 'key signature'
  1971.       end
  1972.       object Label91: TLabel
  1973.         Left = 73
  1974.         Top = 26
  1975.         Width = 6
  1976.         Height = 13
  1977.         Caption = '0'
  1978.       end
  1979.       object Label92: TLabel
  1980.         Left = 106
  1981.         Top = 26
  1982.         Width = 6
  1983.         Height = 13
  1984.         Caption = '5'
  1985.       end
  1986.       object Label93: TLabel
  1987.         Left = 136
  1988.         Top = 26
  1989.         Width = 12
  1990.         Height = 13
  1991.         Caption = '10'
  1992.       end
  1993.       object TBKeyMusic: TTrackBar
  1994.         Left = 69
  1995.         Top = 6
  1996.         Width = 81
  1997.         Height = 20
  1998.         Orientation = trHorizontal
  1999.         Frequency = 1
  2000.         Position = 0
  2001.         SelEnd = 0
  2002.         SelStart = 0
  2003.         TabOrder = 0
  2004.         ThumbLength = 12
  2005.         TickMarks = tmBottomRight
  2006.         TickStyle = tsAuto
  2007.         OnChange = RefreshPreview
  2008.       end
  2009.     end
  2010.   end
  2011.   object PanelWei: TPanel
  2012.     Left = 426
  2013.     Top = 62
  2014.     Width = 326
  2015.     Height = 150
  2016.     BevelOuter = bvNone
  2017.     TabOrder = 15
  2018.     TabStop = True
  2019.     Visible = False
  2020.     object GroupBox20: TGroupBox
  2021.       Left = 7
  2022.       Top = 2
  2023.       Width = 312
  2024.       Height = 44
  2025.       Caption = ' Abscissa '
  2026.       TabOrder = 0
  2027.       object Label37: TLabel
  2028.         Left = 63
  2029.         Top = 16
  2030.         Width = 84
  2031.         Height = 13
  2032.         Caption = 'Range of lifetimes'
  2033.         FocusControl = CBXDivWeib
  2034.       end
  2035.       object CBXDivWeib: TComboBox
  2036.         Left = 158
  2037.         Top = 13
  2038.         Width = 90
  2039.         Height = 21
  2040.         ItemHeight = 13
  2041.         TabOrder = 0
  2042.         OnChange = RefreshPreview
  2043.       end
  2044.     end
  2045.     object GroupBox22: TGroupBox
  2046.       Left = 7
  2047.       Top = 74
  2048.       Width = 312
  2049.       Height = 73
  2050.       Caption = ' Additional features '
  2051.       TabOrder = 1
  2052.       object CBMoreAxesWeib: TCheckBox
  2053.         Left = 9
  2054.         Top = 19
  2055.         Width = 294
  2056.         Height = 17
  2057.         Caption = 'Axes to calculate the Weibull scale and shape parameters'
  2058.         TabOrder = 0
  2059.         OnClick = RefreshPreview
  2060.       end
  2061.       object CBMedianRanks: TCheckBox
  2062.         Left = 9
  2063.         Top = 45
  2064.         Width = 118
  2065.         Height = 17
  2066.         Caption = 'Median ranks scale'
  2067.         TabOrder = 1
  2068.         OnClick = CBMedianRanksClick
  2069.       end
  2070.       object PanelNWeibull: TPanel
  2071.         Left = 185
  2072.         Top = 40
  2073.         Width = 121
  2074.         Height = 28
  2075.         BevelOuter = bvNone
  2076.         TabOrder = 2
  2077.         object Label99: TLabel
  2078.           Left = 39
  2079.           Top = 8
  2080.           Width = 29
  2081.           Height = 13
  2082.           Caption = 'Points'
  2083.           FocusControl = EditNbPtWeib
  2084.         end
  2085.         object EditNbPtWeib: TEdit
  2086.           Tag = 3
  2087.           Left = 3
  2088.           Top = 4
  2089.           Width = 32
  2090.           Height = 21
  2091.           TabOrder = 0
  2092.           Text = '100'
  2093.           OnKeyPress = EditDiagramKeyPress
  2094.         end
  2095.         object BtApplyNbWeibull: TButton
  2096.           Tag = 3
  2097.           Left = 76
  2098.           Top = 4
  2099.           Width = 42
  2100.           Height = 21
  2101.           Caption = 'Apply'
  2102.           TabOrder = 1
  2103.           TabStop = False
  2104.           OnClick = BtApplyDiagramClick
  2105.         end
  2106.       end
  2107.     end
  2108.     object CBSubDivWeib: TCheckBox
  2109.       Left = 101
  2110.       Top = 53
  2111.       Width = 123
  2112.       Height = 17
  2113.       Caption = 'Sub-divisions of axes'
  2114.       Checked = True
  2115.       State = cbChecked
  2116.       TabOrder = 2
  2117.       OnClick = CBSubdivClick
  2118.     end
  2119.   end
  2120.   object PanelAxo: TPanel
  2121.     Left = 426
  2122.     Top = 62
  2123.     Width = 326
  2124.     Height = 150
  2125.     BevelOuter = bvNone
  2126.     TabOrder = 11
  2127.     Visible = False
  2128.     object Label44: TLabel
  2129.       Left = 65
  2130.       Top = 15
  2131.       Width = 90
  2132.       Height = 13
  2133.       Caption = 'Horizontal divisions'
  2134.     end
  2135.     object CBXDivAxo: TComboBox
  2136.       Left = 167
  2137.       Top = 11
  2138.       Width = 93
  2139.       Height = 21
  2140.       Style = csDropDownList
  2141.       ItemHeight = 13
  2142.       TabOrder = 0
  2143.       OnChange = RefreshPreview
  2144.     end
  2145.     object GBAnglesPerspective: TGroupBox
  2146.       Left = 7
  2147.       Top = 42
  2148.       Width = 159
  2149.       Height = 105
  2150.       Caption = ' Perspective angles '
  2151.       TabOrder = 1
  2152.       object Label46: TLabel
  2153.         Left = 12
  2154.         Top = 27
  2155.         Width = 18
  2156.         Height = 13
  2157.         Caption = 'Left'
  2158.       end
  2159.       object Label47: TLabel
  2160.         Left = 11
  2161.         Top = 59
  2162.         Width = 25
  2163.         Height = 13
  2164.         Caption = 'Right'
  2165.       end
  2166.       object Label45: TLabel
  2167.         Left = 36
  2168.         Top = 80
  2169.         Width = 86
  2170.         Height = 13
  2171.         Caption = '(15 to 60 degrees)'
  2172.       end
  2173.       object EditLeftAngle: TEdit
  2174.         Tag = 4
  2175.         Left = 44
  2176.         Top = 24
  2177.         Width = 41
  2178.         Height = 21
  2179.         TabOrder = 0
  2180.         Text = 'EditLeftAngle'
  2181.         OnKeyPress = EditDiagramKeyPress
  2182.       end
  2183.       object EditRightAngle: TEdit
  2184.         Tag = 4
  2185.         Left = 45
  2186.         Top = 52
  2187.         Width = 41
  2188.         Height = 21
  2189.         TabOrder = 1
  2190.         Text = 'EditRightAngle'
  2191.         OnKeyPress = EditDiagramKeyPress
  2192.       end
  2193.       object BtApplyAxo: TButton
  2194.         Tag = 4
  2195.         Left = 97
  2196.         Top = 36
  2197.         Width = 52
  2198.         Height = 25
  2199.         Caption = 'Apply'
  2200.         TabOrder = 2
  2201.         TabStop = False
  2202.         OnClick = BtApplyDiagramClick
  2203.       end
  2204.     end
  2205.     object GBVLinesAxo: TGroupBox
  2206.       Left = 175
  2207.       Top = 56
  2208.       Width = 141
  2209.       Height = 71
  2210.       Caption = ' Vertical lines '
  2211.       TabOrder = 2
  2212.       object Label48: TLabel
  2213.         Left = 7
  2214.         Top = 48
  2215.         Width = 128
  2216.         Height = 13
  2217.         Caption = '(not shown on the preview)'
  2218.       end
  2219.       object RBWithAxoV: TRadioButton
  2220.         Left = 13
  2221.         Top = 24
  2222.         Width = 43
  2223.         Height = 17
  2224.         Caption = 'With'
  2225.         TabOrder = 0
  2226.         OnClick = RBAxoVClick
  2227.       end
  2228.       object RBWithoutAxoV: TRadioButton
  2229.         Left = 69
  2230.         Top = 24
  2231.         Width = 61
  2232.         Height = 17
  2233.         Caption = 'Without'
  2234.         TabOrder = 1
  2235.         OnClick = RBAxoVClick
  2236.       end
  2237.     end
  2238.   end
  2239.   object PanelLogit: TPanel
  2240.     Left = 426
  2241.     Top = 62
  2242.     Width = 326
  2243.     Height = 150
  2244.     BevelOuter = bvNone
  2245.     TabOrder = 12
  2246.     TabStop = True
  2247.     Visible = False
  2248.     object Label52: TLabel
  2249.       Left = 40
  2250.       Top = 46
  2251.       Width = 72
  2252.       Height = 13
  2253.       Caption = 'Abscissa range'
  2254.       FocusControl = CBXDivLogit
  2255.     end
  2256.     object CBXDivLogit: TComboBox
  2257.       Left = 134
  2258.       Top = 43
  2259.       Width = 105
  2260.       Height = 21
  2261.       ItemHeight = 13
  2262.       TabOrder = 0
  2263.       OnChange = RefreshPreview
  2264.     end
  2265.     object CBSubDivLogit: TCheckBox
  2266.       Left = 119
  2267.       Top = 90
  2268.       Width = 87
  2269.       Height = 17
  2270.       Caption = 'Sub-divisions'
  2271.       Checked = True
  2272.       State = cbChecked
  2273.       TabOrder = 1
  2274.       OnClick = CBSubdivClick
  2275.     end
  2276.   end
  2277.   object PanelBrick: TPanel
  2278.     Left = 426
  2279.     Top = 62
  2280.     Width = 326
  2281.     Height = 150
  2282.     BevelOuter = bvNone
  2283.     TabOrder = 17
  2284.     Visible = False
  2285.     object GroupBox13: TGroupBox
  2286.       Left = 33
  2287.       Top = 16
  2288.       Width = 259
  2289.       Height = 118
  2290.       Caption = ' Bricks'
  2291.       TabOrder = 0
  2292.       object LblUnitHBrick: TLabel
  2293.         Left = 142
  2294.         Top = 29
  2295.         Width = 23
  2296.         Height = 13
  2297.         Caption = 'unite'
  2298.       end
  2299.       object Label56: TLabel
  2300.         Left = 14
  2301.         Top = 61
  2302.         Width = 28
  2303.         Height = 13
  2304.         Caption = 'Width'
  2305.       end
  2306.       object LblUnitWBrick: TLabel
  2307.         Left = 142
  2308.         Top = 61
  2309.         Width = 25
  2310.         Height = 13
  2311.         Caption = 'Unite'
  2312.       end
  2313.       object Label43: TLabel
  2314.         Left = 13
  2315.         Top = 28
  2316.         Width = 31
  2317.         Height = 13
  2318.         Caption = 'Height'
  2319.       end
  2320.       object EditHBrick: TEdit
  2321.         Tag = 11
  2322.         Left = 52
  2323.         Top = 24
  2324.         Width = 80
  2325.         Height = 21
  2326.         TabOrder = 0
  2327.         OnKeyPress = EditDiagramKeyPress
  2328.       end
  2329.       object EditWBrick: TEdit
  2330.         Tag = 12
  2331.         Left = 53
  2332.         Top = 55
  2333.         Width = 80
  2334.         Height = 21
  2335.         TabOrder = 1
  2336.         OnKeyPress = EditDiagramKeyPress
  2337.       end
  2338.       object BtApplyBrick: TButton
  2339.         Tag = 11
  2340.         Left = 182
  2341.         Top = 40
  2342.         Width = 61
  2343.         Height = 21
  2344.         Caption = 'Apply'
  2345.         TabOrder = 2
  2346.         TabStop = False
  2347.         OnClick = BtApplyDiagramClick
  2348.       end
  2349.       object RBBrickAligned: TRadioButton
  2350.         Left = 60
  2351.         Top = 89
  2352.         Width = 57
  2353.         Height = 17
  2354.         Caption = 'Aligned'
  2355.         TabOrder = 3
  2356.         OnClick = RefreshPreview
  2357.       end
  2358.       object RBBrickStaggered: TRadioButton
  2359.         Left = 148
  2360.         Top = 89
  2361.         Width = 73
  2362.         Height = 17
  2363.         Caption = 'Staggered'
  2364.         TabOrder = 4
  2365.         OnClick = RefreshPreview
  2366.       end
  2367.     end
  2368.   end
  2369.   object PanelLosange: TPanel
  2370.     Tag = 13
  2371.     Left = 426
  2372.     Top = 62
  2373.     Width = 326
  2374.     Height = 150
  2375.     BevelOuter = bvNone
  2376.     TabOrder = 14
  2377.     Visible = False
  2378.     object GroupBox10: TGroupBox
  2379.       Left = 56
  2380.       Top = 11
  2381.       Width = 213
  2382.       Height = 128
  2383.       Caption = ' Diamonds '
  2384.       TabOrder = 0
  2385.       object Label57: TLabel
  2386.         Left = 12
  2387.         Top = 28
  2388.         Width = 31
  2389.         Height = 13
  2390.         Caption = 'Height'
  2391.       end
  2392.       object LblUnitHLosange: TLabel
  2393.         Left = 146
  2394.         Top = 29
  2395.         Width = 23
  2396.         Height = 13
  2397.         Caption = 'unite'
  2398.       end
  2399.       object Label63: TLabel
  2400.         Left = 12
  2401.         Top = 60
  2402.         Width = 28
  2403.         Height = 13
  2404.         Caption = 'Width'
  2405.       end
  2406.       object LblUnitWLosange: TLabel
  2407.         Left = 147
  2408.         Top = 61
  2409.         Width = 25
  2410.         Height = 13
  2411.         Caption = 'Unite'
  2412.       end
  2413.       object EditHLosange: TEdit
  2414.         Tag = 16
  2415.         Left = 66
  2416.         Top = 24
  2417.         Width = 70
  2418.         Height = 21
  2419.         TabOrder = 0
  2420.         OnKeyPress = EditDiagramKeyPress
  2421.       end
  2422.       object EditWLosange: TEdit
  2423.         Tag = 17
  2424.         Left = 66
  2425.         Top = 56
  2426.         Width = 70
  2427.         Height = 21
  2428.         TabOrder = 1
  2429.         OnKeyPress = EditDiagramKeyPress
  2430.       end
  2431.       object BtApplyLosange: TButton
  2432.         Tag = 16
  2433.         Left = 67
  2434.         Top = 90
  2435.         Width = 70
  2436.         Height = 21
  2437.         Caption = 'Apply'
  2438.         TabOrder = 2
  2439.         TabStop = False
  2440.         OnClick = BtApplyDiagramClick
  2441.       end
  2442.     end
  2443.   end
  2444.   object PanelclPat: TPanel
  2445.     Left = 426
  2446.     Top = 212
  2447.     Width = 326
  2448.     Height = 72
  2449.     BevelOuter = bvNone
  2450.     TabOrder = 23
  2451.     Visible = False
  2452.     object GroupBox6: TGroupBox
  2453.       Left = 7
  2454.       Top = 2
  2455.       Width = 312
  2456.       Height = 68
  2457.       Caption = ' Line '
  2458.       TabOrder = 0
  2459.       object ShapeColorPat: TShape
  2460.         Left = 278
  2461.         Top = 16
  2462.         Width = 20
  2463.         Height = 10
  2464.         Shape = stEllipse
  2465.       end
  2466.       object Label64: TLabel
  2467.         Left = 246
  2468.         Top = 13
  2469.         Width = 24
  2470.         Height = 13
  2471.         Caption = 'Color'
  2472.         Font.Charset = DEFAULT_CHARSET
  2473.         Font.Color = clBlack
  2474.         Font.Height = -12
  2475.         Font.Name = 'MS Sans Serif'
  2476.         Font.Style = []
  2477.         ParentFont = False
  2478.       end
  2479.       object LblWPat3: TLabel
  2480.         Left = 202
  2481.         Top = 45
  2482.         Width = 18
  2483.         Height = 13
  2484.         Alignment = taCenter
  2485.         AutoSize = False
  2486.         Caption = '100'
  2487.       end
  2488.       object LblWPat2: TLabel
  2489.         Left = 141
  2490.         Top = 45
  2491.         Width = 17
  2492.         Height = 13
  2493.         Alignment = taCenter
  2494.         AutoSize = False
  2495.         Caption = '50'
  2496.       end
  2497.       object LblWPat1: TLabel
  2498.         Left = 74
  2499.         Top = 45
  2500.         Width = 19
  2501.         Height = 13
  2502.         Alignment = taCenter
  2503.         AutoSize = False
  2504.         Caption = '1'
  2505.       end
  2506.       object LblUnitPat: TLabel
  2507.         Left = 11
  2508.         Top = 42
  2509.         Width = 46
  2510.         Height = 13
  2511.         AutoSize = False
  2512.         Caption = 'Unit'
  2513.       end
  2514.       object Label66: TLabel
  2515.         Left = 14
  2516.         Top = 22
  2517.         Width = 28
  2518.         Height = 13
  2519.         Caption = 'Width'
  2520.         Font.Charset = DEFAULT_CHARSET
  2521.         Font.Color = clBlack
  2522.         Font.Height = -12
  2523.         Font.Name = 'MS Sans Serif'
  2524.         Font.Style = []
  2525.         ParentFont = False
  2526.       end
  2527.       object BtChangeColorPat: TButton
  2528.         Left = 249
  2529.         Top = 34
  2530.         Width = 48
  2531.         Height = 24
  2532.         Hint = 'Color of pattern'
  2533.         Caption = 'Ch&ange'
  2534.         ParentShowHint = False
  2535.         ShowHint = True
  2536.         TabOrder = 0
  2537.         TabStop = False
  2538.         OnClick = BtChangeColorPatClick
  2539.       end
  2540.       object TBPat: TTrackBar
  2541.         Left = 72
  2542.         Top = 17
  2543.         Width = 150
  2544.         Height = 29
  2545.         LineSize = 10
  2546.         Max = 100
  2547.         Min = 1
  2548.         Orientation = trHorizontal
  2549.         PageSize = 10
  2550.         Frequency = 10
  2551.         Position = 50
  2552.         SelEnd = 0
  2553.         SelStart = 0
  2554.         TabOrder = 1
  2555.         ThumbLength = 20
  2556.         TickMarks = tmBottomRight
  2557.         TickStyle = tsAuto
  2558.         OnChange = TBPatChange
  2559.       end
  2560.     end
  2561.   end
  2562.   object PanelTable: TPanel
  2563.     Left = 426
  2564.     Top = 62
  2565.     Width = 326
  2566.     Height = 150
  2567.     BevelOuter = bvNone
  2568.     TabOrder = 18
  2569.     Visible = False
  2570.     object GroupBox16: TGroupBox
  2571.       Left = 7
  2572.       Top = 1
  2573.       Width = 312
  2574.       Height = 41
  2575.       Caption = ' Rows '
  2576.       TabOrder = 0
  2577.       object Label24: TLabel
  2578.         Left = 7
  2579.         Top = 16
  2580.         Width = 37
  2581.         Height = 13
  2582.         Caption = 'Number'
  2583.       end
  2584.       object LblHRows: TLabel
  2585.         Left = 143
  2586.         Top = 15
  2587.         Width = 49
  2588.         Height = 13
  2589.         Caption = 'LblHRows'
  2590.       end
  2591.       object Label36: TLabel
  2592.         Left = 103
  2593.         Top = 15
  2594.         Width = 40
  2595.         Height = 13
  2596.         Caption = 'Height : '
  2597.       end
  2598.       object SERows: TSpinEdit
  2599.         Left = 53
  2600.         Top = 11
  2601.         Width = 42
  2602.         Height = 22
  2603.         EditorEnabled = False
  2604.         MaxValue = 50
  2605.         MinValue = 2
  2606.         TabOrder = 0
  2607.         Value = 2
  2608.         OnChange = SERowsChange
  2609.       end
  2610.     end
  2611.     object GroupBox17: TGroupBox
  2612.       Left = 7
  2613.       Top = 44
  2614.       Width = 312
  2615.       Height = 105
  2616.       Caption = ' Columns '
  2617.       TabOrder = 1
  2618.       object Label51: TLabel
  2619.         Left = 5
  2620.         Top = 18
  2621.         Width = 37
  2622.         Height = 13
  2623.         Caption = 'Number'
  2624.       end
  2625.       object Label34: TLabel
  2626.         Left = 5
  2627.         Top = 67
  2628.         Width = 279
  2629.         Height = 13
  2630.         Caption = 'To widen or narrow a column, left-click on one of its border '
  2631.       end
  2632.       object Label40: TLabel
  2633.         Left = 17
  2634.         Top = 82
  2635.         Width = 172
  2636.         Height = 13
  2637.         Caption = 'and move the line gliding the mouse.'
  2638.       end
  2639.       object Label53: TLabel
  2640.         Left = 6
  2641.         Top = 45
  2642.         Width = 288
  2643.         Height = 13
  2644.         Caption = 'To select/unselect a column, rigth-click on it (yellow flagged).'
  2645.       end
  2646.       object SECols: TSpinEdit
  2647.         Left = 49
  2648.         Top = 14
  2649.         Width = 44
  2650.         Height = 22
  2651.         EditorEnabled = False
  2652.         MaxValue = 0
  2653.         MinValue = 2
  2654.         TabOrder = 0
  2655.         Value = 2
  2656.         OnChange = SEColsChange
  2657.       end
  2658.       object BtEqualizeCols: TButton
  2659.         Left = 100
  2660.         Top = 14
  2661.         Width = 134
  2662.         Height = 22
  2663.         Caption = 'Equalize selected columns'
  2664.         TabOrder = 1
  2665.         TabStop = False
  2666.         OnClick = BtEqualColumnsClick
  2667.       end
  2668.       object BtUnselectCols: TButton
  2669.         Left = 242
  2670.         Top = 14
  2671.         Width = 65
  2672.         Height = 22
  2673.         Caption = 'Unselect all'
  2674.         TabOrder = 2
  2675.         TabStop = False
  2676.         OnClick = BtUnselectColsClick
  2677.       end
  2678.     end
  2679.   end
  2680.   object PanelEllipse: TPanel
  2681.     Tag = 13
  2682.     Left = 426
  2683.     Top = 62
  2684.     Width = 326
  2685.     Height = 150
  2686.     BevelOuter = bvNone
  2687.     Caption = 'PanelEllipse'
  2688.     TabOrder = 16
  2689.     Visible = False
  2690.     object GroupBox19: TGroupBox
  2691.       Left = 7
  2692.       Top = 11
  2693.       Width = 312
  2694.       Height = 128
  2695.       Caption = ' Motif '
  2696.       TabOrder = 0
  2697.       object Label54: TLabel
  2698.         Left = 23
  2699.         Top = 28
  2700.         Width = 31
  2701.         Height = 13
  2702.         Caption = 'Height'
  2703.       end
  2704.       object LblUnitHEllipse: TLabel
  2705.         Left = 157
  2706.         Top = 29
  2707.         Width = 23
  2708.         Height = 13
  2709.         Caption = 'unite'
  2710.       end
  2711.       object Label59: TLabel
  2712.         Left = 23
  2713.         Top = 60
  2714.         Width = 28
  2715.         Height = 13
  2716.         Caption = 'Width'
  2717.       end
  2718.       object LblUnitWEllipse: TLabel
  2719.         Left = 158
  2720.         Top = 61
  2721.         Width = 25
  2722.         Height = 13
  2723.         Caption = 'Unite'
  2724.       end
  2725.       object EditHEllipse: TEdit
  2726.         Tag = 13
  2727.         Left = 77
  2728.         Top = 24
  2729.         Width = 70
  2730.         Height = 21
  2731.         TabOrder = 0
  2732.         OnKeyPress = EditDiagramKeyPress
  2733.       end
  2734.       object EditWEllipse: TEdit
  2735.         Tag = 14
  2736.         Left = 77
  2737.         Top = 56
  2738.         Width = 70
  2739.         Height = 21
  2740.         TabOrder = 1
  2741.         OnKeyPress = EditDiagramKeyPress
  2742.       end
  2743.       object BtApplyEllipse: TButton
  2744.         Tag = 13
  2745.         Left = 209
  2746.         Top = 42
  2747.         Width = 70
  2748.         Height = 21
  2749.         Caption = 'Apply'
  2750.         TabOrder = 2
  2751.         TabStop = False
  2752.         OnClick = BtApplyDiagramClick
  2753.       end
  2754.       object RBEllipseCrossed: TRadioButton
  2755.         Left = 75
  2756.         Top = 96
  2757.         Width = 65
  2758.         Height = 17
  2759.         Caption = 'Crossed'
  2760.         TabOrder = 3
  2761.         OnClick = RefreshPreview
  2762.       end
  2763.       object RBEllipseTangent: TRadioButton
  2764.         Left = 171
  2765.         Top = 96
  2766.         Width = 65
  2767.         Height = 17
  2768.         Caption = 'Tangent'
  2769.         TabOrder = 4
  2770.         OnClick = RefreshPreview
  2771.       end
  2772.     end
  2773.   end
  2774.   object PanelclDot: TPanel
  2775.     Left = 426
  2776.     Top = 212
  2777.     Width = 326
  2778.     Height = 72
  2779.     BevelOuter = bvNone
  2780.     Caption = 'PanelclDot'
  2781.     TabOrder = 25
  2782.     Visible = False
  2783.     object GroupBox5: TGroupBox
  2784.       Left = 7
  2785.       Top = 2
  2786.       Width = 312
  2787.       Height = 68
  2788.       Caption = ' Dots '
  2789.       TabOrder = 0
  2790.       object Label58: TLabel
  2791.         Left = 12
  2792.         Top = 21
  2793.         Width = 42
  2794.         Height = 13
  2795.         Caption = 'Diameter'
  2796.         Font.Charset = DEFAULT_CHARSET
  2797.         Font.Color = clBlack
  2798.         Font.Height = -12
  2799.         Font.Name = 'MS Sans Serif'
  2800.         Font.Style = []
  2801.         ParentFont = False
  2802.       end
  2803.       object LblDiamDot1: TLabel
  2804.         Left = 76
  2805.         Top = 45
  2806.         Width = 17
  2807.         Height = 13
  2808.         Alignment = taCenter
  2809.         AutoSize = False
  2810.         Caption = '50'
  2811.       end
  2812.       object LblDiamDot2: TLabel
  2813.         Left = 137
  2814.         Top = 45
  2815.         Width = 21
  2816.         Height = 13
  2817.         Alignment = taCenter
  2818.         AutoSize = False
  2819.         Caption = '100'
  2820.       end
  2821.       object LblDiamDot3: TLabel
  2822.         Left = 201
  2823.         Top = 45
  2824.         Width = 21
  2825.         Height = 13
  2826.         Alignment = taCenter
  2827.         AutoSize = False
  2828.         Caption = '150'
  2829.       end
  2830.       object LblUnitDot: TLabel
  2831.         Left = 13
  2832.         Top = 42
  2833.         Width = 19
  2834.         Height = 13
  2835.         Caption = 'Unit'
  2836.       end
  2837.       object Label67: TLabel
  2838.         Left = 246
  2839.         Top = 13
  2840.         Width = 24
  2841.         Height = 13
  2842.         Caption = 'Color'
  2843.         Font.Charset = DEFAULT_CHARSET
  2844.         Font.Color = clBlack
  2845.         Font.Height = -12
  2846.         Font.Name = 'MS Sans Serif'
  2847.         Font.Style = []
  2848.         ParentFont = False
  2849.       end
  2850.       object ShapeColorDot: TShape
  2851.         Left = 278
  2852.         Top = 16
  2853.         Width = 20
  2854.         Height = 10
  2855.         Shape = stEllipse
  2856.       end
  2857.       object TBDot: TTrackBar
  2858.         Left = 72
  2859.         Top = 17
  2860.         Width = 150
  2861.         Height = 28
  2862.         LineSize = 5
  2863.         Max = 100
  2864.         Min = 50
  2865.         Orientation = trHorizontal
  2866.         PageSize = 5
  2867.         Frequency = 5
  2868.         Position = 50
  2869.         SelEnd = 0
  2870.         SelStart = 0
  2871.         TabOrder = 0
  2872.         ThumbLength = 20
  2873.         TickMarks = tmBottomRight
  2874.         TickStyle = tsAuto
  2875.         OnChange = TBDotChange
  2876.       end
  2877.       object BtChangeColorDot: TButton
  2878.         Left = 249
  2879.         Top = 34
  2880.         Width = 48
  2881.         Height = 20
  2882.         Hint = 'Color of dots'
  2883.         Caption = 'Ch&ange'
  2884.         ParentShowHint = False
  2885.         ShowHint = True
  2886.         TabOrder = 1
  2887.         TabStop = False
  2888.         OnClick = BtChangeColorDotClick
  2889.       end
  2890.     end
  2891.   end
  2892.   object PanelGuitar: TPanel
  2893.     Left = 426
  2894.     Top = 62
  2895.     Width = 326
  2896.     Height = 150
  2897.     BevelOuter = bvNone
  2898.     TabOrder = 10
  2899.     Visible = False
  2900.     object GBGuitar: TGroupBox
  2901.       Left = 7
  2902.       Top = 11
  2903.       Width = 312
  2904.       Height = 127
  2905.       Caption = 'Strings'
  2906.       TabOrder = 0
  2907.       object LblUnitGuitar: TLabel
  2908.         Left = 86
  2909.         Top = 67
  2910.         Width = 14
  2911.         Height = 13
  2912.         Caption = 'cm'
  2913.       end
  2914.       object Label69: TLabel
  2915.         Left = 46
  2916.         Top = 67
  2917.         Width = 37
  2918.         Height = 13
  2919.         Caption = 'Unit = 1'
  2920.       end
  2921.       object Label5: TLabel
  2922.         Left = 104
  2923.         Top = 21
  2924.         Width = 37
  2925.         Height = 13
  2926.         Caption = 'Number'
  2927.       end
  2928.       object Label55: TLabel
  2929.         Left = 26
  2930.         Top = 54
  2931.         Width = 119
  2932.         Height = 13
  2933.         Caption = 'Distance between strings'
  2934.       end
  2935.       object Label62: TLabel
  2936.         Left = 46
  2937.         Top = 106
  2938.         Width = 97
  2939.         Height = 13
  2940.         Caption = 'Unit = 1 string space'
  2941.       end
  2942.       object Label60: TLabel
  2943.         Left = 26
  2944.         Top = 93
  2945.         Width = 120
  2946.         Height = 13
  2947.         Caption = 'Distance between staves'
  2948.       end
  2949.       object EditEcCords: TEdit
  2950.         Tag = 22
  2951.         Left = 155
  2952.         Top = 56
  2953.         Width = 70
  2954.         Height = 21
  2955.         TabOrder = 1
  2956.         OnKeyPress = EditDiagramKeyPress
  2957.       end
  2958.       object BtApplyGuitar: TButton
  2959.         Tag = 22
  2960.         Left = 242
  2961.         Top = 57
  2962.         Width = 44
  2963.         Height = 22
  2964.         Caption = 'Apply'
  2965.         TabOrder = 2
  2966.         TabStop = False
  2967.         OnClick = BtApplyDiagramClick
  2968.       end
  2969.       object SEDistStaves: TSpinEdit
  2970.         Left = 157
  2971.         Top = 95
  2972.         Width = 41
  2973.         Height = 22
  2974.         EditorEnabled = False
  2975.         MaxValue = 20
  2976.         MinValue = 2
  2977.         TabOrder = 3
  2978.         Value = 4
  2979.         OnChange = RefreshPreview
  2980.       end
  2981.       object SENCords: TSpinEdit
  2982.         Left = 155
  2983.         Top = 17
  2984.         Width = 41
  2985.         Height = 22
  2986.         EditorEnabled = False
  2987.         MaxValue = 8
  2988.         MinValue = 4
  2989.         TabOrder = 0
  2990.         Value = 6
  2991.         OnChange = RefreshPreview
  2992.       end
  2993.     end
  2994.   end
  2995.   object PanelNomCurPaper: TPanel
  2996.     Left = 444
  2997.     Top = 33
  2998.     Width = 179
  2999.     Height = 21
  3000.     Color = clWhite
  3001.     Font.Charset = DEFAULT_CHARSET
  3002.     Font.Color = clBlack
  3003.     Font.Height = -12
  3004.     Font.Name = 'MS Sans Serif'
  3005.     Font.Style = [fsBold]
  3006.     ParentFont = False
  3007.     TabOrder = 31
  3008.   end
  3009.   object BtChangePaper: TBitBtn
  3010.     Left = 639
  3011.     Top = 33
  3012.     Width = 101
  3013.     Height = 21
  3014.     Caption = 'Change &variant'
  3015.     TabOrder = 2
  3016.     OnClick = BtChangePaperClick
  3017.     Glyph.Data = {
  3018.       AE000000424DAE0000000000000076000000280000000D000000070000000100
  3019.       0400000000003800000000000000000000001000000000000000000000000000
  3020.       80000080000000808000800000008000800080800000C0C0C000808080000000
  3021.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFF0FFFFF
  3022.       F000FFFFF000FFFFF000FFFF00000FFFF000FFF0000000FFF000FF000000000F
  3023.       F000F00000000000F0000000000000000000}
  3024.   end
  3025.   object PanelEditing: TPanel
  3026.     Left = 432
  3027.     Top = 28
  3028.     Width = 316
  3029.     Height = 34
  3030.     BevelOuter = bvNone
  3031.     BorderWidth = 1
  3032.     Caption = 'PanelEditing'
  3033.     Font.Charset = DEFAULT_CHARSET
  3034.     Font.Color = clBlack
  3035.     Font.Height = -12
  3036.     Font.Name = 'MS Sans Serif'
  3037.     Font.Style = []
  3038.     ParentFont = False
  3039.     TabOrder = 32
  3040.     Visible = False
  3041.     object Shape13: TShape
  3042.       Left = 13
  3043.       Top = 6
  3044.       Width = 289
  3045.       Height = 20
  3046.     end
  3047.     object LblEditing: TLabel
  3048.       Left = 19
  3049.       Top = 9
  3050.       Width = 278
  3051.       Height = 15
  3052.       Alignment = taCenter
  3053.       AutoSize = False
  3054.       Caption = 'LblEditing'
  3055.       Font.Charset = DEFAULT_CHARSET
  3056.       Font.Color = clBlack
  3057.       Font.Height = -12
  3058.       Font.Name = 'MS Sans Serif'
  3059.       Font.Style = [fsBold]
  3060.       ParentFont = False
  3061.       Transparent = True
  3062.     end
  3063.   end
  3064.   object PanelHandWriting: TPanel
  3065.     Left = 426
  3066.     Top = 62
  3067.     Width = 326
  3068.     Height = 150
  3069.     BevelOuter = bvNone
  3070.     TabOrder = 20
  3071.     Visible = False
  3072.     object GBPairedLines: TGroupBox
  3073.       Left = 7
  3074.       Top = 7
  3075.       Width = 312
  3076.       Height = 52
  3077.       Caption = ' Distances between horizontal lines '
  3078.       TabOrder = 0
  3079.       object Label22: TLabel
  3080.         Left = 12
  3081.         Top = 23
  3082.         Width = 54
  3083.         Height = 13
  3084.         Caption = 'Paired lines'
  3085.       end
  3086.       object Label42: TLabel
  3087.         Left = 154
  3088.         Top = 23
  3089.         Width = 70
  3090.         Height = 13
  3091.         Caption = 'Groups of lines'
  3092.       end
  3093.       object LblUnitHandWri1: TLabel
  3094.         Left = 120
  3095.         Top = 23
  3096.         Width = 3
  3097.         Height = 13
  3098.         Caption = '-'
  3099.       end
  3100.       object LblUnitHandWri2: TLabel
  3101.         Left = 279
  3102.         Top = 23
  3103.         Width = 3
  3104.         Height = 13
  3105.         Caption = '-'
  3106.       end
  3107.       object EditDistPair: TEdit
  3108.         Tag = 23
  3109.         Left = 69
  3110.         Top = 20
  3111.         Width = 46
  3112.         Height = 21
  3113.         TabOrder = 0
  3114.         OnKeyPress = EditDiagramKeyPress
  3115.       end
  3116.       object EditDistGroup: TEdit
  3117.         Tag = 24
  3118.         Left = 228
  3119.         Top = 20
  3120.         Width = 46
  3121.         Height = 21
  3122.         TabOrder = 1
  3123.         OnKeyPress = EditDiagramKeyPress
  3124.       end
  3125.     end
  3126.     object CBObliques: TCheckBox
  3127.       Left = 68
  3128.       Top = 123
  3129.       Width = 111
  3130.       Height = 17
  3131.       Caption = 'Show inclined lines'
  3132.       Checked = True
  3133.       State = cbChecked
  3134.       TabOrder = 3
  3135.       OnClick = CBObliquesClick
  3136.     end
  3137.     object GBInclinedLines: TGroupBox
  3138.       Left = 7
  3139.       Top = 63
  3140.       Width = 312
  3141.       Height = 52
  3142.       Caption = ' Inclined lines '
  3143.       TabOrder = 2
  3144.       object Label61: TLabel
  3145.         Left = 8
  3146.         Top = 23
  3147.         Width = 70
  3148.         Height = 13
  3149.         Caption = 'Horiz. distance'
  3150.       end
  3151.       object Label65: TLabel
  3152.         Left = 187
  3153.         Top = 23
  3154.         Width = 27
  3155.         Height = 13
  3156.         Caption = 'Angle'
  3157.       end
  3158.       object Label68: TLabel
  3159.         Left = 268
  3160.         Top = 23
  3161.         Width = 38
  3162.         Height = 13
  3163.         Caption = 'degrees'
  3164.       end
  3165.       object LblUnitHandWri3: TLabel
  3166.         Left = 138
  3167.         Top = 23
  3168.         Width = 3
  3169.         Height = 13
  3170.         Caption = '-'
  3171.       end
  3172.       object EditDistObl: TEdit
  3173.         Tag = 25
  3174.         Left = 83
  3175.         Top = 19
  3176.         Width = 50
  3177.         Height = 21
  3178.         TabOrder = 0
  3179.         OnKeyPress = EditDiagramKeyPress
  3180.       end
  3181.       object EditAngleObl: TEdit
  3182.         Tag = 26
  3183.         Left = 222
  3184.         Top = 19
  3185.         Width = 41
  3186.         Height = 21
  3187.         TabOrder = 1
  3188.         OnKeyPress = EditDiagramKeyPress
  3189.       end
  3190.     end
  3191.     object BtApplyPair: TButton
  3192.       Tag = 23
  3193.       Left = 190
  3194.       Top = 122
  3195.       Width = 53
  3196.       Height = 21
  3197.       Caption = 'Apply'
  3198.       TabOrder = 4
  3199.       TabStop = False
  3200.       OnClick = BtApplyDiagramClick
  3201.     end
  3202.     object GBSingleLines: TGroupBox
  3203.       Left = 7
  3204.       Top = 7
  3205.       Width = 312
  3206.       Height = 52
  3207.       Caption = 'Horizontal lines '
  3208.       TabOrder = 1
  3209.       object Label70: TLabel
  3210.         Left = 62
  3211.         Top = 23
  3212.         Width = 73
  3213.         Height = 13
  3214.         Caption = 'Vertic. distance'
  3215.       end
  3216.       object LblUnitHandWri4: TLabel
  3217.         Left = 193
  3218.         Top = 23
  3219.         Width = 3
  3220.         Height = 13
  3221.         Caption = '-'
  3222.       end
  3223.       object EditDistSingle: TEdit
  3224.         Tag = 27
  3225.         Left = 142
  3226.         Top = 20
  3227.         Width = 46
  3228.         Height = 21
  3229.         TabOrder = 0
  3230.         OnKeyPress = EditDiagramKeyPress
  3231.       end
  3232.     end
  3233.   end
  3234.   object PanelLines: TPanel
  3235.     Left = 426
  3236.     Top = 62
  3237.     Width = 326
  3238.     Height = 150
  3239.     BevelOuter = bvNone
  3240.     Caption = 'PanelLines'
  3241.     TabOrder = 13
  3242.     Visible = False
  3243.     object GroupBox12: TGroupBox
  3244.       Left = 41
  3245.       Top = 27
  3246.       Width = 245
  3247.       Height = 96
  3248.       Caption = ' Pattern '
  3249.       TabOrder = 0
  3250.       object Label20: TLabel
  3251.         Left = 9
  3252.         Top = 28
  3253.         Width = 99
  3254.         Height = 13
  3255.         Caption = 'Space between lines'
  3256.       end
  3257.       object LblUnitLinePattern: TLabel
  3258.         Left = 200
  3259.         Top = 28
  3260.         Width = 19
  3261.         Height = 13
  3262.         Caption = 'Unit'
  3263.       end
  3264.       object EditLines: TEdit
  3265.         Tag = 15
  3266.         Left = 118
  3267.         Top = 23
  3268.         Width = 75
  3269.         Height = 21
  3270.         MaxLength = 8
  3271.         TabOrder = 0
  3272.         OnKeyPress = EditDiagramKeyPress
  3273.       end
  3274.       object BtApplyLines: TButton
  3275.         Tag = 15
  3276.         Left = 119
  3277.         Top = 59
  3278.         Width = 75
  3279.         Height = 21
  3280.         Caption = 'Apply'
  3281.         TabOrder = 1
  3282.         TabStop = False
  3283.         OnClick = BtApplyDiagramClick
  3284.       end
  3285.     end
  3286.   end
  3287.   object PanelOvalShape: TPanel
  3288.     Left = 426
  3289.     Top = 62
  3290.     Width = 326
  3291.     Height = 150
  3292.     BevelOuter = bvNone
  3293.     TabOrder = 26
  3294.     Visible = False
  3295.     object Label71: TLabel
  3296.       Left = 88
  3297.       Top = 40
  3298.       Width = 73
  3299.       Height = 13
  3300.       Caption = 'Radial divisions'
  3301.     end
  3302.     object CBAngleEllipse: TComboBox
  3303.       Left = 88
  3304.       Top = 72
  3305.       Width = 145
  3306.       Height = 21
  3307.       Style = csDropDownList
  3308.       DropDownCount = 10
  3309.       ItemHeight = 13
  3310.       Items.Strings = (
  3311.         '5 degrees'
  3312.         '6 degrees'
  3313.         '9 degrees'
  3314.         '10 degrees'
  3315.         '15 degrees'
  3316.         '30 degrees'
  3317.         '45 degrees'
  3318.         '60 degrees'
  3319.         '90 degrees'
  3320.         'Absent')
  3321.       TabOrder = 0
  3322.       OnChange = RefreshPreview
  3323.     end
  3324.   end
  3325.   object PanelNotch: TPanel
  3326.     Left = 426
  3327.     Top = 62
  3328.     Width = 326
  3329.     Height = 150
  3330.     BevelOuter = bvNone
  3331.     TabOrder = 21
  3332.     Visible = False
  3333.     object Label72: TLabel
  3334.       Left = 21
  3335.       Top = 9
  3336.       Width = 81
  3337.       Height = 13
  3338.       Caption = 'Width of notches'
  3339.     end
  3340.     object LblUnitNotch: TLabel
  3341.       Left = 199
  3342.       Top = 8
  3343.       Width = 3
  3344.       Height = 13
  3345.       Caption = '-'
  3346.     end
  3347.     object EditWNotch: TEdit
  3348.       Tag = 28
  3349.       Left = 112
  3350.       Top = 4
  3351.       Width = 80
  3352.       Height = 21
  3353.       TabOrder = 0
  3354.       OnKeyPress = EditDiagramKeyPress
  3355.     end
  3356.     object GroupBox14: TGroupBox
  3357.       Left = 7
  3358.       Top = 35
  3359.       Width = 312
  3360.       Height = 112
  3361.       Caption = ' Spaces between notches '
  3362.       TabOrder = 1
  3363.       object Label74: TLabel
  3364.         Left = 12
  3365.         Top = 24
  3366.         Width = 47
  3367.         Height = 13
  3368.         Caption = 'Horizontal'
  3369.       end
  3370.       object Label75: TLabel
  3371.         Left = 15
  3372.         Top = 72
  3373.         Width = 35
  3374.         Height = 13
  3375.         Caption = 'Vertical'
  3376.       end
  3377.       object Label76: TLabel
  3378.         Left = 222
  3379.         Top = 25
  3380.         Width = 63
  3381.         Height = 13
  3382.         Caption = 'x notch width'
  3383.       end
  3384.       object Label77: TLabel
  3385.         Left = 222
  3386.         Top = 71
  3387.         Width = 67
  3388.         Height = 13
  3389.         Caption = 'x notch height'
  3390.       end
  3391.       object Label78: TLabel
  3392.         Left = 75
  3393.         Top = 48
  3394.         Width = 6
  3395.         Height = 13
  3396.         Caption = '0'
  3397.       end
  3398.       object Label79: TLabel
  3399.         Left = 77
  3400.         Top = 96
  3401.         Width = 6
  3402.         Height = 13
  3403.         Caption = '1'
  3404.       end
  3405.       object Label80: TLabel
  3406.         Left = 201
  3407.         Top = 96
  3408.         Width = 12
  3409.         Height = 13
  3410.         Caption = '10'
  3411.       end
  3412.       object Label81: TLabel
  3413.         Left = 198
  3414.         Top = 48
  3415.         Width = 15
  3416.         Height = 13
  3417.         Caption = '1.0'
  3418.       end
  3419.       object Label82: TLabel
  3420.         Left = 134
  3421.         Top = 48
  3422.         Width = 15
  3423.         Height = 13
  3424.         Caption = '0.5'
  3425.       end
  3426.       object Label83: TLabel
  3427.         Left = 133
  3428.         Top = 96
  3429.         Width = 6
  3430.         Height = 13
  3431.         Caption = '5'
  3432.       end
  3433.       object TBNotchVertic: TTrackBar
  3434.         Left = 69
  3435.         Top = 68
  3436.         Width = 150
  3437.         Height = 27
  3438.         Min = 1
  3439.         Orientation = trHorizontal
  3440.         Frequency = 1
  3441.         Position = 2
  3442.         SelEnd = 0
  3443.         SelStart = 0
  3444.         TabOrder = 1
  3445.         ThumbLength = 20
  3446.         TickMarks = tmBottomRight
  3447.         TickStyle = tsAuto
  3448.         OnChange = RefreshPreview
  3449.       end
  3450.       object TBNotchHoriz: TTrackBar
  3451.         Left = 67
  3452.         Top = 20
  3453.         Width = 150
  3454.         Height = 27
  3455.         Orientation = trHorizontal
  3456.         Frequency = 1
  3457.         Position = 0
  3458.         SelEnd = 0
  3459.         SelStart = 0
  3460.         TabOrder = 0
  3461.         ThumbLength = 20
  3462.         TickMarks = tmBottomRight
  3463.         TickStyle = tsAuto
  3464.         OnChange = RefreshPreview
  3465.       end
  3466.     end
  3467.     object BtApplyNotch: TButton
  3468.       Tag = 28
  3469.       Left = 255
  3470.       Top = 4
  3471.       Width = 47
  3472.       Height = 22
  3473.       Caption = 'Apply'
  3474.       TabOrder = 2
  3475.       TabStop = False
  3476.       OnClick = BtApplyDiagramClick
  3477.     end
  3478.   end
  3479.   object PanelPercus: TPanel
  3480.     Left = 426
  3481.     Top = 62
  3482.     Width = 326
  3483.     Height = 150
  3484.     BevelOuter = bvNone
  3485.     TabOrder = 22
  3486.     Visible = False
  3487.     object Label84: TLabel
  3488.       Left = 16
  3489.       Top = 16
  3490.       Width = 117
  3491.       Height = 13
  3492.       Caption = 'Space between the lines'
  3493.     end
  3494.     object LblUnitPercus: TLabel
  3495.       Left = 88
  3496.       Top = 44
  3497.       Width = 3
  3498.       Height = 13
  3499.       Caption = '-'
  3500.     end
  3501.     object Label86: TLabel
  3502.       Left = 13
  3503.       Top = 78
  3504.       Width = 46
  3505.       Height = 13
  3506.       Caption = 'Bars/staff'
  3507.     end
  3508.     object Bevel3: TBevel
  3509.       Left = 7
  3510.       Top = 9
  3511.       Width = 161
  3512.       Height = 133
  3513.       Shape = bsFrame
  3514.     end
  3515.     object SBPercus: TScrollBox
  3516.       Left = 181
  3517.       Top = 32
  3518.       Width = 136
  3519.       Height = 110
  3520.       HorzScrollBar.Visible = False
  3521.       VertScrollBar.Increment = 22
  3522.       VertScrollBar.Tracking = True
  3523.       BorderStyle = bsNone
  3524.       TabOrder = 3
  3525.     end
  3526.     object Panel1: TPanel
  3527.       Left = 181
  3528.       Top = 9
  3529.       Width = 30
  3530.       Height = 22
  3531.       Caption = 'Staff'
  3532.       TabOrder = 4
  3533.     end
  3534.     object Panel2: TPanel
  3535.       Left = 211
  3536.       Top = 9
  3537.       Width = 45
  3538.       Height = 22
  3539.       Caption = 'Nb lines'
  3540.       TabOrder = 5
  3541.     end
  3542.     object Panel3: TPanel
  3543.       Left = 256
  3544.       Top = 9
  3545.       Width = 61
  3546.       Height = 22
  3547.       Caption = 'Space after'
  3548.       TabOrder = 6
  3549.     end
  3550.     object EditEcLiPercus: TEdit
  3551.       Tag = 29
  3552.       Left = 15
  3553.       Top = 40
  3554.       Width = 68
  3555.       Height = 21
  3556.       TabOrder = 0
  3557.       OnKeyPress = EditDiagramKeyPress
  3558.     end
  3559.     object SEBarPercus: TSpinEdit
  3560.       Left = 82
  3561.       Top = 72
  3562.       Width = 57
  3563.       Height = 22
  3564.       EditorEnabled = False
  3565.       MaxValue = 20
  3566.       MinValue = 0
  3567.       TabOrder = 1
  3568.       Value = 0
  3569.       OnChange = SEBarPercusChange
  3570.     end
  3571.     object BtApplyPercus: TButton
  3572.       Tag = 29
  3573.       Left = 117
  3574.       Top = 40
  3575.       Width = 41
  3576.       Height = 22
  3577.       Caption = 'Apply'
  3578.       TabOrder = 7
  3579.       TabStop = False
  3580.       OnClick = BtApplyDiagramClick
  3581.     end
  3582.     object PanelKeyPercus: TPanel
  3583.       Left = 10
  3584.       Top = 100
  3585.       Width = 154
  3586.       Height = 41
  3587.       BevelOuter = bvNone
  3588.       TabOrder = 2
  3589.       object Label73: TLabel
  3590.         Left = 3
  3591.         Top = 3
  3592.         Width = 49
  3593.         Height = 13
  3594.         Caption = 'Space for '
  3595.       end
  3596.       object Label85: TLabel
  3597.         Left = 4
  3598.         Top = 16
  3599.         Width = 63
  3600.         Height = 13
  3601.         Caption = 'key signature'
  3602.       end
  3603.       object Label87: TLabel
  3604.         Left = 73
  3605.         Top = 26
  3606.         Width = 6
  3607.         Height = 13
  3608.         Caption = '0'
  3609.       end
  3610.       object Label89: TLabel
  3611.         Left = 106
  3612.         Top = 26
  3613.         Width = 6
  3614.         Height = 13
  3615.         Caption = '5'
  3616.       end
  3617.       object Label88: TLabel
  3618.         Left = 136
  3619.         Top = 26
  3620.         Width = 12
  3621.         Height = 13
  3622.         Caption = '10'
  3623.       end
  3624.       object TBKeyPercus: TTrackBar
  3625.         Left = 69
  3626.         Top = 6
  3627.         Width = 81
  3628.         Height = 20
  3629.         Orientation = trHorizontal
  3630.         Frequency = 1
  3631.         Position = 0
  3632.         SelEnd = 0
  3633.         SelStart = 0
  3634.         TabOrder = 0
  3635.         ThumbLength = 12
  3636.         TickMarks = tmBottomRight
  3637.         TickStyle = tsAuto
  3638.         OnChange = RefreshPreview
  3639.       end
  3640.     end
  3641.   end
  3642.   object PrinterSetupDialog: TPrinterSetupDialog
  3643.     Left = 16
  3644.     Top = 50
  3645.   end
  3646.   object ColorDialog1: TColorDialog
  3647.     Ctl3D = True
  3648.     Left = 392
  3649.     Top = 376
  3650.   end
  3651.   object SaveDialog: TSaveDialog
  3652.     DefaultExt = 'emf'
  3653.     Filter = 'Extended metafile (*.emf)|*.emf'
  3654.     Title = 'Save a graph paper as a metafile'
  3655.     Left = 352
  3656.     Top = 376
  3657.   end
  3658.   object TimerLB1: TTimer
  3659.     Enabled = False
  3660.     Interval = 200
  3661.     OnTimer = TimerLB1Timer
  3662.     Left = 16
  3663.     Top = 85
  3664.   end
  3665. end
  3666.