home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top20av / Aew95 / aew95.exe / SETUP.EXE / 0 / RCDATA / TSTARTCOPYFORM / TSTARTCOPYFORM.txt
Text File  |  1998-05-18  |  3KB  |  179 lines

  1. object StartCopyForm: TStartCopyForm
  2.   Left = 389
  3.   Top = 355
  4.   ActiveControl = NextBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Start Copying Files'
  8.   ClientHeight = 329
  9.   ClientWidth = 472
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 16
  27.     Top = 288
  28.     Width = 441
  29.     Height = 9
  30.     Shape = bsTopLine
  31.   end
  32.   object Label1: TLabel
  33.     Left = 152
  34.     Top = 16
  35.     Width = 313
  36.     Height = 29
  37.     AutoSize = False
  38.     Caption = 'Setup has enough information to start copying the program files.'
  39.     WordWrap = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 152
  43.     Top = 46
  44.     Width = 313
  45.     Height = 29
  46.     AutoSize = False
  47.     Caption = 
  48.       'If you want to review or change any settings, click Back. If you' +
  49.       ' are satisfied with the settings, click Next to begin copying fi' +
  50.       'les.'
  51.     WordWrap = True
  52.   end
  53.   object Label3: TLabel
  54.     Left = 152
  55.     Top = 109
  56.     Width = 313
  57.     Height = 14
  58.     AutoSize = False
  59.     Caption = 'Current settings:'
  60.     WordWrap = True
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 16
  64.     Top = 16
  65.     Width = 121
  66.     Height = 257
  67.     BevelOuter = bvLowered
  68.     Color = clTeal
  69.     TabOrder = 0
  70.     object Image1: TImage
  71.       Left = 1
  72.       Top = 24
  73.       Width = 118
  74.       Height = 200
  75.       AutoSize = True
  76.     end
  77.   end
  78.   object BackBtn: TButton
  79.     Left = 222
  80.     Top = 300
  81.     Width = 74
  82.     Height = 24
  83.     Caption = '< &Back'
  84.     ModalResult = 7
  85.     TabOrder = 1
  86.     OnClick = ButtonClick
  87.   end
  88.   object NextBtn: TButton
  89.     Left = 296
  90.     Top = 300
  91.     Width = 74
  92.     Height = 24
  93.     Caption = '&Next >'
  94.     Default = True
  95.     ModalResult = 6
  96.     TabOrder = 2
  97.     OnClick = ButtonClick
  98.   end
  99.   object CancelBtn: TButton
  100.     Left = 382
  101.     Top = 300
  102.     Width = 74
  103.     Height = 24
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 3
  107.     TabOrder = 3
  108.     OnClick = ButtonClick
  109.   end
  110.   object Panel2: TPanel
  111.     Left = 152
  112.     Top = 128
  113.     Width = 305
  114.     Height = 145
  115.     BevelOuter = bvLowered
  116.     TabOrder = 4
  117.     object Label4: TLabel
  118.       Left = 5
  119.       Top = 6
  120.       Width = 161
  121.       Height = 14
  122.       AutoSize = False
  123.       Caption = 'Setup directory'
  124.       WordWrap = True
  125.     end
  126.     object DirInstLabel: TLabel
  127.       Left = 13
  128.       Top = 22
  129.       Width = 281
  130.       Height = 14
  131.       AutoSize = False
  132.       WordWrap = True
  133.     end
  134.     object Label5: TLabel
  135.       Left = 5
  136.       Top = 49
  137.       Width = 161
  138.       Height = 14
  139.       AutoSize = False
  140.       Caption = 'User information'
  141.       WordWrap = True
  142.     end
  143.     object Label6: TLabel
  144.       Left = 13
  145.       Top = 65
  146.       Width = 49
  147.       Height = 14
  148.       AutoSize = False
  149.       Caption = 'Name:'
  150.       WordWrap = True
  151.     end
  152.     object Label7: TLabel
  153.       Left = 13
  154.       Top = 81
  155.       Width = 49
  156.       Height = 14
  157.       AutoSize = False
  158.       Caption = 'Company:'
  159.       WordWrap = True
  160.     end
  161.     object NameLabel: TLabel
  162.       Left = 61
  163.       Top = 65
  164.       Width = 236
  165.       Height = 14
  166.       AutoSize = False
  167.       WordWrap = True
  168.     end
  169.     object CompanyLabel: TLabel
  170.       Left = 61
  171.       Top = 81
  172.       Width = 236
  173.       Height = 14
  174.       AutoSize = False
  175.       WordWrap = True
  176.     end
  177.   end
  178. end
  179.