home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC & Mediji 2002 March
/
PCM_0203.iso
/
MEDIA
/
PREIZKUSNI
/
swaptor.exe
/
FileNavigator.exe
/
0
/
RCDATA
/
TNAPSTERSETTINGSFORM
/
TNAPSTERSETTINGSFORM.txt
< prev
Wrap
Text File
|
2002-01-08
|
7KB
|
343 lines
object NapsterSettingsForm: TNapsterSettingsForm
Left = 192
Top = 107
ActiveControl = DescriptionEdit
BorderIcons = []
BorderStyle = bsToolWindow
Caption = ' '
ClientHeight = 291
ClientWidth = 404
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 256
Width = 393
Height = 15
Shape = bsTopLine
end
object Page2Panel: TPanel
Left = 136
Top = 14
Width = 267
Height = 240
BevelOuter = bvNone
Caption = ' '
TabOrder = 2
object Image1: TImage
Left = 3
Top = 3
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
end
object Page2CaptionLabel: TLabel
Left = 39
Top = 7
Width = 223
Height = 22
AutoSize = False
Caption = 'Registering Nick...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Page2DescLabel: TLabel
Left = 4
Top = 45
Width = 257
Height = 41
AutoSize = False
Caption =
'Could not register the nick '#39'test'#39' because it is already used by' +
' another person on this server. Click back and try a different n' +
'ick,'
WordWrap = True
end
object BusyAnimate: TAnimate
Left = 96
Top = 96
Width = 80
Height = 50
Active = True
CommonAVI = aviFindFolder
StopFrame = 29
end
end
object Page1Panel: TPanel
Left = 136
Top = 10
Width = 267
Height = 238
BevelOuter = bvNone
Caption = ' '
TabOrder = 1
object Label6: TLabel
Left = 6
Top = 75
Width = 56
Height = 13
Caption = 'Description:'
end
object Label2: TLabel
Left = 3
Top = 99
Width = 59
Height = 13
Caption = 'Server Host:'
end
object Label3: TLabel
Left = 40
Top = 123
Width = 22
Height = 13
Caption = 'Port:'
end
object Label4: TLabel
Left = 37
Top = 147
Width = 25
Height = 13
Caption = 'Nick:'
end
object Label5: TLabel
Left = 13
Top = 172
Width = 49
Height = 13
Caption = 'Password:'
end
object Image3: TImage
Left = 2
Top = 1
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image001.ico>}
end
object PageCaptionLabel: TLabel
Left = 39
Top = 1
Width = 191
Height = 32
Caption = 'Something here'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 34
Top = 196
Width = 28
Height = 13
Caption = 'Email:'
end
object Bevel2: TBevel
Left = 2
Top = 38
Width = 243
Height = 11
Shape = bsTopLine
end
object NewUserRadio: TRadioButton
Left = 65
Top = 53
Width = 73
Height = 17
Caption = 'New User'
Checked = True
TabOrder = 0
TabStop = True
OnKeyDown = NewUserRadioKeyDown
OnKeyPress = NewUserRadioKeyPress
end
object ExistingUserRadio: TRadioButton
Left = 159
Top = 53
Width = 92
Height = 17
Caption = 'Existing User'
TabOrder = 1
OnKeyDown = NewUserRadioKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object DescriptionEdit: TEdit
Left = 65
Top = 73
Width = 164
Height = 21
TabOrder = 2
OnKeyDown = DescriptionEditKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object HostEdit: TEdit
Left = 65
Top = 97
Width = 164
Height = 21
TabOrder = 3
OnKeyDown = HostEditKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object NickEdit: TEdit
Left = 65
Top = 145
Width = 77
Height = 21
TabOrder = 5
OnKeyDown = NickEditKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object PasswordEdit: TEdit
Left = 65
Top = 169
Width = 77
Height = 21
PasswordChar = '*'
TabOrder = 6
OnKeyDown = PasswordEditKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object PortEdit: TSpecialMaskEdit
Left = 65
Top = 121
Width = 55
Height = 21
TabOrder = 4
Text = '8888'
OnKeyDown = PortEditKeyDown
OnKeyPress = NewUserRadioKeyPress
NumberValue = 8888
Mask = '#'
end
object EmailEdit: TEdit
Left = 65
Top = 193
Width = 77
Height = 21
TabOrder = 7
OnKeyPress = EmailEditKeyPress
end
object AutoreconnectCheckbox: TCheckBox
Left = 157
Top = 132
Width = 98
Height = 17
Caption = 'Auto-Reconnect'
Checked = True
State = cbChecked
TabOrder = 8
OnKeyDown = AutoreconnectCheckboxKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object RedirectCheckBox: TCheckBox
Left = 157
Top = 156
Width = 98
Height = 17
Caption = 'Redirect Server'
TabOrder = 9
OnKeyDown = AutoreconnectCheckboxKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
object OnlineCheckBox: TCheckBox
Left = 157
Top = 180
Width = 98
Height = 17
Caption = 'Online'
Checked = True
State = cbChecked
TabOrder = 10
OnKeyDown = AutoreconnectCheckboxKeyDown
OnKeyPress = ExistingUserRadioKeyPress
end
end
object Panel1: TPanel
Left = 8
Top = 13
Width = 124
Height = 236
BevelOuter = bvLowered
Caption = 'Panel1'
TabOrder = 0
object Image2: TImage
Left = -23
Top = 1
Width = 146
Height = 234
Picture.Data = {<image002.bmp>}
end
end
object NextButton: TButton
Left = 225
Top = 265
Width = 75
Height = 25
Caption = 'Next'
TabOrder = 4
OnClick = NextButtonClick
end
object BackButton: TButton
Left = 150
Top = 265
Width = 75
Height = 25
Caption = 'Back'
Enabled = False
TabOrder = 3
OnClick = BackButtonClick
end
object CancelButton: TButton
Left = 324
Top = 265
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object NapsterClient: TNapsterClient
MaxDownloadBPS = 0
MaxUploadBPS = 0
MaxUploads = 0
MaxUploadsPerNick = 0
MaxDownloads = 0
MaxResume = 0
EnableAutoResume = False
LinkType = 0
VersionText = 'v2.0 BETA 7'
BuildNumber = 100002100
UploadTimeout = 0
DownloadTimeout = 0
OnRegister = NapsterClientRegister
OnRegisterError = NapsterClientRegisterError
OnWinsockError = NapsterClientWinsockError
Left = 12
Top = 262
end
object Timer1: TTimer
Enabled = False
Interval = 200
Left = 104
Top = 264
end
end