home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TAUDIOTRACKPROPFORM / TAUDIOTRACKPROPFORM.txt < prev   
Encoding:
Text File  |  2002-12-06  |  8.1 KB  |  368 lines

  1. inherited AudioTrackPropForm: TAudioTrackPropForm
  2.   Left = 280
  3.   Top = 213
  4.   HelpContext = 14000
  5.   Caption = 'AudioTrackPropForm'
  6.   OnActivate = FormActivate
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pcProperties: TPageControl
  10.     inherited tsGeneral: TTabSheet
  11.       inherited Bevel2: TBevel
  12.         Width = 333
  13.       end
  14.       inherited Label2: TLabel
  15.         Width = 60
  16.       end
  17.       object Label3: TLabel [4]
  18.         Left = 16
  19.         Top = 110
  20.         Width = 57
  21.         Height = 13
  22.         AutoSize = False
  23.         Caption = 'Size:'
  24.       end
  25.       object SizeLabel: TLabel [5]
  26.         Left = 75
  27.         Top = 111
  28.         Width = 3
  29.         Height = 13
  30.       end
  31.       object Label4: TLabel [6]
  32.         Left = 16
  33.         Top = 92
  34.         Width = 60
  35.         Height = 13
  36.         AutoSize = False
  37.         Caption = 'Filename:'
  38.       end
  39.       object btnSelectWavefile: TSpeedButton [7]
  40.         Left = 319
  41.         Top = 90
  42.         Width = 19
  43.         Height = 20
  44.         Hint = 'Browse...|'
  45.         Caption = '...'
  46.         ParentShowHint = False
  47.         ShowHint = True
  48.         OnClick = btnSelectWavefileClick
  49.       end
  50.       object TrackLengthLabel: TLabel [8]
  51.         Left = 75
  52.         Top = 130
  53.         Width = 258
  54.         Height = 13
  55.         AutoSize = False
  56.         Caption = '<TrackLength>'
  57.       end
  58.       object Label8: TLabel [9]
  59.         Left = 16
  60.         Top = 129
  61.         Width = 48
  62.         Height = 13
  63.         AutoSize = False
  64.         Caption = 'Length:'
  65.       end
  66.       object SourceCDTxtLabel: TLabel [10]
  67.         Left = 16
  68.         Top = 146
  69.         Width = 55
  70.         Height = 13
  71.         AutoSize = False
  72.         Caption = 'Source-CD:'
  73.         Visible = False
  74.       end
  75.       object SourceCDLabel: TLabel [11]
  76.         Left = 75
  77.         Top = 146
  78.         Width = 258
  79.         Height = 13
  80.         AutoSize = False
  81.         Caption = '<SourceCD>'
  82.         Visible = False
  83.       end
  84.       object CopyAllowedCheckBox: TCheckBox
  85.         Left = 8
  86.         Top = 158
  87.         Width = 249
  88.         Height = 17
  89.         Caption = '&Copy permitted'
  90.         TabOrder = 1
  91.       end
  92.       object PreEmphasisCheckBox: TCheckBox
  93.         Left = 8
  94.         Top = 174
  95.         Width = 249
  96.         Height = 17
  97.         Caption = '&Pre-Emphasis'
  98.         TabOrder = 2
  99.       end
  100.       object WAVFileNameEdit: TReadOnlyEdit
  101.         Left = 75
  102.         Top = 92
  103.         Width = 236
  104.         Height = 17
  105.         TabStop = False
  106.         PathEllipsis = True
  107.         TextAsHint = True
  108.         ParentShowHint = False
  109.         ShowHint = True
  110.         TabOrder = 3
  111.         OnChange = WAVFileNameEditChange
  112.       end
  113.       object gbWaveInfo: TGroupBox
  114.         Left = 8
  115.         Top = 208
  116.         Width = 321
  117.         Height = 105
  118.         Caption = ' Wave information'
  119.         TabOrder = 4
  120.         object lblAudioFormat: TLabel
  121.           Left = 8
  122.           Top = 16
  123.           Width = 80
  124.           Height = 13
  125.           AutoSize = False
  126.           Caption = 'Audioformat:'
  127.         end
  128.         object lblWaveFormat: TLabel
  129.           Left = 104
  130.           Top = 16
  131.           Width = 201
  132.           Height = 25
  133.           AutoSize = False
  134.           Caption = '44100 Hz'
  135.           WordWrap = True
  136.         end
  137.         object lblFrameCount: TLabel
  138.           Left = 104
  139.           Top = 48
  140.           Width = 160
  141.           Height = 13
  142.           AutoSize = False
  143.         end
  144.         object lblID3Info: TLabel
  145.           Left = 104
  146.           Top = 72
  147.           Width = 169
  148.           Height = 13
  149.           AutoSize = False
  150.         end
  151.         object lblID3Caption: TLabel
  152.           Left = 8
  153.           Top = 72
  154.           Width = 43
  155.           Height = 13
  156.           Caption = 'ID3 tags:'
  157.         end
  158.         object imgID3: TImage
  159.           Left = 280
  160.           Top = 64
  161.           Width = 32
  162.           Height = 32
  163.           AutoSize = True
  164.           Picture.Data = {<image000.bmp>}
  165.           Transparent = True
  166.           Visible = False
  167.         end
  168.       end
  169.     end
  170.     inherited TrackPropTabSheet: TTabSheet
  171.       inherited TitleEdit: TEdit
  172.         OnExit = TitleEditExit
  173.       end
  174.       inherited gbPregap: TGroupBox
  175.         Top = 107
  176.         Height = 78
  177.         inherited rbPregapUser: TRadioButton
  178.           Top = 36
  179.         end
  180.         inherited udPregap: TUpDown
  181.           Top = 34
  182.           Max = 4500
  183.         end
  184.         inherited edPregap: TFloatEdit
  185.           Top = 34
  186.         end
  187.         object cbPregapUserdata: TCheckBox
  188.           Left = 8
  189.           Top = 56
  190.           Width = 257
  191.           Height = 17
  192.           Caption = 'Use file data to write the gap data'
  193.           TabOrder = 6
  194.         end
  195.       end
  196.       inherited cbAllTracks: TCheckBox
  197.         Top = 268
  198.       end
  199.       inherited gbPostgap: TGroupBox
  200.         Top = 188
  201.         Height = 78
  202.         inherited rbPostgapUser: TRadioButton
  203.           Top = 36
  204.         end
  205.         inherited udPostgap: TUpDown
  206.           Top = 34
  207.           Max = 4500
  208.         end
  209.         inherited edPostgap: TFloatEdit
  210.           Top = 34
  211.         end
  212.         object cbPostgapUserdata: TCheckBox
  213.           Left = 8
  214.           Top = 56
  215.           Width = 257
  216.           Height = 17
  217.           Caption = 'Use file data to write the gap data'
  218.           TabOrder = 6
  219.         end
  220.       end
  221.       inherited gbISRC: TGroupBox
  222.         Top = 32
  223.       end
  224.       inherited cbSetTrackSize: TCheckBox
  225.         Top = 287
  226.       end
  227.       inherited edSetTrackSize: TFloatEdit
  228.         Top = 286
  229.       end
  230.     end
  231.     object tsCDText: TTabSheet
  232.       Caption = 'CD Text'
  233.       object Label27: TLabel
  234.         Left = 24
  235.         Top = 68
  236.         Width = 23
  237.         Height = 13
  238.         Caption = 'Title:'
  239.       end
  240.       object Label28: TLabel
  241.         Left = 24
  242.         Top = 104
  243.         Width = 48
  244.         Height = 13
  245.         Caption = 'Performer:'
  246.       end
  247.       object Label29: TLabel
  248.         Left = 24
  249.         Top = 140
  250.         Width = 53
  251.         Height = 13
  252.         Caption = 'Songwriter:'
  253.       end
  254.       object Label30: TLabel
  255.         Left = 24
  256.         Top = 176
  257.         Width = 50
  258.         Height = 13
  259.         Caption = 'Composer:'
  260.       end
  261.       object Bevel1: TBevel
  262.         Left = 8
  263.         Top = 48
  264.         Width = 322
  265.         Height = 6
  266.         Shape = bsTopLine
  267.       end
  268.       object Image1: TImage
  269.         Left = 16
  270.         Top = 16
  271.         Width = 50
  272.         Height = 16
  273.         Picture.Data = {<image001.bmp>}
  274.         Transparent = True
  275.       end
  276.       object Label1: TLabel
  277.         Left = 88
  278.         Top = 16
  279.         Width = 179
  280.         Height = 13
  281.         Caption = 'CD Text-Properties for this audio track'
  282.       end
  283.       object Label12: TLabel
  284.         Left = 24
  285.         Top = 212
  286.         Width = 43
  287.         Height = 13
  288.         Caption = 'Arranger:'
  289.       end
  290.       object Label31: TLabel
  291.         Left = 24
  292.         Top = 248
  293.         Width = 46
  294.         Height = 13
  295.         Caption = 'Message:'
  296.       end
  297.       object edTitle: TEdit
  298.         Left = 100
  299.         Top = 64
  300.         Width = 220
  301.         Height = 21
  302.         TabOrder = 0
  303.         OnExit = edTitleExit
  304.       end
  305.       object edPerformer: TEdit
  306.         Left = 100
  307.         Top = 100
  308.         Width = 220
  309.         Height = 21
  310.         TabOrder = 1
  311.       end
  312.       object edSongwriter: TEdit
  313.         Left = 100
  314.         Top = 136
  315.         Width = 220
  316.         Height = 21
  317.         TabOrder = 2
  318.       end
  319.       object edComposer: TEdit
  320.         Left = 100
  321.         Top = 172
  322.         Width = 220
  323.         Height = 21
  324.         TabOrder = 3
  325.       end
  326.       object CheckBox3: TCheckBox
  327.         Left = 24
  328.         Top = 280
  329.         Width = 233
  330.         Height = 17
  331.         Caption = 'Same as previous track'
  332.         TabOrder = 4
  333.         Visible = False
  334.       end
  335.       object edArranger: TEdit
  336.         Left = 100
  337.         Top = 208
  338.         Width = 220
  339.         Height = 21
  340.         TabOrder = 5
  341.         Text = 'edArranger'
  342.       end
  343.       object edMessage: TEdit
  344.         Left = 100
  345.         Top = 244
  346.         Width = 220
  347.         Height = 21
  348.         TabOrder = 6
  349.         Text = 'edMessage'
  350.       end
  351.     end
  352.   end
  353.   object ImageOpenDialog: TOpenDialog
  354.     DefaultExt = 'WAV'
  355.     Filter = 'WAV Audio|*.wav|All files|*.*'
  356.     Options = [ofHideReadOnly, ofFileMustExist]
  357.     Left = 4
  358.     Top = 360
  359.   end
  360.   object OpenDialog: TMMWaveOpenDialog
  361.     Filter = 'Wave-Files(*.wav)|*.wav'
  362.     Title = 'Open Wave File'
  363.     Options = [ofHideReadOnly, ofNoNetworkButton]
  364.     Left = 48
  365.     Top = 360
  366.   end
  367. end
  368.