home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-07-27 | 68.7 KB | 1,936 lines |
- object frmAddTaskWizard: TfrmAddTaskWizard
- Left = 313
- Top = 164
- HelpContext = 190
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Add Task Wizard'
- ClientHeight = 283
- ClientWidth = 499
- 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
- PopupMenu = popHelpMenu
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object imgClock: TImage
- Left = 4
- Top = 6
- Width = 120
- Height = 232
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Bevel1: TBevel
- Left = 2
- Top = 5
- Width = 123
- Height = 234
- end
- object pnlTriggers: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 9
- Visible = False
- object Label6: TLabel
- Left = 11
- 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 = 12
- Top = 30
- 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 Label5: TLabel
- Left = 12
- Top = 80
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- 'Check the box to the left of the triggers you wish to use with t' +
- 'his task.'
- WordWrap = True
- end
- object lstTriggers: TListView
- Left = 12
- Top = 115
- Width = 357
- Height = 121
- Checkboxes = True
- Columns = <
- item
- Caption = 'Triggers'
- Width = 135
- end
- item
- Caption = 'Run when...'
- Width = 200
- 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 = imlTriggers
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- object pnlFinish: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 6
- Visible = False
- object TLabel
- Left = 11
- Top = 4
- Width = 78
- Height = 22
- Caption = 'Finished!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label34: TLabel
- Left = 12
- Top = 30
- Width = 333
- Height = 59
- AutoSize = False
- Caption =
- 'Congratulations! You have completed your task. You can now sel' +
- 'ect to open the properties of your task to modify the more advan' +
- 'ced properties. When you are ready, click '#39'Finish'#39'.'
- WordWrap = True
- end
- object chkOpenAdvanced: TCheckBox
- Left = 16
- Top = 100
- Width = 297
- Height = 17
- Caption = '&Open advanced properties when done'
- TabOrder = 0
- end
- object chkCreateShortcut: TCheckBox
- Left = 16
- Top = 128
- Width = 249
- Height = 17
- Caption = '&Create a shortcut to this task on the desktop'
- TabOrder = 1
- end
- object chkDeleteOnFinish: TCheckBox
- Left = 16
- Top = 156
- Width = 249
- Height = 17
- Caption = '&Delete task when it completes'
- TabOrder = 2
- end
- end
- object pnlIdle: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 12
- Visible = False
- object Label11: TLabel
- Left = 11
- Top = 4
- Width = 98
- Height = 22
- Caption = 'Idle Trigger'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label16: TLabel
- Left = 55
- Top = 120
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object Label15: TLabel
- Left = 48
- Top = 30
- 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 imgIdle: TImage
- Left = 13
- Top = 30
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.ico>}
- Transparent = True
- end
- object Label25: TLabel
- Left = 12
- Top = 96
- Width = 215
- Height = 13
- Caption = 'Launch task when machine has been &idle for:'
- FocusControl = edtIdleTime
- end
- object edtIdleTime: TEdit
- Left = 12
- Top = 112
- Width = 37
- Height = 21
- MaxLength = 3
- TabOrder = 0
- OnKeyPress = edtIdleTimeKeyPress
- end
- end
- object pnlWW: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 11
- Visible = False
- object lblWindowWatcher: TLabel
- Left = 11
- Top = 4
- Width = 224
- Height = 22
- Caption = '"Window Watcher" Trigger'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblSecurityDesc: TLabel
- Left = 48
- Top = 30
- Width = 297
- Height = 55
- AutoSize = False
- Caption =
- 'The "Window Watcher" trigger will launch the task when the windo' +
- 'w with the title you specify appears. You can select from the l' +
- 'ist of currently open windows, or type in the name of a differen' +
- 't one.'
- WordWrap = True
- end
- object imgWindowWatcher: TImage
- Left = 13
- Top = 30
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image003.ico>}
- Transparent = True
- end
- object Label22: TLabel
- Left = 12
- Top = 96
- Width = 190
- Height = 13
- Caption = 'Launch task when this &window appears:'
- FocusControl = cboWindows
- end
- object cboWindows: TComboBox
- Left = 12
- Top = 112
- Width = 253
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnEnter = cboWindowsEnter
- end
- object chkShowVisible: TCheckBox
- Left = 12
- Top = 144
- Width = 269
- Height = 17
- Caption = '&Show only visible windows in this display'
- Checked = True
- State = cbChecked
- TabOrder = 1
- Visible = False
- end
- object chkWFWExactMatch: TCheckBox
- Left = 12
- Top = 144
- Width = 245
- Height = 17
- Caption = 'Allow &partial match'
- TabOrder = 2
- end
- end
- object pnlSteps: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 5
- Visible = False
- object Label: TLabel
- Left = 11
- Top = 4
- Width = 226
- Height = 22
- Caption = 'Create Task Steps/Actions'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label27: TLabel
- Left = 12
- Top = 30
- Width = 352
- Height = 52
- Caption =
- 'You can now construct the set of commands which AutoMate will ex' +
- 'ecute when this task is started. These commands can range from s' +
- 'ending simple keystrokes to a single application to executing BA' +
- 'SIC scripts and communicating with multiple applications.'
- WordWrap = True
- end
- object Label32: TLabel
- Left = 91
- Top = 117
- Width = 239
- Height = 13
- Caption = '<-- Click here to begin building your task '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object comCreateMacro: TButton
- Left = 12
- Top = 111
- Width = 75
- Height = 23
- Caption = 'Create &Steps'
- TabOrder = 0
- OnClick = comCreateMacroClick
- end
- object pnlResources: TPanel
- Left = 12
- Top = 163
- Width = 345
- Height = 73
- BevelOuter = bvLowered
- Color = clInfoBk
- TabOrder = 1
- object Label4: TLabel
- Left = 8
- Top = 7
- Width = 234
- Height = 13
- Caption = 'Visit the AutoMate User Resource Center'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label23: TLabel
- Left = 52
- Top = 24
- Width = 208
- Height = 39
- Caption =
- 'Need help, or just want to learn more? Find helpful tips, trick' +
- 's and example tasks. Chat with other AutoMate users and much mo' +
- 're.'
- WordWrap = True
- end
- object lblVisitNow: TLabel
- Left = 274
- Top = 38
- Width = 56
- Height = 13
- Cursor = crHandPoint
- Caption = 'Visit now!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- OnClick = lblVisitNowClick
- end
- object Image5: TImage
- Left = 9
- Top = 26
- Width = 37
- Height = 41
- Picture.Data = {<image004.bmp>}
- Transparent = True
- end
- end
- end
- object pnlHotkey: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 10
- Visible = False
- object Label21: TLabel
- Left = 11
- Top = 4
- Width = 124
- Height = 22
- Caption = 'Hotkey Trigger'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblHelpTitle: TLabel
- Left = 196
- Top = 76
- Width = 3
- Height = 13
- end
- object imgHotkey: TImage
- Left = 13
- Top = 30
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image005.ico>}
- Transparent = True
- end
- object Label20: TLabel
- Left = 48
- Top = 30
- 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 Label28: TLabel
- Left = 12
- Top = 96
- Width = 108
- Height = 13
- Caption = 'Launch on this &hotkey:'
- FocusControl = htkHotkeyS
- end
- object htkHotkeyS: THotKey
- Left = 12
- Top = 112
- Width = 113
- Height = 21
- HotKey = 32833
- InvalidKeys = [hcNone]
- Modifiers = [hkAlt]
- TabOrder = 0
- end
- end
- object pnlLateTasks: TPanel
- Left = 128
- Top = -3
- Width = 373
- Height = 253
- BevelOuter = bvNone
- TabOrder = 7
- Visible = False
- object Label14: TLabel
- Left = 11
- 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 Label3: TLabel
- Left = 12
- Top = 30
- Width = 305
- Height = 59
- AutoSize = False
- Caption =
- 'A task will not be processed if the computer is powered off, or ' +
- 'the launcher is not running when the task becomes due. When tha' +
- 't occurs the following options are available to deal with this c' +
- 'ondition.'
- WordWrap = True
- end
- object rdgWhenToRun: TRadioGroup
- Left = 11
- Top = 92
- Width = 250
- Height = 68
- 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 = 1
- TabStop = True
- end
- object rdgRescheduling: TRadioGroup
- Left = 11
- Top = 168
- Width = 250
- Height = 68
- 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 pnlTitle: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label8: TLabel
- Left = 12
- Top = 48
- Width = 345
- Height = 45
- AutoSize = False
- Caption =
- 'AutoMate is designed to automate any task on your computer. Cre' +
- 'ating a new task allows you to teach AutoMate how and when to pe' +
- 'rform this operation.'
- Color = clMenu
- ParentColor = False
- WordWrap = True
- end
- object Image1: TImage
- Left = 12
- Top = 4
- Width = 353
- Height = 41
- Picture.Data = {<image006.bmp>}
- end
- object lblStep1Desc: TLabel
- Left = 104
- Top = 118
- Width = 238
- Height = 33
- AutoSize = False
- Caption =
- 'Define the step-by-step actions that you wish AutoMate to perfor' +
- 'm when the task is launched.'
- WordWrap = True
- end
- object lblStep2Desc: TLabel
- Left = 104
- Top = 153
- Width = 238
- Height = 38
- AutoSize = False
- Caption =
- 'Select the events that will make the task start, e.g. at a sched' +
- 'uled time or when a particular key is pressed.'
- WordWrap = True
- end
- object lblStep3Desc: TLabel
- Left = 104
- Top = 201
- Width = 238
- Height = 16
- AutoSize = False
- Caption = 'Choose a name which will identify the task.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 17
- Top = 98
- Width = 301
- Height = 15
- AutoSize = False
- Caption = 'This Wizard will take you through 3 easy steps:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object imgStep1: TImage
- Left = 20
- Top = 121
- Width = 76
- Height = 20
- AutoSize = True
- Picture.Data = {<image007.bmp>}
- Stretch = True
- Transparent = True
- end
- object imgStep3: TImage
- Left = 20
- Top = 199
- Width = 78
- Height = 20
- AutoSize = True
- Picture.Data = {<image008.bmp>}
- Stretch = True
- Transparent = True
- end
- object imgStep2: TImage
- Left = 20
- Top = 160
- Width = 78
- Height = 20
- AutoSize = True
- Picture.Data = {<image009.bmp>}
- Stretch = True
- Transparent = True
- end
- object chkNoMoreWizard: TCheckBox
- Left = 20
- Top = 225
- Width = 233
- Height = 17
- Caption = '&Do not show me this wizard again'
- TabOrder = 0
- OnClick = chkNoMoreWizardClick
- end
- end
- object pnlWhen: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 8
- Visible = False
- object Label9: TLabel
- Left = 11
- Top = 4
- Width = 61
- Height = 22
- Caption = 'When?'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 12
- Top = 30
- Width = 305
- Height = 69
- 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 Label12: TLabel
- Left = 12
- Top = 112
- Width = 87
- Height = 13
- Caption = 'First Launch &Date:'
- end
- object Label13: TLabel
- Left = 12
- Top = 140
- Width = 87
- Height = 13
- Caption = 'First Launch &Time:'
- end
- object dtpFirstDate: TDateTimePicker
- Left = 108
- Top = 109
- Width = 200
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.041524652780000000
- Time = 35952.041524652780000000
- DateFormat = dfLong
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- TabOrder = 0
- end
- object dtpFirstTime: TDateTimePicker
- Left = 108
- Top = 136
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.016326967590000000
- Time = 35952.016326967590000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 1
- end
- object dtpLastDate: TDateTimePicker
- Left = 108
- Top = 173
- Width = 200
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.041524652780000000
- Time = 35952.041524652780000000
- DateFormat = dfLong
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 3
- end
- object dtpLastTime: TDateTimePicker
- Left = 108
- Top = 200
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 35952.016326967590000000
- Time = 35952.016326967590000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 4
- end
- object chkEndingOn: TCheckBox
- Left = 41
- Top = 176
- Width = 65
- Height = 17
- Caption = '&End On:'
- TabOrder = 2
- OnClick = chkEndingOnClick
- end
- end
- object pnlFrequency: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 4
- Visible = False
- object Label1: TLabel
- Left = 11
- Top = 4
- Width = 175
- Height = 22
- Caption = 'Schedule Frequency'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label7: TLabel
- Left = 48
- Top = 30
- Width = 260
- Height = 26
- Caption =
- 'Please specify how often you would like this task to be launched' +
- '.'
- WordWrap = True
- end
- object imgSchedule: TImage
- Left = 13
- Top = 30
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image010.ico>}
- Transparent = True
- end
- object rdgDivision: TRadioGroup
- Left = 4
- Top = 92
- Width = 357
- Height = 73
- Columns = 3
- Enabled = False
- ItemIndex = 2
- Items.Strings = (
- 'Seconds'
- 'Minutes'
- 'Hours'
- 'Days'
- 'Weeks'
- 'Bi-weeks'
- 'Months'
- 'Quarters'
- 'Years')
- TabOrder = 3
- OnClick = rdgDivisionClick
- end
- object radOnce: TRadioButton
- Left = 12
- Top = 65
- Width = 301
- Height = 17
- Caption = '&Once, do not reschedule the task after completion'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = radOnceClick
- end
- object radEvery: TRadioButton
- Left = 12
- Top = 89
- Width = 49
- Height = 17
- Caption = '&Every'
- TabOrder = 1
- OnClick = radEveryClick
- end
- object edtScalar: TEdit
- Left = 66
- Top = 88
- Width = 29
- Height = 21
- Enabled = False
- TabOrder = 2
- Text = '1'
- OnExit = edtScalarExit
- OnKeyPress = edtScalarKeyPress
- end
- object chkSunday: TCheckBox
- Left = 242
- Top = 200
- Width = 97
- Height = 17
- Caption = 'S&unday'
- Checked = True
- State = cbChecked
- TabOrder = 10
- Visible = False
- end
- object chkSaturday: TCheckBox
- Left = 242
- Top = 176
- Width = 97
- Height = 17
- Caption = '&Saturday'
- Checked = True
- State = cbChecked
- TabOrder = 9
- Visible = False
- end
- object chkThursday: TCheckBox
- Left = 127
- Top = 176
- Width = 97
- Height = 17
- Caption = '&Thursday'
- Checked = True
- State = cbChecked
- TabOrder = 7
- Visible = False
- end
- object chkFriday: TCheckBox
- Left = 127
- Top = 200
- Width = 97
- Height = 17
- Caption = '&Friday'
- Checked = True
- State = cbChecked
- TabOrder = 8
- Visible = False
- end
- object chkMonday: TCheckBox
- Left = 12
- Top = 176
- Width = 97
- Height = 17
- Caption = '&Monday'
- Checked = True
- State = cbChecked
- TabOrder = 4
- Visible = False
- end
- object chkTuesday: TCheckBox
- Left = 12
- Top = 200
- Width = 97
- Height = 17
- Caption = '&Tuesday'
- Checked = True
- State = cbChecked
- TabOrder = 5
- Visible = False
- end
- object chkWednesday: TCheckBox
- Left = 12
- Top = 224
- Width = 97
- Height = 17
- Caption = '&Wednesday'
- Checked = True
- State = cbChecked
- TabOrder = 6
- Visible = False
- end
- end
- object pnlAutoKeys: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 13
- Visible = False
- object Label17: TLabel
- Left = 11
- Top = 4
- Width = 162
- Height = 22
- Caption = '"AutoKeys" Trigger'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label18: TLabel
- Left = 48
- Top = 30
- Width = 297
- Height = 59
- AutoSize = False
- Caption =
- 'Specify the key sequence you wish to launch the task. When Auto' +
- 'Mate detects the word you enter here, the task will launch. You' +
- ' can select whether or not Automate erases the text after you ty' +
- 'pe it.'
- WordWrap = True
- end
- object Label24: TLabel
- Left = 12
- Top = 96
- Width = 71
- Height = 13
- Caption = '&Key sequence:'
- FocusControl = edtShortkey
- end
- object imgAutokeys: TImage
- Left = 13
- Top = 30
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image011.ico>}
- Transparent = True
- end
- object edtShortkey: TEdit
- Left = 12
- Top = 112
- Width = 153
- Height = 21
- MaxLength = 20
- TabOrder = 0
- end
- object chkEraseText: TCheckBox
- Left = 12
- Top = 144
- Width = 217
- Height = 17
- Caption = 'Erase text before triggering task'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
- object pnlName: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 14
- Visible = False
- object Label19: TLabel
- Left = 11
- Top = 4
- Width = 96
- Height = 22
- Caption = 'Task Name'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblTaskNameDesc: TLabel
- Left = 12
- Top = 30
- Width = 297
- Height = 70
- AutoSize = False
- Caption =
- 'Each AutoMate task must have a unique name to identify it. The ' +
- 'name can be anything you wish, as long as a task by that name do' +
- 'es not already exist. The name can be changed later through the' +
- ' Task Properties, or by selecting "Rename" in Settings.'
- WordWrap = True
- end
- object Label26: TLabel
- Left = 12
- Top = 108
- Width = 56
- Height = 13
- Caption = 'Task &name:'
- FocusControl = edtName
- end
- object edtName: TEdit
- Left = 12
- Top = 124
- Width = 213
- Height = 21
- TabOrder = 0
- end
- end
- object pnlFileChangePage2: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 16
- Visible = False
- object lblFileChangesPage2Title: TLabel
- Left = 11
- Top = 4
- Width = 157
- Height = 22
- Caption = 'Directory Changes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label35: TLabel
- Left = 12
- Top = 30
- Width = 325
- Height = 35
- AutoSize = False
- Caption =
- 'You can also select to trigger the task when one of the followin' +
- 'g changes in the folder take place:'
- WordWrap = True
- end
- object lblKb: TLabel
- Left = 248
- Top = 110
- Width = 13
- Height = 13
- Caption = 'Kb'
- end
- object Label31: TLabel
- Left = 248
- Top = 133
- Width = 13
- Height = 13
- Caption = 'Kb'
- end
- object Label33: TLabel
- Left = 12
- Top = 168
- Width = 305
- 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 lblFTSecs: TLabel
- Left = 92
- Top = 208
- Width = 43
- Height = 13
- Caption = 'seconds.'
- end
- object lblFTWait: TLabel
- Left = 12
- Top = 208
- Width = 25
- Height = 13
- Caption = '&Wait:'
- end
- object chkFilesExceeds: TCheckBox
- Left = 12
- Top = 84
- Width = 149
- Height = 17
- Caption = '&Number of files exceeds:'
- TabOrder = 0
- end
- object chkAnyOneFileBigger: TCheckBox
- Left = 12
- Top = 108
- Width = 153
- Height = 17
- Caption = 'Any one &file'#39's size exceeds:'
- TabOrder = 2
- end
- object chkDirSizeExceeds: TCheckBox
- Left = 12
- Top = 132
- Width = 149
- Height = 17
- Caption = '&Folder'#39's size exceeds:'
- TabOrder = 4
- end
- object edtFTNumberOfFiles: TEdit
- Left = 164
- Top = 80
- Width = 81
- Height = 21
- TabOrder = 1
- end
- object edtFTFileSizeExceeds: TEdit
- Left = 164
- Top = 106
- Width = 81
- Height = 21
- TabOrder = 3
- end
- object edtFTDirSizeExceeds: TEdit
- Left = 164
- Top = 130
- Width = 81
- Height = 21
- TabOrder = 5
- end
- object edtFTWaitTime: TEdit
- Left = 40
- Top = 205
- Width = 49
- Height = 21
- TabOrder = 6
- Text = '3'
- OnKeyPress = edtFTWaitTimeKeyPress
- end
- end
- object pnlFileChange: TPanel
- Left = 125
- Top = 3
- Width = 370
- Height = 250
- BevelOuter = bvNone
- TabOrder = 15
- Visible = False
- object Label29: TLabel
- Left = 11
- Top = 4
- Width = 166
- Height = 22
- Caption = 'File System Trigger'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label30: TLabel
- Left = 12
- Top = 30
- Width = 325
- Height = 35
- AutoSize = False
- Caption =
- 'Select the which folder changes you wish to trigger your task on' +
- '. '
- WordWrap = True
- end
- object lblFTMonitor: TLabel
- Left = 12
- Top = 76
- Width = 53
- Height = 13
- Caption = 'To &monitor:'
- FocusControl = edtFTFilename
- end
- object Label36: TLabel
- Left = 12
- Top = 172
- 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 lblInclude: TLabel
- Left = 12
- Top = 204
- Width = 144
- Height = 13
- Caption = '&Include (e.g. filename.txt;*.zip):'
- end
- object lblExclude: TLabel
- Left = 193
- Top = 204
- Width = 41
- Height = 13
- Caption = '&Exclude:'
- end
- object edtFTFilename: TEdit
- Left = 68
- Top = 72
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object chkFTIncludeSubdirs: TCheckBox
- Left = 68
- Top = 98
- Width = 189
- Height = 17
- Caption = 'Watch inside &subfolders'
- TabOrder = 2
- end
- object grpFileChangeGroupings: TGroupBox
- Left = 8
- Top = 124
- Width = 357
- Height = 41
- Caption = 'Available per file triggers: '
- TabOrder = 3
- object chkFTAdded: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = 'File &Added'
- TabOrder = 0
- end
- object chkFTRemoved: TCheckBox
- Left = 112
- Top = 16
- Width = 97
- Height = 17
- Caption = 'File &Removed'
- TabOrder = 2
- end
- object chkFTModified: TCheckBox
- Left = 220
- Top = 16
- Width = 97
- Height = 17
- Caption = 'File M&odified'
- TabOrder = 1
- end
- end
- object comBrowse: TBitBtn
- Left = 329
- Top = 73
- Width = 37
- Height = 21
- TabOrder = 1
- OnClick = comBrowseClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object edtFTExcludeMask: TEdit
- Left = 193
- Top = 220
- Width = 165
- Height = 21
- TabOrder = 4
- end
- object edtFTIncludeMask: TEdit
- Left = 12
- Top = 220
- Width = 165
- Height = 21
- TabOrder = 5
- end
- end
- object comBack: TButton
- Left = 256
- Top = 257
- Width = 75
- Height = 23
- Caption = '<- &Back'
- Enabled = False
- TabOrder = 0
- OnClick = comBackClick
- end
- object comCancel: TButton
- Left = 415
- Top = 257
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = comCancelClick
- end
- object comNext: TButton
- Left = 331
- Top = 257
- Width = 75
- Height = 23
- Caption = '&Next ->'
- Default = True
- TabOrder = 1
- OnClick = comNextClick
- end
- object imlTriggers: TImageList
- Left = 384
- Top = 5
- 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
- 0000000000000000000000000000000000000000008181818181818181818181
- 8181818181818181818181818181818100000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000081818100000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848484848484848484848484848484848484848484848484848484
- 848484848484848484848484000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000081818100000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000848484848484848484848484848484848484848484
- 000000000000000000000000000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF00000081818100000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000000000000000848484848484848484848484848484000000000000
- 000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000081818100000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484848484848484848484
- 84848484848484848484848484848484848484848484848484848484848484C6
- C6C6000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF00000081818181818181818181818181818181818100
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF00000081818100000000000000000000000000000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6FFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFF0000FF0000FF00
- 00FF0000FF0000FFFFFF000000818181CCFFFFCCFFFFCCFFFFCCFFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6FFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFF000000818181CCFFFF99FFFFCCFFFF99FFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFF0000FF0000FFFF
- FF000000000000000000000000818181CCFFFFCCFFFFCCFFFFCCFFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000848484C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FF000000FFFFFFFFFFFF00000099FFFFCCFFFF99FFFFCCFFFF99FFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484840000FF0000FF0000
- FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF848484C6
- C6C6000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000FFFFFFFFFFFFFFFFFFFFFF
- FF000000FFFFFF000000CCFFFFCCFFFFCCFFFFCCFFFFCCFFFFCCFFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000008484848484848484848484
- 8484848484848484848484848484848484848484848484848484848484848400
- 0000000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C60000000000000000000000000000000000000000
- 0000000000000099FFFFCCFFFF99FFFFCCFFFF99FFFFCCFFFF99FFFF00000081
- 8181000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6000000000000000000000000000000000000000000
- 000000000000000000C6C6C6000000000000000000000000000000CCFFFFCCFF
- FFCCFFFFCCFFFFCCFFFFCCFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000000000000000000000CCFF
- FF99FFFFCCFFFF99FFFF00000000000000000000000000000000000000000000
- 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 popHelpMenu: TPopupMenu
- OnPopup = popHelpMenuPopup
- Left = 16
- Top = 208
- object itmHelp: TMenuItem
- ShortCut = 112
- Visible = False
- OnClick = itmHelpClick
- end
- end
- object odlBrowse: TOpenDialog
- Left = 461
- Top = 11
- end
- end
-