home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TWIZARDIMPORT / TWIZARDIMPORT.txt < prev   
Encoding:
Text File  |  1997-04-15  |  9.1 KB  |  427 lines

  1. object WizardImport: TWizardImport
  2.   Left = 11
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import Wizard'
  6.   ClientHeight = 296
  7.   ClientWidth = 514
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object TBevel
  19.     Left = 8
  20.     Top = 248
  21.     Width = 497
  22.     Height = 9
  23.     Shape = bsTopLine
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 161
  29.     Height = 217
  30.     BevelOuter = bvLowered
  31.     Caption = 'Panel1'
  32.     Color = clTeal
  33.     TabOrder = 0
  34.     object Image1: TImage
  35.       Left = 8
  36.       Top = 8
  37.       Width = 130
  38.       Height = 200
  39.       AutoSize = True
  40.       Center = True
  41.       Picture.Data = {<image000.bmp>}
  42.     end
  43.   end
  44.   object BackBtn: TButton
  45.     Left = 197
  46.     Top = 260
  47.     Width = 97
  48.     Height = 30
  49.     Cancel = True
  50.     Caption = '< Back'
  51.     Enabled = False
  52.     TabOrder = 1
  53.     OnClick = BackBtnClick
  54.   end
  55.   object NextBtn: TButton
  56.     Left = 294
  57.     Top = 260
  58.     Width = 97
  59.     Height = 30
  60.     Cancel = True
  61.     Caption = 'Next >'
  62.     Default = True
  63.     TabOrder = 2
  64.     OnClick = NextBtnClick
  65.   end
  66.   object Button1: TButton
  67.     Left = 408
  68.     Top = 260
  69.     Width = 97
  70.     Height = 30
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76.   object Sheets: TNotebook
  77.     Left = 184
  78.     Top = 16
  79.     Width = 321
  80.     Height = 217
  81.     PageIndex = 2
  82.     TabOrder = 4
  83.     OnPageChanged = SheetsPageChanged
  84.     object TPage
  85.       Left = 0
  86.       Top = 0
  87.       Caption = '0'
  88.       object Label1: TLabel
  89.         Left = 8
  90.         Top = 184
  91.         Width = 305
  92.         Height = 25
  93.         AutoSize = False
  94.         Caption = 'To begin the Import Process, click Next'
  95.         WordWrap = True
  96.       end
  97.       object Bevel2: TBevel
  98.         Left = 8
  99.         Top = 175
  100.         Width = 305
  101.         Height = 9
  102.         Shape = bsTopLine
  103.       end
  104.       object Label2: TLabel
  105.         Left = 8
  106.         Top = 8
  107.         Width = 305
  108.         Height = 41
  109.         AutoSize = False
  110.         Caption = 
  111.           'This Wizard will guide you through the process of importing a te' +
  112.           'xt file to Smart Address.'
  113.         WordWrap = True
  114.       end
  115.       object Bevel3: TBevel
  116.         Left = 8
  117.         Top = 57
  118.         Width = 305
  119.         Height = 9
  120.         Shape = bsTopLine
  121.       end
  122.     end
  123.     object TPage
  124.       Left = 0
  125.       Top = 0
  126.       Caption = '1'
  127.       object Label11: TLabel
  128.         Left = 8
  129.         Top = 8
  130.         Width = 313
  131.         Height = 41
  132.         AutoSize = False
  133.         Caption = 'Please specify the text file containing the data to be imported:'
  134.         WordWrap = True
  135.       end
  136.       object Warning2: TLabel
  137.         Left = 8
  138.         Top = 144
  139.         Width = 305
  140.         Height = 39
  141.         AutoSize = False
  142.         Caption = 'Text....'
  143.         WordWrap = True
  144.       end
  145.       object Warning1: TLabel
  146.         Left = 8
  147.         Top = 126
  148.         Width = 137
  149.         Height = 18
  150.         AutoSize = False
  151.         Caption = 'Error'
  152.         Font.Color = clBlack
  153.         Font.Height = -13
  154.         Font.Name = 'MS Sans Serif'
  155.         Font.Style = [fsBold]
  156.         ParentFont = False
  157.       end
  158.       object Button2: TButton
  159.         Left = 213
  160.         Top = 87
  161.         Width = 92
  162.         Height = 30
  163.         Caption = '&Browse'
  164.         TabOrder = 0
  165.         OnClick = Button2Click
  166.       end
  167.       object FUsed: TComboBox
  168.         Left = 8
  169.         Top = 56
  170.         Width = 297
  171.         Height = 24
  172.         Font.Color = clWindowText
  173.         Font.Height = -13
  174.         Font.Name = 'MS Sans Serif'
  175.         Font.Style = []
  176.         ItemHeight = 16
  177.         ParentFont = False
  178.         TabOrder = 1
  179.         Text = 'FUsed'
  180.         OnChange = FUsedChange
  181.       end
  182.     end
  183.     object TPage
  184.       Left = 0
  185.       Top = 0
  186.       Caption = '2'
  187.       object Label4: TLabel
  188.         Left = 8
  189.         Top = 8
  190.         Width = 305
  191.         Height = 57
  192.         AutoSize = False
  193.         Caption = 
  194.           'Smart Address allows Import Templates to be created. These hold ' +
  195.           'all details regarding the options and mappings to be used for th' +
  196.           'e Import.'
  197.         WordWrap = True
  198.       end
  199.       object Label6: TLabel
  200.         Left = 9
  201.         Top = 116
  202.         Width = 304
  203.         Height = 16
  204.         AutoSize = False
  205.         Caption = 'Please select the Template to be used:'
  206.         WordWrap = True
  207.       end
  208.       object Label8: TLabel
  209.         Left = 8
  210.         Top = 72
  211.         Width = 305
  212.         Height = 41
  213.         AutoSize = False
  214.         Caption = 
  215.           'Templates may be Edited or Created by using the Templates Button' +
  216.           '.'
  217.         WordWrap = True
  218.       end
  219.       object Val1: TLabel
  220.         Left = 8
  221.         Top = 182
  222.         Width = 177
  223.         Height = 16
  224.         AutoSize = False
  225.         Caption = 'Validating File'
  226.         Font.Color = clBlack
  227.         Font.Height = -13
  228.         Font.Name = 'MS Sans Serif'
  229.         Font.Style = [fsBold]
  230.         ParentFont = False
  231.         Visible = False
  232.       end
  233.       object Val2: TLabel
  234.         Left = 8
  235.         Top = 200
  236.         Width = 169
  237.         Height = 16
  238.         AutoSize = False
  239.         Caption = 'Please Wait...'
  240.         Font.Color = clBlack
  241.         Font.Height = -13
  242.         Font.Name = 'MS Sans Serif'
  243.         Font.Style = [fsBold]
  244.         ParentFont = False
  245.         Visible = False
  246.       end
  247.       object TUsed: TComboBox
  248.         Left = 9
  249.         Top = 140
  250.         Width = 297
  251.         Height = 24
  252.         Style = csDropDownList
  253.         Font.Color = clWindowText
  254.         Font.Height = -13
  255.         Font.Name = 'MS Sans Serif'
  256.         Font.Style = []
  257.         ItemHeight = 16
  258.         ParentFont = False
  259.         TabOrder = 0
  260.       end
  261.       object Button3: TButton
  262.         Left = 214
  263.         Top = 171
  264.         Width = 92
  265.         Height = 30
  266.         Caption = '&Templates'
  267.         TabOrder = 1
  268.         OnClick = Button3Click
  269.       end
  270.     end
  271.     object TPage
  272.       Left = 0
  273.       Top = 0
  274.       Caption = '3'
  275.       object Label7: TLabel
  276.         Left = 8
  277.         Top = 173
  278.         Width = 305
  279.         Height = 28
  280.         AutoSize = False
  281.         Caption = 'To perform this Import, click the Import Button'
  282.         WordWrap = True
  283.       end
  284.       object Bevel4: TBevel
  285.         Left = 8
  286.         Top = 163
  287.         Width = 305
  288.         Height = 9
  289.         Shape = bsTopLine
  290.       end
  291.       object Label9: TLabel
  292.         Left = 8
  293.         Top = 8
  294.         Width = 305
  295.         Height = 25
  296.         AutoSize = False
  297.         Caption = 'The Import Process is now ready.'
  298.         WordWrap = True
  299.       end
  300.       object Bevel5: TBevel
  301.         Left = 8
  302.         Top = 51
  303.         Width = 305
  304.         Height = 9
  305.         Shape = bsTopLine
  306.       end
  307.       object Label10: TLabel
  308.         Left = 8
  309.         Top = 59
  310.         Width = 73
  311.         Height = 18
  312.         AutoSize = False
  313.         Caption = 'Type:'
  314.       end
  315.       object Label12: TLabel
  316.         Left = 11
  317.         Top = 80
  318.         Width = 73
  319.         Height = 18
  320.         AutoSize = False
  321.         Caption = 'Import:'
  322.       end
  323.       object Label13: TLabel
  324.         Left = 11
  325.         Top = 118
  326.         Width = 158
  327.         Height = 18
  328.         AutoSize = False
  329.         Caption = 'Entries being Imported:'
  330.       end
  331.       object Label14: TLabel
  332.         Left = 11
  333.         Top = 139
  334.         Width = 158
  335.         Height = 18
  336.         AutoSize = False
  337.         Caption = 'Fields being Imported:'
  338.       end
  339.       object LType: TLabel
  340.         Left = 91
  341.         Top = 59
  342.         Width = 230
  343.         Height = 18
  344.         AutoSize = False
  345.       end
  346.       object LRange: TLabel
  347.         Left = 91
  348.         Top = 80
  349.         Width = 222
  350.         Height = 18
  351.         AutoSize = False
  352.         Caption = 'All Data'
  353.       end
  354.       object LEntries: TLabel
  355.         Left = 179
  356.         Top = 118
  357.         Width = 73
  358.         Height = 18
  359.         AutoSize = False
  360.         Caption = 'Type:'
  361.       end
  362.       object LFields: TLabel
  363.         Left = 179
  364.         Top = 139
  365.         Width = 73
  366.         Height = 18
  367.         AutoSize = False
  368.         Caption = 'Range:'
  369.       end
  370.       object Bevel6: TBevel
  371.         Left = 8
  372.         Top = 107
  373.         Width = 305
  374.         Height = 9
  375.         Shape = bsTopLine
  376.       end
  377.     end
  378.     object TPage
  379.       Left = 0
  380.       Top = 0
  381.       Caption = '4'
  382.       object Label21: TLabel
  383.         Left = 8
  384.         Top = 32
  385.         Width = 305
  386.         Height = 25
  387.         Alignment = taCenter
  388.         AutoSize = False
  389.         Caption = 'Please Wait...'
  390.         Font.Color = clBlack
  391.         Font.Height = -13
  392.         Font.Name = 'MS Sans Serif'
  393.         Font.Style = []
  394.         ParentFont = False
  395.         WordWrap = True
  396.       end
  397.       object Label20: TLabel
  398.         Left = 8
  399.         Top = 8
  400.         Width = 305
  401.         Height = 25
  402.         Alignment = taCenter
  403.         AutoSize = False
  404.         Caption = 'Importing Records'
  405.         Font.Color = clBlack
  406.         Font.Height = -13
  407.         Font.Name = 'MS Sans Serif'
  408.         Font.Style = [fsBold]
  409.         ParentFont = False
  410.         WordWrap = True
  411.       end
  412.       object Progress: TEPMeter
  413.         Left = 8
  414.         Top = 60
  415.         Width = 305
  416.         Height = 25
  417.         BorderSpace = 0
  418.         MeterStyle = epmsBar
  419.         MinValue = 0
  420.         Orientation = epoHorizontal
  421.         UseFontColor = False
  422.         Value = 0
  423.       end
  424.     end
  425.   end
  426. end
  427.