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   
Text File  |  2002-01-08  |  7KB  |  343 lines

  1. object NapsterSettingsForm: TNapsterSettingsForm
  2.   Left = 192
  3.   Top = 107
  4.   ActiveControl = DescriptionEdit
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = ' '
  8.   ClientHeight = 291
  9.   ClientWidth = 404
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 256
  24.     Width = 393
  25.     Height = 15
  26.     Shape = bsTopLine
  27.   end
  28.   object Page2Panel: TPanel
  29.     Left = 136
  30.     Top = 14
  31.     Width = 267
  32.     Height = 240
  33.     BevelOuter = bvNone
  34.     Caption = ' '
  35.     TabOrder = 2
  36.     object Image1: TImage
  37.       Left = 3
  38.       Top = 3
  39.       Width = 32
  40.       Height = 32
  41.       AutoSize = True
  42.       Picture.Data = {<image000.ico>}
  43.     end
  44.     object Page2CaptionLabel: TLabel
  45.       Left = 39
  46.       Top = 7
  47.       Width = 223
  48.       Height = 22
  49.       AutoSize = False
  50.       Caption = 'Registering Nick...'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -19
  54.       Font.Name = 'Arial'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       WordWrap = True
  58.     end
  59.     object Page2DescLabel: TLabel
  60.       Left = 4
  61.       Top = 45
  62.       Width = 257
  63.       Height = 41
  64.       AutoSize = False
  65.       Caption = 
  66.         'Could not register the nick '#39'test'#39' because it is already used by' +
  67.         ' another person on this server. Click back and try a different n' +
  68.         'ick,'
  69.       WordWrap = True
  70.     end
  71.     object BusyAnimate: TAnimate
  72.       Left = 96
  73.       Top = 96
  74.       Width = 80
  75.       Height = 50
  76.       Active = True
  77.       CommonAVI = aviFindFolder
  78.       StopFrame = 29
  79.     end
  80.   end
  81.   object Page1Panel: TPanel
  82.     Left = 136
  83.     Top = 10
  84.     Width = 267
  85.     Height = 238
  86.     BevelOuter = bvNone
  87.     Caption = ' '
  88.     TabOrder = 1
  89.     object Label6: TLabel
  90.       Left = 6
  91.       Top = 75
  92.       Width = 56
  93.       Height = 13
  94.       Caption = 'Description:'
  95.     end
  96.     object Label2: TLabel
  97.       Left = 3
  98.       Top = 99
  99.       Width = 59
  100.       Height = 13
  101.       Caption = 'Server Host:'
  102.     end
  103.     object Label3: TLabel
  104.       Left = 40
  105.       Top = 123
  106.       Width = 22
  107.       Height = 13
  108.       Caption = 'Port:'
  109.     end
  110.     object Label4: TLabel
  111.       Left = 37
  112.       Top = 147
  113.       Width = 25
  114.       Height = 13
  115.       Caption = 'Nick:'
  116.     end
  117.     object Label5: TLabel
  118.       Left = 13
  119.       Top = 172
  120.       Width = 49
  121.       Height = 13
  122.       Caption = 'Password:'
  123.     end
  124.     object Image3: TImage
  125.       Left = 2
  126.       Top = 1
  127.       Width = 32
  128.       Height = 32
  129.       AutoSize = True
  130.       Picture.Data = {<image001.ico>}
  131.     end
  132.     object PageCaptionLabel: TLabel
  133.       Left = 39
  134.       Top = 1
  135.       Width = 191
  136.       Height = 32
  137.       Caption = 'Something here'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clWindowText
  140.       Font.Height = -27
  141.       Font.Name = 'Arial'
  142.       Font.Style = []
  143.       ParentFont = False
  144.     end
  145.     object Label1: TLabel
  146.       Left = 34
  147.       Top = 196
  148.       Width = 28
  149.       Height = 13
  150.       Caption = 'Email:'
  151.     end
  152.     object Bevel2: TBevel
  153.       Left = 2
  154.       Top = 38
  155.       Width = 243
  156.       Height = 11
  157.       Shape = bsTopLine
  158.     end
  159.     object NewUserRadio: TRadioButton
  160.       Left = 65
  161.       Top = 53
  162.       Width = 73
  163.       Height = 17
  164.       Caption = 'New User'
  165.       Checked = True
  166.       TabOrder = 0
  167.       TabStop = True
  168.       OnKeyDown = NewUserRadioKeyDown
  169.       OnKeyPress = NewUserRadioKeyPress
  170.     end
  171.     object ExistingUserRadio: TRadioButton
  172.       Left = 159
  173.       Top = 53
  174.       Width = 92
  175.       Height = 17
  176.       Caption = 'Existing User'
  177.       TabOrder = 1
  178.       OnKeyDown = NewUserRadioKeyDown
  179.       OnKeyPress = ExistingUserRadioKeyPress
  180.     end
  181.     object DescriptionEdit: TEdit
  182.       Left = 65
  183.       Top = 73
  184.       Width = 164
  185.       Height = 21
  186.       TabOrder = 2
  187.       OnKeyDown = DescriptionEditKeyDown
  188.       OnKeyPress = ExistingUserRadioKeyPress
  189.     end
  190.     object HostEdit: TEdit
  191.       Left = 65
  192.       Top = 97
  193.       Width = 164
  194.       Height = 21
  195.       TabOrder = 3
  196.       OnKeyDown = HostEditKeyDown
  197.       OnKeyPress = ExistingUserRadioKeyPress
  198.     end
  199.     object NickEdit: TEdit
  200.       Left = 65
  201.       Top = 145
  202.       Width = 77
  203.       Height = 21
  204.       TabOrder = 5
  205.       OnKeyDown = NickEditKeyDown
  206.       OnKeyPress = ExistingUserRadioKeyPress
  207.     end
  208.     object PasswordEdit: TEdit
  209.       Left = 65
  210.       Top = 169
  211.       Width = 77
  212.       Height = 21
  213.       PasswordChar = '*'
  214.       TabOrder = 6
  215.       OnKeyDown = PasswordEditKeyDown
  216.       OnKeyPress = ExistingUserRadioKeyPress
  217.     end
  218.     object PortEdit: TSpecialMaskEdit
  219.       Left = 65
  220.       Top = 121
  221.       Width = 55
  222.       Height = 21
  223.       TabOrder = 4
  224.       Text = '8888'
  225.       OnKeyDown = PortEditKeyDown
  226.       OnKeyPress = NewUserRadioKeyPress
  227.       NumberValue = 8888
  228.       Mask = '#'
  229.     end
  230.     object EmailEdit: TEdit
  231.       Left = 65
  232.       Top = 193
  233.       Width = 77
  234.       Height = 21
  235.       TabOrder = 7
  236.       OnKeyPress = EmailEditKeyPress
  237.     end
  238.     object AutoreconnectCheckbox: TCheckBox
  239.       Left = 157
  240.       Top = 132
  241.       Width = 98
  242.       Height = 17
  243.       Caption = 'Auto-Reconnect'
  244.       Checked = True
  245.       State = cbChecked
  246.       TabOrder = 8
  247.       OnKeyDown = AutoreconnectCheckboxKeyDown
  248.       OnKeyPress = ExistingUserRadioKeyPress
  249.     end
  250.     object RedirectCheckBox: TCheckBox
  251.       Left = 157
  252.       Top = 156
  253.       Width = 98
  254.       Height = 17
  255.       Caption = 'Redirect Server'
  256.       TabOrder = 9
  257.       OnKeyDown = AutoreconnectCheckboxKeyDown
  258.       OnKeyPress = ExistingUserRadioKeyPress
  259.     end
  260.     object OnlineCheckBox: TCheckBox
  261.       Left = 157
  262.       Top = 180
  263.       Width = 98
  264.       Height = 17
  265.       Caption = 'Online'
  266.       Checked = True
  267.       State = cbChecked
  268.       TabOrder = 10
  269.       OnKeyDown = AutoreconnectCheckboxKeyDown
  270.       OnKeyPress = ExistingUserRadioKeyPress
  271.     end
  272.   end
  273.   object Panel1: TPanel
  274.     Left = 8
  275.     Top = 13
  276.     Width = 124
  277.     Height = 236
  278.     BevelOuter = bvLowered
  279.     Caption = 'Panel1'
  280.     TabOrder = 0
  281.     object Image2: TImage
  282.       Left = -23
  283.       Top = 1
  284.       Width = 146
  285.       Height = 234
  286.       Picture.Data = {<image002.bmp>}
  287.     end
  288.   end
  289.   object NextButton: TButton
  290.     Left = 225
  291.     Top = 265
  292.     Width = 75
  293.     Height = 25
  294.     Caption = 'Next'
  295.     TabOrder = 4
  296.     OnClick = NextButtonClick
  297.   end
  298.   object BackButton: TButton
  299.     Left = 150
  300.     Top = 265
  301.     Width = 75
  302.     Height = 25
  303.     Caption = 'Back'
  304.     Enabled = False
  305.     TabOrder = 3
  306.     OnClick = BackButtonClick
  307.   end
  308.   object CancelButton: TButton
  309.     Left = 324
  310.     Top = 265
  311.     Width = 75
  312.     Height = 25
  313.     Caption = 'Cancel'
  314.     ModalResult = 2
  315.     TabOrder = 5
  316.   end
  317.   object NapsterClient: TNapsterClient
  318.     MaxDownloadBPS = 0
  319.     MaxUploadBPS = 0
  320.     MaxUploads = 0
  321.     MaxUploadsPerNick = 0
  322.     MaxDownloads = 0
  323.     MaxResume = 0
  324.     EnableAutoResume = False
  325.     LinkType = 0
  326.     VersionText = 'v2.0 BETA 7'
  327.     BuildNumber = 100002100
  328.     UploadTimeout = 0
  329.     DownloadTimeout = 0
  330.     OnRegister = NapsterClientRegister
  331.     OnRegisterError = NapsterClientRegisterError
  332.     OnWinsockError = NapsterClientWinsockError
  333.     Left = 12
  334.     Top = 262
  335.   end
  336.   object Timer1: TTimer
  337.     Enabled = False
  338.     Interval = 200
  339.     Left = 104
  340.     Top = 264
  341.   end
  342. end
  343.