home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / acehtml / AceHTML4Free.exe / %MAINDIR% / AceHTMLFree.exe / 0 / RCDATA / TJAVASCRIPTSFRM / TJAVASCRIPTSFRM.txt
Encoding:
Text File  |  2000-11-22  |  52.5 KB  |  2,195 lines

  1. object JavaScriptsFrm: TJavaScriptsFrm
  2.   Left = 145
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 292
  7.   ClientWidth = 623
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GIFImage1: TGIFImage
  22.     Left = 8
  23.     Top = 263
  24.     Width = 17
  25.     Height = 18
  26.     Animate = False
  27.     AutoSize = False
  28.     Center = False
  29.     FirstImageOnly = False
  30.     Graphic = GIFImage1
  31.     Loop = False
  32.     Opaque = True
  33.     Stretch = False
  34.     StretchRatio = False
  35.     StretchBigOnly = False
  36.     Tile = False
  37.     Threaded = False
  38.     Visible = False
  39.   end
  40.   object ScriptPgCtrl: TPageControl
  41.     Left = 8
  42.     Top = 8
  43.     Width = 608
  44.     Height = 249
  45.     ActivePage = TabSheet1
  46.     TabOrder = 0
  47.     OnChange = ScriptPgCtrlChange
  48.     object TabSheet1: TTabSheet
  49.       object Label1: TLabel
  50.         Left = 12
  51.         Top = 12
  52.         Width = 3
  53.         Height = 13
  54.         Font.Charset = DEFAULT_CHARSET
  55.         Font.Color = clNavy
  56.         Font.Height = -11
  57.         Font.Name = 'MS Sans Serif'
  58.         Font.Style = []
  59.         ParentFont = False
  60.       end
  61.       object Label2: TLabel
  62.         Left = 12
  63.         Top = 108
  64.         Width = 3
  65.         Height = 13
  66.       end
  67.       object GroupBox1: TGroupBox
  68.         Left = 10
  69.         Top = 36
  70.         Width = 255
  71.         Height = 66
  72.         Font.Charset = DEFAULT_CHARSET
  73.         Font.Color = clBlack
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.         TabOrder = 0
  79.         object Label5: TLabel
  80.           Left = 12
  81.           Top = 27
  82.           Width = 3
  83.           Height = 13
  84.           Font.Charset = DEFAULT_CHARSET
  85.           Font.Color = clBlack
  86.           Font.Height = -11
  87.           Font.Name = 'MS Sans Serif'
  88.           Font.Style = []
  89.           ParentFont = False
  90.         end
  91.         object Label10: TLabel
  92.           Left = 139
  93.           Top = 27
  94.           Width = 3
  95.           Height = 13
  96.           Font.Charset = DEFAULT_CHARSET
  97.           Font.Color = clBlack
  98.           Font.Height = -11
  99.           Font.Name = 'MS Sans Serif'
  100.           Font.Style = []
  101.           ParentFont = False
  102.         end
  103.         object EditWidth: TEdit
  104.           Left = 64
  105.           Top = 24
  106.           Width = 38
  107.           Height = 21
  108.           HelpContext = 174
  109.           AutoSize = False
  110.           Ctl3D = True
  111.           Font.Charset = DEFAULT_CHARSET
  112.           Font.Color = clBlack
  113.           Font.Height = -11
  114.           Font.Name = 'MS Sans Serif'
  115.           Font.Style = []
  116.           MaxLength = 4
  117.           ParentCtl3D = False
  118.           ParentFont = False
  119.           TabOrder = 0
  120.           Text = '1'
  121.           OnChange = EditWidthChange
  122.         end
  123.         object UpDown1: TUpDown
  124.           Left = 102
  125.           Top = 24
  126.           Width = 15
  127.           Height = 21
  128.           HelpContext = 174
  129.           Associate = EditWidth
  130.           Min = 1
  131.           Position = 1
  132.           TabOrder = 2
  133.           Wrap = False
  134.         end
  135.         object EditDelai: TEdit
  136.           Left = 187
  137.           Top = 24
  138.           Width = 38
  139.           Height = 21
  140.           HelpContext = 100
  141.           Font.Charset = DEFAULT_CHARSET
  142.           Font.Color = clBlack
  143.           Font.Height = -11
  144.           Font.Name = 'MS Sans Serif'
  145.           Font.Style = []
  146.           MaxLength = 4
  147.           ParentFont = False
  148.           TabOrder = 1
  149.           Text = '1'
  150.           OnChange = EditDelaiChange
  151.         end
  152.         object UpDown2: TUpDown
  153.           Left = 225
  154.           Top = 24
  155.           Width = 15
  156.           Height = 21
  157.           HelpContext = 100
  158.           Associate = EditDelai
  159.           Min = 1
  160.           Max = 2000
  161.           Position = 1
  162.           TabOrder = 3
  163.           Wrap = False
  164.         end
  165.       end
  166.       object RadioGroup1: TRadioGroup
  167.         Left = 275
  168.         Top = 36
  169.         Width = 145
  170.         Height = 66
  171.         HelpContext = 39
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clBlack
  174.         Font.Height = -11
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.         TabOrder = 1
  179.       end
  180.       object Edit2: TEdit
  181.         Left = 10
  182.         Top = 122
  183.         Width = 579
  184.         Height = 21
  185.         HelpContext = 124
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clBlack
  188.         Font.Height = -11
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = []
  191.         MaxLength = 256
  192.         ParentFont = False
  193.         TabOrder = 3
  194.         OnChange = Edit2Change
  195.       end
  196.       object Panel4: TPanel
  197.         Left = 1
  198.         Top = 161
  199.         Width = 599
  200.         Height = 18
  201.         BevelOuter = bvLowered
  202.         Color = clNavy
  203.         Ctl3D = True
  204.         Font.Charset = DEFAULT_CHARSET
  205.         Font.Color = clWhite
  206.         Font.Height = -11
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = [fsBold]
  209.         ParentCtl3D = False
  210.         ParentFont = False
  211.         TabOrder = 4
  212.       end
  213.       object ScrollBox1: TScrollBox
  214.         Tag = -1
  215.         Left = 212
  216.         Top = 191
  217.         Width = 168
  218.         Height = 21
  219.         HelpContext = 136
  220.         HorzScrollBar.Visible = False
  221.         VertScrollBar.Visible = False
  222.         Color = clWhite
  223.         ParentColor = False
  224.         TabOrder = 5
  225.         object Label4: TLabel
  226.           Left = 3
  227.           Top = 1
  228.           Width = 32
  229.           Height = 15
  230.           Caption = 'aAbB'
  231.           Font.Charset = DEFAULT_CHARSET
  232.           Font.Color = clBlack
  233.           Font.Height = -12
  234.           Font.Name = 'Fixedsys'
  235.           Font.Style = []
  236.           ParentFont = False
  237.         end
  238.       end
  239.       object RadioGroup3: TRadioGroup
  240.         Left = 430
  241.         Top = 36
  242.         Width = 158
  243.         Height = 66
  244.         HelpContext = 304
  245.         Font.Charset = DEFAULT_CHARSET
  246.         Font.Color = clBlack
  247.         Font.Height = -11
  248.         Font.Name = 'MS Sans Serif'
  249.         Font.Style = []
  250.         ParentFont = False
  251.         TabOrder = 2
  252.         OnClick = RadioGroup3Click
  253.       end
  254.     end
  255.     object TabSheet2: TTabSheet
  256.       object Label7: TLabel
  257.         Left = 12
  258.         Top = 12
  259.         Width = 3
  260.         Height = 13
  261.         Font.Charset = DEFAULT_CHARSET
  262.         Font.Color = clNavy
  263.         Font.Height = -11
  264.         Font.Name = 'MS Sans Serif'
  265.         Font.Style = []
  266.         ParentFont = False
  267.       end
  268.       object RadioButton1: TRadioButton
  269.         Left = 10
  270.         Top = 40
  271.         Width = 91
  272.         Height = 17
  273.         HelpContext = 163
  274.         Checked = True
  275.         TabOrder = 0
  276.         TabStop = True
  277.         OnClick = RadioButton1Click
  278.       end
  279.       object RadioButton2: TRadioButton
  280.         Left = 10
  281.         Top = 56
  282.         Width = 91
  283.         Height = 17
  284.         HelpContext = 163
  285.         TabOrder = 1
  286.         OnClick = RadioButton2Click
  287.       end
  288.       object GroupBox2: TGroupBox
  289.         Left = 107
  290.         Top = 36
  291.         Width = 270
  292.         Height = 79
  293.         Font.Charset = DEFAULT_CHARSET
  294.         Font.Color = clBlack
  295.         Font.Height = -11
  296.         Font.Name = 'MS Sans Serif'
  297.         Font.Style = []
  298.         ParentFont = False
  299.         TabOrder = 2
  300.         object Label3: TLabel
  301.           Left = 12
  302.           Top = 21
  303.           Width = 3
  304.           Height = 13
  305.         end
  306.         object Label6: TLabel
  307.           Left = 12
  308.           Top = 49
  309.           Width = 3
  310.           Height = 13
  311.         end
  312.         object ComboBox1: TComboBox
  313.           Left = 71
  314.           Top = 46
  315.           Width = 185
  316.           Height = 21
  317.           HelpContext = 246
  318.           Style = csDropDownList
  319.           Font.Charset = DEFAULT_CHARSET
  320.           Font.Color = clBlack
  321.           Font.Height = -11
  322.           Font.Name = 'MS Sans Serif'
  323.           Font.Style = []
  324.           ItemHeight = 13
  325.           ParentFont = False
  326.           ParentShowHint = False
  327.           ShowHint = False
  328.           TabOrder = 1
  329.           OnChange = ComboBox1Change
  330.         end
  331.         object Edit1: TEdit
  332.           Left = 71
  333.           Top = 18
  334.           Width = 185
  335.           Height = 21
  336.           HelpContext = 133
  337.           Enabled = False
  338.           Font.Charset = DEFAULT_CHARSET
  339.           Font.Color = clBlack
  340.           Font.Height = -11
  341.           Font.Name = 'MS Sans Serif'
  342.           Font.Style = []
  343.           MaxLength = 256
  344.           ParentFont = False
  345.           TabOrder = 0
  346.         end
  347.       end
  348.     end
  349.     object TabSheet3: TTabSheet
  350.       object Label8: TLabel
  351.         Left = 12
  352.         Top = 12
  353.         Width = 3
  354.         Height = 13
  355.         Font.Charset = DEFAULT_CHARSET
  356.         Font.Color = clNavy
  357.         Font.Height = -11
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = []
  360.         ParentFont = False
  361.       end
  362.       object Label12: TLabel
  363.         Left = 10
  364.         Top = 174
  365.         Width = 3
  366.         Height = 13
  367.       end
  368.       object Label13: TLabel
  369.         Left = 464
  370.         Top = 173
  371.         Width = 3
  372.         Height = 13
  373.         Visible = False
  374.       end
  375.       object Label40: TLabel
  376.         Left = 339
  377.         Top = 174
  378.         Width = 3
  379.         Height = 13
  380.       end
  381.       object GroupBox3: TGroupBox
  382.         Left = 10
  383.         Top = 36
  384.         Width = 232
  385.         Height = 126
  386.         Font.Charset = DEFAULT_CHARSET
  387.         Font.Color = clBlack
  388.         Font.Height = -11
  389.         Font.Name = 'MS Sans Serif'
  390.         Font.Style = []
  391.         ParentFont = False
  392.         TabOrder = 0
  393.         object Label9: TLabel
  394.           Left = 12
  395.           Top = 27
  396.           Width = 3
  397.           Height = 13
  398.         end
  399.         object Label11: TLabel
  400.           Left = 12
  401.           Top = 71
  402.           Width = 3
  403.           Height = 13
  404.         end
  405.         object ComboBox3: TComboBox
  406.           Left = 12
  407.           Top = 42
  408.           Width = 177
  409.           Height = 21
  410.           HelpContext = 107
  411.           ItemHeight = 13
  412.           TabOrder = 0
  413.         end
  414.         object ComboBox4: TComboBox
  415.           Left = 12
  416.           Top = 86
  417.           Width = 177
  418.           Height = 21
  419.           HelpContext = 260
  420.           ItemHeight = 13
  421.           TabOrder = 2
  422.         end
  423.         object SpeedButton1: TBitBtn
  424.           Left = 195
  425.           Top = 42
  426.           Width = 23
  427.           Height = 21
  428.           TabOrder = 1
  429.           OnClick = SpeedButton1Click
  430.         end
  431.       end
  432.       object CopierBtn: TBitBtn
  433.         Left = 253
  434.         Top = 91
  435.         Width = 75
  436.         Height = 25
  437.         HelpContext = 69
  438.         TabOrder = 4
  439.         OnClick = CopierBtnClick
  440.         Glyph.Data = {
  441.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  442.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  443.           FF00FBF00000F3F00000E3F00000C3F00000800000000000000080000000C3F0
  444.           0000E3F00000F3F00000FBF00000}
  445.       end
  446.       object AjouterBtn: TBitBtn
  447.         Left = 253
  448.         Top = 41
  449.         Width = 75
  450.         Height = 25
  451.         HelpContext = 303
  452.         TabOrder = 2
  453.         OnClick = AjouterBtnClick
  454.         Glyph.Data = {
  455.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  456.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  457.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  458.           0000FC700000FCF00000FDF00000}
  459.         Layout = blGlyphRight
  460.       end
  461.       object ModifierBtn: TBitBtn
  462.         Left = 253
  463.         Top = 66
  464.         Width = 75
  465.         Height = 25
  466.         HelpContext = 196
  467.         TabOrder = 3
  468.         OnClick = RemplacerBtnClick
  469.         Glyph.Data = {
  470.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  471.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  472.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  473.           0000FC700000FCF00000FDF00000}
  474.         Layout = blGlyphRight
  475.       end
  476.       object EffacerBtn: TBitBtn
  477.         Left = 253
  478.         Top = 116
  479.         Width = 75
  480.         Height = 25
  481.         HelpContext = 120
  482.         TabOrder = 5
  483.         OnClick = EffacerBtnClick
  484.         Glyph.Data = {
  485.           66000000424D66000000000000003E000000280000000B0000000A0000000100
  486.           01000000000028000000000000000000000002000000020000000000FF00FFFF
  487.           FF00FFE000009F200000CE600000E0E00000F1E00000F1E00000E4E00000CE60
  488.           00009F600000FFE00000}
  489.         Layout = blGlyphRight
  490.       end
  491.       object Edit5: TEdit
  492.         Left = 10
  493.         Top = 188
  494.         Width = 232
  495.         Height = 21
  496.         HelpContext = 265
  497.         Font.Charset = DEFAULT_CHARSET
  498.         Font.Color = clBlack
  499.         Font.Height = -11
  500.         Font.Name = 'MS Sans Serif'
  501.         Font.Style = []
  502.         MaxLength = 256
  503.         ParentFont = False
  504.         TabOrder = 1
  505.       end
  506.       object GroupBox4: TGroupBox
  507.         Left = 339
  508.         Top = 36
  509.         Width = 252
  510.         Height = 63
  511.         HelpContext = 141
  512.         Font.Charset = DEFAULT_CHARSET
  513.         Font.Color = clBlack
  514.         Font.Height = -11
  515.         Font.Name = 'MS Sans Serif'
  516.         Font.Style = []
  517.         ParentFont = False
  518.         TabOrder = 8
  519.         object ComboBox2: TComboBox
  520.           Left = 12
  521.           Top = 24
  522.           Width = 228
  523.           Height = 21
  524.           HelpContext = 141
  525.           Style = csDropDownList
  526.           ItemHeight = 13
  527.           MaxLength = 256
  528.           TabOrder = 0
  529.         end
  530.         object ListBox1: TListBox
  531.           Left = 12
  532.           Top = 24
  533.           Width = 228
  534.           Height = 22
  535.           HelpContext = 141
  536.           Font.Charset = DEFAULT_CHARSET
  537.           Font.Color = clBlack
  538.           Font.Height = -11
  539.           Font.Name = 'MS Sans Serif'
  540.           Font.Style = []
  541.           ItemHeight = 13
  542.           ParentFont = False
  543.           TabOrder = 1
  544.           Visible = False
  545.         end
  546.       end
  547.       object RadioButton3: TRadioButton
  548.         Left = 339
  549.         Top = 18
  550.         Width = 121
  551.         Height = 17
  552.         HelpContext = 41
  553.         Checked = True
  554.         TabOrder = 6
  555.         TabStop = True
  556.         OnClick = RadioButton3Click
  557.       end
  558.       object RadioButton4: TRadioButton
  559.         Left = 459
  560.         Top = 18
  561.         Width = 113
  562.         Height = 17
  563.         HelpContext = 40
  564.         TabOrder = 7
  565.         OnClick = RadioButton3Click
  566.       end
  567.       object Edit3: TEdit
  568.         Left = 464
  569.         Top = 188
  570.         Width = 24
  571.         Height = 21
  572.         HelpContext = 213
  573.         MaxLength = 1
  574.         TabOrder = 9
  575.         Text = '3'
  576.         Visible = False
  577.         OnChange = Edit3Change
  578.       end
  579.       object UpDown3: TUpDown
  580.         Left = 488
  581.         Top = 188
  582.         Width = 15
  583.         Height = 21
  584.         HelpContext = 213
  585.         Associate = Edit3
  586.         Min = 2
  587.         Max = 8
  588.         Position = 3
  589.         TabOrder = 10
  590.         Visible = False
  591.         Wrap = False
  592.       end
  593.       object Edit12: TEdit
  594.         Left = 339
  595.         Top = 188
  596.         Width = 118
  597.         Height = 21
  598.         HelpContext = 59
  599.         MaxLength = 256
  600.         TabOrder = 11
  601.         OnChange = Edit3Change
  602.       end
  603.     end
  604.     object TabSheet4: TTabSheet
  605.       object Label14: TLabel
  606.         Left = 12
  607.         Top = 12
  608.         Width = 3
  609.         Height = 13
  610.         Font.Charset = DEFAULT_CHARSET
  611.         Font.Color = clNavy
  612.         Font.Height = -11
  613.         Font.Name = 'MS Sans Serif'
  614.         Font.Style = []
  615.         ParentFont = False
  616.       end
  617.       object Label18: TLabel
  618.         Left = 12
  619.         Top = 134
  620.         Width = 3
  621.         Height = 13
  622.         Font.Charset = DEFAULT_CHARSET
  623.         Font.Color = clBlack
  624.         Font.Height = -11
  625.         Font.Name = 'MS Sans Serif'
  626.         Font.Style = []
  627.         ParentFont = False
  628.       end
  629.       object Edit4: TEdit
  630.         Left = 10
  631.         Top = 148
  632.         Width = 578
  633.         Height = 21
  634.         HelpContext = 261
  635.         MaxLength = 256
  636.         TabOrder = 0
  637.       end
  638.       object RadioGroup2: TRadioGroup
  639.         Left = 10
  640.         Top = 34
  641.         Width = 257
  642.         Height = 81
  643.         HelpContext = 75
  644.         TabOrder = 1
  645.       end
  646.       object GroupBox5: TGroupBox
  647.         Left = 277
  648.         Top = 34
  649.         Width = 311
  650.         Height = 81
  651.         Font.Charset = DEFAULT_CHARSET
  652.         Font.Color = clBlack
  653.         Font.Height = -11
  654.         Font.Name = 'MS Sans Serif'
  655.         Font.Style = []
  656.         ParentFont = False
  657.         TabOrder = 2
  658.         object Label19: TLabel
  659.           Left = 12
  660.           Top = 23
  661.           Width = 3
  662.           Height = 13
  663.           Font.Charset = DEFAULT_CHARSET
  664.           Font.Color = clBlack
  665.           Font.Height = -11
  666.           Font.Name = 'MS Sans Serif'
  667.           Font.Style = []
  668.           ParentFont = False
  669.         end
  670.         object Label20: TLabel
  671.           Left = 12
  672.           Top = 51
  673.           Width = 3
  674.           Height = 13
  675.           Font.Charset = DEFAULT_CHARSET
  676.           Font.Color = clBlack
  677.           Font.Height = -11
  678.           Font.Name = 'MS Sans Serif'
  679.           Font.Style = []
  680.           ParentFont = False
  681.         end
  682.         object FontName: TComboBox
  683.           Left = 116
  684.           Top = 20
  685.           Width = 180
  686.           Height = 21
  687.           HelpContext = 276
  688.           Style = csDropDownList
  689.           ItemHeight = 13
  690.           TabOrder = 0
  691.         end
  692.         object ComboBox9: TComboBox
  693.           Left = 116
  694.           Top = 48
  695.           Width = 42
  696.           Height = 21
  697.           HelpContext = 251
  698.           Style = csDropDownList
  699.           ItemHeight = 13
  700.           MaxLength = 1
  701.           TabOrder = 1
  702.           Items.Strings = (
  703.             '1'
  704.             '2'
  705.             '3'
  706.             '4'
  707.             '5'
  708.             '6'
  709.             '7')
  710.         end
  711.       end
  712.     end
  713.     object TabSheet5: TTabSheet
  714.       object Label15: TLabel
  715.         Left = 10
  716.         Top = 12
  717.         Width = 3
  718.         Height = 13
  719.         Font.Charset = DEFAULT_CHARSET
  720.         Font.Color = clNavy
  721.         Font.Height = -11
  722.         Font.Name = 'MS Sans Serif'
  723.         Font.Style = []
  724.         ParentFont = False
  725.       end
  726.       object GroupBox7: TGroupBox
  727.         Left = 10
  728.         Top = 28
  729.         Width = 580
  730.         Height = 182
  731.         Font.Charset = DEFAULT_CHARSET
  732.         Font.Color = clBlack
  733.         Font.Height = -11
  734.         Font.Name = 'MS Sans Serif'
  735.         Font.Style = []
  736.         ParentFont = False
  737.         TabOrder = 0
  738.         object Bevel4: TBevel
  739.           Left = 170
  740.           Top = 48
  741.           Width = 300
  742.           Height = 2
  743.         end
  744.         object Label21: TLabel
  745.           Left = 12
  746.           Top = 157
  747.           Width = 3
  748.           Height = 13
  749.         end
  750.         object Label22: TLabel
  751.           Left = 90
  752.           Top = 157
  753.           Width = 3
  754.           Height = 13
  755.         end
  756.         object Button7: TButton
  757.           Left = 481
  758.           Top = 20
  759.           Width = 86
  760.           Height = 21
  761.           HelpContext = 8
  762.           Enabled = False
  763.           Font.Charset = DEFAULT_CHARSET
  764.           Font.Color = clBlack
  765.           Font.Height = -11
  766.           Font.Name = 'MS Sans Serif'
  767.           Font.Style = []
  768.           ParentFont = False
  769.           TabOrder = 1
  770.           OnClick = Button7Click
  771.         end
  772.         object Button9: TButton
  773.           Left = 481
  774.           Top = 88
  775.           Width = 86
  776.           Height = 21
  777.           HelpContext = 120
  778.           Enabled = False
  779.           Font.Charset = DEFAULT_CHARSET
  780.           Font.Color = clBlack
  781.           Font.Height = -11
  782.           Font.Name = 'MS Sans Serif'
  783.           Font.Style = []
  784.           ParentFont = False
  785.           TabOrder = 6
  786.           OnClick = Button9Click
  787.         end
  788.         object Button8: TButton
  789.           Left = 481
  790.           Top = 59
  791.           Width = 86
  792.           Height = 21
  793.           HelpContext = 289
  794.           Enabled = False
  795.           Font.Charset = DEFAULT_CHARSET
  796.           Font.Color = clBlack
  797.           Font.Height = -11
  798.           Font.Name = 'MS Sans Serif'
  799.           Font.Style = []
  800.           ParentFont = False
  801.           TabOrder = 5
  802.           OnClick = Button8Click
  803.         end
  804.         object HautBtn: TBitBtn
  805.           Left = 481
  806.           Top = 125
  807.           Width = 22
  808.           Height = 22
  809.           HelpContext = 103
  810.           Enabled = False
  811.           TabOrder = 7
  812.           Visible = False
  813.           OnClick = HautBtnClick
  814.           Layout = blGlyphRight
  815.         end
  816.         object BasBtn: TBitBtn
  817.           Left = 481
  818.           Top = 147
  819.           Width = 22
  820.           Height = 22
  821.           HelpContext = 102
  822.           Enabled = False
  823.           TabOrder = 8
  824.           Visible = False
  825.           OnClick = BasBtnClick
  826.           Layout = blGlyphRight
  827.         end
  828.         object ListBox2: TListBox
  829.           Left = 170
  830.           Top = 59
  831.           Width = 300
  832.           Height = 93
  833.           HelpContext = 139
  834.           Font.Charset = DEFAULT_CHARSET
  835.           Font.Color = clBlack
  836.           Font.Height = -11
  837.           Font.Name = 'MS Sans Serif'
  838.           Font.Style = []
  839.           ItemHeight = 13
  840.           ParentFont = False
  841.           TabOrder = 2
  842.           Visible = False
  843.           OnMouseDown = ListBox2MouseDown
  844.         end
  845.         object EditEdit4: TEdit
  846.           Left = 173
  847.           Top = 61
  848.           Width = 183
  849.           Height = 19
  850.           Ctl3D = False
  851.           ParentCtl3D = False
  852.           TabOrder = 4
  853.           Visible = False
  854.           OnKeyPress = EditEdit4KeyPress
  855.         end
  856.         object ScrollBox3: TScrollBox
  857.           Left = 12
  858.           Top = 20
  859.           Width = 147
  860.           Height = 131
  861.           HelpContext = 143
  862.           TabOrder = 10
  863.           object ImageSel: TPMultiImage
  864.             Left = 0
  865.             Top = 0
  866.             Width = 105
  867.             Height = 105
  868.             AutoSize = True
  869.             Color = clBtnFace
  870.             Picture.Data = {07544269746D617000000000}
  871.             ImageName = 'FILE NOT FOUND'
  872.             ImageDither = True
  873.             TextLeft = 0
  874.             TextTop = 0
  875.             TextRotate = 0
  876.             TabOrder = 0
  877.             TabStop = False
  878.           end
  879.         end
  880.         object CheckBox6: TCheckBox
  881.           Left = 170
  882.           Top = 154
  883.           Width = 299
  884.           Height = 17
  885.           HelpContext = 54
  886.           Font.Charset = DEFAULT_CHARSET
  887.           Font.Color = clBlack
  888.           Font.Height = -11
  889.           Font.Name = 'MS Sans Serif'
  890.           Font.Style = []
  891.           ParentFont = False
  892.           TabOrder = 9
  893.           OnClick = CheckBox6Click
  894.         end
  895.         object ComboBox5: TComboBox
  896.           Left = 170
  897.           Top = 59
  898.           Width = 300
  899.           Height = 21
  900.           HelpContext = 139
  901.           ItemHeight = 13
  902.           TabOrder = 3
  903.           OnChange = ComboBox5Change
  904.         end
  905.         object Edit16: TEdit
  906.           Left = 170
  907.           Top = 20
  908.           Width = 300
  909.           Height = 21
  910.           HelpContext = 259
  911.           MaxLength = 256
  912.           TabOrder = 0
  913.           OnChange = Edit16Change
  914.         end
  915.         object Edit8: TEdit
  916.           Left = 106
  917.           Top = 154
  918.           Width = 38
  919.           Height = 21
  920.           HelpContext = 160
  921.           MaxLength = 4
  922.           TabOrder = 13
  923.           Text = '240'
  924.           OnChange = Edit8Change
  925.         end
  926.         object UpDown5: TUpDown
  927.           Left = 144
  928.           Top = 154
  929.           Width = 15
  930.           Height = 21
  931.           HelpContext = 160
  932.           Associate = Edit8
  933.           Min = 0
  934.           Max = 9999
  935.           Position = 240
  936.           TabOrder = 14
  937.           Wrap = False
  938.         end
  939.         object Edit7: TEdit
  940.           Left = 27
  941.           Top = 154
  942.           Width = 38
  943.           Height = 21
  944.           HelpContext = 177
  945.           MaxLength = 4
  946.           TabOrder = 11
  947.           Text = '320'
  948.           OnChange = Edit7Change
  949.         end
  950.         object UpDown6: TUpDown
  951.           Left = 65
  952.           Top = 154
  953.           Width = 15
  954.           Height = 21
  955.           HelpContext = 177
  956.           Associate = Edit7
  957.           Min = 0
  958.           Max = 9999
  959.           Position = 320
  960.           TabOrder = 12
  961.           Wrap = False
  962.         end
  963.       end
  964.     end
  965.     object TabSheet6: TTabSheet
  966.       OnMouseMove = ScrollBox2MouseMove
  967.       object Label16: TLabel
  968.         Left = 10
  969.         Top = 12
  970.         Width = 3
  971.         Height = 13
  972.         Font.Charset = DEFAULT_CHARSET
  973.         Font.Color = clNavy
  974.         Font.Height = -11
  975.         Font.Name = 'MS Sans Serif'
  976.         Font.Style = []
  977.         ParentFont = False
  978.       end
  979.       object GroupBox6: TGroupBox
  980.         Left = 10
  981.         Top = 34
  982.         Width = 428
  983.         Height = 176
  984.         HelpContext = 134
  985.         TabOrder = 0
  986.         object ScrollBox2: TScrollBox
  987.           Left = 10
  988.           Top = 20
  989.           Width = 406
  990.           Height = 144
  991.           HelpContext = 134
  992.           TabOrder = 0
  993.           OnMouseMove = ScrollBox2MouseMove
  994.           object Image1: TPMultiImage
  995.             Left = 0
  996.             Top = 0
  997.             Width = 105
  998.             Height = 105
  999.             AutoSize = True
  1000.             Color = clBtnFace
  1001.             Picture.Data = {07544269746D617000000000}
  1002.             ImageName = 'FILE NOT FOUND'
  1003.             ImageDither = True
  1004.             OnMouseMove = Image1MouseMove
  1005.             TextLeft = 0
  1006.             TextTop = 0
  1007.             TextRotate = 0
  1008.             TabOrder = 0
  1009.             TabStop = False
  1010.           end
  1011.           object Image2: TPMultiImage
  1012.             Left = 32
  1013.             Top = 16
  1014.             Width = 105
  1015.             Height = 105
  1016.             AutoSize = True
  1017.             Color = clBtnFace
  1018.             Picture.Data = {07544269746D617000000000}
  1019.             ImageName = 'FILE NOT FOUND'
  1020.             ImageDither = True
  1021.             Stretch = True
  1022.             TextLeft = 0
  1023.             TextTop = 0
  1024.             TextRotate = 0
  1025.             TabOrder = 1
  1026.             TabStop = False
  1027.             Visible = False
  1028.           end
  1029.         end
  1030.       end
  1031.       object GroupBox14: TGroupBox
  1032.         Left = 448
  1033.         Top = 34
  1034.         Width = 144
  1035.         Height = 176
  1036.         TabOrder = 1
  1037.         object Label41: TLabel
  1038.           Left = 12
  1039.           Top = 128
  1040.           Width = 3
  1041.           Height = 13
  1042.         end
  1043.         object Image1Btn: TButton
  1044.           Left = 13
  1045.           Top = 24
  1046.           Width = 120
  1047.           Height = 25
  1048.           HelpContext = 11
  1049.           ParentShowHint = False
  1050.           ShowHint = True
  1051.           TabOrder = 0
  1052.           OnClick = Image1BtnClick
  1053.         end
  1054.         object Image2Btn: TButton
  1055.           Left = 13
  1056.           Top = 53
  1057.           Width = 120
  1058.           Height = 25
  1059.           HelpContext = 9
  1060.           ParentShowHint = False
  1061.           ShowHint = True
  1062.           TabOrder = 1
  1063.           OnClick = Image1BtnClick
  1064.         end
  1065.         object LienBtn: TButton
  1066.           Left = 13
  1067.           Top = 90
  1068.           Width = 120
  1069.           Height = 25
  1070.           HelpContext = 13
  1071.           ParentShowHint = False
  1072.           PopupMenu = PopupMenu1
  1073.           ShowHint = True
  1074.           TabOrder = 2
  1075.           OnClick = LienBtnClick
  1076.         end
  1077.         object ComboBox10: TComboBox
  1078.           Left = 12
  1079.           Top = 142
  1080.           Width = 120
  1081.           Height = 21
  1082.           HelpContext = 59
  1083.           ItemHeight = 13
  1084.           TabOrder = 3
  1085.         end
  1086.       end
  1087.     end
  1088.     object TabSheet7: TTabSheet
  1089.       object Label23: TLabel
  1090.         Left = 12
  1091.         Top = 12
  1092.         Width = 3
  1093.         Height = 13
  1094.         Font.Charset = DEFAULT_CHARSET
  1095.         Font.Color = clNavy
  1096.         Font.Height = -11
  1097.         Font.Name = 'MS Sans Serif'
  1098.         Font.Style = []
  1099.         ParentFont = False
  1100.       end
  1101.       object GroupBox8: TGroupBox
  1102.         Left = 291
  1103.         Top = 34
  1104.         Width = 300
  1105.         Height = 176
  1106.         Font.Charset = DEFAULT_CHARSET
  1107.         Font.Color = clBlack
  1108.         Font.Height = -11
  1109.         Font.Name = 'MS Sans Serif'
  1110.         Font.Style = []
  1111.         ParentFont = False
  1112.         TabOrder = 1
  1113.         object Label24: TLabel
  1114.           Left = 12
  1115.           Top = 23
  1116.           Width = 3
  1117.           Height = 13
  1118.           Font.Charset = DEFAULT_CHARSET
  1119.           Font.Color = clBlack
  1120.           Font.Height = -11
  1121.           Font.Name = 'MS Sans Serif'
  1122.           Font.Style = []
  1123.           ParentFont = False
  1124.         end
  1125.         object Label25: TLabel
  1126.           Left = 12
  1127.           Top = 51
  1128.           Width = 3
  1129.           Height = 13
  1130.           Font.Charset = DEFAULT_CHARSET
  1131.           Font.Color = clBlack
  1132.           Font.Height = -11
  1133.           Font.Name = 'MS Sans Serif'
  1134.           Font.Style = []
  1135.           ParentFont = False
  1136.         end
  1137.         object Label28: TLabel
  1138.           Left = 12
  1139.           Top = 79
  1140.           Width = 3
  1141.           Height = 13
  1142.           Font.Charset = DEFAULT_CHARSET
  1143.           Font.Color = clBlack
  1144.           Font.Height = -11
  1145.           Font.Name = 'MS Sans Serif'
  1146.           Font.Style = []
  1147.           ParentFont = False
  1148.         end
  1149.         object Label27: TLabel
  1150.           Left = 12
  1151.           Top = 125
  1152.           Width = 3
  1153.           Height = 13
  1154.           Font.Charset = DEFAULT_CHARSET
  1155.           Font.Color = clBlack
  1156.           Font.Height = -11
  1157.           Font.Name = 'MS Sans Serif'
  1158.           Font.Style = []
  1159.           ParentFont = False
  1160.         end
  1161.         object Label26: TLabel
  1162.           Left = 12
  1163.           Top = 150
  1164.           Width = 3
  1165.           Height = 13
  1166.           Font.Charset = DEFAULT_CHARSET
  1167.           Font.Color = clBlack
  1168.           Font.Height = -11
  1169.           Font.Name = 'MS Sans Serif'
  1170.           Font.Style = []
  1171.           ParentFont = False
  1172.         end
  1173.         object Bevel1: TBevel
  1174.           Left = 12
  1175.           Top = 111
  1176.           Width = 274
  1177.           Height = 2
  1178.         end
  1179.         object FontName2: TComboBox
  1180.           Left = 116
  1181.           Top = 20
  1182.           Width = 171
  1183.           Height = 21
  1184.           HelpContext = 275
  1185.           Style = csDropDownList
  1186.           ItemHeight = 13
  1187.           MaxLength = 256
  1188.           TabOrder = 0
  1189.           OnChange = FontName2Change
  1190.         end
  1191.         object ComboBox6: TComboBox
  1192.           Left = 116
  1193.           Top = 76
  1194.           Width = 142
  1195.           Height = 21
  1196.           HelpContext = 221
  1197.           ItemHeight = 13
  1198.           MaxLength = 256
  1199.           TabOrder = 2
  1200.         end
  1201.         object ComboBox8: TComboBox
  1202.           Left = 116
  1203.           Top = 48
  1204.           Width = 42
  1205.           Height = 21
  1206.           HelpContext = 250
  1207.           ItemHeight = 13
  1208.           MaxLength = 1
  1209.           TabOrder = 1
  1210.           Text = '3'
  1211.           OnChange = ComboBox8Change
  1212.           Items.Strings = (
  1213.             '1'
  1214.             '2'
  1215.             '3'
  1216.             '4'
  1217.             '5'
  1218.             '6'
  1219.             '7')
  1220.         end
  1221.         object ColorButton2: TWin95ColorButton
  1222.           Left = 148
  1223.           Top = 122
  1224.           Width = 40
  1225.           Height = 22
  1226.           HelpContext = 74
  1227.           Color = 12646394
  1228.           ButtonCaption = '&More...'
  1229.           OnColorChange = ColorButton2ColorChange
  1230.           OnDblClick = ColorButton2DblClick
  1231.         end
  1232.         object ColorButton1: TWin95ColorButton
  1233.           Left = 148
  1234.           Top = 147
  1235.           Width = 40
  1236.           Height = 22
  1237.           HelpContext = 93
  1238.           Color = clBlack
  1239.           ButtonCaption = '&More...'
  1240.           OnColorChange = ColorButton1ColorChange
  1241.           OnDblClick = ColorButton1DblClick
  1242.         end
  1243.         object SpeedButton2: TBitBtn
  1244.           Left = 263
  1245.           Top = 76
  1246.           Width = 23
  1247.           Height = 21
  1248.           TabOrder = 3
  1249.           OnClick = SpeedButton2Click
  1250.         end
  1251.       end
  1252.       object GroupBox10: TGroupBox
  1253.         Left = 10
  1254.         Top = 34
  1255.         Width = 269
  1256.         Height = 176
  1257.         HelpContext = 257
  1258.         TabOrder = 0
  1259.         object lblTitle2: TLabel
  1260.           Left = 12
  1261.           Top = 23
  1262.           Width = 3
  1263.           Height = 13
  1264.         end
  1265.         object Memo1: TRichEdit
  1266.           Left = 10
  1267.           Top = 56
  1268.           Width = 249
  1269.           Height = 109
  1270.           HelpContext = 257
  1271.           Color = 12646394
  1272.           Font.Charset = DEFAULT_CHARSET
  1273.           Font.Color = clBlack
  1274.           Font.Height = -13
  1275.           Font.Name = 'Times New Roman'
  1276.           Font.Style = []
  1277.           ParentFont = False
  1278.           TabOrder = 1
  1279.         end
  1280.         object EditTitle2: TEdit
  1281.           Left = 56
  1282.           Top = 20
  1283.           Width = 203
  1284.           Height = 21
  1285.           HelpContext = 257
  1286.           MaxLength = 255
  1287.           TabOrder = 0
  1288.         end
  1289.       end
  1290.     end
  1291.     object TabSheet8: TTabSheet
  1292.       object Label32: TLabel
  1293.         Left = 12
  1294.         Top = 12
  1295.         Width = 3
  1296.         Height = 13
  1297.         Font.Charset = DEFAULT_CHARSET
  1298.         Font.Color = clNavy
  1299.         Font.Height = -11
  1300.         Font.Name = 'MS Sans Serif'
  1301.         Font.Style = []
  1302.         ParentFont = False
  1303.       end
  1304.       object GroupBox9: TGroupBox
  1305.         Left = 10
  1306.         Top = 34
  1307.         Width = 472
  1308.         Height = 176
  1309.         HelpContext = 117
  1310.         TabOrder = 0
  1311.         object Memo2: TRichEdit
  1312.           Left = 11
  1313.           Top = 20
  1314.           Width = 231
  1315.           Height = 117
  1316.           HelpContext = 291
  1317.           Font.Charset = DEFAULT_CHARSET
  1318.           Font.Color = clBlack
  1319.           Font.Height = -13
  1320.           Font.Name = 'System'
  1321.           Font.Style = [fsBold]
  1322.           ParentFont = False
  1323.           ScrollBars = ssVertical
  1324.           TabOrder = 0
  1325.         end
  1326.       end
  1327.       object GroupBox11: TGroupBox
  1328.         Left = 492
  1329.         Top = 34
  1330.         Width = 99
  1331.         Height = 176
  1332.         Font.Charset = DEFAULT_CHARSET
  1333.         Font.Color = clBlack
  1334.         Font.Height = -11
  1335.         Font.Name = 'MS Sans Serif'
  1336.         Font.Style = []
  1337.         ParentFont = False
  1338.         TabOrder = 1
  1339.         object Label33: TLabel
  1340.           Left = 12
  1341.           Top = 20
  1342.           Width = 3
  1343.           Height = 13
  1344.           Font.Charset = DEFAULT_CHARSET
  1345.           Font.Color = clBlack
  1346.           Font.Height = -11
  1347.           Font.Name = 'MS Sans Serif'
  1348.           Font.Style = []
  1349.           ParentFont = False
  1350.         end
  1351.         object Label34: TLabel
  1352.           Left = 12
  1353.           Top = 65
  1354.           Width = 3
  1355.           Height = 13
  1356.           Font.Charset = DEFAULT_CHARSET
  1357.           Font.Color = clBlack
  1358.           Font.Height = -11
  1359.           Font.Name = 'MS Sans Serif'
  1360.           Font.Style = []
  1361.           ParentFont = False
  1362.         end
  1363.         object Edit10: TEdit
  1364.           Left = 12
  1365.           Top = 35
  1366.           Width = 38
  1367.           Height = 21
  1368.           HelpContext = 175
  1369.           AutoSize = False
  1370.           Font.Charset = DEFAULT_CHARSET
  1371.           Font.Color = clBlack
  1372.           Font.Height = -11
  1373.           Font.Name = 'MS Sans Serif'
  1374.           Font.Style = []
  1375.           MaxLength = 4
  1376.           ParentFont = False
  1377.           TabOrder = 0
  1378.           Text = '40'
  1379.           OnChange = Edit10Change
  1380.         end
  1381.         object Edit11: TEdit
  1382.           Left = 12
  1383.           Top = 80
  1384.           Width = 38
  1385.           Height = 21
  1386.           HelpContext = 159
  1387.           AutoSize = False
  1388.           Font.Charset = DEFAULT_CHARSET
  1389.           Font.Color = clBlack
  1390.           Font.Height = -11
  1391.           Font.Name = 'MS Sans Serif'
  1392.           Font.Style = []
  1393.           MaxLength = 4
  1394.           ParentFont = False
  1395.           TabOrder = 1
  1396.           Text = '8'
  1397.           OnChange = Edit11Change
  1398.         end
  1399.         object UpDown9: TUpDown
  1400.           Left = 50
  1401.           Top = 80
  1402.           Width = 15
  1403.           Height = 21
  1404.           HelpContext = 159
  1405.           Associate = Edit11
  1406.           Min = 1
  1407.           Max = 9999
  1408.           Position = 8
  1409.           TabOrder = 2
  1410.           Thousands = False
  1411.           Wrap = False
  1412.         end
  1413.         object UpDown10: TUpDown
  1414.           Left = 50
  1415.           Top = 35
  1416.           Width = 15
  1417.           Height = 21
  1418.           HelpContext = 175
  1419.           Associate = Edit10
  1420.           Min = 1
  1421.           Max = 9999
  1422.           Position = 40
  1423.           TabOrder = 3
  1424.           Thousands = False
  1425.           Wrap = False
  1426.         end
  1427.       end
  1428.     end
  1429.     object TabSheet9: TTabSheet
  1430.       object Label39: TLabel
  1431.         Left = 10
  1432.         Top = 12
  1433.         Width = 3
  1434.         Height = 13
  1435.         Font.Charset = DEFAULT_CHARSET
  1436.         Font.Color = clNavy
  1437.         Font.Height = -11
  1438.         Font.Name = 'MS Sans Serif'
  1439.         Font.Style = []
  1440.         ParentFont = False
  1441.       end
  1442.       object Label36: TLabel
  1443.         Left = 10
  1444.         Top = 194
  1445.         Width = 3
  1446.         Height = 13
  1447.       end
  1448.       object Label37: TLabel
  1449.         Left = 10
  1450.         Top = 166
  1451.         Width = 3
  1452.         Height = 13
  1453.       end
  1454.       object Label35: TLabel
  1455.         Left = 98
  1456.         Top = 194
  1457.         Width = 3
  1458.         Height = 13
  1459.       end
  1460.       object lblTarget: TLabel
  1461.         Left = 184
  1462.         Top = 177
  1463.         Width = 3
  1464.         Height = 13
  1465.       end
  1466.       object GroupBox12: TGroupBox
  1467.         Left = 339
  1468.         Top = 34
  1469.         Width = 253
  1470.         Height = 176
  1471.         Font.Charset = DEFAULT_CHARSET
  1472.         Font.Color = clBlack
  1473.         Font.Height = -11
  1474.         Font.Name = 'MS Sans Serif'
  1475.         Font.Style = []
  1476.         ParentFont = False
  1477.         TabOrder = 12
  1478.         object Label38: TLabel
  1479.           Left = 12
  1480.           Top = 131
  1481.           Width = 3
  1482.           Height = 13
  1483.         end
  1484.         object ScrollBox4: TScrollBox
  1485.           Left = 12
  1486.           Top = 20
  1487.           Width = 229
  1488.           Height = 107
  1489.           HelpContext = 142
  1490.           TabOrder = 0
  1491.           object ImageSel2: TPMultiImage
  1492.             Left = 0
  1493.             Top = 0
  1494.             Width = 105
  1495.             Height = 103
  1496.             HelpContext = 142
  1497.             AutoSize = True
  1498.             Color = clBtnFace
  1499.             Picture.Data = {07544269746D617000000000}
  1500.             ImageName = 'FILE NOT FOUND'
  1501.             ImageDither = True
  1502.             TextLeft = 0
  1503.             TextTop = 0
  1504.             TextRotate = 0
  1505.             TabOrder = 0
  1506.             TabStop = False
  1507.           end
  1508.         end
  1509.         object ComboBox13: TComboBox
  1510.           Left = 12
  1511.           Top = 147
  1512.           Width = 230
  1513.           Height = 21
  1514.           HelpContext = 184
  1515.           Style = csDropDownList
  1516.           ItemHeight = 13
  1517.           MaxLength = 256
  1518.           TabOrder = 1
  1519.           OnChange = ComboBox13Change
  1520.         end
  1521.       end
  1522.       object GroupBox13: TGroupBox
  1523.         Left = 10
  1524.         Top = 34
  1525.         Width = 232
  1526.         Height = 120
  1527.         Font.Charset = DEFAULT_CHARSET
  1528.         Font.Color = clBlack
  1529.         Font.Height = -11
  1530.         Font.Name = 'MS Sans Serif'
  1531.         Font.Style = []
  1532.         ParentFont = False
  1533.         TabOrder = 0
  1534.         object Label43: TLabel
  1535.           Left = 12
  1536.           Top = 27
  1537.           Width = 3
  1538.           Height = 13
  1539.         end
  1540.         object Label44: TLabel
  1541.           Left = 12
  1542.           Top = 71
  1543.           Width = 3
  1544.           Height = 13
  1545.         end
  1546.         object ComboBox11: TComboBox
  1547.           Left = 12
  1548.           Top = 42
  1549.           Width = 177
  1550.           Height = 21
  1551.           HelpContext = 426
  1552.           ItemHeight = 13
  1553.           TabOrder = 0
  1554.         end
  1555.         object ComboBox12: TComboBox
  1556.           Left = 12
  1557.           Top = 86
  1558.           Width = 177
  1559.           Height = 21
  1560.           HelpContext = 425
  1561.           ItemHeight = 13
  1562.           TabOrder = 2
  1563.         end
  1564.         object SpeedButton4: TBitBtn
  1565.           Left = 195
  1566.           Top = 42
  1567.           Width = 23
  1568.           Height = 21
  1569.           TabOrder = 1
  1570.           OnClick = Button5Click
  1571.         end
  1572.         object SpeedButton5: TBitBtn
  1573.           Left = 195
  1574.           Top = 86
  1575.           Width = 23
  1576.           Height = 21
  1577.           TabOrder = 3
  1578.           OnClick = SpeedButton5Click
  1579.         end
  1580.       end
  1581.       object BitBtn2: TBitBtn
  1582.         Left = 253
  1583.         Top = 39
  1584.         Width = 75
  1585.         Height = 25
  1586.         HelpContext = 14
  1587.         TabOrder = 8
  1588.         OnClick = BitBtn2Click
  1589.         Glyph.Data = {
  1590.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1591.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1592.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  1593.           0000FC700000FCF00000FDF00000}
  1594.         Layout = blGlyphRight
  1595.       end
  1596.       object BitBtn3: TBitBtn
  1597.         Left = 253
  1598.         Top = 64
  1599.         Width = 75
  1600.         Height = 25
  1601.         HelpContext = 423
  1602.         TabOrder = 9
  1603.         OnClick = BitBtn3Click
  1604.         Glyph.Data = {
  1605.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1606.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1607.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  1608.           0000FC700000FCF00000FDF00000}
  1609.         Layout = blGlyphRight
  1610.       end
  1611.       object BitBtn4: TBitBtn
  1612.         Left = 253
  1613.         Top = 89
  1614.         Width = 75
  1615.         Height = 25
  1616.         HelpContext = 424
  1617.         TabOrder = 10
  1618.         OnClick = BitBtn4Click
  1619.         Glyph.Data = {
  1620.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1621.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1622.           FF00FBF00000F3F00000E3F00000C3F00000800000000000000080000000C3F0
  1623.           0000E3F00000F3F00000FBF00000}
  1624.       end
  1625.       object BitBtn5: TBitBtn
  1626.         Left = 253
  1627.         Top = 114
  1628.         Width = 75
  1629.         Height = 25
  1630.         HelpContext = 422
  1631.         TabOrder = 11
  1632.         OnClick = Button4Click
  1633.         Glyph.Data = {
  1634.           66000000424D66000000000000003E000000280000000B0000000A0000000100
  1635.           01000000000028000000000000000000000002000000020000000000FF00FFFF
  1636.           FF00FFE000009F200000CE600000E0E00000F1E00000F1E00000E4E00000CE60
  1637.           00009F600000FFE00000}
  1638.         Layout = blGlyphRight
  1639.       end
  1640.       object Edit14: TEdit
  1641.         Left = 115
  1642.         Top = 191
  1643.         Width = 38
  1644.         Height = 21
  1645.         HelpContext = 160
  1646.         MaxLength = 4
  1647.         TabOrder = 5
  1648.         Text = '240'
  1649.         OnChange = Edit14Change
  1650.       end
  1651.       object UpDown4: TUpDown
  1652.         Left = 153
  1653.         Top = 191
  1654.         Width = 15
  1655.         Height = 21
  1656.         HelpContext = 160
  1657.         Associate = Edit14
  1658.         Min = 0
  1659.         Max = 9999
  1660.         Position = 240
  1661.         TabOrder = 6
  1662.         Wrap = False
  1663.       end
  1664.       object Edit6: TEdit
  1665.         Left = 115
  1666.         Top = 163
  1667.         Width = 38
  1668.         Height = 21
  1669.         HelpContext = 97
  1670.         MaxLength = 4
  1671.         TabOrder = 3
  1672.         Text = '10'
  1673.         OnChange = Edit6Change
  1674.       end
  1675.       object UpDown11: TUpDown
  1676.         Left = 153
  1677.         Top = 163
  1678.         Width = 15
  1679.         Height = 21
  1680.         HelpContext = 97
  1681.         Associate = Edit6
  1682.         Min = 1
  1683.         Max = 9999
  1684.         Position = 10
  1685.         TabOrder = 4
  1686.         Wrap = False
  1687.       end
  1688.       object Edit13: TEdit
  1689.         Left = 28
  1690.         Top = 191
  1691.         Width = 38
  1692.         Height = 21
  1693.         HelpContext = 177
  1694.         MaxLength = 4
  1695.         TabOrder = 1
  1696.         Text = '320'
  1697.         OnChange = Edit13Change
  1698.       end
  1699.       object UpDown7: TUpDown
  1700.         Left = 66
  1701.         Top = 191
  1702.         Width = 15
  1703.         Height = 21
  1704.         HelpContext = 177
  1705.         Associate = Edit13
  1706.         Min = 0
  1707.         Max = 9999
  1708.         Position = 320
  1709.         TabOrder = 2
  1710.         Wrap = False
  1711.       end
  1712.       object EditTarget: TEdit
  1713.         Left = 184
  1714.         Top = 191
  1715.         Width = 118
  1716.         Height = 21
  1717.         HelpContext = 59
  1718.         MaxLength = 256
  1719.         TabOrder = 7
  1720.       end
  1721.     end
  1722.     object TabSheet10: TTabSheet
  1723.       object Label17: TLabel
  1724.         Left = 12
  1725.         Top = 12
  1726.         Width = 3
  1727.         Height = 13
  1728.         Font.Charset = DEFAULT_CHARSET
  1729.         Font.Color = clNavy
  1730.         Font.Height = -11
  1731.         Font.Name = 'MS Sans Serif'
  1732.         Font.Style = []
  1733.         ParentFont = False
  1734.       end
  1735.       object GroupBox15: TGroupBox
  1736.         Left = 235
  1737.         Top = 34
  1738.         Width = 202
  1739.         Height = 80
  1740.         Font.Charset = DEFAULT_CHARSET
  1741.         Font.Color = clBlack
  1742.         Font.Height = -11
  1743.         Font.Name = 'MS Sans Serif'
  1744.         Font.Style = []
  1745.         ParentFont = False
  1746.         TabOrder = 0
  1747.         object Label30: TLabel
  1748.           Left = 12
  1749.           Top = 27
  1750.           Width = 3
  1751.           Height = 13
  1752.           Font.Charset = DEFAULT_CHARSET
  1753.           Font.Color = clBlack
  1754.           Font.Height = -11
  1755.           Font.Name = 'MS Sans Serif'
  1756.           Font.Style = []
  1757.           ParentFont = False
  1758.         end
  1759.         object Edit9: TEdit
  1760.           Left = 136
  1761.           Top = 24
  1762.           Width = 38
  1763.           Height = 21
  1764.           HelpContext = 421
  1765.           AutoSize = False
  1766.           Ctl3D = True
  1767.           Font.Charset = DEFAULT_CHARSET
  1768.           Font.Color = clBlack
  1769.           Font.Height = -11
  1770.           Font.Name = 'MS Sans Serif'
  1771.           Font.Style = []
  1772.           MaxLength = 4
  1773.           ParentCtl3D = False
  1774.           ParentFont = False
  1775.           TabOrder = 0
  1776.           Text = '64'
  1777.           OnChange = EditWidthChange
  1778.         end
  1779.         object UpDown8: TUpDown
  1780.           Left = 174
  1781.           Top = 24
  1782.           Width = 15
  1783.           Height = 21
  1784.           HelpContext = 421
  1785.           Associate = Edit9
  1786.           Min = 1
  1787.           Max = 1000
  1788.           Position = 64
  1789.           TabOrder = 1
  1790.           Wrap = False
  1791.         end
  1792.       end
  1793.       object GroupBox16: TGroupBox
  1794.         Left = 10
  1795.         Top = 34
  1796.         Width = 215
  1797.         Height = 80
  1798.         TabOrder = 1
  1799.         object Label31: TLabel
  1800.           Left = 12
  1801.           Top = 26
  1802.           Width = 3
  1803.           Height = 13
  1804.         end
  1805.         object Label42: TLabel
  1806.           Left = 12
  1807.           Top = 52
  1808.           Width = 3
  1809.           Height = 13
  1810.         end
  1811.         object CouleurFin: TWin95ColorButton
  1812.           Left = 164
  1813.           Top = 48
  1814.           Width = 40
  1815.           Height = 22
  1816.           HelpContext = 420
  1817.           Color = clWhite
  1818.           ButtonCaption = '&More...'
  1819.           OnDblClick = CouleurFinDblClick
  1820.         end
  1821.         object CouleurDebut: TWin95ColorButton
  1822.           Left = 164
  1823.           Top = 22
  1824.           Width = 40
  1825.           Height = 22
  1826.           HelpContext = 419
  1827.           Color = clBlack
  1828.           ButtonCaption = '&More...'
  1829.           OnDblClick = CouleurDebutDblClick
  1830.         end
  1831.       end
  1832.     end
  1833.     object TabSheet11: TTabSheet
  1834.       object Label29: TLabel
  1835.         Left = 12
  1836.         Top = 12
  1837.         Width = 3
  1838.         Height = 13
  1839.         Font.Charset = DEFAULT_CHARSET
  1840.         Font.Color = clNavy
  1841.         Font.Height = -11
  1842.         Font.Name = 'MS Sans Serif'
  1843.         Font.Style = []
  1844.         ParentFont = False
  1845.       end
  1846.       object GroupBox17: TGroupBox
  1847.         Left = 10
  1848.         Top = 34
  1849.         Width = 232
  1850.         Height = 87
  1851.         Font.Charset = DEFAULT_CHARSET
  1852.         Font.Color = clBlack
  1853.         Font.Height = -11
  1854.         Font.Name = 'MS Sans Serif'
  1855.         Font.Style = []
  1856.         ParentFont = False
  1857.         TabOrder = 0
  1858.         object Label45: TLabel
  1859.           Left = 12
  1860.           Top = 27
  1861.           Width = 3
  1862.           Height = 13
  1863.         end
  1864.         object ComboBox7: TComboBox
  1865.           Left = 12
  1866.           Top = 42
  1867.           Width = 177
  1868.           Height = 21
  1869.           HelpContext = 903
  1870.           ItemHeight = 13
  1871.           TabOrder = 0
  1872.         end
  1873.         object SpeedButton3: TBitBtn
  1874.           Left = 195
  1875.           Top = 42
  1876.           Width = 23
  1877.           Height = 21
  1878.           TabOrder = 1
  1879.           OnClick = SpeedButton3Click
  1880.         end
  1881.       end
  1882.     end
  1883.     object TabSheet12: TTabSheet
  1884.       ImageIndex = 11
  1885.       object lblDescriptionWindow: TLabel
  1886.         Left = 12
  1887.         Top = 12
  1888.         Width = 3
  1889.         Height = 13
  1890.         Font.Charset = DEFAULT_CHARSET
  1891.         Font.Color = clNavy
  1892.         Font.Height = -11
  1893.         Font.Name = 'MS Sans Serif'
  1894.         Font.Style = []
  1895.         ParentFont = False
  1896.       end
  1897.       object gbWindow: TGroupBox
  1898.         Left = 10
  1899.         Top = 34
  1900.         Width = 232
  1901.         Height = 87
  1902.         HelpContext = 1073
  1903.         Font.Charset = DEFAULT_CHARSET
  1904.         Font.Color = clBlack
  1905.         Font.Height = -11
  1906.         Font.Name = 'MS Sans Serif'
  1907.         Font.Style = []
  1908.         ParentFont = False
  1909.         TabOrder = 0
  1910.         object lblSource: TLabel
  1911.           Left = 12
  1912.           Top = 27
  1913.           Width = 3
  1914.           Height = 13
  1915.         end
  1916.         object cbFileName: TComboBox
  1917.           Left = 12
  1918.           Top = 42
  1919.           Width = 177
  1920.           Height = 21
  1921.           HelpContext = 1073
  1922.           ItemHeight = 13
  1923.           TabOrder = 0
  1924.         end
  1925.         object spdBtnFileName: TBitBtn
  1926.           Left = 195
  1927.           Top = 42
  1928.           Width = 23
  1929.           Height = 21
  1930.           TabOrder = 1
  1931.           OnClick = spdBtnFileNameClick
  1932.         end
  1933.       end
  1934.       object gbWindowProperties: TGroupBox
  1935.         Left = 252
  1936.         Top = 34
  1937.         Width = 337
  1938.         Height = 177
  1939.         TabOrder = 1
  1940.         object LblTitle: TLabel
  1941.           Left = 12
  1942.           Top = 26
  1943.           Width = 3
  1944.           Height = 13
  1945.         end
  1946.         object lblWidthWindow: TLabel
  1947.           Left = 105
  1948.           Top = 58
  1949.           Width = 3
  1950.           Height = 13
  1951.         end
  1952.         object lblHeightWindow: TLabel
  1953.           Left = 222
  1954.           Top = 58
  1955.           Width = 3
  1956.           Height = 13
  1957.         end
  1958.         object lblPosX: TLabel
  1959.           Left = 105
  1960.           Top = 82
  1961.           Width = 3
  1962.           Height = 13
  1963.         end
  1964.         object lblPosY: TLabel
  1965.           Left = 222
  1966.           Top = 82
  1967.           Width = 3
  1968.           Height = 13
  1969.         end
  1970.         object EditTitle: TEdit
  1971.           Left = 104
  1972.           Top = 24
  1973.           Width = 219
  1974.           Height = 21
  1975.           HelpContext = 1074
  1976.           MaxLength = 256
  1977.           TabOrder = 0
  1978.         end
  1979.         object cbToolBar: TCheckBox
  1980.           Left = 12
  1981.           Top = 106
  1982.           Width = 150
  1983.           Height = 17
  1984.           HelpContext = 1169
  1985.           TabOrder = 3
  1986.         end
  1987.         object cbLocation: TCheckBox
  1988.           Left = 12
  1989.           Top = 122
  1990.           Width = 150
  1991.           Height = 17
  1992.           HelpContext = 1170
  1993.           TabOrder = 4
  1994.         end
  1995.         object cbDirectories: TCheckBox
  1996.           Left = 12
  1997.           Top = 138
  1998.           Width = 150
  1999.           Height = 17
  2000.           HelpContext = 1171
  2001.           TabOrder = 5
  2002.         end
  2003.         object cbStatus: TCheckBox
  2004.           Left = 12
  2005.           Top = 154
  2006.           Width = 150
  2007.           Height = 17
  2008.           HelpContext = 1172
  2009.           TabOrder = 6
  2010.         end
  2011.         object cbMenuBar: TCheckBox
  2012.           Left = 172
  2013.           Top = 106
  2014.           Width = 150
  2015.           Height = 17
  2016.           HelpContext = 1173
  2017.           TabOrder = 7
  2018.         end
  2019.         object cbScrollBar: TCheckBox
  2020.           Left = 172
  2021.           Top = 122
  2022.           Width = 150
  2023.           Height = 17
  2024.           HelpContext = 1174
  2025.           TabOrder = 8
  2026.         end
  2027.         object cbResizable: TCheckBox
  2028.           Left = 172
  2029.           Top = 138
  2030.           Width = 150
  2031.           Height = 17
  2032.           HelpContext = 1175
  2033.           TabOrder = 9
  2034.         end
  2035.         object EditWidthWindow: TEdit
  2036.           Left = 156
  2037.           Top = 55
  2038.           Width = 38
  2039.           Height = 21
  2040.           HelpContext = 1075
  2041.           MaxLength = 4
  2042.           TabOrder = 1
  2043.           Text = '320'
  2044.           OnChange = EditWidthWindowChange
  2045.         end
  2046.         object EditHeightWindow: TEdit
  2047.           Left = 271
  2048.           Top = 56
  2049.           Width = 38
  2050.           Height = 21
  2051.           HelpContext = 1076
  2052.           MaxLength = 4
  2053.           TabOrder = 2
  2054.           Text = '120'
  2055.           OnChange = EditHeightWindowChange
  2056.         end
  2057.         object UpDown12: TUpDown
  2058.           Left = 194
  2059.           Top = 55
  2060.           Width = 15
  2061.           Height = 21
  2062.           HelpContext = 1075
  2063.           Associate = EditWidthWindow
  2064.           Min = 0
  2065.           Max = 9999
  2066.           Position = 320
  2067.           TabOrder = 10
  2068.           Wrap = False
  2069.         end
  2070.         object UpDown13: TUpDown
  2071.           Left = 309
  2072.           Top = 56
  2073.           Width = 15
  2074.           Height = 21
  2075.           HelpContext = 1076
  2076.           Associate = EditHeightWindow
  2077.           Min = 0
  2078.           Max = 9999
  2079.           Position = 120
  2080.           TabOrder = 11
  2081.           Wrap = False
  2082.         end
  2083.         object EditPosX: TEdit
  2084.           Left = 156
  2085.           Top = 79
  2086.           Width = 38
  2087.           Height = 21
  2088.           HelpContext = 1235
  2089.           MaxLength = 4
  2090.           TabOrder = 12
  2091.           Text = '100'
  2092.           OnChange = EditWidthWindowChange
  2093.         end
  2094.         object UpDown14: TUpDown
  2095.           Left = 194
  2096.           Top = 79
  2097.           Width = 15
  2098.           Height = 21
  2099.           HelpContext = 1235
  2100.           Associate = EditPosX
  2101.           Min = 0
  2102.           Max = 9999
  2103.           Position = 100
  2104.           TabOrder = 13
  2105.           Wrap = False
  2106.         end
  2107.         object EditPosY: TEdit
  2108.           Left = 271
  2109.           Top = 80
  2110.           Width = 38
  2111.           Height = 21
  2112.           HelpContext = 1236
  2113.           MaxLength = 4
  2114.           TabOrder = 14
  2115.           Text = '100'
  2116.           OnChange = EditHeightWindowChange
  2117.         end
  2118.         object UpDown15: TUpDown
  2119.           Left = 309
  2120.           Top = 80
  2121.           Width = 15
  2122.           Height = 21
  2123.           HelpContext = 1236
  2124.           Associate = EditPosY
  2125.           Min = 0
  2126.           Max = 9999
  2127.           Position = 100
  2128.           TabOrder = 15
  2129.           Wrap = False
  2130.         end
  2131.       end
  2132.     end
  2133.     object TabPreview: TTabSheet
  2134.       ImageIndex = 12
  2135.     end
  2136.   end
  2137.   object Button1: TButton
  2138.     Left = 385
  2139.     Top = 265
  2140.     Width = 72
  2141.     Height = 22
  2142.     HelpContext = 49
  2143.     Font.Charset = DEFAULT_CHARSET
  2144.     Font.Color = clBlack
  2145.     Font.Height = -11
  2146.     Font.Name = 'MS Sans Serif'
  2147.     Font.Style = []
  2148.     ParentFont = False
  2149.     TabOrder = 1
  2150.     OnClick = Button1Click
  2151.   end
  2152.   object Button2: TButton
  2153.     Left = 465
  2154.     Top = 265
  2155.     Width = 72
  2156.     Height = 22
  2157.     HelpContext = 44
  2158.     Cancel = True
  2159.     Font.Charset = DEFAULT_CHARSET
  2160.     Font.Color = clBlack
  2161.     Font.Height = -11
  2162.     Font.Name = 'MS Sans Serif'
  2163.     Font.Style = []
  2164.     ModalResult = 2
  2165.     ParentFont = False
  2166.     TabOrder = 2
  2167.   end
  2168.   object BitBtn1: TBitBtn
  2169.     Left = 545
  2170.     Top = 265
  2171.     Width = 72
  2172.     Height = 22
  2173.     HelpContext = 7
  2174.     TabOrder = 3
  2175.     OnClick = BitBtn1Click
  2176.   end
  2177.   object Timer1: TTimer
  2178.     Enabled = False
  2179.     Interval = 10
  2180.     OnTimer = Timer1Timer
  2181.     Left = 584
  2182.     Top = 32
  2183.   end
  2184.   object PopupMenu1: TPopupMenu
  2185.     Left = 556
  2186.     Top = 32
  2187.     object LienExterne1: TMenuItem
  2188.       OnClick = LienExterne1Click
  2189.     end
  2190.     object LienInterne1: TMenuItem
  2191.       OnClick = LienInterne1Click
  2192.     end
  2193.   end
  2194. end
  2195.