home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-07-27 | 114.5 KB | 2,900 lines |
- object frmProperties: TfrmProperties
- Left = 600
- Top = 453
- HelpContext = 194
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = '++'
- ClientHeight = 442
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 36
- Top = 168
- Width = 101
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object pnlPages: TPanel
- Left = 0
- Top = 0
- Width = 416
- Height = 408
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- ParentColor = True
- TabOrder = 0
- object pgProperties: TPageControl
- Left = 5
- Top = 5
- Width = 406
- Height = 398
- ActivePage = tbsSettings
- Align = alClient
- TabOrder = 0
- OnChange = pgPropertiesChange
- OnChanging = pgPropertiesChanging
- object tbsSettings: TTabSheet
- Caption = 'Steps'
- OnShow = tbsSettingsShow
- object imgSettings: TImage
- Left = 337
- Top = 4
- Width = 52
- Height = 52
- AutoSize = True
- IncrementalDisplay = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object lblSettingsDesc: TLabel
- Left = 8
- Top = 27
- Width = 329
- Height = 30
- AutoSize = False
- Caption =
- 'The steps in a task tell AutoMate how to perform a task. They a' +
- 're carried out in order you specify in the step builder. '
- Transparent = True
- WordWrap = True
- end
- object lblTaskName: TLabel
- Left = 96
- Top = 180
- Width = 297
- Height = 22
- AutoSize = False
- Caption = '--'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object Label30: TLabel
- Left = 8
- Top = 4
- Width = 50
- Height = 22
- Caption = 'Steps'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 8
- Top = 57
- Width = 381
- Height = 53
- AutoSize = False
- Caption =
- 'Steps can be comprised of a number of powerful actions, such as ' +
- 'launching applications, connecting to the Internet, sending keys' +
- 'trokes, etc.'
- WordWrap = True
- end
- object edtTaskName: TEdit
- Left = 12
- Top = 212
- Width = 382
- Height = 21
- TabOrder = 0
- Visible = False
- OnExit = edtTaskNameExit
- end
- object edtMacroView: TRichEdit
- Left = 8
- Top = 92
- Width = 381
- Height = 245
- Color = clMenu
- HideScrollBars = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 1
- WordWrap = False
- end
- object comEditTask: TButton
- Left = 315
- Top = 344
- Width = 74
- Height = 23
- Caption = '&Edit Steps'
- TabOrder = 3
- OnClick = comEditTaskClick
- end
- object comPrintProperties: TButton
- Left = 44
- Top = 344
- Width = 73
- Height = 23
- Caption = 'P&rint'
- TabOrder = 2
- Visible = False
- OnClick = comPrintPropertiesClick
- end
- end
- object tbsTriggers: TTabSheet
- HelpContext = 195
- Caption = 'Triggers'
- object lblTriggersTitle: TLabel
- Left = 8
- Top = 4
- Width = 71
- Height = 22
- Caption = 'Triggers'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblTriggersDesc: TLabel
- Left = 8
- Top = 27
- Width = 313
- Height = 42
- AutoSize = False
- Caption =
- 'A trigger is an event or time that causes a task you create to r' +
- 'un. Once constructed, a task needs to have one or more triggers' +
- ' associated with it in order for it to do something.'
- WordWrap = True
- end
- object imgTriggers: TImage
- Left = 337
- Top = 4
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Transparent = True
- end
- object grpParameters: TGroupBox
- Tag = 1
- Left = 8
- Top = 198
- Width = 382
- Height = 170
- Caption = 'Trigger Properties'
- TabOrder = 0
- object pnlSchedule: TPanel
- Left = 4
- Top = 13
- Width = 375
- Height = 154
- BevelOuter = bvNone
- Caption = 'pnlSchedule'
- TabOrder = 0
- Visible = False
- object pgcSchedule: TPageControl
- Left = 0
- Top = 3
- Width = 373
- Height = 149
- ActivePage = tbsTPFrequency
- TabOrder = 0
- object tbsTPFrequency: TTabSheet
- Caption = 'Frequency'
- object imgSchedule: TImage
- Left = 2
- Top = -2
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image003.ico>}
- Transparent = True
- end
- object Label25: TLabel
- Left = 39
- Top = 1
- Width = 276
- Height = 26
- Caption =
- 'The "Schedule" trigger launches the task at the time you specify' +
- ', and reschedules it to execute again at a later time.'
- WordWrap = True
- end
- object rdgDivision: TRadioGroup
- Left = 1
- Top = 56
- Width = 360
- Height = 63
- Color = clBtnFace
- Columns = 3
- Ctl3D = True
- ItemIndex = 1
- Items.Strings = (
- 'Seconds'
- 'Minutes'
- 'Hours'
- 'Days'
- 'Weeks'
- 'Bi-weeks'
- 'Months'
- 'Quarters'
- 'Years')
- ParentColor = False
- ParentCtl3D = False
- TabOrder = 3
- OnClick = rdgDivisionClick
- end
- object radEvery: TRadioButton
- Left = 9
- Top = 55
- Width = 53
- Height = 13
- Caption = '&Every: '
- TabOrder = 1
- OnClick = radEveryClick
- end
- object edtScalar: TEdit
- Left = 63
- Top = 52
- Width = 32
- Height = 21
- TabOrder = 2
- Text = '1'
- OnExit = edtScalarbExit
- OnKeyPress = edtScalarbKeyPress
- end
- object radOnce: TRadioButton
- Left = 9
- Top = 34
- Width = 357
- Height = 17
- Caption = '&Once, do not reschedule the task after completion'
- TabOrder = 0
- OnClick = radOnceClick
- end
- end
- object tbsTPStartTime: TTabSheet
- Caption = 'Start Time'
- object Label12: TLabel
- Left = 8
- Top = 43
- Width = 90
- Height = 13
- Caption = 'Next Launch &Time:'
- FocusControl = dtpLaunchTime
- end
- object Label11: TLabel
- Left = 8
- Top = 15
- Width = 90
- Height = 13
- Caption = 'Next Launch &Date:'
- FocusControl = dtpLaunchDate
- end
- object dtpLaunchDate: TDateTimePicker
- Left = 112
- Top = 11
- Width = 229
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.041524652780000000
- Time = 35952.041524652780000000
- DateFormat = dfLong
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- TabOrder = 0
- end
- object dtpLaunchTime: TDateTimePicker
- Left = 112
- Top = 39
- Width = 101
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.016326967590000000
- Time = 35952.016326967590000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 1
- end
- object dtpEndingDate: TDateTimePicker
- Left = 112
- Top = 67
- Width = 229
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.041524652780000000
- Time = 35952.041524652780000000
- DateFormat = dfLong
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 3
- end
- object chkEndingOn: TCheckBox
- Left = 41
- Top = 70
- Width = 65
- Height = 17
- Caption = '&End On:'
- TabOrder = 2
- OnClick = chkEndingOnClick
- end
- object dtpEndingTime: TDateTimePicker
- Left = 112
- Top = 95
- Width = 101
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.016326967590000000
- Time = 35952.016326967590000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 4
- end
- end
- object tbsTPLateTasks: TTabSheet
- Caption = 'Late Handling'
- object rdgWhenToRun: TRadioGroup
- Left = 4
- Top = 15
- Width = 357
- Height = 81
- Caption = 'When the task is &late: '
- ItemIndex = 0
- Items.Strings = (
- 'Immediately run the task'
- 'Don'#39't run the task at all'
- 'Prompt for what to do')
- TabOrder = 0
- end
- end
- object tbsTPReschedule: TTabSheet
- Caption = 'Rescheduling'
- object rdgRescheduling: TRadioGroup
- Left = 4
- Top = 15
- Width = 357
- Height = 81
- Caption = '&Reschedule the task: '
- ItemIndex = 0
- Items.Strings = (
- 'Relative to the originally set time'
- 'Relative to the time the task was launched'
- 'Disable the task')
- TabOrder = 0
- end
- end
- object tbsTPExtra: TTabSheet
- Caption = 'Misc'
- object Label21: TLabel
- Left = 8
- Top = 12
- Width = 278
- Height = 13
- Caption = 'This options apply only to Windows 9x and Windows 2000:'
- end
- object chkPowerManagement: TCheckBox
- Left = 16
- Top = 32
- Width = 253
- Height = 17
- Caption = 'Do not start if power management is active'
- TabOrder = 0
- end
- object chkStopOnBattery: TCheckBox
- Left = 16
- Top = 56
- Width = 253
- Height = 17
- Caption = 'Do not start if system is running on batteries'
- TabOrder = 1
- end
- end
- object tbsTPDays: TTabSheet
- Caption = 'Days'
- TabVisible = False
- object pnlWeeks: TPanel
- Left = 0
- Top = 0
- Width = 365
- Height = 93
- BevelOuter = bvNone
- Caption = 'pnlWeeks'
- PopupMenu = popWeeks
- TabOrder = 1
- Visible = False
- object chkFirstWeek: TCheckBox
- Left = 12
- Top = 12
- Width = 97
- Height = 17
- Caption = 'First Week'
- TabOrder = 0
- end
- object chkSecondWeek: TCheckBox
- Left = 12
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Second Week'
- TabOrder = 1
- end
- object chkLastWeek: TCheckBox
- Left = 216
- Top = 12
- Width = 97
- Height = 17
- Caption = 'Last Week'
- TabOrder = 2
- end
- object chkThirdWeek: TCheckBox
- Left = 116
- Top = 12
- Width = 97
- Height = 17
- Caption = 'Third Week'
- TabOrder = 3
- end
- object chkFourthWeek: TCheckBox
- Left = 116
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Fourth Week'
- TabOrder = 4
- end
- end
- object pnlMonths: TPanel
- Left = 0
- Top = 4
- Width = 361
- Height = 89
- BevelOuter = bvNone
- Caption = 'pnlMonths'
- PopupMenu = popMonths
- TabOrder = 2
- Visible = False
- object chkSeptember: TCheckBox
- Left = 264
- Top = 4
- Width = 97
- Height = 17
- Caption = 'September'
- TabOrder = 0
- end
- object chkOctober: TCheckBox
- Left = 264
- Top = 28
- Width = 97
- Height = 17
- Caption = 'October'
- TabOrder = 1
- end
- object chkNovember: TCheckBox
- Left = 264
- Top = 52
- Width = 97
- Height = 17
- Caption = 'November'
- TabOrder = 2
- end
- object chkDecember: TCheckBox
- Left = 264
- Top = 72
- Width = 97
- Height = 17
- Caption = 'December'
- TabOrder = 3
- end
- object chkAugust: TCheckBox
- Left = 144
- Top = 72
- Width = 97
- Height = 17
- Caption = 'August'
- TabOrder = 4
- end
- object chkJuly: TCheckBox
- Left = 144
- Top = 52
- Width = 97
- Height = 17
- Caption = 'July'
- TabOrder = 5
- end
- object chkJune: TCheckBox
- Left = 144
- Top = 28
- Width = 97
- Height = 17
- Caption = 'June'
- TabOrder = 6
- end
- object chkMay: TCheckBox
- Left = 144
- Top = 4
- Width = 97
- Height = 17
- Caption = 'May'
- TabOrder = 7
- end
- object chkJanuary: TCheckBox
- Left = 16
- Top = 4
- Width = 97
- Height = 17
- Caption = 'January'
- TabOrder = 8
- end
- object chkFebruary: TCheckBox
- Left = 16
- Top = 28
- Width = 97
- Height = 17
- Caption = 'February'
- TabOrder = 9
- end
- object chkMarch: TCheckBox
- Left = 16
- Top = 52
- Width = 97
- Height = 17
- Caption = 'March'
- TabOrder = 10
- end
- object chkApril: TCheckBox
- Left = 16
- Top = 72
- Width = 97
- Height = 17
- Caption = 'April'
- TabOrder = 11
- end
- end
- object pnlDays: TPanel
- Left = 0
- Top = 0
- Width = 365
- Height = 121
- BevelOuter = bvNone
- PopupMenu = popDays
- TabOrder = 0
- object lblDaysCaption: TLabel
- Left = 12
- Top = 4
- Width = 341
- Height = 37
- AutoSize = False
- Caption =
- 'Select the days you would like the task to run on. The task wil' +
- 'l reschedule to the next selected day after its first run.'
- WordWrap = True
- end
- object chkSaturday: TCheckBox
- Left = 232
- Top = 44
- Width = 97
- Height = 17
- Caption = '&Saturday'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object chkSunday: TCheckBox
- Left = 232
- Top = 68
- Width = 97
- Height = 17
- Caption = 'S&unday'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object chkThursday: TCheckBox
- Left = 108
- Top = 44
- Width = 97
- Height = 17
- Caption = '&Thursday'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object chkFriday: TCheckBox
- Left = 108
- Top = 68
- Width = 97
- Height = 17
- Caption = '&Friday'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object chkWednesday: TCheckBox
- Left = 12
- Top = 92
- Width = 97
- Height = 17
- Caption = '&Wednesday'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object chkTuesday: TCheckBox
- Left = 12
- Top = 68
- Width = 97
- Height = 17
- Caption = '&Tuesday'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object chkMonday: TCheckBox
- Left = 12
- Top = 44
- Width = 97
- Height = 17
- Caption = '&Monday'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- end
- end
- end
- object pnlDefault: TPanel
- Left = 2
- Top = 13
- Width = 375
- Height = 152
- BevelOuter = bvNone
- TabOrder = 8
- object Label7: TLabel
- Left = 8
- Top = 12
- Width = 353
- Height = 33
- AutoSize = False
- Caption =
- 'This section displays information about the triggers you click a' +
- 'bove.'
- WordWrap = True
- end
- end
- object pnlNoOptions: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object lblNoOptions: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 33
- AutoSize = False
- Caption =
- 'There are no options for this trigger. Check the box to the lef' +
- 't of the trigger name to activate.'
- WordWrap = True
- end
- object imgStartup: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image004.ico>}
- Transparent = True
- Visible = False
- end
- object imgScreensaver: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image005.ico>}
- Transparent = True
- Visible = False
- end
- object imgLogout: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image006.ico>}
- Transparent = True
- Visible = False
- end
- object imgTime: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image007.ico>}
- Transparent = True
- Visible = False
- end
- object imgLowMem: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image008.ico>}
- Transparent = True
- Visible = False
- end
- object imgDevice: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image009.ico>}
- Transparent = True
- Visible = False
- end
- object imgDisplay: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image010.ico>}
- Transparent = True
- Visible = False
- end
- object imgPalette: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image011.ico>}
- Transparent = True
- Visible = False
- end
- object imgSpooler: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image012.ico>}
- Transparent = True
- Visible = False
- end
- end
- object pnlIdle: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 6
- Visible = False
- object Label14: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 45
- AutoSize = False
- Caption =
- 'The "Idle Time" trigger will start a task when a specified numbe' +
- 'r of minutes has elapsed with no keyboard or mouse activity. Wh' +
- 'en the mouse is moved or a key pressed, the timer resets.'
- Transparent = True
- WordWrap = True
- end
- object Label16: TLabel
- Left = 53
- Top = 88
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object imgIdle: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image013.ico>}
- Transparent = True
- end
- object Label28: TLabel
- Left = 12
- Top = 64
- Width = 215
- Height = 13
- Caption = 'Launch task when machine has been &idle for:'
- end
- object edtIdleTime: TEdit
- Left = 12
- Top = 80
- Width = 37
- Height = 21
- MaxLength = 3
- TabOrder = 0
- OnExit = edtIdleTimeExit
- OnKeyPress = edtIdleTimeKeyPress
- end
- end
- object pnlInstructions: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 7
- Visible = False
- object lblInstructions: TLabel
- Left = 8
- Top = 12
- Width = 353
- Height = 33
- AutoSize = False
- Caption =
- 'Check the box to the left of the item to set the properties and ' +
- 'activate the trigger.'
- WordWrap = True
- end
- end
- object pnlHotkey: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 2
- Visible = False
- object Label2: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 45
- AutoSize = False
- Caption =
- 'A "Hotkey" is a key combination that, when struck, will start th' +
- 'e task. Click in the space below, and press the key combination' +
- ' you wish to act as the task'#39's trigger.'
- WordWrap = True
- end
- object imgHotkey: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image014.ico>}
- Transparent = True
- end
- object Label27: TLabel
- Left = 12
- Top = 64
- Width = 131
- Height = 13
- Caption = 'Launch task on this &hotkey:'
- FocusControl = htkHotkeyS
- end
- object htkHotkeyS: THotKey
- Left = 12
- Top = 80
- Width = 113
- Height = 21
- HotKey = 32833
- InvalidKeys = [hcNone]
- Modifiers = [hkAlt]
- TabOrder = 0
- end
- end
- object pnlShortkey: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 4
- Visible = False
- object Label13: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 61
- AutoSize = False
- Caption =
- 'The "AutoKeys" will wait for you to type the text you specify, a' +
- 'nd launch the task as a result. You can optionally have the tex' +
- 't erased before starting the task. The sequence can be up to 20' +
- ' characters long.'
- WordWrap = True
- end
- object Label24: TLabel
- Left = 12
- Top = 76
- Width = 71
- Height = 13
- Caption = '&Key sequence:'
- FocusControl = edtShortkey
- end
- object imtAutoKeys: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image015.ico>}
- Transparent = True
- end
- object edtShortkey: TEdit
- Left = 12
- Top = 96
- Width = 153
- Height = 21
- TabOrder = 0
- end
- object chkEraseText: TCheckBox
- Left = 12
- Top = 124
- Width = 217
- Height = 17
- Caption = 'Erase text before triggering task'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
- object pnlScreenSaver: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 9
- Visible = False
- object Label29: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 45
- AutoSize = False
- Caption =
- 'The screensaver trigger starts a task when the screen saver star' +
- 'ts. NOTE: This feature is not available on NT machines running' +
- ' the Win 9x version.'
- WordWrap = True
- end
- object imgSS: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image016.ico>}
- Transparent = True
- end
- end
- object pnlWindowWatcher: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label22: TLabel
- Left = 12
- Top = 64
- Width = 353
- Height = 21
- AutoSize = False
- Caption = 'Enter the title of the &window you wish to use as the trigger:'
- FocusControl = cboWindows
- WordWrap = True
- end
- object Label8: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 37
- AutoSize = False
- Caption =
- 'The "Window Watcher" trigger will launch a task when the window ' +
- 'with the title you specify appears.'
- WordWrap = True
- end
- object imgWindowWatcher: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image017.ico>}
- Transparent = True
- end
- object cboWindows: TComboBox
- Left = 12
- Top = 80
- Width = 253
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnEnter = cboWindowsEnter
- end
- object chkWFWExactMatch: TCheckBox
- Left = 12
- Top = 112
- Width = 245
- Height = 17
- Caption = 'Allow &partial match'
- TabOrder = 1
- end
- end
- object pnlFile: TPanel
- Left = 2
- Top = 13
- Width = 373
- Height = 150
- BevelOuter = bvNone
- TabOrder = 5
- Visible = False
- object lnlFileDesc: TLabel
- Left = 48
- Top = 12
- Width = 321
- Height = 33
- AutoSize = False
- Caption =
- 'The File System trigger can be used to start a task when a folde' +
- 'r or a file changes state.'
- WordWrap = True
- end
- object imgLogon: TImage
- Left = 8
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image018.ico>}
- Transparent = True
- end
- object pgcFileTrigger: TPageControl
- Left = 4
- Top = 44
- Width = 369
- Height = 105
- ActivePage = tbsDir
- TabOrder = 0
- object tbsDir: TTabSheet
- Caption = 'Folders'
- ImageIndex = 3
- object lbltoMonitor: TLabel
- Left = 8
- Top = 12
- Width = 53
- Height = 13
- Caption = 'To &monitor:'
- FocusControl = edtFTFilepath
- end
- object edtFTFilepath: TEdit
- Left = 64
- Top = 8
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object chkFTIncludeSubdirs: TCheckBox
- Left = 64
- Top = 36
- Width = 141
- Height = 17
- Caption = 'Watch &subfolders'
- TabOrder = 1
- end
- object comBrowse: TBitBtn
- Left = 324
- Top = 8
- Width = 37
- Height = 22
- TabOrder = 2
- OnClick = comBrowseClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- end
- object tbsMasks: TTabSheet
- Caption = 'Masks'
- ImageIndex = 4
- object lblInclude: TLabel
- Left = 8
- Top = 36
- Width = 144
- Height = 13
- Caption = '&Include (e.g. filename.txt;*.zip):'
- FocusControl = edtFTIncludeMask
- end
- object lblExclude: TLabel
- Left = 189
- Top = 36
- Width = 41
- Height = 13
- Caption = '&Exclude:'
- FocusControl = edtFTExcludeMask
- end
- object Label26: TLabel
- Left = 8
- Top = 4
- Width = 349
- Height = 29
- AutoSize = False
- Caption =
- 'Specify the filename(s) or file mask(s), seperated by semi-colon' +
- 's, that you wish to include and/or exclude from the monitoring. ' +
- ' Wildcards allowed.'
- WordWrap = True
- end
- object edtFTIncludeMask: TEdit
- Left = 8
- Top = 52
- Width = 165
- Height = 21
- TabOrder = 0
- end
- object edtFTExcludeMask: TEdit
- Left = 189
- Top = 52
- Width = 165
- Height = 21
- TabOrder = 1
- end
- end
- object tbsFTWhatToMonitor: TTabSheet
- Caption = 'Monitor Types'
- ImageIndex = 1
- object chkFTAdded: TCheckBox
- Left = 4
- Top = 8
- Width = 97
- Height = 17
- Caption = 'File &Added'
- TabOrder = 0
- end
- object chkFTRemoved: TCheckBox
- Left = 112
- Top = 8
- Width = 97
- Height = 17
- Caption = 'File &Removed'
- TabOrder = 1
- end
- object chkFTModified: TCheckBox
- Left = 216
- Top = 8
- Width = 97
- Height = 17
- Caption = 'File &Modified'
- TabOrder = 2
- end
- end
- object tbsSizes: TTabSheet
- Caption = 'Monitor Sizes'
- ImageIndex = 2
- object lblKb: TLabel
- Left = 240
- Top = 30
- Width = 13
- Height = 13
- Caption = 'Kb'
- end
- object Label15: TLabel
- Left = 240
- Top = 53
- Width = 13
- Height = 13
- Caption = 'Kb'
- end
- object chkFilesExceeds: TCheckBox
- Left = 4
- Top = 4
- Width = 149
- Height = 17
- Caption = '&Number of files exceeds:'
- TabOrder = 0
- OnClick = chkFilesExceedsClick
- end
- object chkAnyOneFileBigger: TCheckBox
- Left = 4
- Top = 28
- Width = 153
- Height = 17
- Caption = 'Any &one file'#39's size exceeds:'
- TabOrder = 2
- OnClick = chkAnyOneFileBiggerClick
- end
- object chkDirSizeExceeds: TCheckBox
- Left = 4
- Top = 52
- Width = 149
- Height = 17
- Caption = '&Folder'#39's size exceeds:'
- TabOrder = 4
- OnClick = chkDirSizeExceedsClick
- end
- object edtFTNumberOfFiles: TEdit
- Left = 156
- Top = 0
- Width = 81
- Height = 21
- TabOrder = 1
- OnKeyPress = edtFTNumberOfFilesKeyPress
- end
- object edtFTFileSizeExceeds: TEdit
- Left = 156
- Top = 26
- Width = 81
- Height = 21
- TabOrder = 3
- OnKeyPress = edtFTFileSizeExceedsKeyPress
- end
- object edtFTDirSizeExceeds: TEdit
- Left = 156
- Top = 50
- Width = 81
- Height = 21
- TabOrder = 5
- OnKeyPress = edtFTDirSizeExceedsKeyPress
- end
- end
- object tbsFTInterval: TTabSheet
- Caption = 'Interval'
- ImageIndex = 3
- object Label23: TLabel
- Left = 8
- Top = 8
- Width = 345
- Height = 29
- AutoSize = False
- Caption =
- 'Use this property to set how long AutoMate should wait between f' +
- 'ile change notifications before triggering your task again.'
- WordWrap = True
- end
- object lblFTWait: TLabel
- Left = 8
- Top = 48
- Width = 25
- Height = 13
- Caption = '&Wait:'
- FocusControl = edtFTWaitTime
- end
- object lblFTSecs: TLabel
- Left = 88
- Top = 48
- Width = 43
- Height = 13
- Caption = 'seconds.'
- end
- object edtFTWaitTime: TEdit
- Left = 36
- Top = 45
- Width = 49
- Height = 21
- TabOrder = 0
- Text = '3'
- OnKeyPress = edtFTWaitTimeKeyPress
- end
- end
- end
- end
- end
- end
- object tbsDeployables: TTabSheet
- Caption = 'Deployables'
- OnEnter = tbsDeployablesEnter
- object imgDeployables: TImage
- Left = 337
- Top = 4
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image019.bmp>}
- Transparent = True
- end
- object lblDeployablesTitle: TLabel
- Left = 8
- Top = 4
- Width = 106
- Height = 22
- Caption = 'Deployables'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblDeployablesDesc: TLabel
- Left = 8
- Top = 27
- Width = 313
- Height = 42
- AutoSize = False
- Caption =
- 'Deployables are files that are attached to your task, and contai' +
- 'n a local and remote directory. On task import, the deployables' +
- ' take on the remote path you specify for use in that task.'
- WordWrap = True
- end
- object lblDeployables: TLabel
- Left = 8
- Top = 88
- Width = 61
- Height = 13
- Caption = 'De&ployables:'
- end
- object comAddDeployable: TButton
- Left = 156
- Top = 344
- Width = 74
- Height = 23
- Caption = '&Add'
- TabOrder = 0
- OnClick = comAddDeployableClick
- end
- object comDelete: TButton
- Left = 315
- Top = 344
- Width = 74
- Height = 23
- Caption = 'D&elete'
- Enabled = False
- TabOrder = 2
- OnClick = comDeleteClick
- end
- object comDProps: TButton
- Left = 236
- Top = 344
- Width = 74
- Height = 23
- Caption = '&Properties'
- Enabled = False
- TabOrder = 1
- OnClick = comDPropsClick
- end
- object ltvDeployables: TListView
- Left = 8
- Top = 104
- Width = 381
- Height = 234
- Columns = <
- item
- Caption = 'Name'
- Width = 80
- end
- item
- Caption = 'Local Path'
- Width = 150
- end
- item
- Caption = 'Remote Path'
- Width = 147
- end>
- ColumnClick = False
- DragMode = dmAutomatic
- HideSelection = False
- HotTrackStyles = []
- ReadOnly = True
- RowSelect = True
- SmallImages = imlDeployables
- TabOrder = 3
- ViewStyle = vsReport
- OnClick = ltvDeployablesClick
- OnDblClick = ltvDeployablesDblClick
- OnKeyPress = ltvDeployablesKeyPress
- OnKeyUp = ltvDeployablesKeyUp
- end
- end
- object tbsFrequency: TTabSheet
- Caption = 'Frequency'
- TabVisible = False
- object Label9: TLabel
- Left = 8
- Top = 4
- Width = 90
- Height = 22
- Caption = 'Frequency'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 8
- Top = 35
- Width = 260
- Height = 26
- Caption =
- 'Please specify how often you would like this task to be launched' +
- '.'
- WordWrap = True
- end
- object Image4: TImage
- Left = 336
- Top = 4
- Width = 53
- Height = 53
- AutoSize = True
- Picture.Data = {<image020.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 4
- Top = 188
- Width = 383
- Height = 57
- AutoSize = False
- Caption =
- 'Please specify the first date and time that you would like this ' +
- 'task to be launched. If the task is configured to run more than' +
- ' once on a regular frequency then this time will automatically b' +
- 'e advanced by the amount specified in the frequency. '
- WordWrap = True
- end
- object radOnceb: TRadioButton
- Left = 12
- Top = 68
- Width = 357
- Height = 17
- Caption = '&Once, do not reschedule the task after completion'
- TabOrder = 0
- OnClick = radOnceClick
- end
- object rdgDivisionb: TRadioGroup
- Left = 4
- Top = 108
- Width = 389
- Height = 67
- Columns = 4
- Items.Strings = (
- 'Seconds'
- 'Minutes'
- 'Hours'
- 'Days'
- 'Weekdays'
- 'Weekend days'
- 'Weeks'
- 'Bi-weeks'
- 'Months'
- 'Quarters'
- 'Years')
- TabOrder = 1
- end
- object edtScalarb: TEdit
- Left = 68
- Top = 100
- Width = 33
- Height = 21
- TabOrder = 2
- Text = '1'
- OnExit = edtScalarbExit
- OnKeyPress = edtScalarbKeyPress
- end
- object radEveryb: TRadioButton
- Left = 12
- Top = 106
- Width = 53
- Height = 13
- Caption = '&Every: '
- TabOrder = 3
- OnClick = radEveryClick
- end
- end
- object tbsLateTasks: TTabSheet
- Caption = 'Late Tasks'
- TabVisible = False
- object Label3: TLabel
- Left = 8
- Top = 4
- Width = 93
- Height = 22
- Caption = 'Late Tasks'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Image2: TImage
- Left = 336
- Top = 4
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image021.bmp>}
- Transparent = True
- end
- object Label4: TLabel
- Left = 8
- Top = 30
- Width = 321
- Height = 87
- AutoSize = False
- Caption =
- 'A task can be late for processing because the computer was off o' +
- 'r in a sleep state when the task should have been run. If that o' +
- 'ccurs, there are several options to deal with this condition. W' +
- 'hich option to use will depend on the nature of the task.'
- WordWrap = True
- end
- object rdgWhenToRunb: TRadioGroup
- Left = 4
- Top = 132
- Width = 289
- Height = 81
- Caption = 'When the task is &late: '
- ItemIndex = 0
- Items.Strings = (
- 'Immediately run the task'
- 'Don'#39't run the task at all'
- 'Prompt for what to do')
- TabOrder = 0
- end
- object rdgReschedulingb: TRadioGroup
- Left = 4
- Top = 229
- Width = 289
- Height = 86
- Caption = '&Reschedule the task: '
- ItemIndex = 0
- Items.Strings = (
- 'Relative to the originally set time'
- 'Relative to the time the task was launched'
- 'Disable the task')
- TabOrder = 1
- end
- end
- object tbsDetails: TTabSheet
- Caption = 'Details'
- OnShow = tbsDetailsShow
- object lblDetailsTitle: TLabel
- Left = 8
- Top = 4
- Width = 170
- Height = 22
- Caption = 'Detailed Information'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object imgDetails: TImage
- Left = 337
- Top = 4
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image022.bmp>}
- Transparent = True
- end
- object lblDetailsDesc: TLabel
- Left = 8
- Top = 27
- Width = 278
- Height = 26
- Caption =
- 'Enter any detailed information that pertains to this task here f' +
- 'or your reference.'
- WordWrap = True
- end
- object edtDetails: TRichEdit
- Left = 8
- Top = 72
- Width = 381
- Height = 265
- HideScrollBars = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object comClear: TButton
- Left = 315
- Top = 344
- Width = 74
- Height = 23
- Caption = 'C&lear All'
- TabOrder = 1
- OnClick = comClearClick
- end
- end
- object tbsSecurity: TTabSheet
- Caption = 'Security'
- TabVisible = False
- object lblSecurityTitle: TLabel
- Left = 8
- Top = 4
- Width = 68
- Height = 22
- Caption = 'Security'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblSecurityDesc: TLabel
- Left = 8
- Top = 27
- Width = 297
- Height = 42
- AutoSize = False
- Caption =
- 'You can password protect a task with a user-defined password to ' +
- 'prevent the task from being modified, or even read, without auth' +
- 'orization. '
- WordWrap = True
- end
- object lblPassword: TLabel
- Left = 26
- Top = 128
- Width = 79
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object lblConfirmPassword: TLabel
- Left = 26
- Top = 154
- Width = 101
- Height = 17
- AutoSize = False
- Caption = 'Confirm Password:'
- end
- object chkEnablePassword: TCheckBox
- Left = 8
- Top = 100
- Width = 225
- Height = 17
- Caption = '&Password protect this task'
- TabOrder = 0
- OnClick = chkEnablePasswordClick
- end
- object chkAllowReadAccess: TCheckBox
- Left = 24
- Top = 180
- Width = 225
- Height = 21
- Caption = 'Allow &read access to task'
- Enabled = False
- TabOrder = 3
- end
- object edtTaskPassword: TEdit
- Left = 116
- Top = 124
- Width = 121
- Height = 21
- Enabled = False
- PasswordChar = '*'
- TabOrder = 1
- end
- object edtConfirmTaskPassword: TEdit
- Left = 116
- Top = 150
- Width = 121
- Height = 21
- Enabled = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object chkManualPassword: TCheckBox
- Left = 24
- Top = 208
- Width = 305
- Height = 17
- Caption = 'Require password to &launch task manually'
- TabOrder = 4
- end
- object rdoRunAlone: TRadioButton
- Left = 96
- Top = 84
- Width = 145
- Height = 13
- Caption = 'This task must run alone'
- TabOrder = 5
- end
- object rdoAllowSimultaneous: TRadioButton
- Left = 96
- Top = 60
- Width = 301
- Height = 17
- Caption = 'Allow this task to run simultaneously with other tasks'
- Checked = True
- TabOrder = 6
- TabStop = True
- end
- object grpRunAlone: TGroupBox
- Left = 16
- Top = 232
- Width = 349
- Height = 105
- Caption = 'grpRunAlone'
- TabOrder = 7
- object Label20: TLabel
- Left = 32
- Top = 20
- Width = 224
- Height = 13
- Caption = 'If another task is running when this task triggers'
- end
- object rdoReschedule: TRadioButton
- Left = 32
- Top = 80
- Width = 281
- Height = 13
- Caption = 'Do not run this task this time (reschedule if scheduled)'
- Enabled = False
- TabOrder = 2
- end
- object rdoLater: TRadioButton
- Left = 40
- Top = 60
- Width = 297
- Height = 13
- Caption = 'Run this task later immediately after the other task finishes'
- Enabled = False
- TabOrder = 0
- end
- object rdoInterrupt: TRadioButton
- Left = 40
- Top = 40
- Width = 233
- Height = 13
- Caption = 'Interrupt the other task so this task can run'
- Checked = True
- Enabled = False
- TabOrder = 1
- TabStop = True
- end
- end
- end
- object tbsAdvanced: TTabSheet
- Caption = 'Advanced'
- object gpbSecurity: TGroupBox
- Left = 8
- Top = 4
- Width = 381
- Height = 100
- Caption = 'Security '
- TabOrder = 0
- object imgSecurity: TImage
- Left = 7
- Top = 26
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image023.bmp>}
- Transparent = True
- end
- object Label17: TLabel
- Left = 64
- Top = 24
- Width = 201
- Height = 52
- Caption =
- 'You can password protect a task with a user-defined password to ' +
- 'prevent the task from being modified, or even read, without auth' +
- 'orization. '
- WordWrap = True
- end
- object comSecurity: TButton
- Left = 296
- Top = 40
- Width = 73
- Height = 25
- Caption = '&Security'
- TabOrder = 0
- OnClick = comSecurityClick
- end
- end
- object gpbSyncro: TGroupBox
- Left = 8
- Top = 116
- Width = 381
- Height = 100
- Caption = 'Priority'
- TabOrder = 1
- object Image1: TImage
- Left = 7
- Top = 26
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image024.bmp>}
- Transparent = True
- end
- object Label18: TLabel
- Left = 64
- Top = 16
- Width = 229
- Height = 81
- AutoSize = False
- Caption =
- 'Certain tasks you create will require exclusive use of the syste' +
- 'm. By default AutoMate can run an unlimited number of tasks sim' +
- 'ultaneously. These options control how AutoMate will handle a t' +
- 'ask conflict if one arises.'
- WordWrap = True
- end
- object comPriority: TButton
- Left = 296
- Top = 40
- Width = 73
- Height = 25
- Caption = '&Priority'
- TabOrder = 0
- OnClick = comPriorityClick
- end
- end
- object gpbLogging: TGroupBox
- Left = 8
- Top = 228
- Width = 381
- Height = 100
- Caption = 'Logging'
- TabOrder = 2
- Visible = False
- object Image3: TImage
- Left = 8
- Top = 37
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image025.ico>}
- Transparent = True
- end
- object Label19: TLabel
- Left = 64
- Top = 32
- Width = 221
- Height = 45
- AutoSize = False
- Caption =
- 'Although AutoMate has a "master logfile" that you can adjust fro' +
- 'm the preferences you may want this task to have it'#39's own logfil' +
- 'e.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 296
- Top = 40
- Width = 73
- Height = 25
- Caption = '&Logfile'
- TabOrder = 0
- end
- end
- object chkDeleteOnFinish: TCheckBox
- Left = 12
- Top = 344
- Width = 253
- Height = 17
- Caption = '&Delete task when finished'
- TabOrder = 3
- end
- end
- end
- object pnlTriggers: TPanel
- Left = 17
- Top = 95
- Width = 381
- Height = 126
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object lstTriggers: TListView
- Left = 0
- Top = 0
- Width = 381
- Height = 126
- Align = alClient
- Checkboxes = True
- Columns = <
- item
- Caption = 'Triggers'
- Width = 135
- end
- item
- Caption = 'Run when...'
- Width = 226
- end>
- ColumnClick = False
- HideSelection = False
- HotTrackStyles = []
- Items.Data = {
- 7D0300000F00000000000000FFFFFFFFFFFFFFFF010000000000000008536368
- 6564756C651C7370656369666965642074696D6520616E64206672657175656E
- 637901000000FFFFFFFFFFFFFFFF010000000000000006486F746B65791A7370
- 65636966696564206B6579732061726520707265737365640E000000FFFFFFFF
- FFFFFFFF01000000000000000B46696C652053797374656D2073706563696669
- 65642066696C65206F7220666F6C646572206368616E67657305000000FFFFFF
- FFFFFFFFFF01000000000000000A224175746F4B657973221E73706563696669
- 656420736572696573206F66206B65797374726F6B657302000000FFFFFFFFFF
- FFFFFF0100000000000000102257696E646F7720576174636865722218737065
- 6369666965642077696E646F77206170706561727303000000FFFFFFFFFFFFFF
- FF01000000000000000449646C6510636F6D70757465722069732069646C6504
- 000000FFFFFFFFFFFFFFFF010000000000000007537461727475700F4175746F
- 4D617465207374617274730D000000FFFFFFFFFFFFFFFF01000000000000000B
- 53637265656E7361766572167468652073637265656E73617665722073746172
- 74730C000000FFFFFFFFFFFFFFFF0100000000000000064C6F676F75741C7468
- 652075736572206C6F6773206F7574206F662057696E646F777306000000FFFF
- FFFFFFFFFFFF01000000000000000B54696D65204368616E67651C7573657220
- 6368616E676573207468652073797374656D2074696D6507000000FFFFFFFFFF
- FFFFFF01000000000000000A4C6F77204D656D6F72791C73797374656D206265
- 636F6D6573206C6F77206F6E206D656D6F727908000000FFFFFFFFFFFFFFFF01
- 000000000000000D446576696365204368616E67652464657669636520616464
- 65642F72656D6F7665642066726F6D207468652073797374656D09000000FFFF
- FFFFFFFFFFFF01000000000000000E446973706C6179204368616E67651C7265
- 736F6C7574696F6E206368616E676564206F6E2073797374656D0A000000FFFF
- FFFFFFFFFFFF01000000000000000E50616C65747465204368616E67651D7468
- 652073797374656D20636F6C6F727320617265206368616E6765640B000000FF
- FFFFFFFFFFFFFF01000000000000000E53706F6F6C6572204368616E67651E61
- 207072696E74206A6F62206973206164646564202F2072656D6F766564}
- ReadOnly = True
- RowSelect = True
- SmallImages = ILTriggers
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lstTriggersChange
- OnClick = lstTriggersClick
- OnMouseMove = lstTriggersMouseMove
- end
- end
- end
- object pnlBottomButtons: TPanel
- Left = 0
- Top = 408
- Width = 416
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object comHelpLaunch: TSpeedButton
- Left = 7
- Top = 4
- Width = 23
- Height = 22
- Hint = 'Help with this action (F1)'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF00FFF
- FFFFFFFFF00750FFFFFFFFF0078F850FFFFFF0078FF78850FFFF078FF7707885
- 0FFF57F77005078850FF577005555078850F5005555555078850575555B35550
- 7800F5755558BB55070FFF5755335BB5500FFFF5755BBB35550FFFFF57555555
- 500FFFFFF57555500FFFFFFFFF57500FFFFFFFFFFFF50FFFFFFF}
- ParentShowHint = False
- ShowHint = True
- OnClick = comHelpLaunchClick
- end
- object OKBtn: TButton
- Left = 253
- Top = 4
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 332
- Top = 4
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object comPrev: TButton
- Left = 84
- Top = 4
- Width = 75
- Height = 23
- Caption = '<- &Previous'
- TabOrder = 2
- Visible = False
- OnClick = comPrevClick
- end
- object comNext: TButton
- Left = 84
- Top = 4
- Width = 75
- Height = 23
- Caption = '&Next ->'
- TabOrder = 3
- Visible = False
- OnClick = comNextClick
- end
- object chkStatus: TCheckBox
- Left = 36
- Top = 7
- Width = 137
- Height = 17
- Caption = '&Disable task'
- TabOrder = 4
- end
- end
- object ILTriggers: TImageList
- Left = 312
- Top = 57
- Bitmap = {
- 494C01010F001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 000000000000360000002800000040000000500000000100180000000000003C
- 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
- 0000000000000000000000000000000000000000008484848484848484848484
- 8484848484848484848484848484848400000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000084848400000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848484848484848484848484848484848484848484848484848484
- 848484848484848484848484000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000084848400000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000848484848484848484848484848484848484848484
- 000000000000000000000000000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF00000084848400000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000000000000000848484848484848484848484848484000000000000
- 000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000084848400000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484848484848484848484
- 84848484848484848484848484848484848484848484848484848484848484C6
- C6C6000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF00000084848484848484848484848484848484848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000084848400000000000000000000000000000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6FFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF000000848484CEFFFFCEFFFFCEFFFFCEFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6FFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF000000848484CEFFFF9CFFFFCEFFFF9CFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFF0000FF0000FFFF
- FF000000000000000000000000848484CEFFFFCEFFFFCEFFFFCEFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FF000000FFFFFFFFFFFF0000009CFFFFCEFFFF9CFFFFCEFFFF9CFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484840000FF0000FF0000
- FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FF000000FFFFFF000000CEFFFFCEFFFFCEFFFFCEFFFFCEFFFFCEFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484848484848484848484
- 8484848484848484848484848484848484848484848484848484848484848400
- 0000000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C60000000000000000000000000000000000000000
- 000000000000009CFFFFCEFFFF9CFFFFCEFFFF9CFFFFCEFFFF9CFFFF00000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000000000000000CEFFFFCEFF
- FFCEFFFFCEFFFFCEFFFFCEFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000000000000000000000CEFF
- FF9CFFFFCEFFFF9CFFFF00000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000008484848484848484
- 8484848484848484848484848484848484848484848484848484848484848484
- 8484000000000000000000000000000000000000000000000000000000000000
- 0000000000000000008484840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000084
- 8484000000000000848484848484848484848484848484848484848484000000
- 0000000000000000000000008484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848484848484848484848484848484848484848484848484848484
- 8484848484848484848484840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 0000008484848484840000000000008484840000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000848484848484848484848484848484848484848484
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000084
- 8484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- 000000C6C6C68484848484840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000848484848484848484848484848484000000000000
- 0000000000000000000000000000000000000000000000008484848484848484
- 8484848484848484848484848484848484848484848484848484848400000084
- 8484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484848484848484C6C6C6
- 000000C6C6C6C6C6C68484848484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- 000000C6C6C6C6C6C6C6C6C68484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 000000C6C6C6C6C6C6C6C6C68484840000000000008484848484848484848484
- 8400000000000000000000000000000000000084848484848484848484848400
- 0000000000000000C6C6C6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFC6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- 000000C6C6C6C6C6C6C6C6C68484840000000000008484840000000000008484
- 8400000000000000000000000000000000000084848400000000000084848400
- 0000000000000000C6C6C6FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF
- 848484FFFFFF848484C6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000000000000000000000000000000000000000
- 848484000000C6C6C6C6C6C68484840000000000008484848484848484848484
- 8400000000000000000000000000000000000084848484848484848484848400
- 0000000000000000C6C6C6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFC6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000
- 8484848484840000000000008484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF
- 848484FFFFFF848484C6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000FFFFFF000000000000000000000000FFFFFF
- 0000000000000000008484840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFC6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFF0000008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF
- 848484FFFFFF848484C6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000000000000000FFFFFF000000000000000000
- 000000FFFFFF0000008484840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFC6C6C60000000000000000000000000000FF0000FF0000
- FF00FFFF00FFFF00FFFFFF0000FF0000FF000000FF0000FF0000FF0000000084
- 8484000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFF0000008484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848484848484000000000000000000000000000000848484848484
- 000000C6C6C6C6C6C60000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484848484840000000000000000
- 0000000084848484848400000000000000000000000000000000000000000000
- 0000848484848484000000C6C6C6000000000000000000848484848484000000
- FFFFFFFFFFFFC6C6C6C6C6C60000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000084848400000000000000000000000000000000000000
- 0000848484000000C6C6C6000000C6C6C6000000848484848484000000FFFFFF
- FFFFFFFFFFFFFFFFFFC6C6C6C6C6C60000000000000000000000000000000000
- 0084848484848484848484848484848484848400000000000000000000000000
- 0000000000000000000000000000636363000000000000000000000000000000
- 00000000000000000000000000000000000000000084848400FF0000FF0000FF
- 0000FF0000FF0000000084848400000000000000000000000000000000000000
- 0000000000FFFFFFC6C6C6C6C6C6000000C6C6C6000000000000FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFC6C6C6C6C6C60000000000000000000000008484
- 8400000000000000000000000000000084848484848400000000000000000000
- 00000000000000000000008484848484840000000000000000FF0000FF000000
- 00000084848484848400000000000000000000000084848400FF0000FF0000FF
- 0000FF0000FF0000000084848400000000000000000000000000000000000000
- 0000FFFFFFFFFFFFFFFFFFC6C6C6C6C6C6000000C6C6C6000000000000FFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C60000000000000000008484840000
- 00000000CEFFFF000000CEFFFF00000000000084848484848400000000000000
- 00000000000000000000008484848484840000000000FF0000FF0000FF0000FF
- 00000084848484848400000000000000000000000084848400FF0000FF0000FF
- 0000FF0000FF0000000084848400000000000000000000000084848484848484
- 8484FFFFFFFFFFFFFFFFFFFFFFFF848484848484848484848484848484000000
- FFFFFF8484848484848484848484848484840000000000000000000000000000
- 00CEFFFF9CFFFFCEFFFF9CFFFFCEFFFF00000000000084848484848400000000
- 00000000000000000000000000003131310000000000FF0000FF0000FF0000FF
- 00000000000000000000000000000000000000000084848400FF0000FF0000FF
- 0000FF0000FF0000000084848484848400000084848484848400000000000084
- 8484FFFFFFFFFFFFFFFFFFFFFFFF84848400FFFF00FFFF00FFFF848484000000
- 00000084848400FFFF00FFFF00FFFF848484000000000000000000000000CEFF
- FF000000CEFFFFCEFFFFCEFFFF000000CEFFFF00000000000084848400000000
- 00000000000000000000000000006363630000000000000000FF0000FF000000
- 0000000000000000000000000000000000000000008484848484848484848484
- 8484848484848400000084848484848484848400000000000000000000000084
- 8484000000FFFFFFFFFFFFFFFFFFC6C6C600000000FFFF00FFFF00FFFF848484
- 84848484848400FFFF00FFFF00FFFF848484000000000000000000CEFFFF9CFF
- FFCEFFFF9CFFFFCEFFFF000000CEFFFF9CFFFFCEFFFF00000084848400000000
- 0000000000000000000000848484848484000000000000000000000000000000
- 0000008484848484840000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000FF000000000084
- 8484000000000000C6C6C6C6C6C600000084848484848400FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF848484000000000000000000000000CEFF
- FFCEFFFFCEFFFF000000CEFFFFCEFFFFCEFFFF00000000000084848400000000
- 000000000000000000000084848484848400000000000000FFFF00FFFF000000
- 0000008484848484840000000000000000000000000000000000000000000000
- 0000000000FF0000FF0000FF00000000000000FF0000FF0000FF000000000084
- 848400000000000000000000000084848484848400000000FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF848484000000000000000000CEFFFF9CFF
- FFCEFFFF9CFFFF0000009CFFFFCEFFFF9CFFFFCEFFFF00000084848400000000
- 000000000000000000000000000031313100000000FFFF00FFFF00FFFF00FFFF
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FF0000FF00000000000000FF0000FF000000000000000084
- 8484000000000000000000000000848484000000FFFFFFFFFFFF00FFFF00FFFF
- 00FFFF84848400FFFF00FFFF00FFFF848484000000000000000000000000CEFF
- FF000000CEFFFF000000CEFFFF000000CEFFFF00000000000000000000000000
- 000000000000000000000000000063636300000000000000FFFF00FFFF000000
- 0000000000000000000000000000000000000000000000008484848484840000
- 0000000000FFFF0000000000000000000000000000000000000000FF00000084
- 8484000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF00FFFF
- 00FFFF84848400FFFF00FFFF00FFFF8484840000000000000000000000000000
- 00CEFFFF9CFFFF0000009CFFFFCEFFFF00000000000000000000000000000000
- 000000000000000000000084848484848400000000000000FFFF00FFFF000000
- 0000008484848484840000000000000000000000008484840000000000008484
- 8400000000FFFF00FFFF00FFFF0000000000000000FF0000FF0000FF00000084
- 8484000000000000000000000000000000000000FFFFFFFFFFFFFFFFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF8484840000000000000000000000000000
- 00000000CEFFFF000000CEFFFF00000000000000000000000000000000000000
- 000000000000000000000084848484848400000000000000FFFF00FFFF000000
- 0000008484848484840000000000000000008484840000000000000000000000
- 0000000000FFFF00FFFF00FFFF0000000000000000FF0000FF0000FF00000084
- 8484000000000000000000000000000000000000000000C6C6C6FFFFFFC6C6C6
- 00FFFF00FFFF00FFFF00FFFF00FFFF8484840000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000313131313131313131313131313131313131
- 3131313131310000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000C6C6C6000000
- 00000000FFFF00FFFF00FFFF00FFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000084848484848484848484848484848484848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000084848400000000000000000000000000000084848484848400000000
- 0000000000000000848484848484848484848484848484848484848484848484
- 8484848484848484848484848484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00848484000000000000CEFFFF000000CEFFFF00000000000084848484848400
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C68484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848484848484848484848484848484848484848484848484848484
- 8484848484848484848484840000000000000000008484848484848484848484
- 84000000000000CEFFFF9CFFFFCEFFFF9CFFFFCEFFFF00000000000084848484
- 8484000000000000000000000000000000C6C6C6C6C6C6000000000000C6C6C6
- C6C6C6000000000000C6C6C68484840000000000008484848484848484848484
- 8484848484848484848484848484848484848400000000000000000000000000
- 0000000000000000000000848484848484848484848484848484848484848484
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000CEFFFF000000CEFFFFCEFFFFCEFFFF000000CEFFFF00000000000084
- 84840000000000000000000000000000FF0000FFC6C6C60000000000FF0000FF
- C6C6C6000000000000C6C6C68484840000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000084848400000000
- 0000000000000000000000848484848484848484848484848484000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00CEFFFF9CFFFFCEFFFF9CFFFFCEFFFF000000CEFFFF9CFFFFCEFFFF00000084
- 84840000000000000000000000000000FF0000FFC6C6C60000000000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000084848400000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000CEFFFFCEFFFFCEFFFF000000CEFFFFCEFFFFCEFFFF00000000000084
- 84840000000000000000000000000000FF0000FFC6C6C6C6C6C60000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF000000000000000000FFFFFF00000084848400000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000000000000000
- 00CEFFFF9CFFFFCEFFFF9CFFFF0000009CFFFFCEFFFF9CFFFFCEFFFF00000084
- 84840000000000000000000000000000FF0000FF0000FF0000FF0000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFF000000000000000000FFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000000000000000000000000000
- 00000000CEFFFF000000CEFFFF000000CEFFFF000000CEFFFF00000000000000
- 00000000000000000000000000000000FF0000FF0000FF0000FF0000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFF000000000000000000FFFFFFFFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000000000000000000000000000
- 00000000000000CEFFFF9CFFFF0000009CFFFFCEFFFF00000000000000000000
- 00000000000000000000000000000000FF0000FF0000000000000000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000FFFFFF0000000000000000
- 00FFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000000000000000000000000000
- 00000000000000000000CEFFFF000000CEFFFF00000000000084848400000000
- 00000000000000000000000000000000FF0000FF0000000000000000FF0000FF
- C6C6C6000000000000C6C6C6848484000000000000000000FFFF00FFFF00FFFF
- 00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000084848400000000
- 00000000000000000000000000000000FF0000FF0000000000000000FF0000FF
- 000000000000000000C6C6C6848484000000000000FFFF00FFFF00FFFF00FFFF
- 00FFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000084848400000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000C6C6C6848484000000000000FFFF00FFFF00FFFF00FFFF
- 00FFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C60000000000000000003131316363633131316363
- 6331313163636331313163636331313163636331313100000084848400000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FFFF00FFFF00FFFF00FFFF
- 00FFFF0000000031313163636331313163636331313100000084848400000000
- 0000000000000000C6C6C600FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFFC6C6C6000000000000000000FF9C00FF6300FF9C00FF63
- 00FF9C00FF6300FF9C00FF6300FF9C00FF6300FF9C0000000084848400000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FFFF00FFFF00FFFF
- 00000000FF6300FF9C00FF6300FF9C00FF6300FF9C0000000084848400000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFF803F0000FFFF8001003F0000
- FFFF8001003F0000FFFFE007003F0000C000E007003F00008000800100010000
- 8000800100000000800080010000000080008001000000008000800100000000
- 800080010000000080008001000000008001800100000000FFFF8001C0030000
- FFFF8001E07F0000FFFF8001F0FF0000FFFFFFFFC000C003E0FF800180008001
- C07F800180000000CE7FE00780000000CE7FE00780000000CE61800180000000
- 0240800180000000024080018000000002408001800000000240800180008000
- 024080018000C000867380018000E007FE7380018000F003FE0380018000F801
- FF0780018001FC01FFFF8001FFFFFFFF00FF0E03FFFFFFFF00FF0401FFFFFFFF
- 007F0000F81FF00F007F0000F00FE007007F0000E007E00700780000E003F00F
- 00200000C003F00F00000000C003E00700008000C003E007C800C000C003F00F
- 3000E000C007F00F4800F000E00FE007B000F800F01FE0074800FC00F83FF00F
- 3001FE21FFFFFFFF7E07FF7FFFFFFFFFFE07FFFFFFFFFFFFFC03C001FFFF8001
- F8018001FFF380018000B9998003E0070000B1190003E0077000B11900038001
- 7000B019000380017000B019000380017001B019000380017803B31900038001
- 7C03B319000380017E03B339000380017FF3BFF9000380010003800300038001
- 0003FFFF000380010007FFFF0007800100000000000000000000000000000000
- 000000000000}
- end
- object popMonths: TPopupMenu
- Left = 285
- Top = 29
- object itmMAll: TMenuItem
- Caption = 'All'
- OnClick = itmMAllClick
- end
- object itmMNOne: TMenuItem
- Caption = 'None'
- OnClick = itmMNOneClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object itmMSpring: TMenuItem
- Caption = 'Spring'
- OnClick = itmMSpringClick
- end
- object itmMSummer: TMenuItem
- Caption = 'Summer'
- OnClick = itmMSummerClick
- end
- object itmMAutumn: TMenuItem
- Caption = 'Autumn'
- OnClick = itmMAutumnClick
- end
- object itmMWinter: TMenuItem
- Caption = 'Winter'
- OnClick = itmMWinterClick
- end
- end
- object popWeeks: TPopupMenu
- Left = 257
- Top = 29
- object itmWAll: TMenuItem
- Caption = 'All'
- OnClick = itmWAllClick
- end
- object itmWNone: TMenuItem
- Caption = 'None'
- OnClick = itmWNoneClick
- end
- end
- object popDays: TPopupMenu
- Left = 229
- Top = 29
- object itmDAll: TMenuItem
- Caption = 'All'
- OnClick = itmDAllClick
- end
- object itmDNone: TMenuItem
- Caption = 'None'
- OnClick = itmDNoneClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object itmDWeekdays: TMenuItem
- Caption = 'Weekdays'
- OnClick = itmDWeekdaysClick
- end
- object itmDWeekends: TMenuItem
- Caption = 'Weekends'
- OnClick = itmDWeekendsClick
- end
- end
- object popDeployables: TPopupMenu
- Left = 313
- Top = 29
- object itmEdit: TMenuItem
- Caption = 'Edit'
- end
- end
- object imlDeployables: TImageList
- Left = 285
- Top = 57
- Bitmap = {
- 494C010101000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000002000000001001800000000000018
- 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
- 0000000000000000000000000000000000000000000000000000008484848484
- 8484848484848484848484848484848484848484848484848484848484848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000000000000000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000000000000000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00000000000000000000000000000000000000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00000000000000000000000000000000000000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000000000000000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000000000000000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FF0000FF00
- 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF000000000084848400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000200000000100010000000000000100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFF000000000000FFFF000000000000
- FFFF000000000000E001000000000000C001000000000000C001000000000000
- C181000000000000C181000000000000C7E1000000000000C7E1000000000000
- C181000000000000C181000000000000C001000000000000C003000000000000
- FFFF000000000000FFFF00000000000000000000000000000000000000000000
- 000000000000}
- end
- object odlBrowse: TOpenDialog
- Left = 257
- Top = 57
- end
- end
-