home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / SALibrary / _SETUP.1 / SALib.exe / 0 / RCDATA / TFIRSTFORM / TFIRSTFORM.txt < prev   
Text File  |  1998-05-16  |  2KB  |  93 lines

  1. object FirstForm: TFirstForm
  2.   Left = 259
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Name'
  6.   ClientHeight = 205
  7.   ClientWidth = 295
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 24
  18.     Top = 80
  19.     Width = 249
  20.     Height = 81
  21.   end
  22.   object Image1: TImage
  23.     Left = 27
  24.     Top = 16
  25.     Width = 33
  26.     Height = 33
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 78
  31.     Top = 12
  32.     Width = 140
  33.     Height = 14
  34.     Caption = ' Welcome to SA Library!'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 78
  44.     Top = 28
  45.     Width = 145
  46.     Height = 14
  47.     Caption = ' Please enter your name.'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object Label3: TLabel
  56.     Left = 32
  57.     Top = 88
  58.     Width = 233
  59.     Height = 69
  60.     AutoSize = False
  61.     Caption = 
  62.       'Your name will appear everytime you start this program.  To run ' +
  63.       'SA Library, select the Start menu and Programs, then SA Library ' +
  64.       'in the Scholar'#39's Aid folder.  To get started, see Quick Start fr' +
  65.       'om the Help Contents.'
  66.     WordWrap = True
  67.   end
  68.   object EditName: TEdit
  69.     Left = 80
  70.     Top = 50
  71.     Width = 192
  72.     Height = 22
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     MaxLength = 30
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object Button1: TButton
  83.     Left = 200
  84.     Top = 172
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&OK'
  88.     Default = True
  89.     TabOrder = 1
  90.     OnClick = Button1Click
  91.   end
  92. end
  93.