home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Audiogrb / ag150beta.exe / 0 / RCDATA / TASPIFORM / TASPIFORM.txt
Text File  |  1999-05-22  |  7KB  |  399 lines

  1. object AspiForm: TAspiForm
  2.   Left = 241
  3.   Top = 248
  4.   Width = 667
  5.   Height = 466
  6.   Caption = 'AspiForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 208
  19.     Top = 53
  20.     Width = 31
  21.     Height = 13
  22.     Caption = 'Target'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 428
  26.     Top = 20
  27.     Width = 54
  28.     Height = 13
  29.     Caption = 'First sector:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 428
  33.     Top = 44
  34.     Width = 55
  35.     Height = 13
  36.     Caption = 'Last sector:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 432
  40.     Top = 60
  41.     Width = 45
  42.     Height = 13
  43.     Caption = 'Filename:'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 636
  47.     Top = 148
  48.     Width = 14
  49.     Height = 13
  50.     Caption = '0%'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 572
  54.     Top = 180
  55.     Width = 33
  56.     Height = 13
  57.     Caption = 'Synch:'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 214
  61.     Top = 31
  62.     Width = 25
  63.     Height = 13
  64.     Caption = 'Host:'
  65.   end
  66.   object Label8: TLabel
  67.     Left = 219
  68.     Top = 77
  69.     Width = 17
  70.     Height = 13
  71.     Caption = 'lun:'
  72.   end
  73.   object Label9: TLabel
  74.     Left = 429
  75.     Top = 180
  76.     Width = 85
  77.     Height = 13
  78.     Caption = 'CD Access mode:'
  79.   end
  80.   object Button1: TButton
  81.     Left = 6
  82.     Top = 7
  83.     Width = 165
  84.     Height = 33
  85.     Caption = 'Check ASPI versoin'
  86.     TabOrder = 0
  87.     OnClick = Button1Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 6
  91.     Top = 43
  92.     Width = 165
  93.     Height = 33
  94.     Caption = 'Check unit type'
  95.     TabOrder = 1
  96.     OnClick = Button2Click
  97.   end
  98.   object Button3: TButton
  99.     Left = 6
  100.     Top = 79
  101.     Width = 191
  102.     Height = 33
  103.     Caption = 'Get unit name'
  104.     TabOrder = 2
  105.     OnClick = Button3Click
  106.   end
  107.   object Button4: TButton
  108.     Left = 6
  109.     Top = 119
  110.     Width = 165
  111.     Height = 33
  112.     Caption = 'Fill track list'
  113.     TabOrder = 3
  114.     OnClick = Button4Click
  115.   end
  116.   object ListBox1: TListBox
  117.     Left = 64
  118.     Top = 176
  119.     Width = 349
  120.     Height = 225
  121.     ItemHeight = 13
  122.     TabOrder = 4
  123.     OnClick = ListBox1Click
  124.   end
  125.   object Button7: TButton
  126.     Left = 276
  127.     Top = 8
  128.     Width = 137
  129.     Height = 37
  130.     Caption = 'Burst copy'
  131.     TabOrder = 5
  132.   end
  133.   object Edit1: TEdit
  134.     Left = 244
  135.     Top = 49
  136.     Width = 25
  137.     Height = 21
  138.     TabOrder = 6
  139.     Text = '0'
  140.   end
  141.   object Button9: TButton
  142.     Left = 428
  143.     Top = 104
  144.     Width = 77
  145.     Height = 29
  146.     Caption = 'Abort'
  147.     TabOrder = 7
  148.     OnClick = Button9Click
  149.   end
  150.   object Edit2: TEdit
  151.     Left = 488
  152.     Top = 12
  153.     Width = 65
  154.     Height = 21
  155.     TabOrder = 8
  156.     Text = '1010'
  157.   end
  158.   object Edit3: TEdit
  159.     Left = 488
  160.     Top = 36
  161.     Width = 65
  162.     Height = 21
  163.     TabOrder = 9
  164.     Text = '1060'
  165.   end
  166.   object Edit4: TEdit
  167.     Left = 440
  168.     Top = 76
  169.     Width = 197
  170.     Height = 21
  171.     ReadOnly = True
  172.     TabOrder = 10
  173.     Text = 'testfile.wav   (this can not be changed!)'
  174.   end
  175.   object ProgressBar1: TProgressBar
  176.     Left = 428
  177.     Top = 144
  178.     Width = 201
  179.     Height = 25
  180.     Min = 0
  181.     Max = 100
  182.     TabOrder = 11
  183.   end
  184.   object Button10: TButton
  185.     Left = 328
  186.     Top = 144
  187.     Width = 73
  188.     Height = 25
  189.     Caption = 'Clear listbox'
  190.     TabOrder = 12
  191.     OnClick = Button10Click
  192.   end
  193.   object RadioButton1: TRadioButton
  194.     Left = 512
  195.     Top = 104
  196.     Width = 97
  197.     Height = 17
  198.     Caption = 'ATAPI'
  199.     Checked = True
  200.     TabOrder = 13
  201.     TabStop = True
  202.     Visible = False
  203.   end
  204.   object RadioButton2: TRadioButton
  205.     Left = 512
  206.     Top = 114
  207.     Width = 97
  208.     Height = 17
  209.     Caption = 'SCSI (Toshiba)'
  210.     TabOrder = 14
  211.     Visible = False
  212.   end
  213.   object Button5: TButton
  214.     Left = 428
  215.     Top = 252
  216.     Width = 45
  217.     Height = 25
  218.     Caption = 'Play'
  219.     TabOrder = 15
  220.   end
  221.   object Button6: TButton
  222.     Left = 428
  223.     Top = 284
  224.     Width = 141
  225.     Height = 25
  226.     Caption = 'Read SubChannel'
  227.     TabOrder = 16
  228.   end
  229.   object Button8: TButton
  230.     Left = 476
  231.     Top = 252
  232.     Width = 45
  233.     Height = 25
  234.     Caption = 'Stop'
  235.     TabOrder = 17
  236.   end
  237.   object Button11: TButton
  238.     Left = 523
  239.     Top = 252
  240.     Width = 45
  241.     Height = 24
  242.     Caption = 'Resume'
  243.     TabOrder = 18
  244.   end
  245.   object Button12: TButton
  246.     Left = 276
  247.     Top = 52
  248.     Width = 109
  249.     Height = 29
  250.     Caption = 'Copy with synch'
  251.     TabOrder = 19
  252.   end
  253.   object Edit5: TEdit
  254.     Left = 392
  255.     Top = 56
  256.     Width = 25
  257.     Height = 21
  258.     TabOrder = 20
  259.     Text = '2'
  260.   end
  261.   object Edit6: TEdit
  262.     Left = 212
  263.     Top = 116
  264.     Width = 101
  265.     Height = 21
  266.     TabOrder = 21
  267.     Text = 'test0.wav'
  268.     Visible = False
  269.   end
  270.   object Edit7: TEdit
  271.     Left = 212
  272.     Top = 140
  273.     Width = 101
  274.     Height = 21
  275.     TabOrder = 22
  276.     Text = 'test1.wav'
  277.     Visible = False
  278.   end
  279.   object Button13: TButton
  280.     Left = 320
  281.     Top = 108
  282.     Width = 73
  283.     Height = 21
  284.     Caption = 'Button13'
  285.     TabOrder = 23
  286.     Visible = False
  287.     OnClick = Button13Click
  288.   end
  289.   object Button14: TButton
  290.     Left = 572
  291.     Top = 16
  292.     Width = 85
  293.     Height = 33
  294.     Caption = 'Autosynch'
  295.     TabOrder = 24
  296.   end
  297.   object Button15: TButton
  298.     Left = 588
  299.     Top = 232
  300.     Width = 65
  301.     Height = 29
  302.     Caption = 'Button 15'
  303.     TabOrder = 25
  304.     Visible = False
  305.     OnClick = Button15Click
  306.   end
  307.   object Edit8: TEdit
  308.     Left = 244
  309.     Top = 27
  310.     Width = 25
  311.     Height = 21
  312.     TabOrder = 26
  313.     Text = '0'
  314.   end
  315.   object Edit9: TEdit
  316.     Left = 244
  317.     Top = 73
  318.     Width = 25
  319.     Height = 21
  320.     TabOrder = 27
  321.     Text = '0'
  322.   end
  323.   object Button16: TButton
  324.     Left = 428
  325.     Top = 360
  326.     Width = 137
  327.     Height = 25
  328.     Caption = 'Autodetect CD-ROM'#39's'
  329.     TabOrder = 28
  330.   end
  331.   object ComboBox1: TComboBox
  332.     Left = 428
  333.     Top = 392
  334.     Width = 229
  335.     Height = 21
  336.     Style = csDropDownList
  337.     ItemHeight = 13
  338.     TabOrder = 29
  339.     OnChange = ComboBox1Change
  340.   end
  341.   object RadioButton3: TRadioButton
  342.     Left = 516
  343.     Top = 124
  344.     Width = 97
  345.     Height = 17
  346.     Caption = 'SCSI (Yamaha)'
  347.     TabOrder = 30
  348.     Visible = False
  349.   end
  350.   object ComboBox2: TComboBox
  351.     Left = 568
  352.     Top = 328
  353.     Width = 85
  354.     Height = 21
  355.     Style = csDropDownList
  356.     ItemHeight = 13
  357.     TabOrder = 31
  358.     OnChange = ComboBox2Change
  359.   end
  360.   object Button17: TButton
  361.     Left = 580
  362.     Top = 292
  363.     Width = 73
  364.     Height = 29
  365.     Caption = 'Actual speed'
  366.     TabOrder = 32
  367.     OnClick = Button17Click
  368.   end
  369.   object Button18: TButton
  370.     Left = 584
  371.     Top = 204
  372.     Width = 73
  373.     Height = 25
  374.     Caption = 'Button18'
  375.     TabOrder = 33
  376.     Visible = False
  377.     OnClick = Button18Click
  378.   end
  379.   object Button19: TButton
  380.     Left = 428
  381.     Top = 324
  382.     Width = 137
  383.     Height = 29
  384.     Caption = 'Detect supported speeds'
  385.     TabOrder = 34
  386.     OnClick = Button19Click
  387.   end
  388.   object ComboBox3: TComboBox
  389.     Left = 428
  390.     Top = 196
  391.     Width = 105
  392.     Height = 21
  393.     Style = csDropDownList
  394.     ItemHeight = 13
  395.     TabOrder = 35
  396.     OnChange = ComboBox3Change
  397.   end
  398. end
  399.