home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / automailer / automail.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  2001-05-10  |  27KB  |  852 lines

  1. object frmMain: TfrmMain
  2.   Left = 649
  3.   Top = 156
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = ' AutoMailer for Windows 1.3.0'
  7.   ClientHeight = 444
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label12: TLabel
  23.     Left = 300
  24.     Top = 104
  25.     Width = 74
  26.     Height = 15
  27.     Caption = 'DuoData GbR'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label5: TLabel
  36.     Left = 308
  37.     Top = 88
  38.     Width = 53
  39.     Height = 13
  40.     Caption = 'Freeware'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object btnPoll: TButton
  49.     Left = 300
  50.     Top = 300
  51.     Width = 75
  52.     Height = 25
  53.     Hint = 'Poll once now'
  54.     Caption = 'Poll Now'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 3
  58.     OnClick = btnPollClick
  59.   end
  60.   object btnAbout: TButton
  61.     Left = 300
  62.     Top = 140
  63.     Width = 75
  64.     Height = 25
  65.     Hint = 'About'
  66.     Caption = 'About'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 0
  70.     OnClick = btnAboutClick
  71.   end
  72.   object btnStop: TButton
  73.     Left = 300
  74.     Top = 364
  75.     Width = 75
  76.     Height = 25
  77.     Hint = 'Stop timer'
  78.     Caption = 'Stop'
  79.     Enabled = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 5
  83.     OnClick = btnStopClick
  84.   end
  85.   object btnRun: TButton
  86.     Left = 300
  87.     Top = 332
  88.     Width = 75
  89.     Height = 25
  90.     Hint = 'Start timer'
  91.     Caption = 'Start'
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.     TabOrder = 4
  95.     OnClick = btnRunClick
  96.   end
  97.   object btnClose: TButton
  98.     Left = 300
  99.     Top = 396
  100.     Width = 75
  101.     Height = 25
  102.     Hint = 'Exit Program'
  103.     Caption = 'Exit'
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 7
  107.     OnClick = btnCloseClick
  108.   end
  109.   object Panel1: TPanel
  110.     Left = 300
  111.     Top = 8
  112.     Width = 72
  113.     Height = 72
  114.     AutoSize = True
  115.     BevelInner = bvLowered
  116.     BevelOuter = bvNone
  117.     TabOrder = 6
  118.     object Image1: TImage
  119.       Left = 1
  120.       Top = 1
  121.       Width = 70
  122.       Height = 70
  123.       Cursor = crHandPoint
  124.       Hint = 'http://www.duodata.de/automailer'
  125.       AutoSize = True
  126.       Center = True
  127.       ParentShowHint = False
  128.       Picture.Data = {<image000.bmp>}
  129.       ShowHint = True
  130.       OnClick = Label11Click
  131.     end
  132.   end
  133.   object GroupBox1: TGroupBox
  134.     Left = 4
  135.     Top = 0
  136.     Width = 281
  137.     Height = 65
  138.     TabOrder = 8
  139.     object Label1: TLabel
  140.       Left = 8
  141.       Top = 16
  142.       Width = 44
  143.       Height = 13
  144.       Caption = 'Mail Host'
  145.     end
  146.     object Label2: TLabel
  147.       Left = 8
  148.       Top = 40
  149.       Width = 19
  150.       Height = 13
  151.       Caption = 'Port'
  152.     end
  153.     object Edit1: TEdit
  154.       Left = 64
  155.       Top = 12
  156.       Width = 209
  157.       Height = 21
  158.       Hint = 'IP or DNS Name of your SMTP server - required'
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 0
  162.       Text = 'Edit1'
  163.     end
  164.     object Edit2: TEdit
  165.       Left = 64
  166.       Top = 36
  167.       Width = 33
  168.       Height = 21
  169.       Hint = 'Standard Port is 25  - required'
  170.       ParentShowHint = False
  171.       ShowHint = True
  172.       TabOrder = 1
  173.       Text = 'Edit2'
  174.     end
  175.     object C10: TCheckBox
  176.       Left = 116
  177.       Top = 40
  178.       Width = 93
  179.       Height = 13
  180.       Caption = 'Authentication'
  181.       TabOrder = 2
  182.       OnClick = C10Click
  183.     end
  184.     object btnAuth: TButton
  185.       Left = 208
  186.       Top = 36
  187.       Width = 65
  188.       Height = 25
  189.       Caption = 'Properties'
  190.       TabOrder = 3
  191.       OnClick = btnAuthClick
  192.     end
  193.   end
  194.   object GroupBox2: TGroupBox
  195.     Left = 4
  196.     Top = 68
  197.     Width = 281
  198.     Height = 185
  199.     TabOrder = 9
  200.     object Label3: TLabel
  201.       Left = 8
  202.       Top = 40
  203.       Width = 13
  204.       Height = 13
  205.       Caption = 'To'
  206.     end
  207.     object Label8: TLabel
  208.       Left = 8
  209.       Top = 136
  210.       Width = 43
  211.       Height = 13
  212.       Caption = 'Message'
  213.     end
  214.     object Label7: TLabel
  215.       Left = 8
  216.       Top = 112
  217.       Width = 36
  218.       Height = 13
  219.       Caption = 'Subject'
  220.     end
  221.     object Label6: TLabel
  222.       Left = 8
  223.       Top = 16
  224.       Width = 23
  225.       Height = 13
  226.       Caption = 'From'
  227.     end
  228.     object Label4: TLabel
  229.       Left = 8
  230.       Top = 160
  231.       Width = 36
  232.       Height = 13
  233.       Caption = 'Charset'
  234.     end
  235.     object Label13: TLabel
  236.       Left = 8
  237.       Top = 64
  238.       Width = 13
  239.       Height = 13
  240.       Caption = 'Cc'
  241.     end
  242.     object Label14: TLabel
  243.       Left = 8
  244.       Top = 88
  245.       Width = 19
  246.       Height = 13
  247.       Caption = 'Bcc'
  248.     end
  249.     object Edit3: TEdit
  250.       Left = 64
  251.       Top = 36
  252.       Width = 209
  253.       Height = 21
  254.       Hint = 'A single valid e-mail address, required '
  255.       ParentShowHint = False
  256.       ShowHint = True
  257.       TabOrder = 1
  258.       Text = 'Edit3'
  259.     end
  260.     object Edit6: TEdit
  261.       Left = 64
  262.       Top = 12
  263.       Width = 209
  264.       Height = 21
  265.       Hint = 'From Address - required'
  266.       ParentShowHint = False
  267.       ShowHint = True
  268.       TabOrder = 0
  269.       Text = 'Edit6'
  270.     end
  271.     object Edit7: TEdit
  272.       Left = 64
  273.       Top = 108
  274.       Width = 209
  275.       Height = 21
  276.       Hint = 'Subject'
  277.       ParentShowHint = False
  278.       ShowHint = True
  279.       TabOrder = 4
  280.       Text = 'Edit7'
  281.     end
  282.     object Combo1: TComboBox
  283.       Left = 64
  284.       Top = 156
  285.       Width = 209
  286.       Height = 21
  287.       Hint = 'Set of characters'
  288.       ItemHeight = 13
  289.       Items.Strings = (
  290.         ''
  291.         'iso-8859-1'
  292.         'iso-8859-2'
  293.         'iso-8859-3'
  294.         'iso-8859-4'
  295.         'iso-8859-5'
  296.         'iso-8859-6'
  297.         'iso-8859-7'
  298.         'iso-8859-8'
  299.         'iso-8859-9'
  300.         'koi8-r'
  301.         'us-ascii')
  302.       ParentShowHint = False
  303.       ShowHint = True
  304.       TabOrder = 6
  305.       Text = 'Combo1'
  306.     end
  307.     object Edit5: TEdit
  308.       Left = 64
  309.       Top = 60
  310.       Width = 209
  311.       Height = 21
  312.       Hint = 'Carbon copy, semicolon separated list '
  313.       ParentShowHint = False
  314.       ShowHint = True
  315.       TabOrder = 2
  316.       Text = 'Edit5'
  317.     end
  318.     object Edit11: TEdit
  319.       Left = 64
  320.       Top = 84
  321.       Width = 209
  322.       Height = 21
  323.       Hint = 'Blind carbon copy, semicolon separated list'
  324.       ParentShowHint = False
  325.       ShowHint = True
  326.       TabOrder = 3
  327.       Text = 'Edit11'
  328.     end
  329.     object Memo1: TMemo
  330.       Left = 64
  331.       Top = 132
  332.       Width = 209
  333.       Height = 21
  334.       Hint = 'Double click to zoom in'
  335.       Lines.Strings = (
  336.         'Memo1')
  337.       MaxLength = 76
  338.       ParentShowHint = False
  339.       ScrollBars = ssVertical
  340.       ShowHint = True
  341.       TabOrder = 5
  342.       WordWrap = False
  343.       OnDblClick = Memo1DblClick
  344.     end
  345.   end
  346.   object GroupBox4: TGroupBox
  347.     Left = 4
  348.     Top = 256
  349.     Width = 281
  350.     Height = 101
  351.     TabOrder = 10
  352.     object Label9: TLabel
  353.       Left = 8
  354.       Top = 20
  355.       Width = 36
  356.       Height = 13
  357.       Caption = 'PollSec'
  358.     end
  359.     object Label10: TLabel
  360.       Left = 8
  361.       Top = 52
  362.       Width = 30
  363.       Height = 13
  364.       Caption = 'PollDir'
  365.     end
  366.     object SpeedButton1: TSpeedButton
  367.       Left = 250
  368.       Top = 48
  369.       Width = 23
  370.       Height = 22
  371.       Hint = 'Select a directory for AutoMailer to poll'
  372.       Glyph.Data = {
  373.         36040000424D3604000000000000360000002800000010000000100000000100
  374.         2000000000000004000000000000000000000000000000000000FF00FF00FF00
  375.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  376.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  377.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  378.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00000000000000
  379.         0000000000000000000000000000000000000000000000000000000000000000
  380.         000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00000000000000
  381.         0000008484000084840000848400008484000084840000848400008484000084
  382.         84000084840000000000FF00FF00FF00FF00FF00FF00FF00FF000000000000FF
  383.         FF00000000000084840000848400008484000084840000848400008484000084
  384.         8400008484000084840000000000FF00FF00FF00FF00FF00FF0000000000FFFF
  385.         FF0000FFFF000000000000848400008484000084840000848400008484000084
  386.         840000848400008484000084840000000000FF00FF00FF00FF000000000000FF
  387.         FF00FFFFFF0000FFFF0000000000008484000084840000848400008484000084
  388.         84000084840000848400008484000084840000000000FF00FF0000000000FFFF
  389.         FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000
  390.         00000000000000000000000000000000000000000000000000000000000000FF
  391.         FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  392.         FF0000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000FFFF
  393.         FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  394.         FF0000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000000000FF
  395.         FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000
  396.         000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000
  397.         00000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  398.         FF00FF00FF00FF00FF00000000000000000000000000FF00FF00FF00FF00FF00
  399.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  400.         FF00FF00FF00FF00FF00FF00FF000000000000000000FF00FF00FF00FF00FF00
  401.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000FF00
  402.         FF00FF00FF00FF00FF0000000000FF00FF0000000000FF00FF00FF00FF00FF00
  403.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000
  404.         00000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  405.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  406.         FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
  407.       ParentShowHint = False
  408.       ShowHint = True
  409.       OnClick = SpeedButton1Click
  410.     end
  411.     object Edit9: TEdit
  412.       Left = 64
  413.       Top = 16
  414.       Width = 53
  415.       Height = 21
  416.       Hint = 'Set timer in seconds  >= 10 required'
  417.       ParentShowHint = False
  418.       ShowHint = True
  419.       TabOrder = 0
  420.       Text = 'Edit9'
  421.       OnExit = Edit9Exit
  422.     end
  423.     object Edit10: TEdit
  424.       Left = 64
  425.       Top = 48
  426.       Width = 185
  427.       Height = 21
  428.       Hint = 'Path to a single directory for AutoMailer to poll - required'
  429.       ParentShowHint = False
  430.       ShowHint = True
  431.       TabOrder = 3
  432.       Text = 'Edit10'
  433.     end
  434.     object C3: TCheckBox
  435.       Left = 140
  436.       Top = 12
  437.       Width = 93
  438.       Height = 17
  439.       Hint = 'Start timer when program is launched'
  440.       Caption = 'Poll on startup'
  441.       ParentShowHint = False
  442.       ShowHint = True
  443.       TabOrder = 1
  444.     end
  445.     object Edit4: TEdit
  446.       Left = 64
  447.       Top = 72
  448.       Width = 209
  449.       Height = 21
  450.       Hint = 
  451.         'Semicolon separated list of file-extensions without dot  i.e.  w' +
  452.         'av;ini;txt;log'
  453.       ParentShowHint = False
  454.       ShowHint = True
  455.       TabOrder = 5
  456.       Text = 'Edit4'
  457.     end
  458.     object Combo2: TComboBox
  459.       Left = 8
  460.       Top = 72
  461.       Width = 53
  462.       Height = 21
  463.       Hint = 
  464.         'Choose either to attach "Only" - or "None" file extensions liste' +
  465.         'd beside.    '
  466.       Style = csDropDownList
  467.       DropDownCount = 2
  468.       Font.Charset = DEFAULT_CHARSET
  469.       Font.Color = clWindowText
  470.       Font.Height = -11
  471.       Font.Name = 'MS Sans Serif'
  472.       Font.Style = []
  473.       ItemHeight = 13
  474.       Items.Strings = (
  475.         'Only'
  476.         'None')
  477.       ParentFont = False
  478.       ParentShowHint = False
  479.       ShowHint = True
  480.       TabOrder = 4
  481.     end
  482.     object C8: TCheckBox
  483.       Left = 140
  484.       Top = 28
  485.       Width = 133
  486.       Height = 17
  487.       Hint = 'Usefull for scheduler or taskplaner '
  488.       Caption = 'Run once then exit'
  489.       ParentShowHint = False
  490.       ShowHint = True
  491.       TabOrder = 2
  492.       OnClick = C8Click
  493.     end
  494.   end
  495.   object GroupBox3: TGroupBox
  496.     Left = 4
  497.     Top = 360
  498.     Width = 281
  499.     Height = 61
  500.     TabOrder = 11
  501.     object C1: TCheckBox
  502.       Left = 16
  503.       Top = 8
  504.       Width = 61
  505.       Height = 17
  506.       Hint = 'Logging to programdir\automail.log '
  507.       Alignment = taLeftJustify
  508.       Caption = 'Logging'
  509.       ParentShowHint = False
  510.       ShowHint = True
  511.       TabOrder = 0
  512.     end
  513.     object C2: TCheckBox
  514.       Left = 96
  515.       Top = 8
  516.       Width = 57
  517.       Height = 17
  518.       Hint = 
  519.         'Mailed files will be copied to subdirectory "backup"'#13#10'beyond "Po' +
  520.         'llDir"'
  521.       Alignment = taLeftJustify
  522.       Caption = 'Backup'
  523.       ParentShowHint = False
  524.       ShowHint = True
  525.       TabOrder = 2
  526.     end
  527.     object C4: TCheckBox
  528.       Left = 100
  529.       Top = 40
  530.       Width = 53
  531.       Height = 17
  532.       Hint = 'Mailed files will be deleted'
  533.       Alignment = taLeftJustify
  534.       Caption = 'Delete'
  535.       ParentShowHint = False
  536.       ShowHint = True
  537.       TabOrder = 4
  538.     end
  539.     object C5: TCheckBox
  540.       Left = 96
  541.       Top = 24
  542.       Width = 57
  543.       Height = 17
  544.       Hint = 'Only new or modified files will be mailed'
  545.       Alignment = taLeftJustify
  546.       Caption = 'Archive'
  547.       ParentShowHint = False
  548.       ShowHint = True
  549.       TabOrder = 3
  550.     end
  551.     object C6: TCheckBox
  552.       Left = 172
  553.       Top = 8
  554.       Width = 101
  555.       Height = 17
  556.       Hint = 'Files will be attached as a compressed archive '
  557.       Alignment = taLeftJustify
  558.       Caption = 'ZIP Compression'
  559.       ParentShowHint = False
  560.       ShowHint = True
  561.       TabOrder = 5
  562.     end
  563.     object C7: TCheckBox
  564.       Left = 168
  565.       Top = 40
  566.       Width = 105
  567.       Height = 17
  568.       Hint = 'Each file will be attached to a single mail  '
  569.       Alignment = taLeftJustify
  570.       Caption = 'Single file per mail'
  571.       ParentShowHint = False
  572.       ShowHint = True
  573.       TabOrder = 6
  574.     end
  575.     object C9: TCheckBox
  576.       Left = 16
  577.       Top = 24
  578.       Width = 61
  579.       Height = 17
  580.       Hint = 'Verbose logging - *logfile grows rapidly!'
  581.       Alignment = taLeftJustify
  582.       Caption = 'Verbose'
  583.       ParentShowHint = False
  584.       ShowHint = True
  585.       TabOrder = 1
  586.       OnClick = C9Click
  587.     end
  588.   end
  589.   object StatusBar1: TStatusBar
  590.     Left = 0
  591.     Top = 425
  592.     Width = 385
  593.     Height = 19
  594.     Panels = <
  595.       item
  596.         Width = 50
  597.       end
  598.       item
  599.         Width = 50
  600.       end>
  601.     SimplePanel = False
  602.   end
  603.   object Button1: TButton
  604.     Left = 300
  605.     Top = 172
  606.     Width = 75
  607.     Height = 25
  608.     Caption = 'Readme'
  609.     TabOrder = 1
  610.     OnClick = Button1Click
  611.   end
  612.   object Button2: TButton
  613.     Left = 300
  614.     Top = 204
  615.     Width = 75
  616.     Height = 25
  617.     Caption = 'Logfile'
  618.     TabOrder = 2
  619.     OnClick = Button2Click
  620.   end
  621.   object T1: TTimer
  622.     Enabled = False
  623.     Interval = 120000
  624.     OnTimer = T1Timer
  625.     Left = 324
  626.     Top = 268
  627.   end
  628.   object CTray: TCoolTrayIcon
  629.     IconList = ImageList1
  630.     CycleInterval = 300
  631.     Hint = 'AutoMailer for Windows Freeware'
  632.     ShowHint = True
  633.     Icon.Data = {<image001.ico>}
  634.     IconIndex = 0
  635.     PopupMenu = Popup
  636.     StartMinimized = True
  637.     MinimizeToTray = True
  638.     OnDblClick = Show1Click
  639.     Left = 324
  640.     Top = 236
  641.   end
  642.   object Popup: TPopupMenu
  643.     Left = 296
  644.     Top = 268
  645.     object Show1: TMenuItem
  646.       Caption = 'Config'
  647.       OnClick = Show1Click
  648.     end
  649.     object About1: TMenuItem
  650.       Caption = 'About'
  651.       OnClick = btnAboutClick
  652.     end
  653.     object RUN1: TMenuItem
  654.       Caption = 'Start'
  655.       Hint = 'Start timer'
  656.       OnClick = btnRunClick
  657.     end
  658.     object STOP1: TMenuItem
  659.       Caption = 'Stop'
  660.       Checked = True
  661.       Hint = 'Stop Timer'
  662.       OnClick = btnStopClick
  663.     end
  664.     object Exit1: TMenuItem
  665.       Caption = 'Exit'
  666.       OnClick = btnCloseClick
  667.     end
  668.   end
  669.   object SMTP: TSmtpCli
  670.     Tag = 0
  671.     Port = 'smtp'
  672.     AuthStr = 'LOGIN'
  673.     CharSet = 'iso-8859-1'
  674.     ContentType = smtpPlainText
  675.     OnCommand = SMTPCommand
  676.     OnResponse = SMTPResponse
  677.     OnHeaderLine = SMTPHeaderLine
  678.     OnRequestDone = SMTPRequestDone
  679.     Left = 296
  680.     Top = 236
  681.   end
  682.   object T2: TTimer
  683.     Interval = 3000
  684.     OnTimer = T2Timer
  685.     Left = 348
  686.     Top = 268
  687.   end
  688.   object ZipMaster1: TZipMaster
  689.     Verbose = False
  690.     Trace = False
  691.     AddCompLevel = 9
  692.     AddOptions = []
  693.     ExtrOptions = []
  694.     Unattended = True
  695.     SFXPath = 'ZipSFX.bin'
  696.     SFXOverWriteMode = OvrConfirm
  697.     SFXCaption = 'Self-extracting Archive'
  698.     KeepFreeOnDisk1 = 0
  699.     VersionInfo = '1.52 M'
  700.     OnMessage = ZipMaster1Message
  701.     Left = 348
  702.     Top = 236
  703.   end
  704.   object ImageList1: TImageList
  705.     Left = 292
  706.     Top = 108
  707.     Bitmap = {
  708.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  709.       0000000000003600000028000000400000001000000001002000000000000010
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       00000000000000000000000000000000FF000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       000000000000000000000000000000FF00000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       00000000000000000000000000000000FF000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       000000000000000000000000000000FF00000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000FF00000000000000FF000000FF0000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       00000000000000FF00000000000000FF000000FF000000000000000000000000
  730.       0000000000000000000000000000000000000000000000000000000000000000
  731.       0000000000000000000000000000000000000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000000000000000000000
  734.       0000000000000000000000000000000000000000FF0000000000000000000000
  735.       0000000000000000FF00000000000000FF000000FF0000000000000000000000
  736.       0000000000000000FF00000000000000000000FF000000000000000000000000
  737.       00000000000000FF00000000000000FF000000FF000000000000000000000000
  738.       00000000000000FF000000000000000000000000000000000000000000000000
  739.       0000000000000000000000000000000000000000000000000000000000000000
  740.       0000000000000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000000000000000000000000
  742.       0000000000000000000000000000000000000000FF000000FF00000000000000
  743.       0000000000000000FF0000000000000000000000FF0000000000000000000000
  744.       0000000000000000FF000000FF000000000000FF000000FF0000000000000000
  745.       00000000000000FF0000000000000000000000FF000000000000000000000000
  746.       00000000000000FF000000FF0000000000000000000000000000000000000000
  747.       0000000000000000000000000000000000000000000000000000000000000000
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000000000000000000000
  750.       000000000000000000000000000000000000000000000000FF00000000000000
  751.       0000000000000000FF0000000000000000000000FF0000000000000000000000
  752.       0000000000000000FF000000FF00000000000000000000FF0000000000000000
  753.       00000000000000FF0000000000000000000000FF000000000000000000000000
  754.       00000000000000FF000000FF0000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       000000000000000000000000000000000000000000000000FF000000FF000000
  759.       00000000FF000000FF0000000000000000000000FF0000000000000000000000
  760.       0000000000000000FF000000FF00000000000000000000FF000000FF00000000
  761.       000000FF000000FF0000000000000000000000FF000000000000000000000000
  762.       00000000000000FF000000FF0000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       000000000000000000000000000000000000000000000000FF000000FF000000
  767.       FF000000FF000000FF0000000000000000000000FF0000000000000000000000
  768.       FF0000000000000000000000FF00000000000000000000FF000000FF000000FF
  769.       000000FF000000FF0000000000000000000000FF0000000000000000000000FF
  770.       0000000000000000000000FF0000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       00000000000000000000000000000000000000000000000000000000FF000000
  775.       0000000000000000FF0000000000000000000000FF0000000000000000000000
  776.       FF000000FF00000000000000FF0000000000000000000000000000FF00000000
  777.       00000000000000FF0000000000000000000000FF0000000000000000000000FF
  778.       000000FF00000000000000FF0000000000000000000000000000000000000000
  779.       0000000000000000000000000000000000000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       00000000000000000000000000000000000000000000000000000000FF000000
  783.       FF00000000000000FF0000000000000000000000FF000000FF000000FF000000
  784.       FF000000FF00000000000000FF0000000000000000000000000000FF000000FF
  785.       00000000000000FF0000000000000000000000FF000000FF000000FF000000FF
  786.       000000FF00000000000000FF0000000000000000000000000000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       FF00000000000000FF0000000000000000000000FF000000FF000000FF000000
  792.       FF000000FF000000FF000000FF000000000000000000000000000000000000FF
  793.       00000000000000FF0000000000000000000000FF000000FF000000FF000000FF
  794.       000000FF000000FF000000FF0000000000000000000000000000000000000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       FF00000000000000FF000000000000000000000000000000FF000000FF000000
  800.       FF00000000000000FF000000FF000000000000000000000000000000000000FF
  801.       00000000000000FF000000000000000000000000000000FF000000FF000000FF
  802.       00000000000000FF000000FF0000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       00000000FF000000FF000000000000000000000000000000FF000000FF000000
  808.       0000000000000000FF000000FF000000FF000000000000000000000000000000
  809.       000000FF000000FF000000000000000000000000000000FF000000FF00000000
  810.       00000000000000FF000000FF000000FF00000000000000000000000000000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       00000000FF000000FF000000000000000000000000000000FF000000FF000000
  816.       0000000000000000FF000000FF000000FF000000000000000000000000000000
  817.       000000FF000000FF000000000000000000000000000000FF000000FF00000000
  818.       00000000000000FF000000FF000000FF00000000000000000000000000000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       0000000000000000000000000000000000000000000000000000000000000000
  821.       0000000000000000000000000000000000000000000000000000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000FF0000000000000000000000000000000000000000000000
  824.       000000000000000000000000FF000000FF000000000000000000000000000000
  825.       00000000000000FF000000000000000000000000000000000000000000000000
  826.       0000000000000000000000FF000000FF00000000000000000000000000000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       00000000000000000000000000000000FF000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       000000000000000000000000000000FF00000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       000000000000000000000000000000000000424D3E000000000000003E000000
  839.       2800000040000000100000000100010000000000800000000000000000000000
  840.       000000000000000000000000FFFFFF00FEFFFEFF00000000FEFFFEFF00000000
  841.       FA7FFA7F000000007A7B7A7B000000003B793B7900000000BB79BB7900000000
  842.       9379937900000000836D836D00000000DB65DB6500000000CB05CB0500000000
  843.       EB01EB0100000000EB89EB8900000000F398F39800000000F398F39800000000
  844.       FBFCFBFC00000000FFFEFFFE0000000000000000000000000000000000000000
  845.       000000000000}
  846.   end
  847.   object FormPlacement1: TFormPlacement
  848.     Left = 360
  849.     Top = 76
  850.   end
  851. end
  852.