home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual Thematic 25: Programming / pc_actual_25.iso / HTML / AceHTML / AceHTML4Free.exe / %MAINDIR% / AceHTML.exe / 0 / RCDATA / TJAVASCRIPTSFRM / TJAVASCRIPTSFRM.txt
Encoding:
Text File  |  2001-09-06  |  53.0 KB  |  2,210 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.           Caption = '5'
  811.           Enabled = False
  812.           Font.Charset = SYMBOL_CHARSET
  813.           Font.Color = clBlack
  814.           Font.Height = -12
  815.           Font.Name = 'Marlett'
  816.           Font.Style = [fsBold]
  817.           ParentFont = False
  818.           TabOrder = 7
  819.           Visible = False
  820.           OnClick = HautBtnClick
  821.           Layout = blGlyphRight
  822.         end
  823.         object BasBtn: TBitBtn
  824.           Left = 481
  825.           Top = 147
  826.           Width = 22
  827.           Height = 22
  828.           HelpContext = 102
  829.           Caption = '6'
  830.           Enabled = False
  831.           Font.Charset = SYMBOL_CHARSET
  832.           Font.Color = clBlack
  833.           Font.Height = -12
  834.           Font.Name = 'Marlett'
  835.           Font.Style = [fsBold]
  836.           ParentFont = False
  837.           TabOrder = 8
  838.           Visible = False
  839.           OnClick = BasBtnClick
  840.           Layout = blGlyphRight
  841.         end
  842.         object ListBox2: TListBox
  843.           Left = 170
  844.           Top = 59
  845.           Width = 300
  846.           Height = 93
  847.           HelpContext = 139
  848.           Font.Charset = DEFAULT_CHARSET
  849.           Font.Color = clBlack
  850.           Font.Height = -11
  851.           Font.Name = 'MS Sans Serif'
  852.           Font.Style = []
  853.           ItemHeight = 13
  854.           ParentFont = False
  855.           TabOrder = 2
  856.           Visible = False
  857.           OnMouseDown = ListBox2MouseDown
  858.         end
  859.         object EditEdit4: TEdit
  860.           Left = 173
  861.           Top = 61
  862.           Width = 183
  863.           Height = 19
  864.           Ctl3D = False
  865.           ParentCtl3D = False
  866.           TabOrder = 4
  867.           Visible = False
  868.           OnKeyPress = EditEdit4KeyPress
  869.         end
  870.         object ScrollBox3: TScrollBox
  871.           Left = 12
  872.           Top = 20
  873.           Width = 147
  874.           Height = 131
  875.           HelpContext = 143
  876.           TabOrder = 10
  877.           object ImageSel: TPMultiImage
  878.             Left = 0
  879.             Top = 0
  880.             Width = 105
  881.             Height = 105
  882.             AutoSize = True
  883.             Color = clBtnFace
  884.             Picture.Data = {07544269746D617000000000}
  885.             ImageName = 'FILE NOT FOUND'
  886.             ImageDither = True
  887.             TextLeft = 0
  888.             TextTop = 0
  889.             TextRotate = 0
  890.             TabOrder = 0
  891.             TabStop = False
  892.           end
  893.         end
  894.         object CheckBox6: TCheckBox
  895.           Left = 170
  896.           Top = 154
  897.           Width = 299
  898.           Height = 17
  899.           HelpContext = 54
  900.           Font.Charset = DEFAULT_CHARSET
  901.           Font.Color = clBlack
  902.           Font.Height = -11
  903.           Font.Name = 'MS Sans Serif'
  904.           Font.Style = []
  905.           ParentFont = False
  906.           TabOrder = 9
  907.           OnClick = CheckBox6Click
  908.         end
  909.         object ComboBox5: TComboBox
  910.           Left = 170
  911.           Top = 59
  912.           Width = 300
  913.           Height = 21
  914.           HelpContext = 139
  915.           ItemHeight = 13
  916.           TabOrder = 3
  917.           OnChange = ComboBox5Change
  918.         end
  919.         object Edit16: TEdit
  920.           Left = 170
  921.           Top = 20
  922.           Width = 300
  923.           Height = 21
  924.           HelpContext = 259
  925.           MaxLength = 256
  926.           TabOrder = 0
  927.           OnChange = Edit16Change
  928.         end
  929.         object Edit8: TEdit
  930.           Left = 106
  931.           Top = 154
  932.           Width = 38
  933.           Height = 21
  934.           HelpContext = 160
  935.           MaxLength = 4
  936.           TabOrder = 13
  937.           Text = '240'
  938.           OnChange = Edit8Change
  939.         end
  940.         object UpDown5: TUpDown
  941.           Left = 144
  942.           Top = 154
  943.           Width = 15
  944.           Height = 21
  945.           HelpContext = 160
  946.           Associate = Edit8
  947.           Min = 0
  948.           Max = 9999
  949.           Position = 240
  950.           TabOrder = 14
  951.           Wrap = False
  952.         end
  953.         object Edit7: TEdit
  954.           Left = 27
  955.           Top = 154
  956.           Width = 38
  957.           Height = 21
  958.           HelpContext = 177
  959.           MaxLength = 4
  960.           TabOrder = 11
  961.           Text = '320'
  962.           OnChange = Edit7Change
  963.         end
  964.         object UpDown6: TUpDown
  965.           Left = 65
  966.           Top = 154
  967.           Width = 15
  968.           Height = 21
  969.           HelpContext = 177
  970.           Associate = Edit7
  971.           Min = 0
  972.           Max = 9999
  973.           Position = 320
  974.           TabOrder = 12
  975.           Wrap = False
  976.         end
  977.       end
  978.     end
  979.     object TabSheet6: TTabSheet
  980.       OnMouseMove = ScrollBox2MouseMove
  981.       object Label16: TLabel
  982.         Left = 10
  983.         Top = 12
  984.         Width = 3
  985.         Height = 13
  986.         Font.Charset = DEFAULT_CHARSET
  987.         Font.Color = clNavy
  988.         Font.Height = -11
  989.         Font.Name = 'MS Sans Serif'
  990.         Font.Style = []
  991.         ParentFont = False
  992.       end
  993.       object GroupBox6: TGroupBox
  994.         Left = 10
  995.         Top = 34
  996.         Width = 428
  997.         Height = 176
  998.         HelpContext = 134
  999.         TabOrder = 0
  1000.         object ScrollBox2: TScrollBox
  1001.           Left = 10
  1002.           Top = 20
  1003.           Width = 406
  1004.           Height = 144
  1005.           HelpContext = 134
  1006.           TabOrder = 0
  1007.           OnMouseMove = ScrollBox2MouseMove
  1008.           object Image1: TPMultiImage
  1009.             Left = 0
  1010.             Top = 0
  1011.             Width = 105
  1012.             Height = 105
  1013.             AutoSize = True
  1014.             Color = clBtnFace
  1015.             Picture.Data = {07544269746D617000000000}
  1016.             ImageName = 'FILE NOT FOUND'
  1017.             ImageDither = True
  1018.             OnMouseMove = Image1MouseMove
  1019.             TextLeft = 0
  1020.             TextTop = 0
  1021.             TextRotate = 0
  1022.             TabOrder = 0
  1023.             TabStop = False
  1024.           end
  1025.           object Image2: TPMultiImage
  1026.             Left = 32
  1027.             Top = 16
  1028.             Width = 105
  1029.             Height = 105
  1030.             AutoSize = True
  1031.             Color = clBtnFace
  1032.             Picture.Data = {07544269746D617000000000}
  1033.             ImageName = 'FILE NOT FOUND'
  1034.             ImageDither = True
  1035.             Stretch = True
  1036.             TextLeft = 0
  1037.             TextTop = 0
  1038.             TextRotate = 0
  1039.             TabOrder = 1
  1040.             TabStop = False
  1041.             Visible = False
  1042.           end
  1043.         end
  1044.       end
  1045.       object GroupBox14: TGroupBox
  1046.         Left = 448
  1047.         Top = 34
  1048.         Width = 144
  1049.         Height = 176
  1050.         TabOrder = 1
  1051.         object Label41: TLabel
  1052.           Left = 12
  1053.           Top = 128
  1054.           Width = 3
  1055.           Height = 13
  1056.         end
  1057.         object Image1Btn: TButton
  1058.           Left = 13
  1059.           Top = 24
  1060.           Width = 120
  1061.           Height = 25
  1062.           HelpContext = 11
  1063.           ParentShowHint = False
  1064.           ShowHint = True
  1065.           TabOrder = 0
  1066.           OnClick = Image1BtnClick
  1067.         end
  1068.         object Image2Btn: TButton
  1069.           Left = 13
  1070.           Top = 53
  1071.           Width = 120
  1072.           Height = 25
  1073.           HelpContext = 9
  1074.           ParentShowHint = False
  1075.           ShowHint = True
  1076.           TabOrder = 1
  1077.           OnClick = Image1BtnClick
  1078.         end
  1079.         object LienBtn: TButton
  1080.           Left = 13
  1081.           Top = 90
  1082.           Width = 120
  1083.           Height = 25
  1084.           HelpContext = 13
  1085.           ParentShowHint = False
  1086.           PopupMenu = PopupMenu1
  1087.           ShowHint = True
  1088.           TabOrder = 2
  1089.           OnClick = LienBtnClick
  1090.         end
  1091.         object ComboBox10: TComboBox
  1092.           Left = 12
  1093.           Top = 142
  1094.           Width = 120
  1095.           Height = 21
  1096.           HelpContext = 59
  1097.           ItemHeight = 13
  1098.           TabOrder = 3
  1099.         end
  1100.       end
  1101.     end
  1102.     object TabSheet7: TTabSheet
  1103.       object Label23: TLabel
  1104.         Left = 12
  1105.         Top = 12
  1106.         Width = 3
  1107.         Height = 13
  1108.         Font.Charset = DEFAULT_CHARSET
  1109.         Font.Color = clNavy
  1110.         Font.Height = -11
  1111.         Font.Name = 'MS Sans Serif'
  1112.         Font.Style = []
  1113.         ParentFont = False
  1114.       end
  1115.       object GroupBox8: TGroupBox
  1116.         Left = 291
  1117.         Top = 34
  1118.         Width = 300
  1119.         Height = 176
  1120.         Font.Charset = DEFAULT_CHARSET
  1121.         Font.Color = clBlack
  1122.         Font.Height = -11
  1123.         Font.Name = 'MS Sans Serif'
  1124.         Font.Style = []
  1125.         ParentFont = False
  1126.         TabOrder = 1
  1127.         object Label24: TLabel
  1128.           Left = 12
  1129.           Top = 23
  1130.           Width = 3
  1131.           Height = 13
  1132.           Font.Charset = DEFAULT_CHARSET
  1133.           Font.Color = clBlack
  1134.           Font.Height = -11
  1135.           Font.Name = 'MS Sans Serif'
  1136.           Font.Style = []
  1137.           ParentFont = False
  1138.         end
  1139.         object Label25: TLabel
  1140.           Left = 12
  1141.           Top = 51
  1142.           Width = 3
  1143.           Height = 13
  1144.           Font.Charset = DEFAULT_CHARSET
  1145.           Font.Color = clBlack
  1146.           Font.Height = -11
  1147.           Font.Name = 'MS Sans Serif'
  1148.           Font.Style = []
  1149.           ParentFont = False
  1150.         end
  1151.         object Label28: TLabel
  1152.           Left = 12
  1153.           Top = 79
  1154.           Width = 3
  1155.           Height = 13
  1156.           Font.Charset = DEFAULT_CHARSET
  1157.           Font.Color = clBlack
  1158.           Font.Height = -11
  1159.           Font.Name = 'MS Sans Serif'
  1160.           Font.Style = []
  1161.           ParentFont = False
  1162.         end
  1163.         object Label27: TLabel
  1164.           Left = 12
  1165.           Top = 125
  1166.           Width = 3
  1167.           Height = 13
  1168.           Font.Charset = DEFAULT_CHARSET
  1169.           Font.Color = clBlack
  1170.           Font.Height = -11
  1171.           Font.Name = 'MS Sans Serif'
  1172.           Font.Style = []
  1173.           ParentFont = False
  1174.         end
  1175.         object Label26: TLabel
  1176.           Left = 12
  1177.           Top = 150
  1178.           Width = 3
  1179.           Height = 13
  1180.           Font.Charset = DEFAULT_CHARSET
  1181.           Font.Color = clBlack
  1182.           Font.Height = -11
  1183.           Font.Name = 'MS Sans Serif'
  1184.           Font.Style = []
  1185.           ParentFont = False
  1186.         end
  1187.         object Bevel1: TBevel
  1188.           Left = 12
  1189.           Top = 111
  1190.           Width = 274
  1191.           Height = 2
  1192.         end
  1193.         object FontName2: TComboBox
  1194.           Left = 116
  1195.           Top = 20
  1196.           Width = 171
  1197.           Height = 21
  1198.           HelpContext = 275
  1199.           Style = csDropDownList
  1200.           ItemHeight = 13
  1201.           MaxLength = 256
  1202.           TabOrder = 0
  1203.           OnChange = FontName2Change
  1204.         end
  1205.         object ComboBox6: TComboBox
  1206.           Left = 116
  1207.           Top = 76
  1208.           Width = 142
  1209.           Height = 21
  1210.           HelpContext = 221
  1211.           ItemHeight = 13
  1212.           MaxLength = 256
  1213.           TabOrder = 2
  1214.         end
  1215.         object ComboBox8: TComboBox
  1216.           Left = 116
  1217.           Top = 48
  1218.           Width = 42
  1219.           Height = 21
  1220.           HelpContext = 250
  1221.           ItemHeight = 13
  1222.           MaxLength = 1
  1223.           TabOrder = 1
  1224.           Text = '3'
  1225.           OnChange = ComboBox8Change
  1226.           Items.Strings = (
  1227.             '1'
  1228.             '2'
  1229.             '3'
  1230.             '4'
  1231.             '5'
  1232.             '6'
  1233.             '7')
  1234.         end
  1235.         object ColorButton2: TWin95ColorButton
  1236.           Left = 148
  1237.           Top = 122
  1238.           Width = 40
  1239.           Height = 22
  1240.           HelpContext = 74
  1241.           Color = 12646394
  1242.           ButtonCaption = '&More...'
  1243.           OnColorChange = ColorButton2ColorChange
  1244.           OnDblClick = ColorButton2DblClick
  1245.         end
  1246.         object ColorButton1: TWin95ColorButton
  1247.           Left = 148
  1248.           Top = 147
  1249.           Width = 40
  1250.           Height = 22
  1251.           HelpContext = 93
  1252.           Color = clBlack
  1253.           ButtonCaption = '&More...'
  1254.           OnColorChange = ColorButton1ColorChange
  1255.           OnDblClick = ColorButton1DblClick
  1256.         end
  1257.         object SpeedButton2: TBitBtn
  1258.           Left = 263
  1259.           Top = 76
  1260.           Width = 23
  1261.           Height = 21
  1262.           TabOrder = 3
  1263.           OnClick = SpeedButton2Click
  1264.         end
  1265.       end
  1266.       object GroupBox10: TGroupBox
  1267.         Left = 10
  1268.         Top = 34
  1269.         Width = 269
  1270.         Height = 176
  1271.         HelpContext = 257
  1272.         TabOrder = 0
  1273.         object lblTitle2: TLabel
  1274.           Left = 12
  1275.           Top = 23
  1276.           Width = 3
  1277.           Height = 13
  1278.         end
  1279.         object Memo1: TRichEdit
  1280.           Left = 10
  1281.           Top = 56
  1282.           Width = 249
  1283.           Height = 109
  1284.           HelpContext = 257
  1285.           Color = 12646394
  1286.           Font.Charset = DEFAULT_CHARSET
  1287.           Font.Color = clBlack
  1288.           Font.Height = -13
  1289.           Font.Name = 'Times New Roman'
  1290.           Font.Style = []
  1291.           ParentFont = False
  1292.           TabOrder = 1
  1293.         end
  1294.         object EditTitle2: TEdit
  1295.           Left = 56
  1296.           Top = 20
  1297.           Width = 203
  1298.           Height = 21
  1299.           HelpContext = 257
  1300.           MaxLength = 255
  1301.           TabOrder = 0
  1302.         end
  1303.       end
  1304.     end
  1305.     object TabSheet8: TTabSheet
  1306.       object Label32: TLabel
  1307.         Left = 12
  1308.         Top = 12
  1309.         Width = 3
  1310.         Height = 13
  1311.         Font.Charset = DEFAULT_CHARSET
  1312.         Font.Color = clNavy
  1313.         Font.Height = -11
  1314.         Font.Name = 'MS Sans Serif'
  1315.         Font.Style = []
  1316.         ParentFont = False
  1317.       end
  1318.       object GroupBox9: TGroupBox
  1319.         Left = 10
  1320.         Top = 34
  1321.         Width = 472
  1322.         Height = 176
  1323.         HelpContext = 117
  1324.         TabOrder = 0
  1325.         object Memo2: TRichEdit
  1326.           Left = 11
  1327.           Top = 20
  1328.           Width = 231
  1329.           Height = 117
  1330.           HelpContext = 291
  1331.           Font.Charset = DEFAULT_CHARSET
  1332.           Font.Color = clBlack
  1333.           Font.Height = -13
  1334.           Font.Name = 'System'
  1335.           Font.Style = [fsBold]
  1336.           ParentFont = False
  1337.           ScrollBars = ssVertical
  1338.           TabOrder = 0
  1339.         end
  1340.       end
  1341.       object GroupBox11: TGroupBox
  1342.         Left = 492
  1343.         Top = 34
  1344.         Width = 99
  1345.         Height = 176
  1346.         Font.Charset = DEFAULT_CHARSET
  1347.         Font.Color = clBlack
  1348.         Font.Height = -11
  1349.         Font.Name = 'MS Sans Serif'
  1350.         Font.Style = []
  1351.         ParentFont = False
  1352.         TabOrder = 1
  1353.         object Label33: TLabel
  1354.           Left = 12
  1355.           Top = 20
  1356.           Width = 3
  1357.           Height = 13
  1358.           Font.Charset = DEFAULT_CHARSET
  1359.           Font.Color = clBlack
  1360.           Font.Height = -11
  1361.           Font.Name = 'MS Sans Serif'
  1362.           Font.Style = []
  1363.           ParentFont = False
  1364.         end
  1365.         object Label34: TLabel
  1366.           Left = 12
  1367.           Top = 65
  1368.           Width = 3
  1369.           Height = 13
  1370.           Font.Charset = DEFAULT_CHARSET
  1371.           Font.Color = clBlack
  1372.           Font.Height = -11
  1373.           Font.Name = 'MS Sans Serif'
  1374.           Font.Style = []
  1375.           ParentFont = False
  1376.         end
  1377.         object Edit10: TEdit
  1378.           Left = 12
  1379.           Top = 35
  1380.           Width = 38
  1381.           Height = 21
  1382.           HelpContext = 175
  1383.           AutoSize = False
  1384.           Font.Charset = DEFAULT_CHARSET
  1385.           Font.Color = clBlack
  1386.           Font.Height = -11
  1387.           Font.Name = 'MS Sans Serif'
  1388.           Font.Style = []
  1389.           MaxLength = 4
  1390.           ParentFont = False
  1391.           TabOrder = 0
  1392.           Text = '40'
  1393.           OnChange = Edit10Change
  1394.         end
  1395.         object Edit11: TEdit
  1396.           Left = 12
  1397.           Top = 80
  1398.           Width = 38
  1399.           Height = 21
  1400.           HelpContext = 159
  1401.           AutoSize = False
  1402.           Font.Charset = DEFAULT_CHARSET
  1403.           Font.Color = clBlack
  1404.           Font.Height = -11
  1405.           Font.Name = 'MS Sans Serif'
  1406.           Font.Style = []
  1407.           MaxLength = 4
  1408.           ParentFont = False
  1409.           TabOrder = 1
  1410.           Text = '8'
  1411.           OnChange = Edit11Change
  1412.         end
  1413.         object UpDown9: TUpDown
  1414.           Left = 50
  1415.           Top = 80
  1416.           Width = 15
  1417.           Height = 21
  1418.           HelpContext = 159
  1419.           Associate = Edit11
  1420.           Min = 1
  1421.           Max = 9999
  1422.           Position = 8
  1423.           TabOrder = 2
  1424.           Thousands = False
  1425.           Wrap = False
  1426.         end
  1427.         object UpDown10: TUpDown
  1428.           Left = 50
  1429.           Top = 35
  1430.           Width = 15
  1431.           Height = 21
  1432.           HelpContext = 175
  1433.           Associate = Edit10
  1434.           Min = 1
  1435.           Max = 9999
  1436.           Position = 40
  1437.           TabOrder = 3
  1438.           Thousands = False
  1439.           Wrap = False
  1440.         end
  1441.       end
  1442.     end
  1443.     object TabSheet9: TTabSheet
  1444.       object Label39: TLabel
  1445.         Left = 10
  1446.         Top = 12
  1447.         Width = 3
  1448.         Height = 13
  1449.         Font.Charset = DEFAULT_CHARSET
  1450.         Font.Color = clNavy
  1451.         Font.Height = -11
  1452.         Font.Name = 'MS Sans Serif'
  1453.         Font.Style = []
  1454.         ParentFont = False
  1455.       end
  1456.       object Label36: TLabel
  1457.         Left = 10
  1458.         Top = 194
  1459.         Width = 3
  1460.         Height = 13
  1461.       end
  1462.       object Label37: TLabel
  1463.         Left = 10
  1464.         Top = 166
  1465.         Width = 3
  1466.         Height = 13
  1467.       end
  1468.       object Label35: TLabel
  1469.         Left = 98
  1470.         Top = 194
  1471.         Width = 3
  1472.         Height = 13
  1473.       end
  1474.       object lblTarget: TLabel
  1475.         Left = 184
  1476.         Top = 177
  1477.         Width = 3
  1478.         Height = 13
  1479.       end
  1480.       object GroupBox12: TGroupBox
  1481.         Left = 339
  1482.         Top = 34
  1483.         Width = 253
  1484.         Height = 176
  1485.         Font.Charset = DEFAULT_CHARSET
  1486.         Font.Color = clBlack
  1487.         Font.Height = -11
  1488.         Font.Name = 'MS Sans Serif'
  1489.         Font.Style = []
  1490.         ParentFont = False
  1491.         TabOrder = 12
  1492.         object Label38: TLabel
  1493.           Left = 12
  1494.           Top = 131
  1495.           Width = 3
  1496.           Height = 13
  1497.         end
  1498.         object ScrollBox4: TScrollBox
  1499.           Left = 12
  1500.           Top = 20
  1501.           Width = 229
  1502.           Height = 107
  1503.           HelpContext = 142
  1504.           TabOrder = 0
  1505.           object ImageSel2: TPMultiImage
  1506.             Left = 0
  1507.             Top = 0
  1508.             Width = 105
  1509.             Height = 103
  1510.             HelpContext = 142
  1511.             AutoSize = True
  1512.             Color = clBtnFace
  1513.             Picture.Data = {07544269746D617000000000}
  1514.             ImageName = 'FILE NOT FOUND'
  1515.             ImageDither = True
  1516.             TextLeft = 0
  1517.             TextTop = 0
  1518.             TextRotate = 0
  1519.             TabOrder = 0
  1520.             TabStop = False
  1521.           end
  1522.         end
  1523.         object ComboBox13: TComboBox
  1524.           Left = 12
  1525.           Top = 147
  1526.           Width = 230
  1527.           Height = 21
  1528.           HelpContext = 184
  1529.           Style = csDropDownList
  1530.           ItemHeight = 13
  1531.           MaxLength = 256
  1532.           TabOrder = 1
  1533.           OnChange = ComboBox13Change
  1534.         end
  1535.       end
  1536.       object GroupBox13: TGroupBox
  1537.         Left = 10
  1538.         Top = 34
  1539.         Width = 232
  1540.         Height = 120
  1541.         Font.Charset = DEFAULT_CHARSET
  1542.         Font.Color = clBlack
  1543.         Font.Height = -11
  1544.         Font.Name = 'MS Sans Serif'
  1545.         Font.Style = []
  1546.         ParentFont = False
  1547.         TabOrder = 0
  1548.         object Label43: TLabel
  1549.           Left = 12
  1550.           Top = 27
  1551.           Width = 3
  1552.           Height = 13
  1553.         end
  1554.         object Label44: TLabel
  1555.           Left = 12
  1556.           Top = 71
  1557.           Width = 3
  1558.           Height = 13
  1559.         end
  1560.         object ComboBox11: TComboBox
  1561.           Left = 12
  1562.           Top = 42
  1563.           Width = 177
  1564.           Height = 21
  1565.           HelpContext = 426
  1566.           ItemHeight = 13
  1567.           TabOrder = 0
  1568.         end
  1569.         object ComboBox12: TComboBox
  1570.           Left = 12
  1571.           Top = 86
  1572.           Width = 177
  1573.           Height = 21
  1574.           HelpContext = 425
  1575.           ItemHeight = 13
  1576.           TabOrder = 2
  1577.         end
  1578.         object SpeedButton4: TBitBtn
  1579.           Left = 195
  1580.           Top = 42
  1581.           Width = 23
  1582.           Height = 21
  1583.           TabOrder = 1
  1584.           OnClick = Button5Click
  1585.         end
  1586.         object SpeedButton5: TBitBtn
  1587.           Left = 195
  1588.           Top = 86
  1589.           Width = 23
  1590.           Height = 21
  1591.           TabOrder = 3
  1592.           OnClick = SpeedButton5Click
  1593.         end
  1594.       end
  1595.       object BitBtn2: TBitBtn
  1596.         Left = 253
  1597.         Top = 39
  1598.         Width = 75
  1599.         Height = 25
  1600.         HelpContext = 14
  1601.         TabOrder = 8
  1602.         OnClick = BitBtn2Click
  1603.         Glyph.Data = {
  1604.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1605.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1606.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  1607.           0000FC700000FCF00000FDF00000}
  1608.         Layout = blGlyphRight
  1609.       end
  1610.       object BitBtn3: TBitBtn
  1611.         Left = 253
  1612.         Top = 64
  1613.         Width = 75
  1614.         Height = 25
  1615.         HelpContext = 423
  1616.         TabOrder = 9
  1617.         OnClick = BitBtn3Click
  1618.         Glyph.Data = {
  1619.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1620.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1621.           FF00FDF00000FCF00000FC700000FC300000001000000000000000100000FC30
  1622.           0000FC700000FCF00000FDF00000}
  1623.         Layout = blGlyphRight
  1624.       end
  1625.       object BitBtn4: TBitBtn
  1626.         Left = 253
  1627.         Top = 89
  1628.         Width = 75
  1629.         Height = 25
  1630.         HelpContext = 424
  1631.         TabOrder = 10
  1632.         OnClick = BitBtn4Click
  1633.         Glyph.Data = {
  1634.           6A000000424D6A000000000000003E000000280000000C0000000B0000000100
  1635.           0100000000002C0000000000000000000000020000000200000000000000FFFF
  1636.           FF00FBF00000F3F00000E3F00000C3F00000800000000000000080000000C3F0
  1637.           0000E3F00000F3F00000FBF00000}
  1638.       end
  1639.       object BitBtn5: TBitBtn
  1640.         Left = 253
  1641.         Top = 114
  1642.         Width = 75
  1643.         Height = 25
  1644.         HelpContext = 422
  1645.         TabOrder = 11
  1646.         OnClick = Button4Click
  1647.         Glyph.Data = {
  1648.           66000000424D66000000000000003E000000280000000B0000000A0000000100
  1649.           01000000000028000000000000000000000002000000020000000000FF00FFFF
  1650.           FF00FFE000009F200000CE600000E0E00000F1E00000F1E00000E4E00000CE60
  1651.           00009F600000FFE00000}
  1652.         Layout = blGlyphRight
  1653.       end
  1654.       object Edit14: TEdit
  1655.         Left = 115
  1656.         Top = 191
  1657.         Width = 38
  1658.         Height = 21
  1659.         HelpContext = 160
  1660.         MaxLength = 4
  1661.         TabOrder = 5
  1662.         Text = '240'
  1663.         OnChange = Edit14Change
  1664.       end
  1665.       object UpDown4: TUpDown
  1666.         Left = 153
  1667.         Top = 191
  1668.         Width = 15
  1669.         Height = 21
  1670.         HelpContext = 160
  1671.         Associate = Edit14
  1672.         Min = 0
  1673.         Max = 9999
  1674.         Position = 240
  1675.         TabOrder = 6
  1676.         Wrap = False
  1677.       end
  1678.       object Edit6: TEdit
  1679.         Left = 115
  1680.         Top = 163
  1681.         Width = 38
  1682.         Height = 21
  1683.         HelpContext = 97
  1684.         MaxLength = 4
  1685.         TabOrder = 3
  1686.         Text = '10'
  1687.         OnChange = Edit6Change
  1688.       end
  1689.       object UpDown11: TUpDown
  1690.         Left = 153
  1691.         Top = 163
  1692.         Width = 15
  1693.         Height = 21
  1694.         HelpContext = 97
  1695.         Associate = Edit6
  1696.         Min = 1
  1697.         Max = 9999
  1698.         Position = 10
  1699.         TabOrder = 4
  1700.         Wrap = False
  1701.       end
  1702.       object Edit13: TEdit
  1703.         Left = 28
  1704.         Top = 191
  1705.         Width = 38
  1706.         Height = 21
  1707.         HelpContext = 177
  1708.         MaxLength = 4
  1709.         TabOrder = 1
  1710.         Text = '320'
  1711.         OnChange = Edit13Change
  1712.       end
  1713.       object UpDown7: TUpDown
  1714.         Left = 66
  1715.         Top = 191
  1716.         Width = 15
  1717.         Height = 21
  1718.         HelpContext = 177
  1719.         Associate = Edit13
  1720.         Min = 0
  1721.         Max = 9999
  1722.         Position = 320
  1723.         TabOrder = 2
  1724.         Wrap = False
  1725.       end
  1726.       object EditTarget: TEdit
  1727.         Left = 184
  1728.         Top = 191
  1729.         Width = 118
  1730.         Height = 21
  1731.         HelpContext = 59
  1732.         MaxLength = 256
  1733.         TabOrder = 7
  1734.       end
  1735.     end
  1736.     object TabSheet10: TTabSheet
  1737.       object Label17: TLabel
  1738.         Left = 12
  1739.         Top = 12
  1740.         Width = 3
  1741.         Height = 13
  1742.         Font.Charset = DEFAULT_CHARSET
  1743.         Font.Color = clNavy
  1744.         Font.Height = -11
  1745.         Font.Name = 'MS Sans Serif'
  1746.         Font.Style = []
  1747.         ParentFont = False
  1748.       end
  1749.       object GroupBox15: TGroupBox
  1750.         Left = 235
  1751.         Top = 34
  1752.         Width = 202
  1753.         Height = 80
  1754.         Font.Charset = DEFAULT_CHARSET
  1755.         Font.Color = clBlack
  1756.         Font.Height = -11
  1757.         Font.Name = 'MS Sans Serif'
  1758.         Font.Style = []
  1759.         ParentFont = False
  1760.         TabOrder = 0
  1761.         object Label30: TLabel
  1762.           Left = 12
  1763.           Top = 27
  1764.           Width = 3
  1765.           Height = 13
  1766.           Font.Charset = DEFAULT_CHARSET
  1767.           Font.Color = clBlack
  1768.           Font.Height = -11
  1769.           Font.Name = 'MS Sans Serif'
  1770.           Font.Style = []
  1771.           ParentFont = False
  1772.         end
  1773.         object Edit9: TEdit
  1774.           Left = 136
  1775.           Top = 24
  1776.           Width = 38
  1777.           Height = 21
  1778.           HelpContext = 421
  1779.           AutoSize = False
  1780.           Ctl3D = True
  1781.           Font.Charset = DEFAULT_CHARSET
  1782.           Font.Color = clBlack
  1783.           Font.Height = -11
  1784.           Font.Name = 'MS Sans Serif'
  1785.           Font.Style = []
  1786.           MaxLength = 4
  1787.           ParentCtl3D = False
  1788.           ParentFont = False
  1789.           TabOrder = 0
  1790.           Text = '64'
  1791.           OnChange = EditWidthChange
  1792.         end
  1793.         object UpDown8: TUpDown
  1794.           Left = 174
  1795.           Top = 24
  1796.           Width = 15
  1797.           Height = 21
  1798.           HelpContext = 421
  1799.           Associate = Edit9
  1800.           Min = 1
  1801.           Max = 1000
  1802.           Position = 64
  1803.           TabOrder = 1
  1804.           Wrap = False
  1805.         end
  1806.       end
  1807.       object GroupBox16: TGroupBox
  1808.         Left = 10
  1809.         Top = 34
  1810.         Width = 215
  1811.         Height = 80
  1812.         TabOrder = 1
  1813.         object Label31: TLabel
  1814.           Left = 12
  1815.           Top = 26
  1816.           Width = 3
  1817.           Height = 13
  1818.         end
  1819.         object Label42: TLabel
  1820.           Left = 12
  1821.           Top = 52
  1822.           Width = 3
  1823.           Height = 13
  1824.         end
  1825.         object CouleurFin: TWin95ColorButton
  1826.           Left = 164
  1827.           Top = 48
  1828.           Width = 40
  1829.           Height = 22
  1830.           HelpContext = 420
  1831.           Color = clWhite
  1832.           ButtonCaption = '&More...'
  1833.           OnDblClick = CouleurFinDblClick
  1834.         end
  1835.         object CouleurDebut: TWin95ColorButton
  1836.           Left = 164
  1837.           Top = 22
  1838.           Width = 40
  1839.           Height = 22
  1840.           HelpContext = 419
  1841.           Color = clBlack
  1842.           ButtonCaption = '&More...'
  1843.           OnDblClick = CouleurDebutDblClick
  1844.         end
  1845.       end
  1846.     end
  1847.     object TabSheet11: TTabSheet
  1848.       object Label29: TLabel
  1849.         Left = 12
  1850.         Top = 12
  1851.         Width = 3
  1852.         Height = 13
  1853.         Font.Charset = DEFAULT_CHARSET
  1854.         Font.Color = clNavy
  1855.         Font.Height = -11
  1856.         Font.Name = 'MS Sans Serif'
  1857.         Font.Style = []
  1858.         ParentFont = False
  1859.       end
  1860.       object GroupBox17: TGroupBox
  1861.         Left = 10
  1862.         Top = 34
  1863.         Width = 232
  1864.         Height = 87
  1865.         Font.Charset = DEFAULT_CHARSET
  1866.         Font.Color = clBlack
  1867.         Font.Height = -11
  1868.         Font.Name = 'MS Sans Serif'
  1869.         Font.Style = []
  1870.         ParentFont = False
  1871.         TabOrder = 0
  1872.         object Label45: TLabel
  1873.           Left = 12
  1874.           Top = 27
  1875.           Width = 3
  1876.           Height = 13
  1877.         end
  1878.         object ComboBox7: TComboBox
  1879.           Left = 12
  1880.           Top = 42
  1881.           Width = 177
  1882.           Height = 21
  1883.           HelpContext = 903
  1884.           ItemHeight = 13
  1885.           TabOrder = 0
  1886.         end
  1887.         object SpeedButton3: TBitBtn
  1888.           Left = 195
  1889.           Top = 42
  1890.           Width = 23
  1891.           Height = 21
  1892.           TabOrder = 1
  1893.           OnClick = SpeedButton3Click
  1894.         end
  1895.       end
  1896.     end
  1897.     object TabSheet12: TTabSheet
  1898.       ImageIndex = 11
  1899.       object lblDescriptionWindow: TLabel
  1900.         Left = 12
  1901.         Top = 12
  1902.         Width = 3
  1903.         Height = 13
  1904.         Font.Charset = DEFAULT_CHARSET
  1905.         Font.Color = clNavy
  1906.         Font.Height = -11
  1907.         Font.Name = 'MS Sans Serif'
  1908.         Font.Style = []
  1909.         ParentFont = False
  1910.       end
  1911.       object gbWindow: TGroupBox
  1912.         Left = 10
  1913.         Top = 34
  1914.         Width = 232
  1915.         Height = 87
  1916.         HelpContext = 1073
  1917.         Font.Charset = DEFAULT_CHARSET
  1918.         Font.Color = clBlack
  1919.         Font.Height = -11
  1920.         Font.Name = 'MS Sans Serif'
  1921.         Font.Style = []
  1922.         ParentFont = False
  1923.         TabOrder = 0
  1924.         object lblSource: TLabel
  1925.           Left = 12
  1926.           Top = 27
  1927.           Width = 3
  1928.           Height = 13
  1929.         end
  1930.         object cbFileName: TComboBox
  1931.           Left = 12
  1932.           Top = 42
  1933.           Width = 177
  1934.           Height = 21
  1935.           HelpContext = 1073
  1936.           ItemHeight = 13
  1937.           TabOrder = 0
  1938.         end
  1939.         object spdBtnFileName: TBitBtn
  1940.           Left = 195
  1941.           Top = 42
  1942.           Width = 23
  1943.           Height = 21
  1944.           TabOrder = 1
  1945.           OnClick = spdBtnFileNameClick
  1946.         end
  1947.       end
  1948.       object gbWindowProperties: TGroupBox
  1949.         Left = 252
  1950.         Top = 34
  1951.         Width = 337
  1952.         Height = 177
  1953.         TabOrder = 1
  1954.         object LblTitle: TLabel
  1955.           Left = 12
  1956.           Top = 26
  1957.           Width = 3
  1958.           Height = 13
  1959.         end
  1960.         object lblWidthWindow: TLabel
  1961.           Left = 105
  1962.           Top = 58
  1963.           Width = 3
  1964.           Height = 13
  1965.         end
  1966.         object lblHeightWindow: TLabel
  1967.           Left = 222
  1968.           Top = 58
  1969.           Width = 3
  1970.           Height = 13
  1971.         end
  1972.         object lblPosX: TLabel
  1973.           Left = 105
  1974.           Top = 82
  1975.           Width = 3
  1976.           Height = 13
  1977.         end
  1978.         object lblPosY: TLabel
  1979.           Left = 222
  1980.           Top = 82
  1981.           Width = 3
  1982.           Height = 13
  1983.         end
  1984.         object EditTitle: TEdit
  1985.           Left = 104
  1986.           Top = 24
  1987.           Width = 219
  1988.           Height = 21
  1989.           HelpContext = 1074
  1990.           MaxLength = 256
  1991.           TabOrder = 0
  1992.         end
  1993.         object cbToolBar: TCheckBox
  1994.           Left = 12
  1995.           Top = 106
  1996.           Width = 150
  1997.           Height = 17
  1998.           HelpContext = 1169
  1999.           TabOrder = 3
  2000.         end
  2001.         object cbLocation: TCheckBox
  2002.           Left = 12
  2003.           Top = 122
  2004.           Width = 150
  2005.           Height = 17
  2006.           HelpContext = 1170
  2007.           TabOrder = 4
  2008.         end
  2009.         object cbDirectories: TCheckBox
  2010.           Left = 12
  2011.           Top = 138
  2012.           Width = 150
  2013.           Height = 17
  2014.           HelpContext = 1171
  2015.           TabOrder = 5
  2016.         end
  2017.         object cbStatus: TCheckBox
  2018.           Left = 12
  2019.           Top = 154
  2020.           Width = 150
  2021.           Height = 17
  2022.           HelpContext = 1172
  2023.           TabOrder = 6
  2024.         end
  2025.         object cbMenuBar: TCheckBox
  2026.           Left = 172
  2027.           Top = 106
  2028.           Width = 150
  2029.           Height = 17
  2030.           HelpContext = 1173
  2031.           TabOrder = 7
  2032.         end
  2033.         object cbScrollBar: TCheckBox
  2034.           Left = 172
  2035.           Top = 122
  2036.           Width = 150
  2037.           Height = 17
  2038.           HelpContext = 1174
  2039.           TabOrder = 8
  2040.         end
  2041.         object cbResizable: TCheckBox
  2042.           Left = 172
  2043.           Top = 138
  2044.           Width = 150
  2045.           Height = 17
  2046.           HelpContext = 1175
  2047.           TabOrder = 9
  2048.         end
  2049.         object EditWidthWindow: TEdit
  2050.           Left = 156
  2051.           Top = 55
  2052.           Width = 38
  2053.           Height = 21
  2054.           HelpContext = 1075
  2055.           MaxLength = 4
  2056.           TabOrder = 1
  2057.           Text = '320'
  2058.           OnChange = EditWidthWindowChange
  2059.         end
  2060.         object EditHeightWindow: TEdit
  2061.           Left = 271
  2062.           Top = 56
  2063.           Width = 38
  2064.           Height = 21
  2065.           HelpContext = 1076
  2066.           MaxLength = 4
  2067.           TabOrder = 2
  2068.           Text = '120'
  2069.           OnChange = EditHeightWindowChange
  2070.         end
  2071.         object UpDown12: TUpDown
  2072.           Left = 194
  2073.           Top = 55
  2074.           Width = 15
  2075.           Height = 21
  2076.           HelpContext = 1075
  2077.           Associate = EditWidthWindow
  2078.           Min = 0
  2079.           Max = 9999
  2080.           Position = 320
  2081.           TabOrder = 10
  2082.           Wrap = False
  2083.         end
  2084.         object UpDown13: TUpDown
  2085.           Left = 309
  2086.           Top = 56
  2087.           Width = 15
  2088.           Height = 21
  2089.           HelpContext = 1076
  2090.           Associate = EditHeightWindow
  2091.           Min = 0
  2092.           Max = 9999
  2093.           Position = 120
  2094.           TabOrder = 11
  2095.           Wrap = False
  2096.         end
  2097.         object EditPosX: TEdit
  2098.           Left = 156
  2099.           Top = 79
  2100.           Width = 38
  2101.           Height = 21
  2102.           HelpContext = 1235
  2103.           MaxLength = 4
  2104.           TabOrder = 12
  2105.           Text = '100'
  2106.           OnChange = EditWidthWindowChange
  2107.         end
  2108.         object UpDown14: TUpDown
  2109.           Left = 194
  2110.           Top = 79
  2111.           Width = 15
  2112.           Height = 21
  2113.           HelpContext = 1235
  2114.           Associate = EditPosX
  2115.           Min = 0
  2116.           Max = 9999
  2117.           Position = 100
  2118.           TabOrder = 13
  2119.           Wrap = False
  2120.         end
  2121.         object EditPosY: TEdit
  2122.           Left = 271
  2123.           Top = 80
  2124.           Width = 38
  2125.           Height = 21
  2126.           HelpContext = 1236
  2127.           MaxLength = 4
  2128.           TabOrder = 14
  2129.           Text = '100'
  2130.           OnChange = EditHeightWindowChange
  2131.         end
  2132.         object UpDown15: TUpDown
  2133.           Left = 309
  2134.           Top = 80
  2135.           Width = 15
  2136.           Height = 21
  2137.           HelpContext = 1236
  2138.           Associate = EditPosY
  2139.           Min = 0
  2140.           Max = 9999
  2141.           Position = 100
  2142.           TabOrder = 15
  2143.           Wrap = False
  2144.         end
  2145.       end
  2146.     end
  2147.     object TabPreview: TTabSheet
  2148.       ImageIndex = 12
  2149.     end
  2150.   end
  2151.   object Button1: TButton
  2152.     Left = 385
  2153.     Top = 265
  2154.     Width = 72
  2155.     Height = 22
  2156.     HelpContext = 49
  2157.     Default = True
  2158.     Font.Charset = DEFAULT_CHARSET
  2159.     Font.Color = clBlack
  2160.     Font.Height = -11
  2161.     Font.Name = 'MS Sans Serif'
  2162.     Font.Style = []
  2163.     ParentFont = False
  2164.     TabOrder = 1
  2165.     OnClick = Button1Click
  2166.   end
  2167.   object Button2: TButton
  2168.     Left = 465
  2169.     Top = 265
  2170.     Width = 72
  2171.     Height = 22
  2172.     HelpContext = 44
  2173.     Cancel = True
  2174.     Font.Charset = DEFAULT_CHARSET
  2175.     Font.Color = clBlack
  2176.     Font.Height = -11
  2177.     Font.Name = 'MS Sans Serif'
  2178.     Font.Style = []
  2179.     ModalResult = 2
  2180.     ParentFont = False
  2181.     TabOrder = 2
  2182.   end
  2183.   object BitBtn1: TBitBtn
  2184.     Left = 545
  2185.     Top = 265
  2186.     Width = 72
  2187.     Height = 22
  2188.     HelpContext = 7
  2189.     TabOrder = 3
  2190.     OnClick = BitBtn1Click
  2191.   end
  2192.   object Timer1: TTimer
  2193.     Enabled = False
  2194.     Interval = 10
  2195.     OnTimer = Timer1Timer
  2196.     Left = 584
  2197.     Top = 32
  2198.   end
  2199.   object PopupMenu1: TPopupMenu
  2200.     Left = 556
  2201.     Top = 32
  2202.     object LienExterne1: TMenuItem
  2203.       OnClick = LienExterne1Click
  2204.     end
  2205.     object LienInterne1: TMenuItem
  2206.       OnClick = LienInterne1Click
  2207.     end
  2208.   end
  2209. end
  2210.