home *** CD-ROM | disk | FTP | other *** search
- object NoScriptDlg: TNoScriptDlg
- Left = 206
- Top = 117
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Znacznik <NOSCRIPT>'
- ClientHeight = 205
- ClientWidth = 424
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object Przycisk_OK: TToolbarButton97
- Left = 356
- 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 = 356
- Top = 69
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Anuluj'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 356
- Top = 134
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Pomoc'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Panel: TPanel
- Left = 4
- Top = 4
- Width = 349
- Height = 197
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object LBL_Title: TLabel
- Left = 8
- Top = 8
- Width = 330
- Height = 13
- Caption =
- '&Wpisz informacje wy�wietlan� w przegl�darkach bez obs�ugi skryp' +
- 't�w'
- FocusControl = MEM_NoScript
- end
- object RAD_JS: TRadioButton
- Left = 36
- Top = 172
- Width = 113
- Height = 17
- HelpContext = 2395
- Caption = 'tryb JavaScript'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RAD_VB: TRadioButton
- Left = 212
- Top = 172
- Width = 113
- Height = 17
- HelpContext = 2395
- Caption = 'tryb VBScript'
- TabOrder = 2
- end
- object MEM_NoScript: TMemo
- Left = 8
- Top = 28
- Width = 333
- Height = 162
- Lines.Strings = (
-
- 'Ta strona u�ywa skrypt�w. Je�li chcesz zobaczy� jej atrakcyjno��' +
- ', '
-
- '�ci�gnij i zainstaluj ostatni� wersj� Netscape Navigatora lub Mi' +
- 'crosoft '
- 'Internet Explorera.')
- TabOrder = 0
- end
- end
- end
-