home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 July
/
PCWorld_2000-07_cd.bin
/
Software
/
TemaCD
/
waveflow
/
waveflow.exe
/
0
/
RCDATA
/
TFORM12
/
TFORM12.txt
< prev
Wrap
Text File
|
2000-05-05
|
3KB
|
176 lines
object Form12: TForm12
Left = 111
Top = 111
BorderStyle = bsDialog
Caption = 'Resample Wave'
ClientHeight = 259
ClientWidth = 411
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
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 = 224
Top = 16
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 = 16
Top = 48
Width = 74
Height = 13
Caption = 'Bits per sample:'
end
object Label4: TLabel
Left = 16
Top = 104
Width = 88
Height = 13
Caption = 'Sample frequency:'
end
object Label5: TLabel
Left = 16
Top = 160
Width = 98
Height = 13
Caption = 'Number of channels:'
end
object Label6: TLabel
Left = 224
Top = 48
Width = 74
Height = 13
Caption = '&Bits per sample:'
FocusControl = ComboBox1
end
object Label7: TLabel
Left = 224
Top = 104
Width = 88
Height = 13
Caption = '&Sample frequency:'
FocusControl = ComboBox2
end
object Label8: TLabel
Left = 224
Top = 160
Width = 98
Height = 13
Caption = '&Number of channels:'
FocusControl = ComboBox3
end
object Panel1: TPanel
Left = 16
Top = 64
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 0
end
object Panel2: TPanel
Left = 16
Top = 120
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 1
end
object Panel3: TPanel
Left = 16
Top = 176
Width = 177
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 2
end
object ComboBox1: TComboBox
Left = 224
Top = 64
Width = 169
Height = 21
ItemHeight = 13
Items.Strings = (
'8'
'16')
TabOrder = 3
Text = 'ComboBox1'
OnChange = ComboBox1Change
end
object ComboBox2: TComboBox
Left = 224
Top = 120
Width = 169
Height = 21
ItemHeight = 13
Items.Strings = (
'11025'
'22050'
'44100')
TabOrder = 4
Text = 'ComboBox2'
OnChange = ComboBox2Change
end
object ComboBox3: TComboBox
Left = 224
Top = 176
Width = 169
Height = 21
ItemHeight = 13
Items.Strings = (
'Mono'
'Stereo')
TabOrder = 5
Text = 'ComboBox3'
OnChange = ComboBox3Change
end
object Button1: TButton
Left = 128
Top = 224
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 224
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 7
OnClick = Button2Click
end
end