home *** CD-ROM | disk | FTP | other *** search
- object frmSC4Imp: TfrmSC4Imp
- Left = 253
- Top = 166
- Width = 391
- Height = 281
- BorderIcons = [biSystemMenu]
- Caption = 'Second Copy 97 Import Wizard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pgImport: TPageControl
- Left = 16
- Top = 16
- Width = 353
- Height = 193
- ActivePage = tabStart
- TabOrder = 0
- object tabStart: TTabSheet
- Caption = 'tabStart'
- TabVisible = False
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 313
- Height = 65
- AutoSize = False
- Caption =
- 'This import wizard will guide you to import profiles from Second' +
- ' Copy 4.0. Enter the full path name of "Seccopy.ini" file on you' +
- 'r system or click the Browse button to find it.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 88
- Width = 74
- Height = 13
- Caption = 'Seccopy.ini file:'
- end
- object edtIniFile: TEdit
- Left = 16
- Top = 112
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object btnBrowse: TButton
- Left = 262
- Top = 110
- Width = 75
- Height = 25
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = btnBrowseClick
- end
- end
- object tabProfiles: TTabSheet
- Caption = 'tabProfiles'
- TabVisible = False
- object Label3: TLabel
- Left = 16
- Top = 16
- Width = 313
- Height = 41
- AutoSize = False
- Caption =
- 'These profiles from Seccopy.ini file will be imported. Press Ne' +
- 'xt to begin import.'
- WordWrap = True
- end
- object lbProfiles: TListBox
- Left = 16
- Top = 64
- Width = 313
- Height = 89
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object tabProgress: TTabSheet
- Caption = 'tabProgress'
- TabVisible = False
- object lblImporting: TLabel
- Left = 16
- Top = 32
- Width = 305
- Height = 49
- AutoSize = False
- Caption = 'lblImporting'
- WordWrap = True
- end
- object pbar: TProgressBar
- Left = 16
- Top = 96
- Width = 305
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- end
- object btnClose: TButton
- Left = 296
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 1
- OnClick = btnCloseClick
- end
- object btnNext: TButton
- Left = 208
- Top = 224
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 2
- OnClick = btnNextClick
- end
- object btnBack: TButton
- Left = 130
- Top = 224
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 3
- OnClick = btnBackClick
- end
- object ImportDlg1: TOpenDialog
- DefaultExt = 'ini'
- FileName = 'seccopy.ini'
- Filter = 'Second Copy 4.0 INI file|*.ini'
- Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofShareAware, ofNoTestFileCreate]
- Title = 'Select Second Copy INI file'
- Left = 16
- Top = 216
- end
- end
-