home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / second.exe / SC97.EXE / 0 / RCDATA / TFRMSC4IMP / TFRMSC4IMP.txt
Encoding:
Text File  |  1997-10-26  |  3.3 KB  |  148 lines

  1. object frmSC4Imp: TfrmSC4Imp
  2.   Left = 253
  3.   Top = 166
  4.   Width = 391
  5.   Height = 281
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Second Copy 97 Import Wizard'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pgImport: TPageControl
  18.     Left = 16
  19.     Top = 16
  20.     Width = 353
  21.     Height = 193
  22.     ActivePage = tabStart
  23.     TabOrder = 0
  24.     object tabStart: TTabSheet
  25.       Caption = 'tabStart'
  26.       TabVisible = False
  27.       object Label1: TLabel
  28.         Left = 16
  29.         Top = 16
  30.         Width = 313
  31.         Height = 65
  32.         AutoSize = False
  33.         Caption = 
  34.           'This import wizard will guide you to import profiles from Second' +
  35.           ' Copy 4.0. Enter the full path name of "Seccopy.ini" file on you' +
  36.           'r system or click the Browse button to find it.'
  37.         WordWrap = True
  38.       end
  39.       object Label2: TLabel
  40.         Left = 16
  41.         Top = 88
  42.         Width = 74
  43.         Height = 13
  44.         Caption = 'Seccopy.ini file:'
  45.       end
  46.       object edtIniFile: TEdit
  47.         Left = 16
  48.         Top = 112
  49.         Width = 233
  50.         Height = 21
  51.         TabOrder = 0
  52.       end
  53.       object btnBrowse: TButton
  54.         Left = 262
  55.         Top = 110
  56.         Width = 75
  57.         Height = 25
  58.         Caption = '&Browse...'
  59.         TabOrder = 1
  60.         OnClick = btnBrowseClick
  61.       end
  62.     end
  63.     object tabProfiles: TTabSheet
  64.       Caption = 'tabProfiles'
  65.       TabVisible = False
  66.       object Label3: TLabel
  67.         Left = 16
  68.         Top = 16
  69.         Width = 313
  70.         Height = 41
  71.         AutoSize = False
  72.         Caption = 
  73.           'These profiles from Seccopy.ini file will be imported.  Press Ne' +
  74.           'xt to begin import.'
  75.         WordWrap = True
  76.       end
  77.       object lbProfiles: TListBox
  78.         Left = 16
  79.         Top = 64
  80.         Width = 313
  81.         Height = 89
  82.         ItemHeight = 13
  83.         TabOrder = 0
  84.       end
  85.     end
  86.     object tabProgress: TTabSheet
  87.       Caption = 'tabProgress'
  88.       TabVisible = False
  89.       object lblImporting: TLabel
  90.         Left = 16
  91.         Top = 32
  92.         Width = 305
  93.         Height = 49
  94.         AutoSize = False
  95.         Caption = 'lblImporting'
  96.         WordWrap = True
  97.       end
  98.       object pbar: TProgressBar
  99.         Left = 16
  100.         Top = 96
  101.         Width = 305
  102.         Height = 17
  103.         Min = 0
  104.         Max = 100
  105.         TabOrder = 0
  106.       end
  107.     end
  108.   end
  109.   object btnClose: TButton
  110.     Left = 296
  111.     Top = 224
  112.     Width = 75
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = '&Close'
  116.     TabOrder = 1
  117.     OnClick = btnCloseClick
  118.   end
  119.   object btnNext: TButton
  120.     Left = 208
  121.     Top = 224
  122.     Width = 75
  123.     Height = 25
  124.     Caption = '&Next >'
  125.     Default = True
  126.     TabOrder = 2
  127.     OnClick = btnNextClick
  128.   end
  129.   object btnBack: TButton
  130.     Left = 130
  131.     Top = 224
  132.     Width = 75
  133.     Height = 25
  134.     Caption = '< &Back'
  135.     TabOrder = 3
  136.     OnClick = btnBackClick
  137.   end
  138.   object ImportDlg1: TOpenDialog
  139.     DefaultExt = 'ini'
  140.     FileName = 'seccopy.ini'
  141.     Filter = 'Second Copy 4.0 INI file|*.ini'
  142.     Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofShareAware, ofNoTestFileCreate]
  143.     Title = 'Select Second Copy INI file'
  144.     Left = 16
  145.     Top = 216
  146.   end
  147. end
  148.