home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-10-30 | 37.7 KB | 1,154 lines |
- object ProgramOptionsForm: TProgramOptionsForm
- Left = 321
- Top = 153
- HelpContext = 1028
- ActiveControl = btOk
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 344
- ClientWidth = 492
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PrintScale = poNone
- Scaled = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object plButtons: TPanel
- Left = 0
- Top = 312
- Width = 492
- Height = 32
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object btCancel: TBitBtn
- Left = 328
- Top = 4
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- object btOk: TBitBtn
- Left = 168
- Top = 4
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object btApply: TBitBtn
- Left = 248
- Top = 4
- Width = 75
- Height = 25
- Caption = 'Apply'
- Enabled = False
- TabOrder = 1
- OnClick = btApplyClick
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333330000333333333333333333333333F33333333333
- 00003333344333333333333333388F3333333333000033334224333333333333
- 338338F3333333330000333422224333333333333833338F3333333300003342
- 222224333333333383333338F3333333000034222A22224333333338F338F333
- 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
- 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
- 0000333333333A222433333333333338F338F33300003333333333A222433333
- 333333338F338F33000033333333333A222433333333333338F338F300003333
- 33333333A222433333333333338F338F00003333333333333A22433333333333
- 3338F38F000033333333333333A223333333333333338F830000333333333333
- 333A333333333333333338330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object btHelp: TBitBtn
- Left = 408
- Top = 4
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkHelp
- end
- end
- object pcOpt: TPageControl
- Left = 0
- Top = 0
- Width = 492
- Height = 312
- ActivePage = TabSheet4
- Align = alClient
- TabOrder = 0
- OnChange = pcOptChange
- object TabSheet2: TTabSheet
- HelpContext = 1028
- BorderWidth = 4
- Caption = 'General'
- ImageIndex = 1
- object Label1: TLabel
- Left = 276
- Top = 248
- Width = 35
- Height = 13
- Caption = 'Kbytes.'
- end
- object Label14: TLabel
- Left = 29
- Top = 21
- Width = 369
- Height = 13
- Caption =
- 'you can press the Shift key when clicking on a link to achieve t' +
- 'he same result)'
- end
- object Label15: TLabel
- Left = 317
- Top = 9
- Width = 87
- Height = 13
- Caption = ' (if this option is off'
- end
- object gbConnOpt: TGroupBox
- Left = 10
- Top = 64
- Width = 455
- Height = 105
- Caption = ' Connection Options '
- TabOrder = 0
- object Label3: TLabel
- Left = 268
- Top = 48
- Width = 77
- Height = 13
- AutoSize = False
- Caption = 'Timeout (sec.):'
- Color = clBtnFace
- ParentColor = False
- end
- object Label8: TLabel
- Left = 268
- Top = 20
- Width = 77
- Height = 13
- AutoSize = False
- Caption = 'Max retries:'
- Color = clBtnFace
- ParentColor = False
- end
- object Label11: TLabel
- Left = 16
- Top = 48
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Max connections per server:'
- Color = clBtnFace
- ParentColor = False
- end
- object Label2: TLabel
- Left = 16
- Top = 20
- Width = 149
- Height = 13
- AutoSize = False
- Caption = 'Max connections:'
- Color = clBtnFace
- ParentColor = False
- end
- object Label4: TLabel
- Left = 16
- Top = 76
- Width = 157
- Height = 13
- AutoSize = False
- Caption = 'Pause between connection:'
- Color = clBtnFace
- ParentColor = False
- end
- object edMaxConn: TxxxSpinEdit
- Left = 188
- Top = 18
- Width = 49
- Height = 19
- Value = 0
- MaxValue = 99
- MinValue = 0
- OnChanging = edMaxConnChanging
- end
- object edMaxConnPerServ: TxxxSpinEdit
- Left = 188
- Top = 46
- Width = 49
- Height = 19
- Value = 1
- MaxValue = 10
- MinValue = 1
- OnChanging = edMaxConnChanging
- end
- object edTries: TxxxSpinEdit
- Left = 376
- Top = 18
- Width = 49
- Height = 19
- Value = 1
- MaxValue = 99
- MinValue = 0
- OnChanging = edMaxConnChanging
- end
- object edTimeOut: TxxxSpinEdit
- Left = 376
- Top = 46
- Width = 49
- Height = 19
- Value = 0
- MaxValue = 100
- MinValue = 0
- OnChanging = edMaxConnChanging
- end
- object edPause: TxxxSpinEdit
- Left = 188
- Top = 74
- Width = 49
- Height = 19
- Value = 0
- MaxValue = 100
- MinValue = 0
- OnChanging = edMaxConnChanging
- end
- end
- object gbStartupopt: TGroupBox
- Left = 10
- Top = 180
- Width = 455
- Height = 45
- Caption = ' Startup Options '
- TabOrder = 1
- object cbOpenNew: TCheckBox
- Left = 8
- Top = 20
- Width = 117
- Height = 17
- Caption = 'Open new project'
- TabOrder = 0
- OnClick = cbOpenNewClick
- end
- object cbLaunchBrowser: TCheckBox
- Left = 152
- Top = 20
- Width = 101
- Height = 17
- Caption = 'Launch browser'
- TabOrder = 1
- OnClick = cbOpenNewClick
- end
- object cbGoToOnline: TCheckBox
- Left = 296
- Top = 20
- Width = 97
- Height = 17
- Caption = 'Go online'
- TabOrder = 2
- end
- end
- object cbDiskSize: TCheckBox
- Left = 12
- Top = 248
- Width = 189
- Height = 17
- Caption = 'Stop if free disk space drops below'
- TabOrder = 2
- OnClick = cbDiskSizeClick
- end
- object edDiskSize: TxxxEdit
- Left = 200
- Top = 244
- Width = 69
- Height = 21
- MaxLength = 10
- TabOrder = 3
- Text = '300'
- KeyFilter = kfDigitOnly
- end
- object cbAttachToTask: TCheckBox
- Left = 8
- Top = 40
- Width = 449
- Height = 17
- Caption =
- 'Attach linked resources retrieved by other tasks to the task loa' +
- 'ded in the built-in browser'
- TabOrder = 4
- end
- object cbCreateTaskOnLink: TCheckBox
- Left = 8
- Top = 5
- Width = 313
- Height = 17
- Caption = 'Create a new task for every link clicked in the built-in browser'
- TabOrder = 5
- end
- end
- object TabSheet3: TTabSheet
- HelpContext = 1029
- BorderWidth = 4
- Caption = 'Proxy'
- ImageIndex = 3
- object rbDirectConnection: TRadioButton
- Left = 18
- Top = 13
- Width = 211
- Height = 17
- Caption = 'Do not use proxy'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbDirectConnectionClick
- end
- object rbIESettings: TRadioButton
- Left = 18
- Top = 42
- Width = 239
- Height = 21
- Caption = 'Use IE proxy settings'
- TabOrder = 1
- OnClick = rbDirectConnectionClick
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 77
- Width = 455
- Height = 125
- Caption = ' '
- TabOrder = 3
- object Label5: TLabel
- Left = 7
- Top = 40
- Width = 51
- Height = 13
- Caption = 'Http proxy:'
- end
- object Label6: TLabel
- Left = 7
- Top = 69
- Width = 46
- Height = 13
- Caption = 'Ftp proxy:'
- end
- object Label7: TLabel
- Left = 88
- Top = 16
- Width = 72
- Height = 13
- Caption = 'Server Address'
- end
- object Label9: TLabel
- Left = 236
- Top = 16
- Width = 19
- Height = 13
- Caption = 'Port'
- end
- object Label12: TLabel
- Left = 300
- Top = 16
- Width = 50
- Height = 13
- Caption = 'UserName'
- end
- object Label10: TLabel
- Left = 372
- Top = 16
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object edHttpProxy: TxxxEdit
- Left = 71
- Top = 37
- Width = 146
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 0
- Text = 'edHttpProxy'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- object edFtpProxy: TxxxEdit
- Left = 71
- Top = 65
- Width = 146
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 4
- Text = 'edFtpProxy'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- object cbUsethesame: TCheckBox
- Left = 60
- Top = 96
- Width = 189
- Height = 17
- Caption = 'Use the same for both protocols'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 8
- OnClick = cbUsethesameClick
- end
- object edHttpProxyPort: TxxxEdit
- Left = 226
- Top = 37
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 1
- Text = 'edHttpProxyPort'
- OnChange = edHttpProxyChange
- KeyFilter = kfDigitOnly
- end
- object edFtpProxyPort: TxxxEdit
- Left = 226
- Top = 65
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 5
- Text = 'edFtpProxyPort'
- OnChange = edHttpProxyChange
- KeyFilter = kfDigitOnly
- end
- object edHttpUserName: TxxxEdit
- Left = 300
- Top = 37
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 2
- Text = 'edHttpUserName'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- object edFtpUserName: TxxxEdit
- Left = 300
- Top = 65
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 6
- Text = 'edFtpUserName'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- object edHttpPassword: TxxxEdit
- Left = 374
- Top = 37
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- PasswordChar = '*'
- TabOrder = 3
- Text = 'edHttpPassword'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- object edFtpPassword: TxxxEdit
- Left = 374
- Top = 65
- Width = 65
- Height = 21
- Color = clBtnFace
- Enabled = False
- PasswordChar = '*'
- TabOrder = 7
- Text = 'edFtpPassword'
- OnChange = edHttpProxyChange
- KeyFilter = kfAll
- end
- end
- object rbUseProxy: TRadioButton
- Left = 18
- Top = 74
- Width = 71
- Height = 17
- Caption = 'Use proxy:'
- TabOrder = 2
- OnClick = rbDirectConnectionClick
- end
- end
- object TabSheet1: TTabSheet
- HelpContext = 1030
- BorderWidth = 4
- Caption = 'Ping'
- ImageIndex = 3
- object GroupBox6: TGroupBox
- Left = 0
- Top = 0
- Width = 476
- Height = 276
- Align = alClient
- Caption = ' '
- TabOrder = 0
- object cbEnablePing: TCheckBox
- Left = 13
- Top = -2
- Width = 84
- Height = 17
- Caption = 'Enable ping'
- TabOrder = 0
- OnClick = cbEnablePingClick
- end
- object Panel2: TPanel
- Left = 2
- Top = 233
- Width = 472
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object btAdd: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Action = acAdd
- TabOrder = 0
- end
- object Button3: TButton
- Left = 88
- Top = 8
- Width = 75
- Height = 25
- Action = acRemovePingHosts
- TabOrder = 1
- end
- object Button2: TButton
- Left = 168
- Top = 8
- Width = 75
- Height = 25
- Action = acEditPingHosts
- TabOrder = 2
- end
- end
- object Panel3: TPanel
- Left = 2
- Top = 15
- Width = 472
- Height = 218
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 2
- object Panel4: TPanel
- Left = 5
- Top = 5
- Width = 462
- Height = 208
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object lvPingHost: TListView
- Left = 0
- Top = 0
- Width = 462
- Height = 208
- Align = alClient
- Columns = <
- item
- Caption = 'Hosts'
- Width = 300
- end
- item
- Caption = 'Status'
- Width = 100
- end>
- Enabled = False
- SmallImages = ImageList1
- TabOrder = 0
- ViewStyle = vsReport
- OnEdited = lvPingHostEdited
- OnEditing = lvPingHostEditing
- end
- end
- end
- end
- end
- object Browser: TTabSheet
- HelpContext = 1031
- BorderWidth = 4
- Caption = 'Browser'
- ImageIndex = 4
- object gbLinks: TGroupBox
- Left = 218
- Top = 5
- Width = 255
- Height = 113
- Caption = ' Placing the cursor on a link that was not retrieved: '
- TabOrder = 0
- object cbShowCursor: TCheckBox
- Left = 15
- Top = 20
- Width = 217
- Height = 17
- Caption = 'Changes cursor to hour glass'
- TabOrder = 0
- OnClick = cbShowCursorClick
- end
- object cbHighlighting: TCheckBox
- Left = 15
- Top = 40
- Width = 185
- Height = 17
- Caption = 'Highlights the link'
- TabOrder = 1
- OnClick = cbShowCursorClick
- end
- object cbShowHintOnLinks: TCheckBox
- Left = 15
- Top = 60
- Width = 185
- Height = 17
- Caption = 'Displays a hint'
- TabOrder = 2
- OnClick = cbShowCursorClick
- end
- end
- object gbScripts: TGroupBox
- Left = 0
- Top = 130
- Width = 473
- Height = 123
- Caption = ' Script behavior: '
- TabOrder = 1
- object cbAllowOpen: TCheckBox
- Left = 15
- Top = 20
- Width = 353
- Height = 17
- Caption = 'Allow scripts to open new browser windows'
- TabOrder = 0
- OnClick = cbShowCursorClick
- end
- object cbOpenAtClosing: TCheckBox
- Left = 15
- Top = 60
- Width = 369
- Height = 17
- Caption = 'Allow scripts to open new windows on close'
- TabOrder = 1
- OnClick = cbShowCursorClick
- end
- object cbAutoUndock: TCheckBox
- Left = 15
- Top = 80
- Width = 365
- Height = 17
- Caption = 'Allow scripts to undock, resize, and move browser windows'
- TabOrder = 2
- OnClick = cbShowCursorClick
- end
- object cbAutoHideMenu: TCheckBox
- Left = 15
- Top = 100
- Width = 393
- Height = 17
- Caption = 'Allow scripts to hide browser toolbars and menus'
- TabOrder = 3
- OnClick = cbShowCursorClick
- end
- object cbCloseFromScript: TCheckBox
- Left = 15
- Top = 40
- Width = 369
- Height = 17
- Caption = 'Allow scripts to close browser windows'
- TabOrder = 4
- OnClick = cbShowCursorClick
- end
- end
- object cbOpenBrowserinTabs: TCheckBox
- Left = 12
- Top = 260
- Width = 173
- Height = 17
- Caption = 'Open browser windows in tabs'
- TabOrder = 2
- OnContextPopup = cbOpenBrowserinTabsContextPopup
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 5
- Width = 209
- Height = 113
- Caption = ' Home page: '
- TabOrder = 3
- object edOcHome: TEdit
- Left = 8
- Top = 80
- Width = 193
- Height = 21
- MaxLength = 255
- TabOrder = 0
- Text = 'edOcHome'
- end
- object rbUseBlank: TRadioButton
- Left = 15
- Top = 20
- Width = 113
- Height = 17
- Caption = 'Blank page'
- TabOrder = 1
- OnClick = rbUseBlankClick
- end
- object rbUseIEHome: TRadioButton
- Left = 15
- Top = 40
- Width = 113
- Height = 17
- Caption = 'IE home page'
- TabOrder = 2
- OnClick = rbUseBlankClick
- end
- object rbUseCustom: TRadioButton
- Left = 15
- Top = 60
- Width = 138
- Height = 17
- Caption = 'Page specified below:'
- TabOrder = 3
- OnClick = rbUseCustomClick
- end
- end
- end
- object TabSheet4: TTabSheet
- HelpContext = 1040
- Caption = 'Confirmations'
- ImageIndex = 4
- object asd: TGroupBox
- Left = 10
- Top = 10
- Width = 455
- Height = 249
- Caption = ' Display Confirmation Boxes: '
- TabOrder = 0
- object Label13: TLabel
- Left = 196
- Top = 20
- Width = 84
- Height = 13
- Caption = 'Auto answer with:'
- end
- object cbConfirm1: TCheckBox
- Left = 15
- Top = 20
- Width = 162
- Height = 13
- Caption = 'Enqueue URL in offline mode.'
- TabOrder = 0
- OnClick = cbConfirm1Click
- end
- object cbConfirm5: TCheckBox
- Tag = 4
- Left = 15
- Top = 110
- Width = 300
- Height = 13
- Caption = 'Create duplicate task'
- TabOrder = 4
- end
- object cbConfirm4: TCheckBox
- Tag = 3
- Left = 15
- Top = 90
- Width = 300
- Height = 13
- Caption = 'Create task for opened page'
- TabOrder = 3
- end
- object cbConfirm2: TCheckBox
- Tag = 1
- Left = 15
- Top = 40
- Width = 186
- Height = 13
- Caption = 'Enqueue links from text selection'
- TabOrder = 1
- end
- object cbConfirm6: TCheckBox
- Tag = 5
- Left = 15
- Top = 140
- Width = 300
- Height = 13
- Caption = 'Delete task'
- TabOrder = 5
- end
- object cbConfirm7: TCheckBox
- Tag = 6
- Left = 15
- Top = 160
- Width = 300
- Height = 13
- Caption = 'Delete task item'
- TabOrder = 6
- end
- object cbConfirm9: TCheckBox
- Tag = 8
- Left = 15
- Top = 210
- Width = 300
- Height = 13
- Caption = 'Abort connection'
- TabOrder = 8
- end
- object cbConfirm8: TCheckBox
- Tag = 7
- Left = 15
- Top = 180
- Width = 300
- Height = 13
- Caption = 'Delete folder'
- TabOrder = 7
- end
- object cbConfirm3: TCheckBox
- Tag = 2
- Left = 15
- Top = 70
- Width = 300
- Height = 13
- Caption = 'Create tasks from links in a text selection'
- TabOrder = 2
- end
- object rbNoAnswer: TRadioButton
- Left = 328
- Top = 20
- Width = 41
- Height = 17
- Caption = 'No'
- TabOrder = 9
- end
- object rbYesAnswer: TRadioButton
- Left = 288
- Top = 20
- Width = 41
- Height = 17
- Caption = 'Yes'
- TabOrder = 10
- end
- end
- end
- object TabSheet5: TTabSheet
- HelpContext = 1041
- Caption = 'Authorization'
- ImageIndex = 5
- object Image1: TImage
- Left = 16
- Top = 16
- Width = 33
- Height = 41
- Picture.Data = {<image000.ico>}
- end
- object Label16: TLabel
- Left = 72
- Top = 56
- Width = 54
- Height = 13
- Caption = ' responses)'
- end
- object Label17: TLabel
- Left = 192
- Top = 36
- Width = 286
- Height = 13
- Caption = ' (for 401 '#39'Unauthorized'#39' or 407 '#39'Proxy authentication required'#39
- end
- object cbDisplayLogon: TCheckBox
- Left = 54
- Top = 36
- Width = 139
- Height = 17
- Caption = 'Display logon dialog box'
- TabOrder = 0
- end
- object cbDontAuthorizeIfCancel: TCheckBox
- Left = 54
- Top = 83
- Width = 393
- Height = 17
- Caption =
- 'Do not reauthorize on the same realm if authorization was cancel' +
- 'led'
- TabOrder = 1
- end
- end
- end
- object ActionList1: TActionList
- Left = 292
- Top = 180
- object acRemovePingHosts: TAction
- Caption = 'Remove'
- ShortCut = 46
- OnExecute = acRemovePingHostsExecute
- OnUpdate = acRemovePingHostsUpdate
- end
- object acEditPingHosts: TAction
- Caption = 'Edit'
- ShortCut = 113
- OnExecute = acEditPingHostsExecute
- OnUpdate = acRemovePingHostsUpdate
- end
- object acAdd: TAction
- Caption = 'Add'
- ShortCut = 45
- OnExecute = acAddExecute
- OnUpdate = acAddUpdate
- end
- end
- object ImageList1: TImageList
- Left = 320
- Top = 184
- Bitmap = {
- 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000003000000001001000000000000018
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000083440040
- 0020000C0004631C000000000000000000000000000000000000000044160006
- 000160002000C41000000000000000000000000000000000000000008C314A29
- 841021040000630C00000000000000000000000000000000000000002342E13D
- 0021600C2004C214000000000000000000000000000000000000227000680048
- 0028000C00000000210800000000000000000000000000000000820F40076006
- 4005600000000000410400000000000000000000000000000000B556734E8C31
- A514210400000000210400000000000000000000000000000000636F4267414A
- 4029600C0000000040080000000000000000000000000000E758847C007C0060
- 003C001C000400000000631C000000000000000000000000C722E417E0070007
- E001E000400000000000C41000000000000000000000000010421863F75E3146
- 2925630C210400000000630C000000000000000000000000C656E57FE27B015F
- E13DE018200800000000C2140000000000000000000000004B79297DC67C007C
- 005800340014000400000004000000000000000000000000EB2FEA2BE61FE00B
- C006A001A0002000000020000000000000000000000000001863396718631863
- 104208214208210400002104000000000000000000000000CB7BEA7FE77FE27F
- C15AA035A014200400002004000000000000000000000000107E0F7EAC7DE77C
- 007C00580034001C000C000C000000000000000000000000F047F043ED3BE723
- E007C006A001E000600060000000000000000000000000005A6B5A6B39671863
- 1863EF3D0821630C21042104000000000000000000000000F17FF17FEE7FE97F
- E27BA256A035E018600C600C000000000000000000000000B67ED67E947EEF7D
- 087D007C0058003C00280020000000000000000000000000F55BF65FF453EF43
- E827E007C006E005400500010000000000000000000000009C739C737B6F5A6B
- 1863186310422925A5148410000000000000000000000000F67FF77FF47FF07F
- E97FE27BC15AE13D40290021000000000000000000000000197F7B7F5A7FD67E
- EF7DE77C007C006000480040000000000000000000000000F867FB6FFA6BF55B
- EF43E723E00700074006E0050000000000000000000000009C73DE7BBD777B6F
- 5A6B1863186331468C314A29000000000000000000000000F87BFC7FFA7FF67F
- F07FE97FE27F0263414AE13D000000000000000000000000325ADE7FDE7F5A7F
- 947EAD7DC67C007C00648348000000000000000000000000D14AFE7BFE7BFA6B
- F457ED3BE61FE00720074416000000000000000000000000734EFF7FFF7FBD77
- 7B6F396718631863524A8C31000000000000000000000000D056FE7FFD7FFA7F
- F57FEE7FE77FE27B4267234200000000000000000000000000005A73DE7F7B7F
- F77E107E4A7D847C2170000000000000000000000000000000009A6BFE7BFC73
- F75FF047EA2FE417820F000000000000000000000000000000005A6BFF7FDE7B
- 9C735A6B39671863B556000000000000000000000000000000009973FE7FFC7F
- F77FF17FEB7FE67F826F000000000000000000000000000000000000525A397F
- B57E107E6B7DE7580000000000000000000000000000000000000000D14AF967
- F55BF047CA33C7220000000000000000000000000000000000000000734E9C73
- 9C735A6B186310420000000000000000000000000000000000000000D056F97B
- F67FF17FCC7BC656000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000300000000100010000000000800100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFF81FF81FF81FF81FF00FF00FF00FF00FE007E007E007E007
- E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007
- E007E007E007E007F00FF00FF00FF00FF81FF81FF81FF81FFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 356
- Top = 212
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 380
- Top = 189
- end
- end
-