home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / winnc / setup.exe / 0 / RCDATA / TSTEP1 / TSTEP1.txt
Text File  |  1997-04-30  |  3KB  |  139 lines

  1. object Step1: TStep1
  2.   Left = 155
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Step1'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 10
  22.     Top = 220
  23.     Width = 471
  24.     Height = 10
  25.     Shape = bsBottomLine
  26.   end
  27.   object Label7: TLabel
  28.     Left = 140
  29.     Top = 145
  30.     Width = 50
  31.     Height = 13
  32.     Caption = '&Full Name:'
  33.     FocusControl = Edit1
  34.   end
  35.   object Label1: TLabel
  36.     Left = 140
  37.     Top = 10
  38.     Width = 341
  39.     Height = 24
  40.     AutoSize = False
  41.     Caption = 'Welcome at '
  42.     Font.Color = clBlack
  43.     Font.Height = -16
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Label2: TLabel
  49.     Left = 140
  50.     Top = 125
  51.     Width = 260
  52.     Height = 13
  53.     Caption = 'Please type your name and your company name below:'
  54.   end
  55.   object Label3: TLabel
  56.     Left = 140
  57.     Top = 185
  58.     Width = 78
  59.     Height = 13
  60.     Caption = '&Company Name:'
  61.     FocusControl = Edit2
  62.   end
  63.   object Button1: TButton
  64.     Left = 315
  65.     Top = 240
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Next >'
  69.     TabOrder = 3
  70.     OnClick = Button1Click
  71.   end
  72.   object Button2: TButton
  73.     Left = 240
  74.     Top = 240
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '< &Back'
  78.     Enabled = False
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82.   object Button3: TButton
  83.     Left = 405
  84.     Top = 240
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = '&Cancel'
  89.     TabOrder = 4
  90.     OnClick = Button3Click
  91.   end
  92.   object Edit1: TEdit
  93.     Left = 140
  94.     Top = 160
  95.     Width = 226
  96.     Height = 21
  97.     AutoSelect = False
  98.     TabOrder = 0
  99.   end
  100.   object Memo1: TMemo
  101.     Left = 140
  102.     Top = 35
  103.     Width = 341
  104.     Height = 81
  105.     BorderStyle = bsNone
  106.     Color = clBtnFace
  107.     Lines.Strings = (
  108.       'Welcome at Setup')
  109.     ReadOnly = True
  110.     TabOrder = 5
  111.   end
  112.   object Edit2: TEdit
  113.     Left = 140
  114.     Top = 200
  115.     Width = 226
  116.     Height = 21
  117.     AutoSelect = False
  118.     TabOrder = 1
  119.   end
  120.   object Panel1: TPanel
  121.     Left = 10
  122.     Top = 10
  123.     Width = 121
  124.     Height = 211
  125.     BevelOuter = bvNone
  126.     BorderStyle = bsSingle
  127.     Caption = 'Panel1'
  128.     TabOrder = 6
  129.     object Image1: TImage
  130.       Left = 0
  131.       Top = 0
  132.       Width = 117
  133.       Height = 207
  134.       Align = alClient
  135.       Center = True
  136.     end
  137.   end
  138. end
  139.