home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Multimedia
/
waveflow
/
waveflow.exe
/
0
/
RCDATA
/
TRESAMPLEFRM
/
TRESAMPLEFRM.txt
< prev
Wrap
Text File
|
2005-05-01
|
4KB
|
203 lines
object Resamplefrm: TResamplefrm
Left = 111
Top = 111
BorderStyle = bsDialog
Caption = 'Resample Wave'
ClientHeight = 259
ClientWidth = 384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 392
Height = 27
Stretch = True
end
object Image3: TImage
Left = 269
Top = 0
Width = 115
Height = 259
Align = alRight
AutoSize = True
Picture.Data = {<image001.bmp>}
Transparent = True
end
object Label1: TLabel
Left = 9
Top = 46
Width = 65
Height = 24
Caption = 'Actual:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 204
Top = 47
Width = 53
Height = 24
Caption = 'Final:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 9
Top = 75
Width = 74
Height = 13
Caption = 'Bits per sample:'
end
object Label4: TLabel
Left = 9
Top = 122
Width = 88
Height = 13
Caption = 'Sample frequency:'
end
object Label5: TLabel
Left = 9
Top = 171
Width = 98
Height = 13
Caption = 'Number of channels:'
end
object Label6: TLabel
Left = 204
Top = 76
Width = 74
Height = 13
Caption = '&Bits per sample:'
FocusControl = ComboBox1
end
object Label7: TLabel
Left = 204
Top = 123
Width = 88
Height = 13
Caption = '&Sample frequency:'
FocusControl = ComboBox2
end
object Label8: TLabel
Left = 204
Top = 172
Width = 98
Height = 13
Caption = '&Number of channels:'
FocusControl = ComboBox3
end
object Image2: TImage
Left = 8
Top = 16
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image002.bmp>}
Transparent = True
end
object Panel1: TPanel
Left = 9
Top = 91
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 0
end
object Panel2: TPanel
Left = 9
Top = 138
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 1
end
object Panel3: TPanel
Left = 9
Top = 187
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 2
end
object ComboBox1: TComboBox
Left = 204
Top = 92
Width = 169
Height = 21
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox1Change
Items.Strings = (
'8'
'16')
end
object ComboBox2: TComboBox
Left = 204
Top = 139
Width = 169
Height = 21
ItemHeight = 13
TabOrder = 4
OnChange = ComboBox2Change
Items.Strings = (
'11025'
'22050'
'44100'
'Other')
end
object ComboBox3: TComboBox
Left = 204
Top = 188
Width = 169
Height = 21
ItemHeight = 13
TabOrder = 5
OnChange = ComboBox3Change
Items.Strings = (
'Mono'
'Stereo')
end
object Button1: TButton
Left = 117
Top = 224
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 224
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 7
OnClick = Button2Click
end
end