You've already forked lazarus-ccr
Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
99
components/tvplanit/source/vpwavdlg.lfm
Normal file
99
components/tvplanit/source/vpwavdlg.lfm
Normal file
@ -0,0 +1,99 @@
|
||||
object FrmSoundDialog: TFrmSoundDialog
|
||||
Left = 328
|
||||
Height = 262
|
||||
Top = 242
|
||||
Width = 402
|
||||
HorzScrollBar.Page = 401
|
||||
VertScrollBar.Page = 261
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'FrmSoundDialog'
|
||||
ClientHeight = 262
|
||||
ClientWidth = 402
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
KeyPreview = True
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
Position = poScreenCenter
|
||||
object PageControl1: TPageControl
|
||||
Height = 262
|
||||
Width = 402
|
||||
TabStop = False
|
||||
ActivePage = TabSheet1
|
||||
Align = alClient
|
||||
TabIndex = 0
|
||||
TabOrder = 0
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'Select A Sound'
|
||||
ClientHeight = 229
|
||||
ClientWidth = 398
|
||||
object PlayButton: TSpeedButton
|
||||
Left = 204
|
||||
Height = 22
|
||||
Top = 163
|
||||
Width = 26
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
DE010000424DDE01000000000000760000002800000024000000120000000100
|
||||
0400000000006801000000000000000000001000000010000000000000000000
|
||||
80000080000000808000800000008000800080800000C0C0C000808080000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
|
||||
6666666666666666666666660000666666660066666666666666668866666666
|
||||
0000666666603086666666666666688886666666000066666603077866686666
|
||||
66668887786668660000666660388FF866866666666888877866866600006666
|
||||
03B07FF8686666666688787778686666000066003BF07FF8666666668887F877
|
||||
7866666600006038BFB00FF866666668887F788778666666000063B7FBF080F8
|
||||
6888866877F7F88878688886000063B7BFB070F866666668777F787878666666
|
||||
000063F7FBF00FF866666668F7F7F8877866666600006633BFB07FF868666666
|
||||
887F787778686666000066663BF07FF8668666666687F8777866866600006666
|
||||
63B887F866686666666878877866686600006666663B07766666666666668787
|
||||
7866666600006666666380866666666666666888866666660000666666660066
|
||||
6666666666666688666666660000666666666666666666666666666666666666
|
||||
0000
|
||||
}
|
||||
NumGlyphs = 2
|
||||
OnClick = PlayButtonClick
|
||||
end
|
||||
object FileListBox1: TFileListBox
|
||||
Left = 204
|
||||
Height = 121
|
||||
Top = 29
|
||||
Width = 185
|
||||
Directory = 'D:\lazarus'
|
||||
ItemHeight = 13
|
||||
Mask = '*.wav'
|
||||
OnChange = FileListBox1Change
|
||||
TabOrder = 1
|
||||
TopIndex = -1
|
||||
end
|
||||
object CBDefault: TCheckBox
|
||||
Left = 204
|
||||
Height = 23
|
||||
Top = 5
|
||||
Width = 88
|
||||
Caption = 'CBDefault'
|
||||
OnClick = CBDefaultClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object OkBtn: TButton
|
||||
Left = 220
|
||||
Height = 25
|
||||
Top = 205
|
||||
Width = 75
|
||||
Caption = 'OkBtn'
|
||||
Default = True
|
||||
OnClick = OkBtnClick
|
||||
TabOrder = 3
|
||||
end
|
||||
object CancelBtn: TButton
|
||||
Left = 308
|
||||
Height = 25
|
||||
Top = 205
|
||||
Width = 75
|
||||
Caption = 'CancelBtn'
|
||||
OnClick = CancelBtnClick
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user