home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Grapap / GraphPap.exe / 0 / RCDATA / TWINMAIN / TWINMAIN.txt
Encoding:
Text File  |  2000-01-03  |  73.1 KB  |  2,990 lines

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