home *** CD-ROM | disk | FTP | other *** search
- object JSAlarmDlg: TJSAlarmDlg
- Left = 233
- Top = 240
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Okienko dialogowe'
- ClientHeight = 189
- ClientWidth = 289
- 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 = 140
- 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 = 140
- 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 = 140
- 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 = {<image000.ico>}
- 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 = {<image001.ico>}
- 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 = {<image002.ico>}
- ShowHint = True
- end
- object Radio_Alarm: TRadioButton
- Left = 12
- Top = 48
- Width = 81
- Height = 12
- HelpContext = 1190
- 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 = 1190
- Caption = 'I&nformacja'
- TabOrder = 1
- OnClick = RAD_PromptClick
- end
- object Edit_Message: TEdit97
- Left = 72
- Top = 75
- Width = 201
- Height = 19
- Hint = 'Wiadomo��'
- HelpContext = 1191
- 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 = 105
- Width = 201
- Height = 19
- Hint = 'Wiadomo��'
- HelpContext = 2341
- 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 = 1190
- Caption = 'Za&pytanie'
- TabOrder = 4
- OnClick = RAD_PromptClick
- end
- end
- end
-