home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
011A
/
ULOGIC13.ZIP
/
_SETUP.1
/
UltraLogic.exe
/
0
/
RCDATA
/
TFRMREGISTRATIONMETHOD
/
TFRMREGISTRATIONMETHOD.txt
< prev
Wrap
Text File
|
1996-09-28
|
2KB
|
99 lines
object frmRegistrationMethod: TfrmRegistrationMethod
Left = 165
Top = 155
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Registration'
ClientHeight = 152
ClientWidth = 326
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object imgBackGround: TImage
Left = 0
Top = 0
Width = 326
Height = 152
Align = alClient
Picture.Data = {<image000.bmp>}
Stretch = True
end
object Label1: TLabel
Left = 20
Top = 9
Width = 297
Height = 13
Caption =
'The current price of the registered version of Ultra Logic is $1' +
'0.'
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 20
Top = 26
Width = 207
Height = 13
Caption = 'Please select the prefered payment method.'
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
end
object Bevel1: TBevel
Left = 16
Top = 44
Width = 295
Height = 66
Shape = bsFrame
end
object btnOK: TButton
Left = 64
Top = 122
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 187
Top = 122
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object rbtnCreditCard: TRadioButton
Left = 28
Top = 51
Width = 74
Height = 20
Caption = 'Credit Card'
Checked = True
TabOrder = 2
TabStop = True
end
object rbtnCheckorCash: TRadioButton
Left = 28
Top = 80
Width = 93
Height = 20
Caption = 'Check or Cash'
TabOrder = 3
end
end