home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TTRACKSCANDLG / TTRACKSCANDLG.txt
Text File  |  2001-03-01  |  3KB  |  179 lines

  1. object TrackScanDlg: TTrackScanDlg
  2.   Left = 340
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Track detection options'
  7.   ClientHeight = 188
  8.   ClientWidth = 386
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 16
  18.     Width = 201
  19.     Height = 102
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 10
  25.     Width = 127
  26.     Height = 13
  27.     Caption = 'Assumed type of the image'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 56
  32.     Width = 56
  33.     Height = 13
  34.     Caption = 'Description:'
  35.   end
  36.   object Bevel3: TBevel
  37.     Left = 16
  38.     Top = 72
  39.     Width = 185
  40.     Height = 38
  41.   end
  42.   object DescriptionTxt: TLabel
  43.     Left = 18
  44.     Top = 76
  45.     Width = 181
  46.     Height = 29
  47.     AutoSize = False
  48.     WordWrap = True
  49.   end
  50.   object Bevel4: TBevel
  51.     Left = 216
  52.     Top = 16
  53.     Width = 161
  54.     Height = 161
  55.     Shape = bsFrame
  56.   end
  57.   object Label6: TLabel
  58.     Left = 224
  59.     Top = 10
  60.     Width = 124
  61.     Height = 13
  62.     Caption = 'First audio track properties'
  63.   end
  64.   object Label7: TLabel
  65.     Left = 340
  66.     Top = 36
  67.     Width = 28
  68.     Height = 13
  69.     Caption = 'M:S:F'
  70.   end
  71.   object Label8: TLabel
  72.     Left = 228
  73.     Top = 36
  74.     Width = 34
  75.     Height = 13
  76.     Caption = 'Pregap'
  77.   end
  78.   object Label9: TLabel
  79.     Left = 228
  80.     Top = 122
  81.     Width = 76
  82.     Height = 13
  83.     Caption = 'Start adjustment'
  84.   end
  85.   object Label10: TLabel
  86.     Left = 227
  87.     Top = 160
  88.     Width = 9
  89.     Height = 13
  90.     Caption = '-5'
  91.   end
  92.   object Label12: TLabel
  93.     Left = 350
  94.     Top = 160
  95.     Width = 12
  96.     Height = 13
  97.     Caption = '+5'
  98.   end
  99.   object Label11: TLabel
  100.     Left = 293
  101.     Top = 160
  102.     Width = 6
  103.     Height = 13
  104.     Caption = '0'
  105.   end
  106.   object ScanBtn: TButton
  107.     Left = 16
  108.     Top = 144
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Detect'
  112.     Default = True
  113.     TabOrder = 4
  114.     OnClick = ScanBtnClick
  115.   end
  116.   object CancelBtn: TButton
  117.     Left = 127
  118.     Top = 144
  119.     Width = 75
  120.     Height = 25
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 5
  125.   end
  126.   object ImageType: TComboBox
  127.     Left = 64
  128.     Top = 32
  129.     Width = 89
  130.     Height = 21
  131.     Style = csDropDownList
  132.     ItemHeight = 13
  133.     TabOrder = 0
  134.     OnChange = ImageTypeChange
  135.     Items.Strings = (
  136.       'CD ROM'
  137.       'Audio'
  138.       'Mixed mode'
  139.       'Video CD')
  140.   end
  141.   object PregapValue: TMaskEdit
  142.     Left = 272
  143.     Top = 32
  144.     Width = 57
  145.     Height = 21
  146.     EditMask = '99:99:99;1;0'
  147.     MaxLength = 8
  148.     TabOrder = 1
  149.     Text = '  :  :  '
  150.   end
  151.   object StandardSize: TButton
  152.     Left = 244
  153.     Top = 64
  154.     Width = 105
  155.     Height = 25
  156.     Caption = 'Standard pregap'
  157.     TabOrder = 2
  158.     OnClick = StandardSizeClick
  159.   end
  160.   object StartAdj: TTrackBar
  161.     Left = 224
  162.     Top = 136
  163.     Width = 145
  164.     Height = 25
  165.     Max = 5
  166.     Min = -5
  167.     Orientation = trHorizontal
  168.     PageSize = 1
  169.     Frequency = 1
  170.     Position = 0
  171.     SelEnd = 0
  172.     SelStart = 0
  173.     TabOrder = 3
  174.     ThumbLength = 15
  175.     TickMarks = tmBottomRight
  176.     TickStyle = tsAuto
  177.   end
  178. end
  179.