home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMINPUT / TFORMINPUT.txt < prev   
Text File  |  1997-10-15  |  38KB  |  1,641 lines

  1. object FormInput: TFormInput
  2.   Left = 267
  3.   Top = 14
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FormInput'
  7.   ClientHeight = 395
  8.   ClientWidth = 372
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Menu = MainMenu
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LtitCod: TLabel
  21.     Left = 34
  22.     Top = 10
  23.     Width = 86
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Tipo di codice:'
  27.   end
  28.   object ChooseBar: TComboBox
  29.     Left = 122
  30.     Top = 6
  31.     Width = 209
  32.     Height = 21
  33.     Style = csDropDownList
  34.     ItemHeight = 13
  35.     TabOrder = 0
  36.     OnChange = ChooseBarChange
  37.     OnEnter = ChooseBarEnter
  38.   end
  39.   object PageSpec: TPageControl
  40.     Left = 8
  41.     Top = 32
  42.     Width = 349
  43.     Height = 227
  44.     ActivePage = TabSheetCODE39
  45.     TabOrder = 1
  46.     TabStop = False
  47.     object TabSheetEAN: TTabSheet
  48.       Caption = 'TabSheetEAN'
  49.       TabVisible = False
  50.       object Lmag_EAN: TLabel
  51.         Left = 89
  52.         Top = 62
  53.         Width = 142
  54.         Height = 13
  55.         Alignment = taRightJustify
  56.         Caption = 'Fattore di ingrandimento:'
  57.       end
  58.       object NameFontEan: TLabel
  59.         Left = 14
  60.         Top = 154
  61.         Width = 30
  62.         Height = 13
  63.         Caption = 'Font:'
  64.       end
  65.       object Ltbt_EAN: TLabel
  66.         Left = 70
  67.         Top = 10
  68.         Width = 161
  69.         Height = 13
  70.         Alignment = taRightJustify
  71.         Caption = 'Spessore della barra stretta:'
  72.       end
  73.       object Lhig_EAN: TLabel
  74.         Left = 58
  75.         Top = 36
  76.         Width = 173
  77.         Height = 13
  78.         Alignment = taRightJustify
  79.         Caption = 'Altezza delle barre del codice:'
  80.       end
  81.       object Lbwr_EAN: TLabel
  82.         Left = 23
  83.         Top = 88
  84.         Width = 210
  85.         Height = 13
  86.         Alignment = taRightJustify
  87.         Caption = 'Riduzione dello spessore delle barre:'
  88.       end
  89.       object Lcor_EAN: TLabel
  90.         Left = 38
  91.         Top = 198
  92.         Width = 125
  93.         Height = 13
  94.         Alignment = taRightJustify
  95.         Caption = 'Rotazione del codice:'
  96.         Visible = False
  97.       end
  98.       object mm1: TLabel
  99.         Left = 290
  100.         Top = 12
  101.         Width = 26
  102.         Height = 13
  103.         Caption = 'mm1'
  104.       end
  105.       object mm2: TLabel
  106.         Left = 290
  107.         Top = 36
  108.         Width = 26
  109.         Height = 13
  110.         Caption = 'mm2'
  111.       end
  112.       object mm3: TLabel
  113.         Left = 290
  114.         Top = 90
  115.         Width = 26
  116.         Height = 13
  117.         Caption = 'mm3'
  118.       end
  119.       object E_mag_EAN: TEdit
  120.         Left = 234
  121.         Top = 58
  122.         Width = 49
  123.         Height = 21
  124.         MaxLength = 6
  125.         TabOrder = 2
  126.         OnEnter = E_mag_EANEnter
  127.         OnKeyPress = E_wtb_EANKeyPress
  128.       end
  129.       object Cptc_EAN: TCheckBox
  130.         Left = 8
  131.         Top = 126
  132.         Width = 219
  133.         Height = 17
  134.         Caption = 'Stampo il testo sotto il codice'
  135.         TabOrder = 5
  136.         OnEnter = Cptc_EANEnter
  137.       end
  138.       object FontEAN: TButton
  139.         Left = 222
  140.         Top = 148
  141.         Width = 75
  142.         Height = 25
  143.         Caption = 'Font'
  144.         TabOrder = 6
  145.         OnClick = FontEANClick
  146.         OnEnter = FontEANEnter
  147.       end
  148.       object CautoCheck: TCheckBox
  149.         Left = 8
  150.         Top = 106
  151.         Width = 305
  152.         Height = 17
  153.         Caption = 'Calcolo automatico del carattere di controllo'
  154.         TabOrder = 4
  155.         OnEnter = CautoCheckEnter
  156.       end
  157.       object E_wtb_EAN: TEdit
  158.         Left = 234
  159.         Top = 6
  160.         Width = 49
  161.         Height = 21
  162.         AutoSize = False
  163.         MaxLength = 6
  164.         TabOrder = 0
  165.         OnEnter = E_wtb_EANEnter
  166.         OnKeyPress = E_wtb_EANKeyPress
  167.       end
  168.       object E_hig_EAN: TEdit
  169.         Left = 234
  170.         Top = 32
  171.         Width = 49
  172.         Height = 21
  173.         MaxLength = 6
  174.         TabOrder = 1
  175.         OnEnter = E_hig_EANEnter
  176.         OnKeyPress = E_wtb_EANKeyPress
  177.       end
  178.       object E_red_EAN: TEdit
  179.         Left = 234
  180.         Top = 84
  181.         Width = 49
  182.         Height = 21
  183.         MaxLength = 6
  184.         TabOrder = 3
  185.         OnEnter = E_red_EANEnter
  186.         OnKeyPress = E_red_EANKeyPress
  187.       end
  188.       object Ccor_EAN: TComboBox
  189.         Left = 168
  190.         Top = 194
  191.         Width = 69
  192.         Height = 21
  193.         Style = csDropDownList
  194.         ItemHeight = 13
  195.         Items.Strings = (
  196.           '0'
  197.           '90'
  198.           '180'
  199.           '270')
  200.         TabOrder = 7
  201.         Visible = False
  202.         OnEnter = Ccor_CODE39Enter
  203.       end
  204.     end
  205.     object TabSheetCODE39: TTabSheet
  206.       Caption = 'TabSheetCODE39'
  207.       TabVisible = False
  208.       object Ltbt_CODE39: TLabel
  209.         Left = 70
  210.         Top = 10
  211.         Width = 161
  212.         Height = 13
  213.         Alignment = taRightJustify
  214.         Caption = 'Spessore della barra stretta:'
  215.       end
  216.       object Lrtl_CODE39: TLabel
  217.         Left = 32
  218.         Top = 34
  219.         Width = 199
  220.         Height = 13
  221.         Alignment = taRightJustify
  222.         Caption = 'Rapporto tra barre strette e larghe:'
  223.       end
  224.       object Lhig_CODE39: TLabel
  225.         Left = 58
  226.         Top = 60
  227.         Width = 173
  228.         Height = 13
  229.         Alignment = taRightJustify
  230.         Caption = 'Altezza delle barre del codice:'
  231.       end
  232.       object Ltsi_CODE39: TLabel
  233.         Left = 23
  234.         Top = 86
  235.         Width = 208
  236.         Height = 13
  237.         Alignment = taRightJustify
  238.         Caption = 'Spessore dello spazio intercarattere:'
  239.       end
  240.       object Lbwr_CODE39: TLabel
  241.         Left = 21
  242.         Top = 112
  243.         Width = 210
  244.         Height = 13
  245.         Alignment = taRightJustify
  246.         Caption = 'Riduzione dello spessore delle barre:'
  247.       end
  248.       object NameFontCode39: TLabel
  249.         Left = 16
  250.         Top = 174
  251.         Width = 26
  252.         Height = 13
  253.         Caption = 'Font'
  254.       end
  255.       object Lcor_CODE39: TLabel
  256.         Left = 38
  257.         Top = 198
  258.         Width = 125
  259.         Height = 13
  260.         Alignment = taRightJustify
  261.         Caption = 'Rotazione del codice:'
  262.         Visible = False
  263.       end
  264.       object mm4: TLabel
  265.         Left = 290
  266.         Top = 10
  267.         Width = 26
  268.         Height = 13
  269.         Caption = 'mm4'
  270.       end
  271.       object mm5: TLabel
  272.         Left = 290
  273.         Top = 60
  274.         Width = 26
  275.         Height = 13
  276.         Caption = 'mm5'
  277.       end
  278.       object mm6: TLabel
  279.         Left = 290
  280.         Top = 112
  281.         Width = 26
  282.         Height = 13
  283.         Caption = 'mm6'
  284.       end
  285.       object mm13: TLabel
  286.         Left = 290
  287.         Top = 86
  288.         Width = 33
  289.         Height = 13
  290.         Caption = 'mm13'
  291.       end
  292.       object E_wtb_CODE39: TEdit
  293.         Left = 234
  294.         Top = 6
  295.         Width = 49
  296.         Height = 21
  297.         AutoSize = False
  298.         MaxLength = 5
  299.         TabOrder = 0
  300.         OnEnter = E_wtb_CODE39Enter
  301.         OnKeyPress = E_wtb_EANKeyPress
  302.       end
  303.       object E_rbr_CODE39: TEdit
  304.         Left = 234
  305.         Top = 30
  306.         Width = 49
  307.         Height = 21
  308.         MaxLength = 5
  309.         TabOrder = 1
  310.         OnEnter = E_rbr_CODE39Enter
  311.         OnKeyPress = E_wtb_EANKeyPress
  312.       end
  313.       object E_hig_CODE39: TEdit
  314.         Left = 234
  315.         Top = 56
  316.         Width = 49
  317.         Height = 21
  318.         MaxLength = 5
  319.         TabOrder = 2
  320.         OnEnter = E_hig_CODE39Enter
  321.         OnKeyPress = E_wtb_EANKeyPress
  322.       end
  323.       object E_icr_CODE39: TEdit
  324.         Left = 234
  325.         Top = 82
  326.         Width = 49
  327.         Height = 21
  328.         MaxLength = 5
  329.         TabOrder = 3
  330.         OnEnter = E_icr_CODE39Enter
  331.         OnKeyPress = E_wtb_EANKeyPress
  332.       end
  333.       object E_red_CODE39: TEdit
  334.         Left = 234
  335.         Top = 108
  336.         Width = 49
  337.         Height = 21
  338.         MaxLength = 5
  339.         TabOrder = 4
  340.         OnEnter = E_red_CODE39Enter
  341.         OnKeyPress = E_red_EANKeyPress
  342.       end
  343.       object Cack_CODE39: TCheckBox
  344.         Left = 18
  345.         Top = 132
  346.         Width = 221
  347.         Height = 17
  348.         Caption = 'Aggiungo il carattere di controllo'
  349.         TabOrder = 5
  350.         OnEnter = Cack_CODE39Enter
  351.       end
  352.       object Cptc_CODE39: TCheckBox
  353.         Left = 18
  354.         Top = 150
  355.         Width = 255
  356.         Height = 17
  357.         Caption = 'Stampo il testo sotto il codice'
  358.         TabOrder = 6
  359.         OnEnter = Cptc_CODE39Enter
  360.       end
  361.       object FontCode39: TButton
  362.         Left = 252
  363.         Top = 166
  364.         Width = 75
  365.         Height = 25
  366.         Caption = 'Font'
  367.         TabOrder = 7
  368.         OnClick = FontEANClick
  369.         OnEnter = FontCode39Enter
  370.       end
  371.       object Ccor_CODE39: TComboBox
  372.         Left = 168
  373.         Top = 194
  374.         Width = 69
  375.         Height = 21
  376.         Style = csDropDownList
  377.         ItemHeight = 13
  378.         Items.Strings = (
  379.           '0'
  380.           '90'
  381.           '180'
  382.           '270')
  383.         TabOrder = 8
  384.         Visible = False
  385.         OnEnter = Ccor_CODE39Enter
  386.       end
  387.     end
  388.     object TabSheetCODE32: TTabSheet
  389.       Caption = 'TabSheetCODE32'
  390.       TabVisible = False
  391.       object NameFontCode32: TLabel
  392.         Left = 16
  393.         Top = 174
  394.         Width = 26
  395.         Height = 13
  396.         Caption = 'Font'
  397.       end
  398.       object Ltbt_CODE32: TLabel
  399.         Left = 70
  400.         Top = 10
  401.         Width = 161
  402.         Height = 13
  403.         Alignment = taRightJustify
  404.         Caption = 'Spessore della barra stretta:'
  405.       end
  406.       object Lrtl_CODE32: TLabel
  407.         Left = 32
  408.         Top = 36
  409.         Width = 199
  410.         Height = 13
  411.         Alignment = taRightJustify
  412.         Caption = 'Rapporto tra barre strette e larghe:'
  413.       end
  414.       object Lhig_CODE32: TLabel
  415.         Left = 58
  416.         Top = 62
  417.         Width = 173
  418.         Height = 13
  419.         Alignment = taRightJustify
  420.         Caption = 'Altezza delle barre del codice:'
  421.       end
  422.       object Lbwr_CODE32: TLabel
  423.         Left = 21
  424.         Top = 112
  425.         Width = 210
  426.         Height = 13
  427.         Alignment = taRightJustify
  428.         Caption = 'Riduzione dello spessore delle barre:'
  429.       end
  430.       object Lcor_CODE32: TLabel
  431.         Left = 38
  432.         Top = 198
  433.         Width = 125
  434.         Height = 13
  435.         Alignment = taRightJustify
  436.         Caption = 'Rotazione del codice:'
  437.         Visible = False
  438.       end
  439.       object mm7: TLabel
  440.         Left = 290
  441.         Top = 10
  442.         Width = 26
  443.         Height = 13
  444.         Caption = 'mm7'
  445.       end
  446.       object mm8: TLabel
  447.         Left = 290
  448.         Top = 62
  449.         Width = 26
  450.         Height = 13
  451.         Caption = 'mm8'
  452.       end
  453.       object mm9: TLabel
  454.         Left = 290
  455.         Top = 112
  456.         Width = 26
  457.         Height = 13
  458.         Caption = 'mm9'
  459.       end
  460.       object FontCode32: TButton
  461.         Left = 212
  462.         Top = 166
  463.         Width = 75
  464.         Height = 25
  465.         Caption = 'Font'
  466.         TabOrder = 5
  467.         OnClick = FontEANClick
  468.         OnEnter = FontCode32Enter
  469.       end
  470.       object E_wtb_CODE32: TEdit
  471.         Left = 234
  472.         Top = 6
  473.         Width = 49
  474.         Height = 21
  475.         AutoSize = False
  476.         TabOrder = 0
  477.         OnEnter = E_wtb_CODE32Enter
  478.         OnKeyPress = E_wtb_EANKeyPress
  479.       end
  480.       object E_rbr_CODE32: TEdit
  481.         Left = 234
  482.         Top = 32
  483.         Width = 49
  484.         Height = 21
  485.         TabOrder = 1
  486.         OnEnter = E_rbr_CODE32Enter
  487.         OnKeyPress = E_wtb_EANKeyPress
  488.       end
  489.       object E_hig_CODE32: TEdit
  490.         Left = 234
  491.         Top = 58
  492.         Width = 49
  493.         Height = 21
  494.         TabOrder = 2
  495.         OnEnter = E_hig_CODE32Enter
  496.         OnKeyPress = E_wtb_EANKeyPress
  497.       end
  498.       object E_red_CODE32: TEdit
  499.         Left = 234
  500.         Top = 108
  501.         Width = 49
  502.         Height = 21
  503.         TabOrder = 3
  504.         OnEnter = E_red_CODE32Enter
  505.         OnKeyPress = E_red_EANKeyPress
  506.       end
  507.       object Cptc_CODE32: TCheckBox
  508.         Left = 14
  509.         Top = 138
  510.         Width = 219
  511.         Height = 17
  512.         Caption = 'Stampo il testo sotto il codice'
  513.         TabOrder = 4
  514.         OnEnter = Cptc_CODE32Enter
  515.       end
  516.       object Ccor_CODE32: TComboBox
  517.         Left = 168
  518.         Top = 194
  519.         Width = 69
  520.         Height = 21
  521.         Style = csDropDownList
  522.         ItemHeight = 13
  523.         Items.Strings = (
  524.           '0'
  525.           '90'
  526.           '180'
  527.           '270')
  528.         TabOrder = 6
  529.         Visible = False
  530.         OnEnter = Ccor_CODE39Enter
  531.       end
  532.     end
  533.     object TabSheetINT25: TTabSheet
  534.       Caption = 'TabSheetINT25'
  535.       TabVisible = False
  536.       object NameFontInt25: TLabel
  537.         Left = 16
  538.         Top = 174
  539.         Width = 26
  540.         Height = 13
  541.         Caption = 'Font'
  542.       end
  543.       object Ltbt_INT25: TLabel
  544.         Left = 70
  545.         Top = 10
  546.         Width = 161
  547.         Height = 13
  548.         Alignment = taRightJustify
  549.         Caption = 'Spessore della barra stretta:'
  550.       end
  551.       object Lrtl_INT25: TLabel
  552.         Left = 32
  553.         Top = 36
  554.         Width = 199
  555.         Height = 13
  556.         Alignment = taRightJustify
  557.         Caption = 'Rapporto tra barre strette e larghe:'
  558.       end
  559.       object Lhig_INT25: TLabel
  560.         Left = 58
  561.         Top = 62
  562.         Width = 173
  563.         Height = 13
  564.         Alignment = taRightJustify
  565.         Caption = 'Altezza delle barre del codice:'
  566.       end
  567.       object Lbwr_INT25: TLabel
  568.         Left = 21
  569.         Top = 112
  570.         Width = 210
  571.         Height = 13
  572.         Alignment = taRightJustify
  573.         Caption = 'Riduzione dello spessore delle barre:'
  574.       end
  575.       object Lcor_INT25: TLabel
  576.         Left = 38
  577.         Top = 198
  578.         Width = 125
  579.         Height = 13
  580.         Alignment = taRightJustify
  581.         Caption = 'Rotazione del codice:'
  582.         Visible = False
  583.       end
  584.       object mm10: TLabel
  585.         Left = 292
  586.         Top = 12
  587.         Width = 33
  588.         Height = 13
  589.         Caption = 'mm10'
  590.       end
  591.       object mm11: TLabel
  592.         Left = 292
  593.         Top = 62
  594.         Width = 33
  595.         Height = 13
  596.         Caption = 'mm11'
  597.       end
  598.       object mm12: TLabel
  599.         Left = 292
  600.         Top = 110
  601.         Width = 33
  602.         Height = 13
  603.         Caption = 'mm12'
  604.       end
  605.       object Cack_INT25: TCheckBox
  606.         Left = 18
  607.         Top = 132
  608.         Width = 221
  609.         Height = 17
  610.         Caption = 'Aggiungo il carattere di controllo'
  611.         TabOrder = 4
  612.         OnEnter = Cack_INT25Enter
  613.       end
  614.       object Cptc_INT25: TCheckBox
  615.         Left = 18
  616.         Top = 150
  617.         Width = 255
  618.         Height = 17
  619.         Caption = 'Stampo il testo sotto il codice'
  620.         TabOrder = 5
  621.         OnEnter = Cptc_INT25Enter
  622.       end
  623.       object FontInt25: TButton
  624.         Left = 214
  625.         Top = 166
  626.         Width = 75
  627.         Height = 25
  628.         Caption = 'Font'
  629.         TabOrder = 6
  630.         OnClick = FontEANClick
  631.         OnEnter = FontInt25Enter
  632.       end
  633.       object E_wtb_INT25: TEdit
  634.         Left = 234
  635.         Top = 6
  636.         Width = 49
  637.         Height = 21
  638.         AutoSize = False
  639.         MaxLength = 5
  640.         TabOrder = 0
  641.         OnEnter = E_wtb_INT25Enter
  642.         OnKeyPress = E_wtb_EANKeyPress
  643.       end
  644.       object E_rbr_INT25: TEdit
  645.         Left = 234
  646.         Top = 32
  647.         Width = 49
  648.         Height = 21
  649.         MaxLength = 5
  650.         TabOrder = 1
  651.         OnEnter = E_rbr_INT25Enter
  652.         OnKeyPress = E_wtb_EANKeyPress
  653.       end
  654.       object E_hig_INT25: TEdit
  655.         Left = 234
  656.         Top = 58
  657.         Width = 49
  658.         Height = 21
  659.         MaxLength = 5
  660.         TabOrder = 2
  661.         OnEnter = E_hig_INT25Enter
  662.         OnKeyPress = E_wtb_EANKeyPress
  663.       end
  664.       object E_red_INT25: TEdit
  665.         Left = 234
  666.         Top = 106
  667.         Width = 49
  668.         Height = 21
  669.         MaxLength = 5
  670.         TabOrder = 3
  671.         OnEnter = E_red_INT25Enter
  672.         OnKeyPress = E_red_EANKeyPress
  673.       end
  674.       object Ccor_INT25: TComboBox
  675.         Left = 168
  676.         Top = 194
  677.         Width = 69
  678.         Height = 21
  679.         Style = csDropDownList
  680.         ItemHeight = 13
  681.         Items.Strings = (
  682.           '0'
  683.           '90'
  684.           '180'
  685.           '270')
  686.         TabOrder = 7
  687.         Visible = False
  688.         OnEnter = Ccor_CODE39Enter
  689.       end
  690.     end
  691.   end
  692.   object ButMemo: TButton
  693.     Left = 16
  694.     Top = 366
  695.     Width = 75
  696.     Height = 25
  697.     Caption = 'Memorizza'
  698.     TabOrder = 2
  699.     OnClick = ButMemoClick
  700.     OnEnter = ButMemoEnter
  701.   end
  702.   object ButLoad: TButton
  703.     Left = 104
  704.     Top = 366
  705.     Width = 75
  706.     Height = 25
  707.     Caption = 'Load'
  708.     TabOrder = 3
  709.     OnClick = ButLoadClick
  710.     OnEnter = ButLoadEnter
  711.   end
  712.   object PageDesc: TPageControl
  713.     Left = 8
  714.     Top = 262
  715.     Width = 349
  716.     Height = 93
  717.     ActivePage = TabSheetDescCodeEANUCC
  718.     TabOrder = 5
  719.     TabStop = False
  720.     object TabSheetDescEAN13: TTabSheet
  721.       Caption = 'TabSheetDescEAN13'
  722.       TabVisible = False
  723.       object Image1: TImage
  724.         Left = 6
  725.         Top = 4
  726.         Width = 105
  727.         Height = 77
  728.         Center = True
  729.         Picture.Data = {<image000.bmp>}
  730.       end
  731.       object MemoDescEAN13: TMemo
  732.         Left = 116
  733.         Top = 2
  734.         Width = 221
  735.         Height = 79
  736.         TabStop = False
  737.         Font.Color = clBlack
  738.         Font.Height = -11
  739.         Font.Name = 'MS Sans Serif'
  740.         Font.Style = []
  741.         ParentFont = False
  742.         ReadOnly = True
  743.         TabOrder = 0
  744.       end
  745.     end
  746.     object TabSheetDescEAN8: TTabSheet
  747.       Caption = 'TabSheetDescEAN8'
  748.       TabVisible = False
  749.       object Image2: TImage
  750.         Left = 6
  751.         Top = 4
  752.         Width = 105
  753.         Height = 77
  754.         Center = True
  755.         Picture.Data = {<image001.bmp>}
  756.       end
  757.       object MemoDescEAN8: TMemo
  758.         Left = 116
  759.         Top = 2
  760.         Width = 221
  761.         Height = 79
  762.         TabStop = False
  763.         Font.Color = clBlack
  764.         Font.Height = -11
  765.         Font.Name = 'MS Sans Serif'
  766.         Font.Style = []
  767.         ParentFont = False
  768.         ReadOnly = True
  769.         TabOrder = 0
  770.       end
  771.     end
  772.     object TabSheetDescCODE39: TTabSheet
  773.       Caption = 'TabSheetDescCODE39'
  774.       TabVisible = False
  775.       object Image3: TImage
  776.         Left = 6
  777.         Top = 4
  778.         Width = 105
  779.         Height = 77
  780.         Center = True
  781.         Picture.Data = {<image002.bmp>}
  782.       end
  783.       object MemoDescCode39: TMemo
  784.         Left = 116
  785.         Top = 2
  786.         Width = 221
  787.         Height = 79
  788.         TabStop = False
  789.         Font.Color = clBlack
  790.         Font.Height = -11
  791.         Font.Name = 'MS Sans Serif'
  792.         Font.Style = []
  793.         Lines.Strings = (
  794.           '')
  795.         ParentFont = False
  796.         ReadOnly = True
  797.         TabOrder = 0
  798.       end
  799.     end
  800.     object TabSheetDescCODE32: TTabSheet
  801.       Caption = 'TabSheetDescCODE32'
  802.       TabVisible = False
  803.       object Image4: TImage
  804.         Left = 6
  805.         Top = 4
  806.         Width = 105
  807.         Height = 77
  808.         Center = True
  809.         Picture.Data = {<image003.bmp>}
  810.       end
  811.       object MemoDescCODE32: TMemo
  812.         Left = 116
  813.         Top = 2
  814.         Width = 221
  815.         Height = 79
  816.         TabStop = False
  817.         Font.Color = clBlack
  818.         Font.Height = -11
  819.         Font.Name = 'MS Sans Serif'
  820.         Font.Style = []
  821.         Lines.Strings = (
  822.           '')
  823.         ParentFont = False
  824.         ReadOnly = True
  825.         TabOrder = 0
  826.       end
  827.     end
  828.     object TabSheetDescINT25: TTabSheet
  829.       Caption = 'TabSheetDescINT25'
  830.       TabVisible = False
  831.       object Image5: TImage
  832.         Left = 6
  833.         Top = 4
  834.         Width = 105
  835.         Height = 77
  836.         Center = True
  837.         Picture.Data = {<image004.bmp>}
  838.       end
  839.       object MemoDescINT25: TMemo
  840.         Left = 116
  841.         Top = 2
  842.         Width = 221
  843.         Height = 79
  844.         TabStop = False
  845.         Font.Color = clBlack
  846.         Font.Height = -11
  847.         Font.Name = 'MS Sans Serif'
  848.         Font.Style = []
  849.         Lines.Strings = (
  850.           '')
  851.         ParentFont = False
  852.         ReadOnly = True
  853.         TabOrder = 0
  854.       end
  855.     end
  856.     object TabSheetDescCODABAR: TTabSheet
  857.       Caption = 'TabSheetDescCODABAR'
  858.       TabVisible = False
  859.       object Image6: TImage
  860.         Left = 6
  861.         Top = 4
  862.         Width = 105
  863.         Height = 77
  864.         Center = True
  865.         Picture.Data = {<image005.bmp>}
  866.       end
  867.       object MemoDescCODABAR: TMemo
  868.         Left = 116
  869.         Top = 2
  870.         Width = 221
  871.         Height = 79
  872.         TabStop = False
  873.         Font.Color = clBlack
  874.         Font.Height = -11
  875.         Font.Name = 'MS Sans Serif'
  876.         Font.Style = []
  877.         Lines.Strings = (
  878.           '')
  879.         ParentFont = False
  880.         ReadOnly = True
  881.         TabOrder = 0
  882.       end
  883.     end
  884.     object TabSheetDescThinBar: TTabSheet
  885.       Caption = 'TabSheetDescThinBar'
  886.       TabVisible = False
  887.       object Image7: TImage
  888.         Left = 6
  889.         Top = 4
  890.         Width = 105
  891.         Height = 77
  892.         Center = True
  893.         Picture.Data = {<image006.bmp>}
  894.       end
  895.       object MemoDescThinBar: TMemo
  896.         Left = 116
  897.         Top = 2
  898.         Width = 221
  899.         Height = 79
  900.         TabStop = False
  901.         Font.Color = clBlack
  902.         Font.Height = -11
  903.         Font.Name = 'MS Sans Serif'
  904.         Font.Style = []
  905.         Lines.Strings = (
  906.           '')
  907.         ParentFont = False
  908.         ReadOnly = True
  909.         TabOrder = 0
  910.       end
  911.     end
  912.     object TabSheetDescRapBar: TTabSheet
  913.       Caption = 'TabSheetDescRapBar'
  914.       TabVisible = False
  915.       object Image8: TImage
  916.         Left = 6
  917.         Top = 4
  918.         Width = 105
  919.         Height = 77
  920.         Center = True
  921.         Picture.Data = {<image007.bmp>}
  922.       end
  923.       object MemoDescRapBar: TMemo
  924.         Left = 116
  925.         Top = 2
  926.         Width = 221
  927.         Height = 79
  928.         TabStop = False
  929.         Font.Color = clBlack
  930.         Font.Height = -11
  931.         Font.Name = 'MS Sans Serif'
  932.         Font.Style = []
  933.         Lines.Strings = (
  934.           'MemoDescRapBar')
  935.         ParentFont = False
  936.         ReadOnly = True
  937.         TabOrder = 0
  938.       end
  939.     end
  940.     object TabSheetDescHigh: TTabSheet
  941.       Caption = 'TabSheetDescHigh'
  942.       TabVisible = False
  943.       object Image9: TImage
  944.         Left = 6
  945.         Top = 4
  946.         Width = 105
  947.         Height = 77
  948.         Center = True
  949.         Picture.Data = {<image008.bmp>}
  950.       end
  951.       object MemoDescHigh: TMemo
  952.         Left = 116
  953.         Top = 2
  954.         Width = 221
  955.         Height = 79
  956.         TabStop = False
  957.         Font.Color = clBlack
  958.         Font.Height = -11
  959.         Font.Name = 'MS Sans Serif'
  960.         Font.Style = []
  961.         Lines.Strings = (
  962.           '')
  963.         ParentFont = False
  964.         ReadOnly = True
  965.         TabOrder = 0
  966.       end
  967.     end
  968.     object TabSheetDescIntCar: TTabSheet
  969.       Caption = 'TabSheetDescIntCar'
  970.       TabVisible = False
  971.       object Image10: TImage
  972.         Left = 6
  973.         Top = 4
  974.         Width = 105
  975.         Height = 77
  976.         Center = True
  977.         Picture.Data = {<image009.bmp>}
  978.       end
  979.       object MemoDescIntCar: TMemo
  980.         Left = 116
  981.         Top = 2
  982.         Width = 221
  983.         Height = 79
  984.         TabStop = False
  985.         Font.Color = clBlack
  986.         Font.Height = -11
  987.         Font.Name = 'MS Sans Serif'
  988.         Font.Style = []
  989.         Lines.Strings = (
  990.           '')
  991.         ParentFont = False
  992.         ReadOnly = True
  993.         TabOrder = 0
  994.       end
  995.     end
  996.     object TabSheetDescMagnify: TTabSheet
  997.       Caption = 'TabSheetDescMagnify'
  998.       TabVisible = False
  999.       object Image11: TImage
  1000.         Left = 6
  1001.         Top = 4
  1002.         Width = 105
  1003.         Height = 77
  1004.         Center = True
  1005.         Picture.Data = {<image010.bmp>}
  1006.       end
  1007.       object MemoDescMagnify: TMemo
  1008.         Left = 116
  1009.         Top = 2
  1010.         Width = 221
  1011.         Height = 79
  1012.         TabStop = False
  1013.         Font.Color = clBlack
  1014.         Font.Height = -11
  1015.         Font.Name = 'MS Sans Serif'
  1016.         Font.Style = []
  1017.         Lines.Strings = (
  1018.           '')
  1019.         ParentFont = False
  1020.         ReadOnly = True
  1021.         TabOrder = 0
  1022.       end
  1023.     end
  1024.     object TabSheetDescReduction: TTabSheet
  1025.       Caption = 'TabSheetDescReduction'
  1026.       TabVisible = False
  1027.       object Image12: TImage
  1028.         Left = 6
  1029.         Top = 4
  1030.         Width = 105
  1031.         Height = 77
  1032.         Center = True
  1033.         Picture.Data = {<image011.bmp>}
  1034.       end
  1035.       object MemoDescReduction: TMemo
  1036.         Left = 116
  1037.         Top = 2
  1038.         Width = 221
  1039.         Height = 79
  1040.         TabStop = False
  1041.         Font.Color = clBlack
  1042.         Font.Height = -11
  1043.         Font.Name = 'MS Sans Serif'
  1044.         Font.Style = []
  1045.         Lines.Strings = (
  1046.           '')
  1047.         ParentFont = False
  1048.         ReadOnly = True
  1049.         TabOrder = 0
  1050.       end
  1051.     end
  1052.     object TabSheetDescAddCheck: TTabSheet
  1053.       Caption = 'TabSheetDescAddCheck'
  1054.       TabVisible = False
  1055.       object Image13: TImage
  1056.         Left = 6
  1057.         Top = 4
  1058.         Width = 105
  1059.         Height = 77
  1060.         Center = True
  1061.         Picture.Data = {<image012.bmp>}
  1062.       end
  1063.       object MemoDescAddCheck: TMemo
  1064.         Left = 116
  1065.         Top = 2
  1066.         Width = 221
  1067.         Height = 79
  1068.         TabStop = False
  1069.         Font.Color = clBlack
  1070.         Font.Height = -11
  1071.         Font.Name = 'MS Sans Serif'
  1072.         Font.Style = []
  1073.         Lines.Strings = (
  1074.           '')
  1075.         ParentFont = False
  1076.         ReadOnly = True
  1077.         TabOrder = 0
  1078.       end
  1079.     end
  1080.     object TabSheetDescAddCheckCODABAR: TTabSheet
  1081.       Caption = 'TabSheetDescAddCheckCODABAR'
  1082.       TabVisible = False
  1083.       object Image14: TImage
  1084.         Left = 6
  1085.         Top = 4
  1086.         Width = 105
  1087.         Height = 77
  1088.         Center = True
  1089.         Picture.Data = {<image013.bmp>}
  1090.       end
  1091.       object MemoDescAddCheck_CODABAR: TMemo
  1092.         Left = 116
  1093.         Top = 2
  1094.         Width = 221
  1095.         Height = 79
  1096.         TabStop = False
  1097.         Font.Color = clBlack
  1098.         Font.Height = -11
  1099.         Font.Name = 'MS Sans Serif'
  1100.         Font.Style = []
  1101.         Lines.Strings = (
  1102.           '')
  1103.         ParentFont = False
  1104.         ReadOnly = True
  1105.         TabOrder = 0
  1106.       end
  1107.     end
  1108.     object TabSheetDescAddCheckINT25: TTabSheet
  1109.       Caption = 'TabSheetDescAddCheckINT25'
  1110.       TabVisible = False
  1111.       object Image15: TImage
  1112.         Left = 6
  1113.         Top = 4
  1114.         Width = 105
  1115.         Height = 77
  1116.         Center = True
  1117.         Picture.Data = {<image014.bmp>}
  1118.       end
  1119.       object MemoDescAddCheck_INT25: TMemo
  1120.         Left = 116
  1121.         Top = 2
  1122.         Width = 221
  1123.         Height = 79
  1124.         TabStop = False
  1125.         Font.Color = clBlack
  1126.         Font.Height = -11
  1127.         Font.Name = 'MS Sans Serif'
  1128.         Font.Style = []
  1129.         Lines.Strings = (
  1130.           '')
  1131.         ParentFont = False
  1132.         ReadOnly = True
  1133.         TabOrder = 0
  1134.       end
  1135.     end
  1136.     object TabSheetDescAutoCheck: TTabSheet
  1137.       Caption = 'TabSheetDescAutoCheck'
  1138.       TabVisible = False
  1139.       object Image16: TImage
  1140.         Left = 6
  1141.         Top = 4
  1142.         Width = 105
  1143.         Height = 77
  1144.         Center = True
  1145.         Picture.Data = {<image015.bmp>}
  1146.       end
  1147.       object MemoDescAutoCheck: TMemo
  1148.         Left = 116
  1149.         Top = 2
  1150.         Width = 221
  1151.         Height = 79
  1152.         TabStop = False
  1153.         Font.Color = clBlack
  1154.         Font.Height = -11
  1155.         Font.Name = 'MS Sans Serif'
  1156.         Font.Style = []
  1157.         Lines.Strings = (
  1158.           '')
  1159.         ParentFont = False
  1160.         ReadOnly = True
  1161.         TabOrder = 0
  1162.       end
  1163.     end
  1164.     object TabSheetDescPrintTextCODE39: TTabSheet
  1165.       Caption = 'TabSheetDescPrintTextCODE39'
  1166.       TabVisible = False
  1167.       object Image17: TImage
  1168.         Left = 6
  1169.         Top = 4
  1170.         Width = 105
  1171.         Height = 77
  1172.         Center = True
  1173.         Picture.Data = {<image016.bmp>}
  1174.       end
  1175.       object MemoDescPrintTextCODE39: TMemo
  1176.         Left = 116
  1177.         Top = 2
  1178.         Width = 221
  1179.         Height = 79
  1180.         TabStop = False
  1181.         Font.Color = clBlack
  1182.         Font.Height = -11
  1183.         Font.Name = 'MS Sans Serif'
  1184.         Font.Style = []
  1185.         Lines.Strings = (
  1186.           '')
  1187.         ParentFont = False
  1188.         ReadOnly = True
  1189.         TabOrder = 0
  1190.       end
  1191.     end
  1192.     object TabSheetDescPrintTextEAN8: TTabSheet
  1193.       Caption = 'TabSheetDescPrintTextEAN8'
  1194.       TabVisible = False
  1195.       object Image18: TImage
  1196.         Left = 6
  1197.         Top = 4
  1198.         Width = 105
  1199.         Height = 77
  1200.         Center = True
  1201.         Picture.Data = {<image017.bmp>}
  1202.       end
  1203.       object MemoDescPrintTextEAN8: TMemo
  1204.         Left = 116
  1205.         Top = 2
  1206.         Width = 221
  1207.         Height = 79
  1208.         TabStop = False
  1209.         Font.Color = clBlack
  1210.         Font.Height = -11
  1211.         Font.Name = 'MS Sans Serif'
  1212.         Font.Style = []
  1213.         Lines.Strings = (
  1214.           '')
  1215.         ParentFont = False
  1216.         ReadOnly = True
  1217.         TabOrder = 0
  1218.       end
  1219.     end
  1220.     object TabSheetDescPrintTextEAN13: TTabSheet
  1221.       Caption = 'TabSheetDescPrintTextEAN13'
  1222.       TabVisible = False
  1223.       object Image19: TImage
  1224.         Left = 6
  1225.         Top = 4
  1226.         Width = 105
  1227.         Height = 77
  1228.         Center = True
  1229.         Picture.Data = {<image018.bmp>}
  1230.       end
  1231.       object MemoDescPrintTextEAN13: TMemo
  1232.         Left = 116
  1233.         Top = 2
  1234.         Width = 221
  1235.         Height = 79
  1236.         TabStop = False
  1237.         Font.Color = clBlack
  1238.         Font.Height = -11
  1239.         Font.Name = 'MS Sans Serif'
  1240.         Font.Style = []
  1241.         Lines.Strings = (
  1242.           '')
  1243.         ParentFont = False
  1244.         ReadOnly = True
  1245.         TabOrder = 0
  1246.       end
  1247.     end
  1248.     object TabSheetDescPrintTextCODE32: TTabSheet
  1249.       Caption = 'TabSheetDescPrintTextCODE32'
  1250.       TabVisible = False
  1251.       object Image20: TImage
  1252.         Left = 6
  1253.         Top = 4
  1254.         Width = 105
  1255.         Height = 77
  1256.         Center = True
  1257.         Picture.Data = {<image019.bmp>}
  1258.       end
  1259.       object MemoDescPrintTextCODE32: TMemo
  1260.         Left = 116
  1261.         Top = 2
  1262.         Width = 221
  1263.         Height = 79
  1264.         TabStop = False
  1265.         Font.Color = clBlack
  1266.         Font.Height = -11
  1267.         Font.Name = 'MS Sans Serif'
  1268.         Font.Style = []
  1269.         Lines.Strings = (
  1270.           '')
  1271.         ParentFont = False
  1272.         ReadOnly = True
  1273.         TabOrder = 0
  1274.       end
  1275.     end
  1276.     object TabSheetDescPrintTextINT25: TTabSheet
  1277.       Caption = 'TabSheetDescPrintTextINT25'
  1278.       TabVisible = False
  1279.       object Image21: TImage
  1280.         Left = 6
  1281.         Top = 4
  1282.         Width = 105
  1283.         Height = 77
  1284.         Center = True
  1285.         Picture.Data = {<image020.bmp>}
  1286.       end
  1287.       object MemoDescPrintTextINT25: TMemo
  1288.         Left = 116
  1289.         Top = 2
  1290.         Width = 221
  1291.         Height = 79
  1292.         TabStop = False
  1293.         Font.Color = clBlack
  1294.         Font.Height = -11
  1295.         Font.Name = 'MS Sans Serif'
  1296.         Font.Style = []
  1297.         Lines.Strings = (
  1298.           '')
  1299.         ParentFont = False
  1300.         ReadOnly = True
  1301.         TabOrder = 0
  1302.       end
  1303.     end
  1304.     object TabSheetDescPrintTextCODABAR: TTabSheet
  1305.       Caption = 'TabSheetDescPrintTextCODABAR'
  1306.       TabVisible = False
  1307.       object Image22: TImage
  1308.         Left = 6
  1309.         Top = 4
  1310.         Width = 105
  1311.         Height = 77
  1312.         Center = True
  1313.         Picture.Data = {<image021.bmp>}
  1314.       end
  1315.       object MemoDescPrintTextCODABAR: TMemo
  1316.         Left = 116
  1317.         Top = 2
  1318.         Width = 221
  1319.         Height = 79
  1320.         TabStop = False
  1321.         Font.Color = clBlack
  1322.         Font.Height = -11
  1323.         Font.Name = 'MS Sans Serif'
  1324.         Font.Style = []
  1325.         Lines.Strings = (
  1326.           '')
  1327.         ParentFont = False
  1328.         ReadOnly = True
  1329.         TabOrder = 0
  1330.       end
  1331.     end
  1332.     object TabSheetDescRot: TTabSheet
  1333.       Caption = 'TabSheetDescRot'
  1334.       TabVisible = False
  1335.       object Image23: TImage
  1336.         Left = 6
  1337.         Top = 4
  1338.         Width = 105
  1339.         Height = 77
  1340.         Center = True
  1341.         Picture.Data = {<image022.bmp>}
  1342.       end
  1343.       object MemoDescRot: TMemo
  1344.         Left = 116
  1345.         Top = 2
  1346.         Width = 221
  1347.         Height = 79
  1348.         TabStop = False
  1349.         Font.Color = clBlack
  1350.         Font.Height = -11
  1351.         Font.Name = 'MS Sans Serif'
  1352.         Font.Style = []
  1353.         Lines.Strings = (
  1354.           '')
  1355.         ParentFont = False
  1356.         ReadOnly = True
  1357.         TabOrder = 0
  1358.       end
  1359.     end
  1360.     object TabSheetDescUPCA: TTabSheet
  1361.       Caption = 'TabSheetDescUPCA'
  1362.       TabVisible = False
  1363.       object Image24: TImage
  1364.         Left = 6
  1365.         Top = 4
  1366.         Width = 105
  1367.         Height = 77
  1368.         Center = True
  1369.         Picture.Data = {<image023.bmp>}
  1370.       end
  1371.       object MemoDescUPCA: TMemo
  1372.         Left = 116
  1373.         Top = 2
  1374.         Width = 221
  1375.         Height = 79
  1376.         TabStop = False
  1377.         Font.Color = clBlack
  1378.         Font.Height = -11
  1379.         Font.Name = 'MS Sans Serif'
  1380.         Font.Style = []
  1381.         ParentFont = False
  1382.         ReadOnly = True
  1383.         TabOrder = 0
  1384.       end
  1385.     end
  1386.     object TabSheetDescUPCE: TTabSheet
  1387.       Caption = 'TabSheetDescUPCE'
  1388.       TabVisible = False
  1389.       object Image25: TImage
  1390.         Left = 6
  1391.         Top = 4
  1392.         Width = 105
  1393.         Height = 77
  1394.         Center = True
  1395.         Picture.Data = {<image024.bmp>}
  1396.       end
  1397.       object MemoDescUPCE: TMemo
  1398.         Left = 116
  1399.         Top = 2
  1400.         Width = 221
  1401.         Height = 79
  1402.         TabStop = False
  1403.         Font.Color = clBlack
  1404.         Font.Height = -11
  1405.         Font.Name = 'MS Sans Serif'
  1406.         Font.Style = []
  1407.         Lines.Strings = (
  1408.           '')
  1409.         ParentFont = False
  1410.         ReadOnly = True
  1411.         TabOrder = 0
  1412.       end
  1413.     end
  1414.     object TabSheetDescCode39Ascii: TTabSheet
  1415.       Caption = 'TabSheetDescCode39Ascii'
  1416.       TabVisible = False
  1417.       object Image26: TImage
  1418.         Left = 6
  1419.         Top = 4
  1420.         Width = 105
  1421.         Height = 77
  1422.         Center = True
  1423.         Picture.Data = {<image025.bmp>}
  1424.       end
  1425.       object MemoDescCode39Ascii: TMemo
  1426.         Left = 116
  1427.         Top = 2
  1428.         Width = 221
  1429.         Height = 79
  1430.         TabStop = False
  1431.         Font.Color = clBlack
  1432.         Font.Height = -11
  1433.         Font.Name = 'MS Sans Serif'
  1434.         Font.Style = []
  1435.         Lines.Strings = (
  1436.           '')
  1437.         ParentFont = False
  1438.         ReadOnly = True
  1439.         TabOrder = 0
  1440.       end
  1441.     end
  1442.     object TabSheetDescCODE93: TTabSheet
  1443.       Caption = 'TabSheetDescCODE93'
  1444.       TabVisible = False
  1445.       object Image27: TImage
  1446.         Left = 6
  1447.         Top = 4
  1448.         Width = 105
  1449.         Height = 77
  1450.         Center = True
  1451.         Picture.Data = {<image026.bmp>}
  1452.       end
  1453.       object MemoDescCode93: TMemo
  1454.         Left = 118
  1455.         Top = 2
  1456.         Width = 221
  1457.         Height = 79
  1458.         TabStop = False
  1459.         Font.Color = clBlack
  1460.         Font.Height = -11
  1461.         Font.Name = 'MS Sans Serif'
  1462.         Font.Style = []
  1463.         Lines.Strings = (
  1464.           '')
  1465.         ParentFont = False
  1466.         ReadOnly = True
  1467.         TabOrder = 0
  1468.       end
  1469.     end
  1470.     object TabSheetDescCode128: TTabSheet
  1471.       Caption = 'TabSheetDescCode128'
  1472.       TabVisible = False
  1473.       object Image28: TImage
  1474.         Left = 6
  1475.         Top = 4
  1476.         Width = 105
  1477.         Height = 77
  1478.         Center = True
  1479.         Picture.Data = {<image027.bmp>}
  1480.       end
  1481.       object MemoDescCode128: TMemo
  1482.         Left = 118
  1483.         Top = 2
  1484.         Width = 221
  1485.         Height = 79
  1486.         TabStop = False
  1487.         Font.Color = clBlack
  1488.         Font.Height = -11
  1489.         Font.Name = 'MS Sans Serif'
  1490.         Font.Style = []
  1491.         Lines.Strings = (
  1492.           '')
  1493.         ParentFont = False
  1494.         ReadOnly = True
  1495.         TabOrder = 0
  1496.       end
  1497.     end
  1498.     object TabSheetDescCodeEANUCC: TTabSheet
  1499.       Caption = 'TabSheetDescCodeEANUCC'
  1500.       TabVisible = False
  1501.       object Image29: TImage
  1502.         Left = 6
  1503.         Top = 4
  1504.         Width = 105
  1505.         Height = 77
  1506.         Center = True
  1507.         Picture.Data = {<image028.bmp>}
  1508.       end
  1509.       object MemoDescCodeEANUCC: TMemo
  1510.         Left = 118
  1511.         Top = 2
  1512.         Width = 221
  1513.         Height = 79
  1514.         TabStop = False
  1515.         Font.Color = clBlack
  1516.         Font.Height = -11
  1517.         Font.Name = 'MS Sans Serif'
  1518.         Font.Style = []
  1519.         Lines.Strings = (
  1520.           '')
  1521.         ParentFont = False
  1522.         ReadOnly = True
  1523.         TabOrder = 0
  1524.       end
  1525.     end
  1526.   end
  1527.   object ButTest: TButton
  1528.     Left = 192
  1529.     Top = 366
  1530.     Width = 75
  1531.     Height = 25
  1532.     Caption = 'Test'
  1533.     TabOrder = 4
  1534.     OnClick = ButTestClick
  1535.     OnEnter = ButTestEnter
  1536.   end
  1537.   object ButExit: TButton
  1538.     Left = 280
  1539.     Top = 366
  1540.     Width = 75
  1541.     Height = 25
  1542.     Caption = 'Chiudi'
  1543.     TabOrder = 6
  1544.     OnClick = ButExitClick
  1545.     OnEnter = ButExitEnter
  1546.   end
  1547.   object MainMenu: TMainMenu
  1548.     Left = 340
  1549.     Top = 340
  1550.     object File1: TMenuItem
  1551.       Caption = '&File'
  1552.       ShortCut = 0
  1553.       object MenuNewCode: TMenuItem
  1554.         Caption = '&Nuovo formato di codice a barre'
  1555.         ShortCut = 0
  1556.         OnClick = MenuNewCodeClick
  1557.       end
  1558.       object MenuModCode: TMenuItem
  1559.         Caption = '&Modifica formato di codice a barre'
  1560.         ShortCut = 0
  1561.         OnClick = MenuModCodeClick
  1562.       end
  1563.       object N1: TMenuItem
  1564.         Caption = '-'
  1565.         ShortCut = 0
  1566.       end
  1567.       object MenuSave: TMenuItem
  1568.         Caption = '&Salva il formato di codice a barre'
  1569.         ShortCut = 0
  1570.         OnClick = MenuSaveClick
  1571.       end
  1572.       object MenuSaveAs: TMenuItem
  1573.         Caption = 'Salva il formato di codice a barre con &nome'
  1574.         ShortCut = 0
  1575.         OnClick = MenuSaveAsClick
  1576.       end
  1577.       object N2: TMenuItem
  1578.         Caption = '-'
  1579.         ShortCut = 0
  1580.       end
  1581.       object MenuExit: TMenuItem
  1582.         Caption = '&Chiudi'
  1583.         ShortCut = 0
  1584.         OnClick = MenuExitClick
  1585.       end
  1586.     end
  1587.     object MenuOptions: TMenuItem
  1588.       Caption = '&Opzioni'
  1589.       ShortCut = 0
  1590.       object MenuUnita: TMenuItem
  1591.         Caption = '&Unit∩┐╜ di misura'
  1592.         ShortCut = 0
  1593.         object MenuMM: TMenuItem
  1594.           Caption = '&millimetri'
  1595.           ShortCut = 0
  1596.           OnClick = MenuMMClick
  1597.         end
  1598.         object MenuInch: TMenuItem
  1599.           Caption = '&pollici'
  1600.           ShortCut = 0
  1601.           OnClick = MenuInchClick
  1602.         end
  1603.       end
  1604.     end
  1605.     object MenuHelp: TMenuItem
  1606.       Caption = '&Guida'
  1607.       ShortCut = 0
  1608.       object MenuSommario: TMenuItem
  1609.         Caption = '&Sommario'
  1610.         ShortCut = 0
  1611.         OnClick = MenuSommarioClick
  1612.       end
  1613.       object MenuCodice: TMenuItem
  1614.         Caption = 'Codice'
  1615.         ShortCut = 0
  1616.         OnClick = MenuCodiceClick
  1617.       end
  1618.     end
  1619.   end
  1620.   object SaveBarCode: TSaveDialog
  1621.     DefaultExt = 'brc'
  1622.     FileEditStyle = fsEdit
  1623.     FileName = '*.brc'
  1624.     Filter = 'CreaBar files|*.brc'
  1625.     Options = [ofOverwritePrompt, ofHideReadOnly]
  1626.     Title = 'Salva il formato del codice a barre'
  1627.     Left = 340
  1628.     Top = 366
  1629.   end
  1630.   object LoadBarCode: TOpenDialog
  1631.     DefaultExt = 'brc'
  1632.     FileEditStyle = fsEdit
  1633.     FileName = '*.brc'
  1634.     Filter = 'CreaBar files|*.brc'
  1635.     Options = [ofHideReadOnly, ofFileMustExist]
  1636.     Title = 'Carica un formato di codice a barre'
  1637.     Left = 318
  1638.     Top = 364
  1639.   end
  1640. end
  1641.