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
Wrap
Text File
|
1998-05-16
|
2KB
|
93 lines
object FirstForm: TFirstForm
Left = 259
Top = 209
BorderStyle = bsDialog
Caption = 'User Name'
ClientHeight = 205
ClientWidth = 295
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 24
Top = 80
Width = 249
Height = 81
end
object Image1: TImage
Left = 27
Top = 16
Width = 33
Height = 33
Picture.Data = {<image000.ico>}
end
object Label1: TLabel
Left = 78
Top = 12
Width = 140
Height = 14
Caption = ' Welcome to SA Library!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 78
Top = 28
Width = 145
Height = 14
Caption = ' Please enter your name.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 32
Top = 88
Width = 233
Height = 69
AutoSize = False
Caption =
'Your name will appear everytime you start this program. To run ' +
'SA Library, select the Start menu and Programs, then SA Library ' +
'in the Scholar'#39's Aid folder. To get started, see Quick Start fr' +
'om the Help Contents.'
WordWrap = True
end
object EditName: TEdit
Left = 80
Top = 50
Width = 192
Height = 22
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
MaxLength = 30
ParentFont = False
TabOrder = 0
end
object Button1: TButton
Left = 200
Top = 172
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
end