object JSOknoDlg: TJSOknoDlg Left = 154 Top = 199 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Ustawienia nowego okna' ClientHeight = 205 ClientWidth = 448 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 = 380 Top = 6 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 = 380 Top = 71 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 = 380 Top = 136 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&Pomoc' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_PomocClick end object Image2: TImage Left = 6 Top = 14 Width = 32 Height = 32 Hint = 'Tym narz�dziem mo�esz wstawi� kod'#13#10's�u��cy do otwierania nowego ' + 'okna przegl�darki.'#13#10 AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Panel1: TPanel Left = 44 Top = 4 Width = 333 Height = 197 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Bevel2: TBevel Left = 8 Top = 100 Width = 317 Height = 13 Shape = bsTopLine Style = bsRaised end object Label1: TLabel Left = 26 Top = 12 Width = 53 Height = 13 Caption = 'Zawa&rto��:' FocusControl = Edit_URL end object Label2: TLabel Left = 51 Top = 41 Width = 28 Height = 13 Caption = '&Tytu�:' FocusControl = Edit_Title end object Label3: TLabel Left = 88 Top = 70 Width = 53 Height = 13 Caption = '&Szeroko��:' FocusControl = Edit1 end object Label4: TLabel Left = 207 Top = 70 Width = 53 Height = 13 Caption = 'W&ysoko��:' FocusControl = Edit2 end object Label5: TLabel Left = 12 Top = 108 Width = 55 Height = 13 Alignment = taRightJustify Caption = 'Ustawienia:' end object Przycisk_URL: TToolbarButton97 Left = 294 Top = 8 Width = 23 Height = 22 Cursor = crHandPoint Hint = 'Kliknij tutaj aby wybra� dokument' Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 77777777777777777777777788888888777777700000000087777700FBFBFBFB 0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB 0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777 7777777777777777777777777777777777777777777777777777} ParentShowHint = False ShowHint = True OnClick = Przycisk_URLClick end object Edit_Title: TEdit97 Left = 85 Top = 37 Width = 233 Height = 21 Hint = 'Tytu� nowego okna' HelpContext = 80 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object Edit_URL: TEdit97 Left = 85 Top = 8 Width = 204 Height = 21 HelpContext = 101 TabOrder = 1 OnDblClick = Przycisk_URLClick end object Edit1: TEdit97 Left = 145 Top = 66 Width = 35 Height = 21 HelpContext = 90 TabOrder = 2 Text = '0' end object Edit2: TEdit97 Left = 265 Top = 66 Width = 35 Height = 21 HelpContext = 90 TabOrder = 3 Text = '0' end object Spin_Width: TUpDown Left = 180 Top = 66 Width = 15 Height = 21 HelpContext = 90 Associate = Edit1 Min = 0 Max = 2048 Increment = 5 Position = 0 TabOrder = 4 Wrap = False end object Spin_Height: TUpDown Left = 300 Top = 66 Width = 15 Height = 21 HelpContext = 90 Associate = Edit2 Min = 0 Max = 2048 Increment = 5 Position = 0 TabOrder = 5 Wrap = False end end object Check_Toolbar: TCheckBox Left = 128 Top = 112 Width = 97 Height = 17 HelpContext = 100 Caption = 'paski narz�dzi' TabOrder = 1 end object Check_menu: TCheckBox Left = 128 Top = 132 Width = 97 Height = 17 HelpContext = 100 Caption = 'menu' TabOrder = 2 end object Check_scrollbars: TCheckBox Left = 128 Top = 152 Width = 97 Height = 17 HelpContext = 100 Caption = 'paski przesuwu' TabOrder = 3 end object Check_resize: TCheckBox Left = 128 Top = 172 Width = 97 Height = 17 HelpContext = 100 Caption = 'zmiana rozmiaru' TabOrder = 4 end object Check_statusbar: TCheckBox Left = 241 Top = 112 Width = 97 Height = 17 HelpContext = 100 Caption = 'linia statusowa' TabOrder = 5 end object Check_location: TCheckBox Left = 241 Top = 132 Width = 105 Height = 17 HelpContext = 100 Caption = 'pole lokalizacji' TabOrder = 6 end object Check_dir: TCheckBox Left = 241 Top = 152 Width = 97 Height = 17 HelpContext = 100 Caption = 'katalogi' TabOrder = 7 end object Check_historia: TCheckBox Left = 241 Top = 172 Width = 97 Height = 17 HelpContext = 100 Caption = 'historia' TabOrder = 8 end end