home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-08-11 | 22.7 KB | 1,002 lines |
- object wizard: Twizard
- Left = 204
- Top = 179
- ActiveControl = retrievenow
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'URL List Wizard'
- ClientHeight = 256
- ClientWidth = 491
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 491
- Height = 256
- ActivePage = TabSheet7
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'TabSheet1'
- TabVisible = False
- object Label1: TLabel
- Left = 168
- Top = 8
- Width = 199
- Height = 16
- Caption = 'Webspector URL List Wizard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 168
- Top = 40
- Width = 298
- Height = 13
- Caption = 'Please enter the name of the URL List you would like to create:'
- end
- object Label3: TLabel
- Left = 168
- Top = 120
- Width = 271
- Height = 52
- Caption =
- 'A URL List contains the pages which you would like monitored. U' +
- 'RLs can be entered manually, retrieved from your web browser'#39's b' +
- 'ookmarks, or accessed from Webspector'#39's built-in library of site' +
- 's.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Bevel8: TBevel
- Left = 168
- Top = 26
- Width = 309
- Height = 2
- end
- object urllistname: TEdit
- Left = 168
- Top = 72
- Width = 273
- Height = 21
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- Enabled = False
- TabOrder = 1
- end
- object BitBtn2: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = BitBtn3Click
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 150
- Height = 192
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 5
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 146
- Height = 188
- Align = alClient
- Picture.Data = {<image000.bmp>}
- end
- end
- object BitBtn25: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 4
- OnClick = BitBtn25Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'TabSheet2'
- ImageIndex = 1
- TabVisible = False
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 137
- Height = 16
- Caption = 'Add URLs Manually'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 32
- Width = 315
- Height = 13
- Caption =
- 'Click the button below to add a URL that you would like monitore' +
- 'd.'
- end
- object Bevel2: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Bevel12: TBevel
- Left = 8
- Top = 26
- Width = 468
- Height = 2
- end
- object urlviewer: TListView
- Left = 8
- Top = 80
- Width = 466
- Height = 121
- Columns = <
- item
- Caption = 'Description'
- Width = 232
- end
- item
- Caption = 'URL'
- Width = 230
- end>
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HotTrackStyles = []
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- TabOrder = 2
- ViewStyle = vsReport
- OnClick = urlviewerClick
- end
- object BitBtn4: TBitBtn
- Left = 8
- Top = 52
- Width = 79
- Height = 21
- Caption = 'Add a URL'
- TabOrder = 0
- OnClick = BitBtn4Click
- end
- object BitBtn5: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 3
- OnClick = BitBtn5Click
- end
- object BitBtn6: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 4
- OnClick = BitBtn6Click
- end
- object BitBtn7: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = BitBtn7Click
- end
- object BitBtn26: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = BitBtn26Click
- end
- object remove1: TBitBtn
- Left = 94
- Top = 52
- Width = 79
- Height = 21
- Caption = 'Remove URL'
- Enabled = False
- TabOrder = 1
- OnClick = remove1Click
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'TabSheet3'
- ImageIndex = 2
- TabVisible = False
- object Label6: TLabel
- Left = 8
- Top = 8
- Width = 111
- Height = 16
- Caption = 'Add Bookmarks'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 8
- Top = 32
- Width = 406
- Height = 13
- Caption =
- 'Click the button below to choose from a list of bookmarks stored' +
- ' in your web browsers.'
- end
- object Bevel3: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Bevel13: TBevel
- Left = 8
- Top = 26
- Width = 468
- Height = 2
- end
- object BitBtn8: TBitBtn
- Left = 8
- Top = 52
- Width = 105
- Height = 21
- Caption = 'Select Bookmarks'
- TabOrder = 0
- OnClick = BitBtn8Click
- end
- object BitBtn9: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 3
- OnClick = BitBtn9Click
- end
- object BitBtn10: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 4
- OnClick = BitBtn10Click
- end
- object BitBtn11: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = BitBtn11Click
- end
- object urllistviewer2: TListView
- Left = 8
- Top = 80
- Width = 466
- Height = 121
- Columns = <
- item
- Caption = 'Description'
- Width = 232
- end
- item
- Caption = 'URL'
- Width = 230
- end>
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HotTrackStyles = []
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- TabOrder = 2
- ViewStyle = vsReport
- OnClick = urllistviewer2Click
- end
- object BitBtn27: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = BitBtn27Click
- end
- object remove2: TBitBtn
- Left = 120
- Top = 52
- Width = 75
- Height = 21
- Caption = 'Remove URL'
- Enabled = False
- TabOrder = 1
- OnClick = remove2Click
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'TabSheet4'
- ImageIndex = 3
- TabVisible = False
- object Label8: TLabel
- Left = 8
- Top = 8
- Width = 83
- Height = 16
- Caption = 'URL Library'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label9: TLabel
- Left = 8
- Top = 32
- Width = 453
- Height = 13
- Caption =
- 'Click the button below to select from Webspector'#39's library of UR' +
- 'Ls, organized into 20 categories.'
- end
- object Bevel4: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Bevel14: TBevel
- Left = 9
- Top = 26
- Width = 468
- Height = 2
- end
- object BitBtn12: TBitBtn
- Left = 8
- Top = 52
- Width = 97
- Height = 21
- Caption = 'View Library'
- TabOrder = 0
- OnClick = BitBtn12Click
- end
- object BitBtn13: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 3
- OnClick = BitBtn13Click
- end
- object BitBtn14: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 4
- OnClick = BitBtn14Click
- end
- object BitBtn15: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = BitBtn15Click
- end
- object urllistviewer3: TListView
- Left = 8
- Top = 80
- Width = 466
- Height = 121
- Columns = <
- item
- Caption = 'Description'
- Width = 232
- end
- item
- Caption = 'URL'
- Width = 230
- end>
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HotTrackStyles = []
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- TabOrder = 2
- ViewStyle = vsReport
- OnClick = urllistviewer3Click
- end
- object BitBtn28: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = BitBtn28Click
- end
- object remove3: TBitBtn
- Left = 112
- Top = 52
- Width = 75
- Height = 21
- Caption = 'Remove URL'
- Enabled = False
- TabOrder = 1
- OnClick = remove3Click
- end
- end
- object TabSheet5: TTabSheet
- Caption = 'TabSheet5'
- ImageIndex = 4
- TabVisible = False
- object Label10: TLabel
- Left = 168
- Top = 8
- Width = 141
- Height = 16
- Caption = 'Schedule Retrievals'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label11: TLabel
- Left = 432
- Top = 70
- Width = 45
- Height = 13
- BiDiMode = bdLeftToRight
- Caption = 'minute(s).'
- ParentBiDiMode = False
- end
- object Bevel5: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Label14: TLabel
- Left = 168
- Top = 172
- Width = 304
- Height = 26
- Caption =
- 'Schedules can be modified at any time from the Schedule tab of W' +
- 'ebspector Setup.'
- WordWrap = True
- end
- object Bevel9: TBevel
- Left = 168
- Top = 26
- Width = 309
- Height = 2
- end
- object Label12: TLabel
- Left = 200
- Top = 120
- Width = 23
- Height = 13
- Caption = 'Hour'
- end
- object Label13: TLabel
- Left = 248
- Top = 120
- Width = 32
- Height = 13
- Caption = 'Minute'
- end
- object noretrieval: TRadioButton
- Left = 168
- Top = 40
- Width = 265
- Height = 17
- Caption = 'I do not want to schedule this URL List.'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = noretrievalClick
- end
- object useinterval: TRadioButton
- Left = 168
- Top = 68
- Width = 209
- Height = 17
- Caption = 'Schedule my URL List to retrieve every'
- TabOrder = 1
- OnClick = useintervalClick
- end
- object interval: TEdit
- Left = 376
- Top = 66
- Width = 49
- Height = 21
- Color = clSilver
- Enabled = False
- TabOrder = 2
- end
- object usetime: TRadioButton
- Left = 168
- Top = 96
- Width = 217
- Height = 17
- Caption = 'Schedule my URL List to retrieve daily at:'
- TabOrder = 3
- OnClick = usetimeClick
- end
- object BitBtn16: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 7
- OnClick = BitBtn16Click
- end
- object BitBtn17: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 8
- OnClick = BitBtn17Click
- end
- object BitBtn18: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 9
- OnClick = BitBtn18Click
- end
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 150
- Height = 192
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel2'
- TabOrder = 11
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 146
- Height = 188
- Align = alClient
- Picture.Data = {<image001.bmp>}
- end
- end
- object BitBtn29: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 10
- OnClick = BitBtn29Click
- end
- object hour: TComboBox
- Left = 192
- Top = 136
- Width = 49
- Height = 21
- Style = csDropDownList
- Color = clSilver
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'
- '12')
- TabOrder = 4
- end
- object minute: TComboBox
- Left = 248
- Top = 136
- Width = 49
- Height = 21
- Color = clSilver
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '00'
- '05'
- '10'
- '15'
- '20'
- '25'
- '30'
- '35'
- '40'
- '45'
- '50'
- '55')
- TabOrder = 5
- end
- object GroupBox1: TGroupBox
- Left = 304
- Top = 120
- Width = 43
- Height = 43
- TabOrder = 6
- object AM: TRadioButton
- Left = 3
- Top = 8
- Width = 38
- Height = 17
- Caption = 'AM'
- Checked = True
- Color = clSilver
- Enabled = False
- ParentColor = False
- TabOrder = 0
- TabStop = True
- end
- object PM: TRadioButton
- Left = 3
- Top = 24
- Width = 38
- Height = 17
- Caption = 'PM'
- Enabled = False
- TabOrder = 1
- end
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'TabSheet6'
- ImageIndex = 6
- TabVisible = False
- object Label19: TLabel
- Left = 168
- Top = 8
- Width = 69
- Height = 16
- Caption = 'Reporting'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel7: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Label22: TLabel
- Left = 168
- Top = 40
- Width = 294
- Height = 26
- Caption =
- 'Enabling reports allows Webspector to generate a summary of the ' +
- 'results of Webspector'#39's retrievals of your URL List.'
- WordWrap = True
- end
- object Label20: TLabel
- Left = 168
- Top = 144
- Width = 271
- Height = 39
- Caption =
- 'Webspector can also be set up to send reports via e-mail. E-mail' +
- ' reporting can be enabled at any time from the Reports tab of We' +
- 'bspector Setup.'
- WordWrap = True
- end
- object Bevel10: TBevel
- Left = 168
- Top = 26
- Width = 309
- Height = 2
- end
- object Panel4: TPanel
- Left = 8
- Top = 8
- Width = 150
- Height = 192
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel2'
- TabOrder = 6
- object Image4: TImage
- Left = 0
- Top = 0
- Width = 146
- Height = 188
- Align = alClient
- Picture.Data = {<image002.bmp>}
- end
- end
- object enablereports: TCheckBox
- Left = 168
- Top = 80
- Width = 105
- Height = 17
- Caption = 'Enable Reports'
- TabOrder = 0
- OnClick = enablereportsClick
- end
- object BitBtn22: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 2
- OnClick = BitBtn22Click
- end
- object BitBtn23: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 3
- OnClick = BitBtn23Click
- end
- object BitBtn24: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = BitBtn24Click
- end
- object reportunchanged: TCheckBox
- Left = 168
- Top = 104
- Width = 145
- Height = 17
- Caption = 'Report unchanged URLs'
- Color = clSilver
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- end
- object BitBtn30: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = BitBtn30Click
- end
- end
- object TabSheet7: TTabSheet
- Caption = 'TabSheet7'
- ImageIndex = 5
- TabVisible = False
- object Label15: TLabel
- Left = 168
- Top = 40
- Width = 302
- Height = 26
- Caption =
- 'Congratulations! A new URL List has been set up for you. Click' +
- ' the Finish button to return to the main Webspector window.'
- WordWrap = True
- end
- object Label16: TLabel
- Left = 168
- Top = 152
- Width = 268
- Height = 26
- Caption =
- 'To view transfer progress of your URLs, double click the Webspec' +
- 'tor Server icon on your System Tray. '
- WordWrap = True
- end
- object Bevel6: TBevel
- Left = 8
- Top = 208
- Width = 468
- Height = 2
- end
- object Label17: TLabel
- Left = 168
- Top = 8
- Width = 129
- Height = 16
- Caption = 'URL List Complete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label18: TLabel
- Left = 168
- Top = 120
- Width = 298
- Height = 26
- Caption =
- 'You can check the URLs in your list at any time by clicking the ' +
- #39'Check All'#39' button on the Webspector Toolbar.'
- WordWrap = True
- end
- object Bevel11: TBevel
- Left = 168
- Top = 26
- Width = 309
- Height = 2
- end
- object retrievenow: TCheckBox
- Left = 168
- Top = 80
- Width = 153
- Height = 17
- Caption = 'Retrieve this URL List now'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object BitBtn19: TBitBtn
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 1
- OnClick = BitBtn19Click
- end
- object BitBtn20: TBitBtn
- Left = 240
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Finish'
- Default = True
- TabOrder = 2
- OnClick = BitBtn20Click
- end
- object BitBtn21: TBitBtn
- Left = 320
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = BitBtn21Click
- end
- object Panel3: TPanel
- Left = 8
- Top = 8
- Width = 150
- Height = 192
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel3'
- TabOrder = 5
- object Image3: TImage
- Left = 0
- Top = 0
- Width = 146
- Height = 188
- Align = alClient
- Picture.Data = {<image003.bmp>}
- end
- end
- object BitBtn31: TBitBtn
- Left = 400
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 4
- OnClick = BitBtn31Click
- end
- end
- end
- end
-