home *** CD-ROM | disk | FTP | other *** search
- object BgSoundDlg: TBgSoundDlg
- Left = 245
- Top = 102
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'D�wi�k lub muzyka'
- ClientHeight = 168
- ClientWidth = 328
- 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
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Przycisk_OK: TToolbarButton97
- Left = 44
- Top = 120
- Width = 95
- Height = 45
- Cursor = crHandPoint
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 140
- Top = 120
- Width = 94
- Height = 45
- Cursor = crHandPoint
- Caption = '&Anuluj'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 235
- Top = 120
- Width = 90
- Height = 45
- Cursor = crHandPoint
- Caption = '&Pomoc'
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image2: TImage
- Left = 5
- Top = 14
- Width = 32
- Height = 32
- Hint =
- 'To narz�dzie s�u�y do wstawiania na '#13#10'stron� podk�adu w postaci ' +
- 'd�wi�ku '#13#10'lub muzyki w formacie midi.'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object Panel1: TPanel
- Left = 44
- Top = 4
- Width = 281
- Height = 113
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 8
- Width = 94
- Height = 13
- Caption = '&D�wi�k lub muzyka:'
- FocusControl = Edit_Src
- end
- object Przycisk_Src: TToolbarButton97
- Left = 242
- Top = 23
- Width = 23
- Height = 22
- Cursor = crHandPoint
- Hint = 'Kliknij, aby wybra� d�wi�k do umieszczenia na stronie'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777777788888888777777700000000087777700FBFBFBFB
- 0877770F0FBFBFBFB087770BF0FBFBFBFB08770FBF0000000007770BFBFBFBFB
- 0877770FBFBFBFBF077777000000000077777770FBFB07777777777800008777
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = True
- OnClick = Przycisk_SrcClick
- end
- object Label2: TLabel
- Left = 28
- Top = 84
- Width = 46
- Height = 13
- Caption = '&Powtarzaj'
- FocusControl = Edit1
- end
- object Edit_Src: TEdit97
- Left = 12
- Top = 24
- Width = 225
- Height = 19
- Hint = 'Lokalizacja wstawianego d�wi�ku lub muzyki'
- HelpContext = 1450
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnDblClick = Przycisk_SrcClick
- end
- object Check_Infinite: TCheckBox
- Left = 144
- Top = 84
- Width = 113
- Height = 17
- Hint = 'Zaznacz, aby d�wi�k lub muzyka by�y powtarzane w niesko�czono��.'
- HelpContext = 1451
- Caption = 'w &niesko�czono��'
- TabOrder = 1
- OnClick = Check_InfiniteClick
- end
- object Play: TMediaPlayer
- Left = 98
- Top = 50
- Width = 85
- Height = 22
- HelpContext = 1452
- ColoredButtons = [btRecord]
- EnabledButtons = [btPlay, btPause, btStop]
- VisibleButtons = [btPlay, btPause, btStop]
- TabOrder = 2
- OnClick = PlayClick
- end
- object Edit1: TEdit97
- Left = 80
- Top = 81
- Width = 41
- Height = 19
- HelpContext = 1451
- TabOrder = 3
- Text = '0'
- end
- object Spin_Powtorz: TUpDown
- Left = 121
- Top = 80
- Width = 15
- Height = 21
- HelpContext = 1451
- Associate = Edit1
- Min = 0
- Max = 2048
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- end
- end
-