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 / TREADTRACKDLG / TREADTRACKDLG.txt
Encoding:
Text File  |  2002-12-06  |  2.8 KB  |  136 lines

  1. object ReadTrackDlg: TReadTrackDlg
  2.   Left = 582
  3.   Top = 578
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'Save Track as'
  7.   ClientHeight = 111
  8.   ClientWidth = 413
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlLength: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 410
  22.     Height = 105
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Label3: TLabel
  26.       Left = 8
  27.       Top = 3
  28.       Width = 65
  29.       Height = 13
  30.       AutoSize = False
  31.       Caption = '&Begin:'
  32.       FocusControl = PositionEdit
  33.     end
  34.     object Label4: TLabel
  35.       Left = 8
  36.       Top = 27
  37.       Width = 65
  38.       Height = 13
  39.       AutoSize = False
  40.       Caption = '&Length:'
  41.       FocusControl = LengthEdit
  42.     end
  43.     object ReadSpeedLabel: TLabel
  44.       Left = 259
  45.       Top = 11
  46.       Width = 34
  47.       Height = 13
  48.       Caption = '&Speed:'
  49.       Visible = False
  50.     end
  51.     object Label1: TLabel
  52.       Left = 8
  53.       Top = 51
  54.       Width = 65
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = '&End:'
  58.       FocusControl = edEndPosition
  59.     end
  60.     object ReadSpeedComboBox: TComboBox
  61.       Left = 259
  62.       Top = 25
  63.       Width = 70
  64.       Height = 21
  65.       HelpContext = 224
  66.       TabStop = False
  67.       Style = csDropDownList
  68.       ItemHeight = 13
  69.       TabOrder = 3
  70.       Visible = False
  71.       OnChange = ReadSpeedComboBoxChange
  72.     end
  73.     object btnSettings: TButton
  74.       Left = 334
  75.       Top = 33
  76.       Width = 75
  77.       Height = 23
  78.       HelpContext = 252
  79.       Caption = '&Settings...'
  80.       TabOrder = 5
  81.       OnClick = TrackInfBtnClick
  82.     end
  83.     object btnTrackInfo: TButton
  84.       Left = 334
  85.       Top = 1
  86.       Width = 75
  87.       Height = 23
  88.       HelpContext = 252
  89.       Caption = 'Track &info...'
  90.       TabOrder = 4
  91.       OnClick = TrackInfBtnClick
  92.     end
  93.     object cbSecureRead: TCheckBox
  94.       Left = 167
  95.       Top = 2
  96.       Width = 111
  97.       Height = 17
  98.       Caption = 'Secure audio read'
  99.       TabOrder = 6
  100.     end
  101.     object edEndPosition: TMaskEdit
  102.       Left = 80
  103.       Top = 48
  104.       Width = 71
  105.       Height = 21
  106.       HelpContext = 243
  107.       TabOrder = 2
  108.       Text = 'edEndPosition'
  109.       OnChange = PositionEditChange
  110.       OnKeyPress = MaskEditNumKeyPress
  111.     end
  112.     object LengthEdit: TMaskEdit
  113.       Left = 80
  114.       Top = 24
  115.       Width = 71
  116.       Height = 21
  117.       HelpContext = 243
  118.       TabOrder = 1
  119.       Text = 'LengthEdit'
  120.       OnChange = PositionEditChange
  121.       OnKeyPress = MaskEditNumKeyPress
  122.     end
  123.     object PositionEdit: TMaskEdit
  124.       Left = 80
  125.       Top = 0
  126.       Width = 71
  127.       Height = 21
  128.       HelpContext = 234
  129.       TabOrder = 0
  130.       Text = 'PositionEdit'
  131.       OnChange = PositionEditChange
  132.       OnKeyPress = MaskEditNumKeyPress
  133.     end
  134.   end
  135. end
  136.