home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freesoft 1997 May
/
Freesoft_1997-05_cd.bin
/
recenz
/
HOBBY
/
BIO
/
_SETUP.1
/
mpw32.dll
/
RCDATA
/
TMANUALFORM
/
TMANUALFORM.txt
Wrap
Text File
|
1997-07-11
|
4KB
|
192 lines
object ManualForm: TManualForm
Left = 275
Top = 110
HelpContext = 420
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'ManualForm'
ClientHeight = 153
ClientWidth = 386
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
WindowState = wsMinimized
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 369
Height = 100
Caption = 'MANUAL / RE-REGISTRATION'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object LabelPassword: TLabel
Left = 9
Top = 26
Width = 60
Height = 13
AutoSize = False
Caption = '&Password:'
FocusControl = Password
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelAuthCode1: TLabel
Left = 9
Top = 51
Width = 72
Height = 13
AutoSize = False
Caption = 'Auth. Code &1:'
FocusControl = AuthCode1
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelAuthCode2: TLabel
Left = 9
Top = 75
Width = 72
Height = 13
AutoSize = False
Caption = 'Auth. Code &2:'
FocusControl = AuthCode1
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Password: TMPWEdit
Left = 84
Top = 24
Width = 277
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
MaxLength = 32
TabOrder = 0
PopupMenu = EditMenu
OnChange = PasswordChange
CharCase = ecUpperCase
end
object AuthCode1: TMPWAuthCodeEdit
Left = 84
Top = 47
Width = 277
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PopupMenu = EditMenu
TabOrder = 1
OnChange = AuthCode1Change
CharType = ctAuthChars
end
object AuthCode2: TMPWAuthCodeEdit
Left = 84
Top = 70
Width = 277
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PopupMenu = EditMenu
TabOrder = 2
OnChange = AuthCode2Change
CharType = ctAuthChars
end
end
object FinishButton: TButton
Left = 321
Top = 120
Width = 56
Height = 25
Caption = '&Finish'
Enabled = False
TabOrder = 1
OnClick = FinishButtonClick
end
object CancelButton: TButton
Left = 262
Top = 120
Width = 56
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 203
Top = 120
Width = 56
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = HelpButtonClick
end
object EditMenu: TPopupMenu
OnPopup = EditMenuPopup
Left = 8
Top = 118
object EditUndo: TMenuItem
Caption = '&Undo'
OnClick = EditUndoClick
end
object EditBar1: TMenuItem
Caption = '-'
end
object EditCut: TMenuItem
Caption = 'Cu&t'
OnClick = EditCutClick
end
object EditCopy: TMenuItem
Caption = '&Copy'
OnClick = EditCopyClick
end
object EditPaste: TMenuItem
Caption = '&Paste'
OnClick = EditPasteClick
end
object EditDelete: TMenuItem
Caption = '&Delete'
OnClick = EditDeleteClick
end
object EditBar2: TMenuItem
Caption = '-'
end
object EditSelectAll: TMenuItem
Caption = 'Select &All'
OnClick = EditSelectAllClick
end
end
end