object UnlockDlg: TUnlockDlg Left = 206 Top = 117 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Odblokuj' ClientHeight = 272 ClientWidth = 360 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Przycisk_OK: TToolbarButton97 Left = 292 Top = 4 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&OK' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_OKClick end object Przycisk_Anuluj: TToolbarButton97 Left = 292 Top = 69 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&Anuluj' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_AnulujClick end object Panel: TPanel Left = 4 Top = 4 Width = 285 Height = 264 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 8 Top = 6 Width = 60 Height = 13 Caption = 'Licencja dla:' end object Label2: TLabel Left = 8 Top = 50 Width = 96 Height = 13 Caption = 'Kod odblokowuj�cy:' end object Label3: TLabel Left = 10 Top = 241 Width = 233 Height = 13 Caption = 'Je�li nie posiadasz kodu odblokowuj�cego, kliknij' end object Label4: TLabel Left = 250 Top = 240 Width = 20 Height = 13 Cursor = crHandPoint Caption = 'tutaj' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False WordWrap = True OnClick = Label4Click end object Lbl_Lic_Number: TLabel Left = 8 Top = 164 Width = 121 Height = 13 Caption = 'Liczba licencjonow. kopii:' end object LBL_Day: TLabel Left = 147 Top = 184 Width = 25 Height = 13 Caption = 'dzie�' Enabled = False end object LBL_Month: TLabel Left = 189 Top = 184 Width = 35 Height = 13 Caption = 'miesi�c' Enabled = False end object LBL_Year: TLabel Left = 241 Top = 184 Width = 15 Height = 13 Caption = 'rok' Enabled = False end object LBL_Temp: TLabel Left = 8 Top = 204 Width = 126 Height = 13 Caption = 'Licencja tymczas. wygasa:' Enabled = False end object Bevel1: TBevel Left = 7 Top = 224 Width = 270 Height = 9 Shape = bsBottomLine end object EDT_User: TEdit97 Left = 8 Top = 24 Width = 269 Height = 19 HelpContext = 680 TabOrder = 0 end object EDT_Key: TEdit97 Left = 8 Top = 68 Width = 269 Height = 19 HelpContext = 690 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 93 Width = 269 Height = 61 HelpContext = 710 Caption = ' Typ licencji ' TabOrder = 2 object RAD_Single: TRadioButton Tag = 1 Left = 10 Top = 19 Width = 121 Height = 17 Caption = 'stanowiskowa' Checked = True TabOrder = 0 TabStop = True OnClick = RAD_SingleClick end object RAD_Site: TRadioButton Tag = 2 Left = 10 Top = 38 Width = 113 Height = 17 Caption = 'site (na serwer)' TabOrder = 1 OnClick = RAD_SingleClick end object RAD_World: TRadioButton Tag = 3 Left = 150 Top = 19 Width = 113 Height = 17 Caption = 'og�lno�wiatowa' TabOrder = 2 OnClick = RAD_SingleClick end object RAD_Temp: TRadioButton Tag = 4 Left = 150 Top = 38 Width = 113 Height = 17 Caption = 'tymczasowa' TabOrder = 3 OnClick = RAD_SingleClick end end object EDT_Lic_Number: TEdit97 Left = 140 Top = 161 Width = 121 Height = 19 HelpContext = 720 TabOrder = 3 Text = '1' end object SPN_Lic_Number: TUpDown Left = 261 Top = 161 Width = 15 Height = 19 HelpContext = 720 Associate = EDT_Lic_Number Min = 1 Max = 99 Position = 1 TabOrder = 4 Wrap = False end object EDT_Day: TEdit97 Left = 140 Top = 201 Width = 25 Height = 19 HelpContext = 730 Enabled = False TabOrder = 5 Text = '31' end object SPN_Day: TUpDown Left = 165 Top = 201 Width = 15 Height = 19 HelpContext = 730 Associate = EDT_Day Enabled = False Min = 1 Max = 31 Position = 31 TabOrder = 6 Thousands = False Wrap = False end object EDT_Year: TEdit97 Left = 228 Top = 201 Width = 32 Height = 19 HelpContext = 730 Enabled = False TabOrder = 9 Text = '1998' end object EDT_Month: TEdit97 Left = 184 Top = 201 Width = 25 Height = 19 HelpContext = 730 Enabled = False TabOrder = 7 Text = '4' end object SPN_Month: TUpDown Left = 209 Top = 201 Width = 15 Height = 19 HelpContext = 730 Associate = EDT_Month Enabled = False Min = 1 Max = 12 Position = 4 TabOrder = 8 Thousands = False Wrap = False end object SPN_Year: TUpDown Left = 260 Top = 201 Width = 15 Height = 19 HelpContext = 730 Associate = EDT_Year Enabled = False Min = 1998 Max = 2100 Position = 1998 TabOrder = 10 Thousands = False Wrap = False end end end