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
Text File  |  2003-10-10  |  3KB  |  161 lines

  1. inherited RawForm: TRawForm
  2.   Caption = 'Custom Raw Attributes'
  3.   ClientHeight = 171
  4.   ClientWidth = 208
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object Encoding: TComboBox
  9.     Left = 74
  10.     Top = 3
  11.     Width = 127
  12.     Height = 21
  13.     Style = csDropDownList
  14.     ItemHeight = 13
  15.     TabOrder = 1
  16.     OnChange = EncodingChange
  17.   end
  18.   object EncodingLabel: TStaticText
  19.     Left = 17
  20.     Top = 3
  21.     Width = 52
  22.     Height = 17
  23.     Alignment = taRightJustify
  24.     Caption = 'Encoding:'
  25.     TabOrder = 0
  26.   end
  27.   object Bits: TComboBox
  28.     Left = 74
  29.     Top = 107
  30.     Width = 67
  31.     Height = 21
  32.     Style = csDropDownList
  33.     ItemHeight = 13
  34.     TabOrder = 12
  35.     OnChange = BitsChange
  36.   end
  37.   object BitsLabel: TStaticText
  38.     Left = 45
  39.     Top = 107
  40.     Width = 24
  41.     Height = 17
  42.     Alignment = taRightJustify
  43.     Caption = 'Bits:'
  44.     TabOrder = 11
  45.   end
  46.   object Unsigned: TCheckBox
  47.     Left = 74
  48.     Top = 132
  49.     Width = 97
  50.     Height = 17
  51.     Caption = 'Unsigned'
  52.     TabOrder = 13
  53.   end
  54.   object BigEndian: TCheckBox
  55.     Left = 74
  56.     Top = 152
  57.     Width = 123
  58.     Height = 17
  59.     Caption = 'Big endian (MSB first)'
  60.     TabOrder = 14
  61.   end
  62.   object Rate: TNumEdit
  63.     Left = 74
  64.     Top = 55
  65.     Width = 67
  66.     Height = 21
  67.     TabStop = True
  68.     Value = 10
  69.     Min = 10
  70.     Max = 192000
  71.     PageChange = 1000
  72.     LineChange = 100
  73.     Label = 'Sampling rate'
  74.     Buddy = RateBuddy
  75.     Caption = '1'
  76.     TabOrder = 6
  77.   end
  78.   object RateLabel: TStaticText
  79.     Left = -2
  80.     Top = 55
  81.     Width = 71
  82.     Height = 17
  83.     Alignment = taRightJustify
  84.     Caption = 'Sampling rate:'
  85.     TabOrder = 5
  86.   end
  87.   object RateBuddy: TBuddyUpDown
  88.     Left = 141
  89.     Top = 55
  90.     Width = 15
  91.     Height = 21
  92.     Associate = Rate
  93.     TabOrder = 7
  94.   end
  95.   object SkipBytes: TNumEdit
  96.     Left = 74
  97.     Top = 81
  98.     Width = 67
  99.     Height = 21
  100.     TabStop = True
  101.     Value = 1
  102.     Max = 100000
  103.     PageChange = 10
  104.     LineChange = 1
  105.     Label = 'Skip bytes'
  106.     Buddy = SkipBuddy
  107.     Caption = '1'
  108.     TabOrder = 9
  109.   end
  110.   object SkipBytesLabel: TStaticText
  111.     Left = 13
  112.     Top = 81
  113.     Width = 56
  114.     Height = 17
  115.     Alignment = taRightJustify
  116.     Caption = 'Skip bytes:'
  117.     TabOrder = 8
  118.   end
  119.   object SkipBuddy: TBuddyUpDown
  120.     Left = 141
  121.     Top = 81
  122.     Width = 15
  123.     Height = 21
  124.     Associate = SkipBytes
  125.     TabOrder = 10
  126.   end
  127.   object Channels: TNumEdit
  128.     Left = 74
  129.     Top = 29
  130.     Width = 67
  131.     Height = 21
  132.     TabStop = True
  133.     Value = 1
  134.     Min = 1
  135.     Max = 2
  136.     PageChange = 10
  137.     LineChange = 1
  138.     Label = 'Channels'
  139.     Buddy = ChannelsBuddy
  140.     Caption = '1'
  141.     TabOrder = 3
  142.   end
  143.   object ChannelsLabel: TStaticText
  144.     Left = 18
  145.     Top = 29
  146.     Width = 51
  147.     Height = 17
  148.     Alignment = taRightJustify
  149.     Caption = 'Channels:'
  150.     TabOrder = 2
  151.   end
  152.   object ChannelsBuddy: TBuddyUpDown
  153.     Left = 141
  154.     Top = 29
  155.     Width = 15
  156.     Height = 21
  157.     Associate = Channels
  158.     TabOrder = 4
  159.   end
  160. end
  161.