home *** CD-ROM | disk | FTP | other *** search
- object WizardExport: TWizardExport
- Left = 11
- Top = 116
- BorderStyle = bsDialog
- Caption = 'Export Wizard'
- ClientHeight = 295
- ClientWidth = 512
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 16
- object TBevel
- Left = 8
- Top = 248
- Width = 497
- Height = 9
- Shape = bsTopLine
- end
- object BackBtn: TButton
- Left = 197
- Top = 260
- Width = 97
- Height = 30
- Cancel = True
- Caption = '< Back'
- Enabled = False
- TabOrder = 0
- OnClick = BackBtnClick
- end
- object NextBtn: TButton
- Left = 294
- Top = 260
- Width = 97
- Height = 30
- Cancel = True
- Caption = 'Next >'
- Default = True
- TabOrder = 1
- OnClick = NextBtnClick
- end
- object Button1: TButton
- Left = 408
- Top = 260
- Width = 97
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 16
- Top = 16
- Width = 161
- Height = 217
- BevelOuter = bvLowered
- Caption = 'Panel1'
- Color = clTeal
- TabOrder = 3
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 130
- Height = 200
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object Sheets: TNotebook
- Left = 184
- Top = 16
- Width = 321
- Height = 217
- TabOrder = 4
- OnPageChanged = SheetsPageChanged
- object TPage
- Left = 0
- Top = 0
- Caption = '0'
- object Label1: TLabel
- Left = 8
- Top = 184
- Width = 313
- Height = 19
- AutoSize = False
- Caption = 'To begin the Export Process, click Next'
- WordWrap = True
- end
- object Bevel2: TBevel
- Left = 8
- Top = 175
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object TypeSheet: TNotebook
- Left = 0
- Top = 1
- Width = 321
- Height = 169
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = '0'
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 304
- Height = 41
- AutoSize = False
- Caption =
- 'This Wizard will guide you through the process of exporting Smar' +
- 't Address data to a text file.'
- WordWrap = True
- end
- object Bevel3: TBevel
- Left = 8
- Top = 57
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object Label3: TLabel
- Left = 8
- Top = 68
- Width = 297
- Height = 16
- AutoSize = False
- Caption = 'Please select the Export Required:'
- WordWrap = True
- end
- object Type1: TRadioButton
- Left = 19
- Top = 93
- Width = 273
- Height = 17
- Caption = '&Address Book Entries'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object Type2: TRadioButton
- Left = 19
- Top = 113
- Width = 273
- Height = 17
- Caption = 'Address Book &Reminders'
- TabOrder = 1
- end
- object Type3: TRadioButton
- Left = 19
- Top = 133
- Width = 273
- Height = 17
- Caption = 'Address Book &Telephone Logs'
- TabOrder = 2
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '1'
- object Label15: TLabel
- Left = 8
- Top = 8
- Width = 291
- Height = 32
- Caption =
- 'This Wizard will guide you through the process of exporting a Sm' +
- 'art Address Diary to a text file.'
- WordWrap = True
- end
- object Bevel7: TBevel
- Left = 8
- Top = 51
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '1'
- object Label5: TLabel
- Left = 8
- Top = 8
- Width = 305
- Height = 37
- AutoSize = False
- Caption =
- 'Please select the range of entries that you wish to be included ' +
- 'within the Export:'
- WordWrap = True
- end
- object RangeSheet: TNotebook
- Left = 0
- Top = 48
- Width = 321
- Height = 169
- PageIndex = 1
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = '0'
- object TagBox4: TRadioButton
- Left = 16
- Top = 86
- Width = 305
- Height = 17
- Caption = '&All Entries in the Address Book'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object TagBox3: TRadioButton
- Left = 16
- Top = 63
- Width = 305
- Height = 17
- Caption = 'All &Tagged Entries in the Address Book'
- TabOrder = 1
- end
- object TagBox2: TRadioButton
- Left = 16
- Top = 39
- Width = 305
- Height = 17
- Caption = 'All Entries &Displayed in the Index List'
- TabOrder = 2
- end
- object TagBox1: TRadioButton
- Left = 16
- Top = 16
- Width = 265
- Height = 17
- Caption = '&Selected Entry Only'
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '1'
- object Label17: TLabel
- Left = 116
- Top = 67
- Width = 39
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'and'
- end
- object TBevel
- Left = 8
- Top = 99
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object RangeAll: TRadioButton
- Left = 10
- Top = 11
- Width = 249
- Height = 17
- Caption = 'All Events'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = RangeDatesClick
- end
- object RangeDates: TRadioButton
- Left = 10
- Top = 34
- Width = 144
- Height = 17
- Caption = 'Events Between'
- TabOrder = 1
- OnClick = RangeDatesClick
- end
- object EDateBox: TComboBox
- Left = 169
- Top = 64
- Width = 117
- Height = 24
- DropDownCount = 0
- Enabled = False
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 2
- Text = 'EDateBox'
- OnDropDown = DateBoxDropDown
- end
- object DateBox: TComboBox
- Left = 169
- Top = 30
- Width = 117
- Height = 24
- DropDownCount = 0
- Enabled = False
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 3
- Text = 'DateBox'
- OnDropDown = DateBoxDropDown
- end
- object IncludeAll: TCheckBox
- Left = 10
- Top = 112
- Width = 254
- Height = 17
- Caption = 'Include Completed Events'
- TabOrder = 4
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '2'
- object Label11: TLabel
- Left = 8
- Top = 8
- Width = 301
- Height = 41
- AutoSize = False
- Caption = 'Please specify the file name to be used for the Export process:'
- WordWrap = True
- end
- object Warning2: TLabel
- Left = 8
- Top = 144
- Width = 305
- Height = 39
- AutoSize = False
- Caption = 'Text....'
- WordWrap = True
- end
- object Warning1: TLabel
- Left = 8
- Top = 126
- Width = 137
- Height = 18
- AutoSize = False
- Caption = 'Warning'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button2: TButton
- Left = 213
- Top = 87
- Width = 92
- Height = 30
- Caption = '&Browse'
- TabOrder = 0
- OnClick = Button2Click
- end
- object FUsed: TComboBox
- Left = 8
- Top = 56
- Width = 297
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- Text = 'FUsed'
- OnChange = FUsedChange
- end
- object Warning3: TCheckBox
- Left = 32
- Top = 184
- Width = 257
- Height = 17
- Caption = 'Overwrite File'
- TabOrder = 2
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '3'
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 305
- Height = 65
- AutoSize = False
- Caption =
- 'Smart Address allows Export Templates to be created. These hold ' +
- 'all details regarding the options and mappings to be used for th' +
- 'e Export.'
- WordWrap = True
- end
- object Label6: TLabel
- Left = 9
- Top = 118
- Width = 296
- Height = 21
- AutoSize = False
- Caption = 'Please select the Template to be used:'
- WordWrap = True
- end
- object Label8: TLabel
- Left = 8
- Top = 80
- Width = 301
- Height = 38
- AutoSize = False
- Caption =
- 'Templates may be Edited or Created by using the Templates Button' +
- '.'
- WordWrap = True
- end
- object TUsed: TComboBox
- Left = 9
- Top = 140
- Width = 297
- Height = 24
- Style = csDropDownList
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- end
- object Button3: TButton
- Left = 214
- Top = 171
- Width = 92
- Height = 30
- Caption = '&Templates'
- TabOrder = 1
- OnClick = Button3Click
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '4'
- object Label16: TLabel
- Left = 8
- Top = 156
- Width = 297
- Height = 18
- AutoSize = False
- Caption = 'Please Select the Template to be Exported:'
- end
- object Label18: TLabel
- Left = 8
- Top = 88
- Width = 301
- Height = 65
- AutoSize = False
- Caption =
- 'The template to be exported should be specified below. If a temp' +
- 'late is specified which an entry doesn�t use, then the entry it ' +
- 'will not be exported.'
- WordWrap = True
- end
- object Label19: TLabel
- Left = 8
- Top = 8
- Width = 308
- Height = 73
- AutoSize = False
- Caption =
- 'Smart Address will create a separate Export Record for each Addr' +
- 'ess Template . If an entry uses 3 templates, then 3 Export Recor' +
- 'ds for that entry will be created.'
- WordWrap = True
- end
- object TemplateList: TComboBox
- Left = 9
- Top = 177
- Width = 296
- Height = 24
- Style = csDropDownList
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '5'
- object Label7: TLabel
- Left = 8
- Top = 173
- Width = 305
- Height = 20
- AutoSize = False
- Caption = 'To perform this Export, click the Export Button'
- WordWrap = True
- end
- object Bevel4: TBevel
- Left = 8
- Top = 163
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object Label9: TLabel
- Left = 8
- Top = 8
- Width = 305
- Height = 41
- AutoSize = False
- Caption =
- 'The Export Process is now ready. Please check the options you ha' +
- 've chosen before continuing'
- WordWrap = True
- end
- object Bevel5: TBevel
- Left = 8
- Top = 51
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object Label10: TLabel
- Left = 8
- Top = 59
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Type:'
- end
- object Label12: TLabel
- Left = 11
- Top = 80
- Width = 73
- Height = 18
- AutoSize = False
- Caption = 'Range:'
- end
- object Label13: TLabel
- Left = 11
- Top = 118
- Width = 182
- Height = 18
- AutoSize = False
- Caption = 'Entries being Exported:'
- end
- object Label14: TLabel
- Left = 11
- Top = 139
- Width = 182
- Height = 18
- AutoSize = False
- Caption = 'Fields being Exported:'
- end
- object LType: TLabel
- Left = 96
- Top = 59
- Width = 217
- Height = 18
- AutoSize = False
- Caption = 'Type:'
- end
- object LRange: TLabel
- Left = 96
- Top = 80
- Width = 222
- Height = 18
- AutoSize = False
- Caption = 'Range:'
- end
- object LEntries: TLabel
- Left = 200
- Top = 118
- Width = 105
- Height = 18
- AutoSize = False
- Caption = 'Type:'
- end
- object LFields: TLabel
- Left = 200
- Top = 139
- Width = 105
- Height = 18
- AutoSize = False
- Caption = 'Range:'
- end
- object Bevel6: TBevel
- Left = 8
- Top = 107
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = '6'
- object Label21: TLabel
- Left = 8
- Top = 32
- Width = 305
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please Wait...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label20: TLabel
- Left = 8
- Top = 8
- Width = 305
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Exporting Records'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Progress: TEPMeter
- Left = 8
- Top = 60
- Width = 305
- Height = 25
- BorderSpace = 0
- MeterStyle = epmsBar
- MinValue = 0
- Orientation = epoHorizontal
- UseFontColor = False
- Value = 0
- end
- end
- end
- object Cal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = CalClick
- Left = 112
- Top = 256
- end
- object ECal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = ECalClick
- Left = 144
- Top = 256
- end
- end
-