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

  1. object NoScriptDlg: TNoScriptDlg
  2.   Left = 206
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Znacznik <NOSCRIPT>'
  9.   ClientHeight = 205
  10.   ClientWidth = 424
  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.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Przycisk_OK: TToolbarButton97
  23.     Left = 356
  24.     Top = 4
  25.     Width = 65
  26.     Height = 65
  27.     Cursor = crHandPoint
  28.     Caption = '&OK'
  29.     Layout = blGlyphTop
  30.     ParentShowHint = False
  31.     ShowHint = False
  32.     Spacing = 5
  33.     OnClick = Przycisk_OKClick
  34.   end
  35.   object Przycisk_Anuluj: TToolbarButton97
  36.     Left = 356
  37.     Top = 69
  38.     Width = 65
  39.     Height = 65
  40.     Cursor = crHandPoint
  41.     Caption = '&Anuluj'
  42.     Layout = blGlyphTop
  43.     ParentShowHint = False
  44.     ShowHint = False
  45.     Spacing = 5
  46.     OnClick = Przycisk_AnulujClick
  47.   end
  48.   object Przycisk_Pomoc: TToolbarButton97
  49.     Left = 356
  50.     Top = 134
  51.     Width = 65
  52.     Height = 65
  53.     Cursor = crHandPoint
  54.     Caption = '&Pomoc'
  55.     Layout = blGlyphTop
  56.     ParentShowHint = False
  57.     ShowHint = False
  58.     Spacing = 5
  59.     OnClick = Przycisk_PomocClick
  60.   end
  61.   object Panel: TPanel
  62.     Left = 4
  63.     Top = 4
  64.     Width = 349
  65.     Height = 197
  66.     BevelInner = bvRaised
  67.     BevelOuter = bvLowered
  68.     TabOrder = 0
  69.     object LBL_Title: TLabel
  70.       Left = 8
  71.       Top = 8
  72.       Width = 302
  73.       Height = 13
  74.       Caption = 'Informacja, wy∩┐╜wietlana w &przegl∩┐╜darkach bez obs∩┐╜ugi skrypt∩┐╜w'
  75.       FocusControl = MEM_NoScript
  76.     end
  77.     object RAD_JS: TRadioButton
  78.       Left = 36
  79.       Top = 172
  80.       Width = 113
  81.       Height = 17
  82.       HelpContext = 387
  83.       Caption = 'Tryb JavaScript'
  84.       Checked = True
  85.       TabOrder = 1
  86.       TabStop = True
  87.     end
  88.     object RAD_VB: TRadioButton
  89.       Left = 212
  90.       Top = 172
  91.       Width = 113
  92.       Height = 17
  93.       HelpContext = 387
  94.       Caption = 'Tryb VBScript'
  95.       TabOrder = 2
  96.     end
  97.     object MEM_NoScript: TMemo
  98.       Left = 8
  99.       Top = 28
  100.       Width = 333
  101.       Height = 161
  102.       HelpContext = 392
  103.       Lines.Strings = (
  104.         'Ta strona u∩┐╜ywa skrypt∩┐╜w. Je∩┐╜li chcesz zobaczy∩┐╜ j∩┐╜ w dzia∩┐╜aniu '
  105.         
  106.           '∩┐╜ci∩┐╜gnij sobie najnowsz∩┐╜ wersj∩┐╜ Netscape Navigator lub Microsoft' +
  107.           ' '
  108.         'Internet Explorer.')
  109.       TabOrder = 0
  110.     end
  111.   end
  112. end
  113.