object JSAlarmDlg: TJSAlarmDlg Left = 233 Top = 240 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Okienko dialogowe' ClientHeight = 186 ClientWidth = 287 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 = 29 Top = 139 Width = 85 Height = 45 Cursor = crHandPoint Caption = '&OK' ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_OKClick end object Przycisk_Anuluj: TToolbarButton97 Left = 114 Top = 139 Width = 85 Height = 45 Cursor = crHandPoint Caption = '&Anuluj' ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_AnulujClick end object Przycisk_Pomoc: TToolbarButton97 Left = 199 Top = 139 Width = 85 Height = 45 Cursor = crHandPoint Caption = '&Pomoc' ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_PomocClick end object Panel1: TPanel Left = 6 Top = 4 Width = 279 Height = 133 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Image2: TImage Left = 36 Top = 10 Width = 32 Height = 32 Hint = 'Tym narz�dziem mo�esz wstawia�'#13#10'okienka dialogowe na stron� WWW' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Image1: TImage Left = 127 Top = 10 Width = 32 Height = 32 Hint = 'Tym narz�dziem mo�esz wstawia�'#13#10'okienka dialogowe na stron� WWW' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Label1: TLabel Left = 8 Top = 76 Width = 52 Height = 13 Caption = '&Informacja:' FocusControl = Edit_Message end object Label2: TLabel Left = 8 Top = 108 Width = 48 Height = 13 Caption = '&Domy�lny:' Enabled = False FocusControl = EDT_DEfault end object Image3: TImage Left = 218 Top = 10 Width = 32 Height = 32 Hint = 'Tym narz�dziem mo�esz wstawia�'#13#10'okienka dialogowe na stron� WWW' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object Radio_Alarm: TRadioButton Left = 12 Top = 48 Width = 81 Height = 12 HelpContext = 150 Caption = '&Ostrze�enie' Checked = True TabOrder = 0 TabStop = True OnClick = RAD_PromptClick end object Radio_Confirm: TRadioButton Left = 103 Top = 48 Width = 81 Height = 12 HelpContext = 160 Caption = 'I&nformacja' TabOrder = 1 OnClick = RAD_PromptClick end object Edit_Message: TEdit97 Left = 72 Top = 74 Width = 201 Height = 21 Hint = 'Wiadomo��' HelpContext = 170 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object EDT_DEfault: TEdit97 Left = 72 Top = 104 Width = 201 Height = 21 Hint = 'Wiadomo��' HelpContext = 175 Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object RAD_Prompt: TRadioButton Left = 200 Top = 48 Width = 69 Height = 12 HelpContext = 165 Caption = 'Za&pytanie' TabOrder = 4 OnClick = RAD_PromptClick end end end