home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
tema
/
goldwave
/
gwave506.exe
/
GoldWave.exe
/
0
/
RCDATA
/
TRAWFORM
/
TRAWFORM.txt
Wrap
Text File
|
2003-10-10
|
3KB
|
161 lines
inherited RawForm: TRawForm
Caption = 'Custom Raw Attributes'
ClientHeight = 171
ClientWidth = 208
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Encoding: TComboBox
Left = 74
Top = 3
Width = 127
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnChange = EncodingChange
end
object EncodingLabel: TStaticText
Left = 17
Top = 3
Width = 52
Height = 17
Alignment = taRightJustify
Caption = 'Encoding:'
TabOrder = 0
end
object Bits: TComboBox
Left = 74
Top = 107
Width = 67
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 12
OnChange = BitsChange
end
object BitsLabel: TStaticText
Left = 45
Top = 107
Width = 24
Height = 17
Alignment = taRightJustify
Caption = 'Bits:'
TabOrder = 11
end
object Unsigned: TCheckBox
Left = 74
Top = 132
Width = 97
Height = 17
Caption = 'Unsigned'
TabOrder = 13
end
object BigEndian: TCheckBox
Left = 74
Top = 152
Width = 123
Height = 17
Caption = 'Big endian (MSB first)'
TabOrder = 14
end
object Rate: TNumEdit
Left = 74
Top = 55
Width = 67
Height = 21
TabStop = True
Value = 10
Min = 10
Max = 192000
PageChange = 1000
LineChange = 100
Label = 'Sampling rate'
Buddy = RateBuddy
Caption = '1'
TabOrder = 6
end
object RateLabel: TStaticText
Left = -2
Top = 55
Width = 71
Height = 17
Alignment = taRightJustify
Caption = 'Sampling rate:'
TabOrder = 5
end
object RateBuddy: TBuddyUpDown
Left = 141
Top = 55
Width = 15
Height = 21
Associate = Rate
TabOrder = 7
end
object SkipBytes: TNumEdit
Left = 74
Top = 81
Width = 67
Height = 21
TabStop = True
Value = 1
Max = 100000
PageChange = 10
LineChange = 1
Label = 'Skip bytes'
Buddy = SkipBuddy
Caption = '1'
TabOrder = 9
end
object SkipBytesLabel: TStaticText
Left = 13
Top = 81
Width = 56
Height = 17
Alignment = taRightJustify
Caption = 'Skip bytes:'
TabOrder = 8
end
object SkipBuddy: TBuddyUpDown
Left = 141
Top = 81
Width = 15
Height = 21
Associate = SkipBytes
TabOrder = 10
end
object Channels: TNumEdit
Left = 74
Top = 29
Width = 67
Height = 21
TabStop = True
Value = 1
Min = 1
Max = 2
PageChange = 10
LineChange = 1
Label = 'Channels'
Buddy = ChannelsBuddy
Caption = '1'
TabOrder = 3
end
object ChannelsLabel: TStaticText
Left = 18
Top = 29
Width = 51
Height = 17
Alignment = taRightJustify
Caption = 'Channels:'
TabOrder = 2
end
object ChannelsBuddy: TBuddyUpDown
Left = 141
Top = 29
Width = 15
Height = 21
Associate = Channels
TabOrder = 4
end
end