home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Skryba / _SETUP.1 / Skryba.exe / 0 / RCDATA / TUNLOCKDLG / TUNLOCKDLG.txt
Text File  |  1998-09-18  |  6KB  |  306 lines

  1. object UnlockDlg: TUnlockDlg
  2.   Left = 206
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Odblokuj'
  9.   ClientHeight = 272
  10.   ClientWidth = 360
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Przycisk_OK: TToolbarButton97
  24.     Left = 292
  25.     Top = 4
  26.     Width = 65
  27.     Height = 65
  28.     Cursor = crHandPoint
  29.     Caption = '&OK'
  30.     Layout = blGlyphTop
  31.     ParentShowHint = False
  32.     ShowHint = False
  33.     Spacing = 5
  34.     OnClick = Przycisk_OKClick
  35.   end
  36.   object Przycisk_Anuluj: TToolbarButton97
  37.     Left = 292
  38.     Top = 69
  39.     Width = 65
  40.     Height = 65
  41.     Cursor = crHandPoint
  42.     Caption = '&Anuluj'
  43.     Layout = blGlyphTop
  44.     ParentShowHint = False
  45.     ShowHint = False
  46.     Spacing = 5
  47.     OnClick = Przycisk_AnulujClick
  48.   end
  49.   object Panel: TPanel
  50.     Left = 4
  51.     Top = 4
  52.     Width = 285
  53.     Height = 264
  54.     BevelInner = bvRaised
  55.     BevelOuter = bvLowered
  56.     TabOrder = 0
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 6
  60.       Width = 60
  61.       Height = 13
  62.       Caption = 'Licencja dla:'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 8
  66.       Top = 50
  67.       Width = 96
  68.       Height = 13
  69.       Caption = 'Kod odblokowuj∩┐╜cy:'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 10
  73.       Top = 241
  74.       Width = 233
  75.       Height = 13
  76.       Caption = 'Je∩┐╜li nie posiadasz kodu odblokowuj∩┐╜cego, kliknij'
  77.     end
  78.     object Label4: TLabel
  79.       Left = 250
  80.       Top = 240
  81.       Width = 20
  82.       Height = 13
  83.       Cursor = crHandPoint
  84.       Caption = 'tutaj'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsUnderline]
  90.       ParentFont = False
  91.       WordWrap = True
  92.       OnClick = Label4Click
  93.     end
  94.     object Lbl_Lic_Number: TLabel
  95.       Left = 8
  96.       Top = 164
  97.       Width = 121
  98.       Height = 13
  99.       Caption = 'Liczba licencjonow. kopii:'
  100.     end
  101.     object LBL_Day: TLabel
  102.       Left = 147
  103.       Top = 184
  104.       Width = 25
  105.       Height = 13
  106.       Caption = 'dzie∩┐╜'
  107.       Enabled = False
  108.     end
  109.     object LBL_Month: TLabel
  110.       Left = 189
  111.       Top = 184
  112.       Width = 35
  113.       Height = 13
  114.       Caption = 'miesi∩┐╜c'
  115.       Enabled = False
  116.     end
  117.     object LBL_Year: TLabel
  118.       Left = 241
  119.       Top = 184
  120.       Width = 15
  121.       Height = 13
  122.       Caption = 'rok'
  123.       Enabled = False
  124.     end
  125.     object LBL_Temp: TLabel
  126.       Left = 8
  127.       Top = 204
  128.       Width = 126
  129.       Height = 13
  130.       Caption = 'Licencja tymczas. wygasa:'
  131.       Enabled = False
  132.     end
  133.     object Bevel1: TBevel
  134.       Left = 7
  135.       Top = 224
  136.       Width = 270
  137.       Height = 9
  138.       Shape = bsBottomLine
  139.     end
  140.     object EDT_User: TEdit97
  141.       Left = 8
  142.       Top = 24
  143.       Width = 269
  144.       Height = 19
  145.       HelpContext = 680
  146.       TabOrder = 0
  147.     end
  148.     object EDT_Key: TEdit97
  149.       Left = 8
  150.       Top = 68
  151.       Width = 269
  152.       Height = 19
  153.       HelpContext = 690
  154.       TabOrder = 1
  155.     end
  156.     object GroupBox1: TGroupBox
  157.       Left = 8
  158.       Top = 93
  159.       Width = 269
  160.       Height = 61
  161.       HelpContext = 710
  162.       Caption = ' Typ licencji '
  163.       TabOrder = 2
  164.       object RAD_Single: TRadioButton
  165.         Tag = 1
  166.         Left = 10
  167.         Top = 19
  168.         Width = 121
  169.         Height = 17
  170.         Caption = 'stanowiskowa'
  171.         Checked = True
  172.         TabOrder = 0
  173.         TabStop = True
  174.         OnClick = RAD_SingleClick
  175.       end
  176.       object RAD_Site: TRadioButton
  177.         Tag = 2
  178.         Left = 10
  179.         Top = 38
  180.         Width = 113
  181.         Height = 17
  182.         Caption = 'site (na serwer)'
  183.         TabOrder = 1
  184.         OnClick = RAD_SingleClick
  185.       end
  186.       object RAD_World: TRadioButton
  187.         Tag = 3
  188.         Left = 150
  189.         Top = 19
  190.         Width = 113
  191.         Height = 17
  192.         Caption = 'og∩┐╜lno∩┐╜wiatowa'
  193.         TabOrder = 2
  194.         OnClick = RAD_SingleClick
  195.       end
  196.       object RAD_Temp: TRadioButton
  197.         Tag = 4
  198.         Left = 150
  199.         Top = 38
  200.         Width = 113
  201.         Height = 17
  202.         Caption = 'tymczasowa'
  203.         TabOrder = 3
  204.         OnClick = RAD_SingleClick
  205.       end
  206.     end
  207.     object EDT_Lic_Number: TEdit97
  208.       Left = 140
  209.       Top = 161
  210.       Width = 121
  211.       Height = 19
  212.       HelpContext = 720
  213.       TabOrder = 3
  214.       Text = '1'
  215.     end
  216.     object SPN_Lic_Number: TUpDown
  217.       Left = 261
  218.       Top = 161
  219.       Width = 15
  220.       Height = 19
  221.       HelpContext = 720
  222.       Associate = EDT_Lic_Number
  223.       Min = 1
  224.       Max = 99
  225.       Position = 1
  226.       TabOrder = 4
  227.       Wrap = False
  228.     end
  229.     object EDT_Day: TEdit97
  230.       Left = 140
  231.       Top = 201
  232.       Width = 25
  233.       Height = 19
  234.       HelpContext = 730
  235.       Enabled = False
  236.       TabOrder = 5
  237.       Text = '31'
  238.     end
  239.     object SPN_Day: TUpDown
  240.       Left = 165
  241.       Top = 201
  242.       Width = 15
  243.       Height = 19
  244.       HelpContext = 730
  245.       Associate = EDT_Day
  246.       Enabled = False
  247.       Min = 1
  248.       Max = 31
  249.       Position = 31
  250.       TabOrder = 6
  251.       Thousands = False
  252.       Wrap = False
  253.     end
  254.     object EDT_Year: TEdit97
  255.       Left = 228
  256.       Top = 201
  257.       Width = 32
  258.       Height = 19
  259.       HelpContext = 730
  260.       Enabled = False
  261.       TabOrder = 9
  262.       Text = '1998'
  263.     end
  264.     object EDT_Month: TEdit97
  265.       Left = 184
  266.       Top = 201
  267.       Width = 25
  268.       Height = 19
  269.       HelpContext = 730
  270.       Enabled = False
  271.       TabOrder = 7
  272.       Text = '4'
  273.     end
  274.     object SPN_Month: TUpDown
  275.       Left = 209
  276.       Top = 201
  277.       Width = 15
  278.       Height = 19
  279.       HelpContext = 730
  280.       Associate = EDT_Month
  281.       Enabled = False
  282.       Min = 1
  283.       Max = 12
  284.       Position = 4
  285.       TabOrder = 8
  286.       Thousands = False
  287.       Wrap = False
  288.     end
  289.     object SPN_Year: TUpDown
  290.       Left = 260
  291.       Top = 201
  292.       Width = 15
  293.       Height = 19
  294.       HelpContext = 730
  295.       Associate = EDT_Year
  296.       Enabled = False
  297.       Min = 1998
  298.       Max = 2100
  299.       Position = 1998
  300.       TabOrder = 10
  301.       Thousands = False
  302.       Wrap = False
  303.     end
  304.   end
  305. end
  306.