IWUnit1.dfm
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:18k
源码类别:

Static控件

开发平台:

Delphi

  1. object formMain: TformMain
  2.   Left = 0
  3.   Top = 0
  4.   Width = 576
  5.   Height = 562
  6.   Background.Fixed = False
  7.   HandleTabs = False
  8.   SupportedBrowsers = [brIE, brNetscape6]
  9.   DesignLeft = 407
  10.   DesignTop = 153
  11.   object IWButton1: TIWButton
  12.     Left = 264
  13.     Top = 536
  14.     Width = 61
  15.     Height = 21
  16.     ZIndex = 0
  17.     ButtonType = btButton
  18.     Caption = 'View'
  19.     Color = clBtnFace
  20.     DoSubmitValidation = True
  21.     Font.Color = clNone
  22.     Font.Enabled = True
  23.     Font.Size = 10
  24.     Font.Style = []
  25.     ScriptEvents = <>
  26.     TabOrder = 23
  27.     OnClick = IWButton1Click
  28.   end
  29.   object edtBarcode: TIWEdit
  30.     Left = 108
  31.     Top = 220
  32.     Width = 150
  33.     Height = 21
  34.     ZIndex = 0
  35.     BGColor = clNone
  36.     DoSubmitValidation = True
  37.     Editable = True
  38.     Font.Color = clNone
  39.     Font.Enabled = True
  40.     Font.Size = 10
  41.     Font.Style = []
  42.     FriendlyName = 'edtBarcode'
  43.     MaxLength = 0
  44.     ReadOnly = False
  45.     Required = False
  46.     ScriptEvents = <>
  47.     TabOrder = 0
  48.     PasswordPrompt = False
  49.   end
  50.   object IWImage1: TIWImage
  51.     Left = 8
  52.     Top = 8
  53.     Width = 500
  54.     Height = 200
  55.     ZIndex = 0
  56.     DoSubmitValidation = True
  57.     ScriptEvents = <>
  58.     UseBorder = False
  59.     UseSize = True
  60.     JpegOptions.CompressionQuality = 90
  61.     JpegOptions.Performance = jpBestSpeed
  62.     JpegOptions.ProgressiveEncoding = False
  63.     JpegOptions.Smoothing = True
  64.   end
  65.   object IWLabel1: TIWLabel
  66.     Left = 44
  67.     Top = 222
  68.     Width = 50
  69.     Height = 16
  70.     ZIndex = 0
  71.     Font.Color = clNone
  72.     Font.Enabled = True
  73.     Font.Size = 10
  74.     Font.Style = []
  75.     Caption = 'Barcode'
  76.   end
  77.   object IWLabel2: TIWLabel
  78.     Left = 43
  79.     Top = 250
  80.     Width = 51
  81.     Height = 16
  82.     ZIndex = 0
  83.     Font.Color = clNone
  84.     Font.Enabled = True
  85.     Font.Size = 10
  86.     Font.Style = []
  87.     Caption = 'BarType'
  88.   end
  89.   object IWLabel3: TIWLabel
  90.     Left = 57
  91.     Top = 278
  92.     Width = 37
  93.     Height = 16
  94.     ZIndex = 0
  95.     Font.Color = clNone
  96.     Font.Enabled = True
  97.     Font.Size = 10
  98.     Font.Style = []
  99.     Caption = 'Modul'
  100.   end
  101.   object IWLabel4: TIWLabel
  102.     Left = 63
  103.     Top = 306
  104.     Width = 31
  105.     Height = 16
  106.     ZIndex = 0
  107.     Font.Color = clNone
  108.     Font.Enabled = True
  109.     Font.Size = 10
  110.     Font.Style = []
  111.     Caption = 'Ratio'
  112.   end
  113.   object chkCheckSum: TIWCheckBox
  114.     Left = 108
  115.     Top = 332
  116.     Width = 121
  117.     Height = 21
  118.     ZIndex = 0
  119.     Caption = 'CheckSum'
  120.     Editable = True
  121.     Font.Color = clNone
  122.     Font.Enabled = True
  123.     Font.Size = 10
  124.     Font.Style = []
  125.     ScriptEvents = <>
  126.     DoSubmitValidation = True
  127.     Style = stNormal
  128.     TabOrder = 4
  129.     Checked = False
  130.   end
  131.   object IWLabel5: TIWLabel
  132.     Left = 71
  133.     Top = 358
  134.     Width = 23
  135.     Height = 16
  136.     ZIndex = 0
  137.     Font.Color = clNone
  138.     Font.Enabled = True
  139.     Font.Size = 10
  140.     Font.Style = []
  141.     Caption = 'Left'
  142.   end
  143.   object edtLeft: TIWEdit
  144.     Left = 108
  145.     Top = 356
  146.     Width = 150
  147.     Height = 21
  148.     ZIndex = 0
  149.     BGColor = clNone
  150.     DoSubmitValidation = True
  151.     Editable = True
  152.     Font.Color = clNone
  153.     Font.Enabled = True
  154.     Font.Size = 10
  155.     Font.Style = []
  156.     FriendlyName = 'IWEdit1'
  157.     MaxLength = 0
  158.     ReadOnly = False
  159.     Required = False
  160.     ScriptEvents = <>
  161.     TabOrder = 5
  162.     PasswordPrompt = False
  163.     Text = '20'
  164.   end
  165.   object IWLabel6: TIWLabel
  166.     Left = 70
  167.     Top = 386
  168.     Width = 24
  169.     Height = 16
  170.     ZIndex = 0
  171.     Font.Color = clNone
  172.     Font.Enabled = True
  173.     Font.Size = 10
  174.     Font.Style = []
  175.     Caption = 'Top'
  176.   end
  177.   object edtTop: TIWEdit
  178.     Left = 108
  179.     Top = 384
  180.     Width = 150
  181.     Height = 21
  182.     ZIndex = 0
  183.     BGColor = clNone
  184.     DoSubmitValidation = True
  185.     Editable = True
  186.     Font.Color = clNone
  187.     Font.Enabled = True
  188.     Font.Size = 10
  189.     Font.Style = []
  190.     FriendlyName = 'IWEdit1'
  191.     MaxLength = 0
  192.     ReadOnly = False
  193.     Required = False
  194.     ScriptEvents = <>
  195.     TabOrder = 6
  196.     PasswordPrompt = False
  197.     Text = '20'
  198.   end
  199.   object IWLabel7: TIWLabel
  200.     Left = 55
  201.     Top = 414
  202.     Width = 39
  203.     Height = 16
  204.     ZIndex = 0
  205.     Font.Color = clNone
  206.     Font.Enabled = True
  207.     Font.Size = 10
  208.     Font.Style = []
  209.     Caption = 'Height'
  210.   end
  211.   object edtHeight: TIWEdit
  212.     Left = 108
  213.     Top = 412
  214.     Width = 150
  215.     Height = 21
  216.     ZIndex = 0
  217.     BGColor = clNone
  218.     DoSubmitValidation = True
  219.     Editable = True
  220.     Font.Color = clNone
  221.     Font.Enabled = True
  222.     Font.Size = 10
  223.     Font.Style = []
  224.     FriendlyName = 'IWEdit1'
  225.     MaxLength = 0
  226.     ReadOnly = False
  227.     Required = False
  228.     ScriptEvents = <>
  229.     TabOrder = 7
  230.     PasswordPrompt = False
  231.     Text = '50'
  232.   end
  233.   object IWLabel8: TIWLabel
  234.     Left = 59
  235.     Top = 442
  236.     Width = 35
  237.     Height = 16
  238.     ZIndex = 0
  239.     Font.Color = clNone
  240.     Font.Enabled = True
  241.     Font.Size = 10
  242.     Font.Style = []
  243.     Caption = 'Angle'
  244.   end
  245.   object edtAngle: TIWEdit
  246.     Left = 108
  247.     Top = 440
  248.     Width = 150
  249.     Height = 21
  250.     ZIndex = 0
  251.     BGColor = clNone
  252.     DoSubmitValidation = True
  253.     Editable = True
  254.     Font.Color = clNone
  255.     Font.Enabled = True
  256.     Font.Size = 10
  257.     Font.Style = []
  258.     FriendlyName = 'IWEdit1'
  259.     MaxLength = 0
  260.     ReadOnly = False
  261.     Required = False
  262.     ScriptEvents = <>
  263.     TabOrder = 8
  264.     PasswordPrompt = False
  265.     Text = '0'
  266.   end
  267.   object cmbBarType: TIWComboBox
  268.     Left = 108
  269.     Top = 248
  270.     Width = 150
  271.     Height = 21
  272.     ZIndex = 0
  273.     Font.Color = clNone
  274.     Font.Enabled = True
  275.     Font.Size = 10
  276.     Font.Style = []
  277.     ItemsHaveValues = False
  278.     NoSelectionText = '-- No Selection --'
  279.     RequireSelection = True
  280.     ScriptEvents = <>
  281.     UseSize = False
  282.     DoSubmitValidation = True
  283.     Editable = True
  284.     TabOrder = 1
  285.     ItemIndex = 3
  286.     Items.Strings = (
  287.       'Code_2_5_interleaved'
  288.       'Code_2_5_industrial'
  289.       'Code_2_5_matrix'
  290.       'Code39'
  291.       'Code39Extended'
  292.       'Code128A'
  293.       'Code128B'
  294.       'Code128C'
  295.       'Code93'
  296.       'Code93Extended'
  297.       'CodeMSI'
  298.       'CodePostNet'
  299.       'CodeCodabar'
  300.       'CodeEAN8'
  301.       'CodeEAN13'
  302.       'CodeUPC_A'
  303.       'CodeUPC_E0'
  304.       'CodeUPC_E1'
  305.       'CodeUPC_Supp2'
  306.       'CodeUPC_Supp5'
  307.       'CodeEAN128A'
  308.       'CodeEAN128B'
  309.       'CodeEAN128C')
  310.     Sorted = False
  311.   end
  312.   object cmbModul: TIWComboBox
  313.     Left = 108
  314.     Top = 276
  315.     Width = 150
  316.     Height = 21
  317.     ZIndex = 0
  318.     Font.Color = clNone
  319.     Font.Enabled = True
  320.     Font.Size = 10
  321.     Font.Style = []
  322.     ItemsHaveValues = False
  323.     NoSelectionText = '-- No Selection --'
  324.     RequireSelection = True
  325.     ScriptEvents = <>
  326.     UseSize = False
  327.     DoSubmitValidation = True
  328.     Editable = True
  329.     TabOrder = 2
  330.     ItemIndex = 0
  331.     Items.Strings = (
  332.       '1'
  333.       '2'
  334.       '3'
  335.       '4'
  336.       '5'
  337.       '6'
  338.       '7'
  339.       '8'
  340.       '9')
  341.     Sorted = False
  342.   end
  343.   object cmbRatio: TIWComboBox
  344.     Left = 108
  345.     Top = 304
  346.     Width = 150
  347.     Height = 21
  348.     ZIndex = 0
  349.     Font.Color = clNone
  350.     Font.Enabled = True
  351.     Font.Size = 10
  352.     Font.Style = []
  353.     ItemsHaveValues = False
  354.     NoSelectionText = '-- No Selection --'
  355.     RequireSelection = True
  356.     ScriptEvents = <>
  357.     UseSize = False
  358.     DoSubmitValidation = True
  359.     Editable = True
  360.     TabOrder = 3
  361.     ItemIndex = 1
  362.     Items.Strings = (
  363.       '1.5'
  364.       '2'
  365.       '2.5'
  366.       '3'
  367.       '3.5')
  368.     Sorted = False
  369.   end
  370.   object cmbBackColor: TIWComboBox
  371.     Left = 392
  372.     Top = 464
  373.     Width = 121
  374.     Height = 21
  375.     ZIndex = 0
  376.     Font.Color = clNone
  377.     Font.Enabled = True
  378.     Font.Size = 10
  379.     Font.Style = []
  380.     ItemsHaveValues = False
  381.     NoSelectionText = '-- No Selection --'
  382.     RequireSelection = True
  383.     ScriptEvents = <>
  384.     UseSize = False
  385.     DoSubmitValidation = True
  386.     Editable = True
  387.     TabOrder = 21
  388.     ItemIndex = 17
  389.     Items.Strings = (
  390.       'Black'
  391.       'Maroon'
  392.       'Green'
  393.       'Olive'
  394.       'Navy'
  395.       'Purple'
  396.       'Teal'
  397.       'Gray'
  398.       'Silver'
  399.       'Red'
  400.       'Lime'
  401.       'Yellow'
  402.       'Blue'
  403.       'Fuchsia'
  404.       'Aqua'
  405.       'LtGray'
  406.       'DkGray'
  407.       'White')
  408.     Sorted = False
  409.   end
  410.   object cmbBarColor: TIWComboBox
  411.     Left = 108
  412.     Top = 468
  413.     Width = 150
  414.     Height = 21
  415.     ZIndex = 0
  416.     Font.Color = clNone
  417.     Font.Enabled = True
  418.     Font.Size = 10
  419.     Font.Style = []
  420.     ItemsHaveValues = False
  421.     NoSelectionText = '-- No Selection --'
  422.     RequireSelection = True
  423.     ScriptEvents = <>
  424.     UseSize = False
  425.     DoSubmitValidation = True
  426.     Editable = True
  427.     TabOrder = 9
  428.     ItemIndex = 0
  429.     Items.Strings = (
  430.       'Black'
  431.       'Maroon'
  432.       'Green'
  433.       'Olive'
  434.       'Navy'
  435.       'Purple'
  436.       'Teal'
  437.       'Gray'
  438.       'Silver'
  439.       'Red'
  440.       'Lime'
  441.       'Yellow'
  442.       'Blue'
  443.       'Fuchsia'
  444.       'Aqua'
  445.       'LtGray'
  446.       'DkGray'
  447.       'White')
  448.     Sorted = False
  449.   end
  450.   object cmbSpaceColor: TIWComboBox
  451.     Left = 108
  452.     Top = 496
  453.     Width = 150
  454.     Height = 21
  455.     ZIndex = 0
  456.     Font.Color = clNone
  457.     Font.Enabled = True
  458.     Font.Size = 10
  459.     Font.Style = []
  460.     ItemsHaveValues = False
  461.     NoSelectionText = '-- No Selection --'
  462.     RequireSelection = True
  463.     ScriptEvents = <>
  464.     UseSize = False
  465.     DoSubmitValidation = True
  466.     Editable = True
  467.     TabOrder = 10
  468.     ItemIndex = 17
  469.     Items.Strings = (
  470.       'Black'
  471.       'Maroon'
  472.       'Green'
  473.       'Olive'
  474.       'Navy'
  475.       'Purple'
  476.       'Teal'
  477.       'Gray'
  478.       'Silver'
  479.       'Red'
  480.       'Lime'
  481.       'Yellow'
  482.       'Blue'
  483.       'Fuchsia'
  484.       'Aqua'
  485.       'LtGray'
  486.       'DkGray'
  487.       'White')
  488.     Sorted = False
  489.   end
  490.   object cmbTextColor: TIWComboBox
  491.     Left = 392
  492.     Top = 324
  493.     Width = 121
  494.     Height = 21
  495.     ZIndex = 0
  496.     Font.Color = clNone
  497.     Font.Enabled = True
  498.     Font.Size = 10
  499.     Font.Style = []
  500.     ItemsHaveValues = False
  501.     NoSelectionText = '-- No Selection --'
  502.     RequireSelection = True
  503.     ScriptEvents = <>
  504.     UseSize = False
  505.     DoSubmitValidation = True
  506.     Editable = True
  507.     TabOrder = 17
  508.     ItemIndex = 0
  509.     Items.Strings = (
  510.       'Black'
  511.       'Maroon'
  512.       'Green'
  513.       'Olive'
  514.       'Navy'
  515.       'Purple'
  516.       'Teal'
  517.       'Gray'
  518.       'Silver'
  519.       'Red'
  520.       'Lime'
  521.       'Yellow'
  522.       'Blue'
  523.       'Fuchsia'
  524.       'Aqua'
  525.       'LtGray'
  526.       'DkGray'
  527.       'White')
  528.     Sorted = False
  529.   end
  530.   object labBackColor: TIWLabel
  531.     Left = 312
  532.     Top = 466
  533.     Width = 61
  534.     Height = 16
  535.     ZIndex = 0
  536.     Font.Color = clNone
  537.     Font.Enabled = True
  538.     Font.Size = 10
  539.     Font.Style = []
  540.     Caption = 'BackColor'
  541.   end
  542.   object labBarColor: TIWLabel
  543.     Left = 41
  544.     Top = 470
  545.     Width = 53
  546.     Height = 16
  547.     ZIndex = 0
  548.     Font.Color = clNone
  549.     Font.Enabled = True
  550.     Font.Size = 10
  551.     Font.Style = []
  552.     Caption = 'BarColor'
  553.   end
  554.   object IWLabel9: TIWLabel
  555.     Left = 23
  556.     Top = 498
  557.     Width = 71
  558.     Height = 16
  559.     ZIndex = 0
  560.     Font.Color = clNone
  561.     Font.Enabled = True
  562.     Font.Size = 10
  563.     Font.Style = []
  564.     Caption = 'SpaceColor'
  565.   end
  566.   object TextSize: TIWLabel
  567.     Left = 316
  568.     Top = 218
  569.     Width = 53
  570.     Height = 16
  571.     ZIndex = 0
  572.     Font.Color = clNone
  573.     Font.Enabled = True
  574.     Font.Size = 10
  575.     Font.Style = []
  576.     Caption = 'TextSize'
  577.   end
  578.   object cmbTextSize: TIWComboBox
  579.     Left = 392
  580.     Top = 216
  581.     Width = 121
  582.     Height = 21
  583.     ZIndex = 0
  584.     Font.Color = clNone
  585.     Font.Enabled = True
  586.     Font.Size = 10
  587.     Font.Style = []
  588.     ItemsHaveValues = False
  589.     NoSelectionText = '-- No Selection --'
  590.     RequireSelection = True
  591.     ScriptEvents = <>
  592.     UseSize = False
  593.     DoSubmitValidation = True
  594.     Editable = True
  595.     TabOrder = 11
  596.     ItemIndex = 0
  597.     Items.Strings = (
  598.       '7'
  599.       '8'
  600.       '9'
  601.       '10'
  602.       '11'
  603.       '12'
  604.       '13'
  605.       '14')
  606.     Sorted = False
  607.   end
  608.   object IWLabel10: TIWLabel
  609.     Left = 314
  610.     Top = 246
  611.     Width = 55
  612.     Height = 16
  613.     ZIndex = 0
  614.     Font.Color = clNone
  615.     Font.Enabled = True
  616.     Font.Size = 10
  617.     Font.Style = []
  618.     Caption = 'TextFont'
  619.   end
  620.   object cmbTextFont: TIWComboBox
  621.     Left = 392
  622.     Top = 244
  623.     Width = 121
  624.     Height = 21
  625.     ZIndex = 0
  626.     Font.Color = clNone
  627.     Font.Enabled = True
  628.     Font.Size = 10
  629.     Font.Style = []
  630.     ItemsHaveValues = False
  631.     NoSelectionText = '-- No Selection --'
  632.     RequireSelection = True
  633.     ScriptEvents = <>
  634.     UseSize = False
  635.     DoSubmitValidation = True
  636.     Editable = True
  637.     TabOrder = 12
  638.     ItemIndex = -1
  639.     Items.Strings = (
  640.       'Courier'
  641.       'Courier New'
  642.       'Impact'
  643.       'Ms Sans Serif'
  644.       'Tahoma'
  645.       'Verdand')
  646.     Sorted = False
  647.   end
  648.   object IWLabel11: TIWLabel
  649.     Left = 309
  650.     Top = 326
  651.     Width = 60
  652.     Height = 16
  653.     ZIndex = 0
  654.     Font.Color = clNone
  655.     Font.Enabled = True
  656.     Font.Size = 10
  657.     Font.Style = []
  658.     Caption = 'TextColor'
  659.   end
  660.   object IWLabel12: TIWLabel
  661.     Left = 280
  662.     Top = 354
  663.     Width = 89
  664.     Height = 16
  665.     ZIndex = 0
  666.     Font.Color = clNone
  667.     Font.Enabled = True
  668.     Font.Size = 10
  669.     Font.Style = []
  670.     Caption = 'TextBackColor'
  671.   end
  672.   object cmbTextBackColor: TIWComboBox
  673.     Left = 392
  674.     Top = 352
  675.     Width = 121
  676.     Height = 21
  677.     ZIndex = 0
  678.     Font.Color = clNone
  679.     Font.Enabled = True
  680.     Font.Size = 10
  681.     Font.Style = []
  682.     ItemsHaveValues = False
  683.     NoSelectionText = '-- No Selection --'
  684.     RequireSelection = True
  685.     ScriptEvents = <>
  686.     UseSize = False
  687.     DoSubmitValidation = True
  688.     Editable = True
  689.     TabOrder = 18
  690.     ItemIndex = 17
  691.     Items.Strings = (
  692.       'Black'
  693.       'Maroon'
  694.       'Green'
  695.       'Olive'
  696.       'Navy'
  697.       'Purple'
  698.       'Teal'
  699.       'Gray'
  700.       'Silver'
  701.       'Red'
  702.       'Lime'
  703.       'Yellow'
  704.       'Blue'
  705.       'Fuchsia'
  706.       'Aqua'
  707.       'LtGray'
  708.       'DkGray'
  709.       'White')
  710.     Sorted = False
  711.   end
  712.   object IWLabel13: TIWLabel
  713.     Left = 302
  714.     Top = 494
  715.     Width = 0
  716.     Height = 0
  717.     ZIndex = 0
  718.     Font.Color = clNone
  719.     Font.Enabled = True
  720.     Font.Size = 10
  721.     Font.Style = []
  722.   end
  723.   object cmbTextPost: TIWComboBox
  724.     Left = 392
  725.     Top = 408
  726.     Width = 121
  727.     Height = 21
  728.     ZIndex = 0
  729.     Font.Color = clNone
  730.     Font.Enabled = True
  731.     Font.Size = 10
  732.     Font.Style = []
  733.     ItemsHaveValues = False
  734.     NoSelectionText = '-- No Selection --'
  735.     RequireSelection = True
  736.     ScriptEvents = <>
  737.     UseSize = False
  738.     DoSubmitValidation = True
  739.     Editable = True
  740.     TabOrder = 20
  741.     ItemIndex = 5
  742.     Items.Strings = (
  743.       'TopLeft'
  744.       'TopRight'
  745.       'TopCenter'
  746.       'BottomLeft'
  747.       'BottomRight'
  748.       'BottomCenter')
  749.     Sorted = False
  750.   end
  751.   object IWLabel14: TIWLabel
  752.     Left = 294
  753.     Top = 410
  754.     Width = 75
  755.     Height = 16
  756.     ZIndex = 0
  757.     Font.Color = clNone
  758.     Font.Enabled = True
  759.     Font.Size = 10
  760.     Font.Style = []
  761.     Caption = 'TextPosition'
  762.   end
  763.   object IWLabel15: TIWLabel
  764.     Left = 307
  765.     Top = 382
  766.     Width = 62
  767.     Height = 16
  768.     ZIndex = 0
  769.     Font.Color = clNone
  770.     Font.Enabled = True
  771.     Font.Size = 10
  772.     Font.Style = []
  773.     Caption = 'TextShow'
  774.   end
  775.   object cmbTextShow: TIWComboBox
  776.     Left = 392
  777.     Top = 380
  778.     Width = 121
  779.     Height = 21
  780.     ZIndex = 0
  781.     Font.Color = clNone
  782.     Font.Enabled = True
  783.     Font.Size = 10
  784.     Font.Style = []
  785.     ItemsHaveValues = False
  786.     NoSelectionText = '-- No Selection --'
  787.     RequireSelection = True
  788.     ScriptEvents = <>
  789.     UseSize = False
  790.     DoSubmitValidation = True
  791.     Editable = True
  792.     TabOrder = 19
  793.     ItemIndex = 1
  794.     Items.Strings = (
  795.       'None'
  796.       'BarCode'
  797.       'BarType'
  798.       'Both')
  799.     Sorted = False
  800.   end
  801.   object chkBold: TIWCheckBox
  802.     Left = 392
  803.     Top = 272
  804.     Width = 81
  805.     Height = 21
  806.     ZIndex = 0
  807.     Caption = 'Bold'
  808.     Editable = True
  809.     Font.Color = clNone
  810.     Font.Enabled = True
  811.     Font.Size = 10
  812.     Font.Style = []
  813.     ScriptEvents = <>
  814.     DoSubmitValidation = True
  815.     Style = stNormal
  816.     TabOrder = 13
  817.     Checked = False
  818.   end
  819.   object chkItalic: TIWCheckBox
  820.     Left = 480
  821.     Top = 272
  822.     Width = 65
  823.     Height = 21
  824.     ZIndex = 0
  825.     Caption = 'Italic'
  826.     Editable = True
  827.     Font.Color = clNone
  828.     Font.Enabled = True
  829.     Font.Size = 10
  830.     Font.Style = []
  831.     ScriptEvents = <>
  832.     DoSubmitValidation = True
  833.     Style = stNormal
  834.     TabOrder = 14
  835.     Checked = False
  836.   end
  837.   object chkUnderline: TIWCheckBox
  838.     Left = 392
  839.     Top = 296
  840.     Width = 81
  841.     Height = 21
  842.     ZIndex = 0
  843.     Caption = 'UnderLine'
  844.     Editable = True
  845.     Font.Color = clNone
  846.     Font.Enabled = True
  847.     Font.Size = 10
  848.     Font.Style = []
  849.     ScriptEvents = <>
  850.     DoSubmitValidation = True
  851.     Style = stNormal
  852.     TabOrder = 15
  853.     Checked = False
  854.   end
  855.   object chkStrikeOut: TIWCheckBox
  856.     Left = 480
  857.     Top = 296
  858.     Width = 93
  859.     Height = 21
  860.     ZIndex = 0
  861.     Caption = 'StrikeOut'
  862.     Editable = True
  863.     Font.Color = clNone
  864.     Font.Enabled = True
  865.     Font.Size = 10
  866.     Font.Style = []
  867.     ScriptEvents = <>
  868.     DoSubmitValidation = True
  869.     Style = stNormal
  870.     TabOrder = 16
  871.     Checked = False
  872.   end
  873.   object chkBitmap: TIWCheckBox
  874.     Left = 392
  875.     Top = 496
  876.     Width = 121
  877.     Height = 21
  878.     ZIndex = 0
  879.     Caption = 'BackBitmap'
  880.     Editable = True
  881.     Font.Color = clNone
  882.     Font.Enabled = True
  883.     Font.Size = 10
  884.     Font.Style = []
  885.     ScriptEvents = <>
  886.     DoSubmitValidation = True
  887.     Style = stNormal
  888.     TabOrder = 22
  889.     Checked = True
  890.   end
  891. end