object SkryptDlg: TSkryptDlg Left = 263 Top = 152 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Nag��wek skryptu' ClientHeight = 204 ClientWidth = 403 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 Image2: TImage Left = 6 Top = 14 Width = 32 Height = 32 AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Przycisk_OK: TToolbarButton97 Left = 336 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 = 336 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 = 336 Top = 134 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&Pomoc' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_PomocClick end object Panel1: TPanel Left = 44 Top = 4 Width = 289 Height = 197 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 34 Top = 15 Width = 30 Height = 13 Caption = '&J�zyk:' FocusControl = Lista_Jezyk end object Label3: TLabel Left = 42 Top = 43 Width = 21 Height = 13 Caption = '&Typ:' FocusControl = LST_TYP end object Label2: TLabel Left = 8 Top = 67 Width = 262 Height = 13 Caption = 'Ko&mentarze (u�yj tego pola do wprowadzenia np. opisu)' FocusControl = MEM_Comments end object Lista_Jezyk: TComboBox Left = 70 Top = 11 Width = 211 Height = 21 HelpContext = 397 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'JavaScript' 'JavaScript1.1' 'JavaScript1.2' 'JScript' 'LiveScript' 'VBScript') ParentFont = False TabOrder = 0 OnChange = Lista_JezykChange end object LST_TYP: TComboBox Left = 70 Top = 39 Width = 211 Height = 21 HelpContext = 399 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'text/javascript' 'text/tcl' 'text/vbscript') ParentFont = False TabOrder = 1 end object MEM_Comments: TMemo Left = 8 Top = 84 Width = 273 Height = 105 HelpContext = 398 TabOrder = 2 end end end