Unit2.dfm
上传用户:wanyu_2000
上传日期:2021-02-21
资源大小:527k
文件大小:10k
源码类别:

DVD

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 376
  3.   Top = 226
  4.   Width = 537
  5.   Height = 483
  6.   Caption = 'Info'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 8
  19.     Top = 32
  20.     Width = 521
  21.     Height = 417
  22.     ActivePage = TabSheet1
  23.     TabIndex = 0
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Device info'
  27.       object GroupBox2: TGroupBox
  28.         Left = 16
  29.         Top = 88
  30.         Width = 473
  31.         Height = 97
  32.         Caption = 'Supported Read Feature'
  33.         TabOrder = 0
  34.         object CheckBox3: TCheckBox
  35.           Left = 128
  36.           Top = 24
  37.           Width = 97
  38.           Height = 17
  39.           Caption = 'DVD-RAM'
  40.           Enabled = False
  41.           ParentShowHint = False
  42.           ShowHint = True
  43.           TabOrder = 0
  44.         end
  45.         object CheckBox4: TCheckBox
  46.           Left = 128
  47.           Top = 40
  48.           Width = 97
  49.           Height = 17
  50.           Caption = 'DVD-ROM'
  51.           Enabled = False
  52.           ParentShowHint = False
  53.           ShowHint = True
  54.           TabOrder = 1
  55.         end
  56.         object CheckBox2: TCheckBox
  57.           Left = 8
  58.           Top = 40
  59.           Width = 97
  60.           Height = 17
  61.           Caption = 'CD-RW'
  62.           Enabled = False
  63.           ParentShowHint = False
  64.           ShowHint = True
  65.           TabOrder = 2
  66.         end
  67.         object CheckBox1: TCheckBox
  68.           Left = 8
  69.           Top = 24
  70.           Width = 97
  71.           Height = 17
  72.           Caption = 'CD-R'
  73.           Enabled = False
  74.           ParentShowHint = False
  75.           ShowHint = True
  76.           TabOrder = 3
  77.         end
  78.         object CheckBox7: TCheckBox
  79.           Left = 248
  80.           Top = 40
  81.           Width = 97
  82.           Height = 17
  83.           Caption = 'DVD+R'
  84.           Enabled = False
  85.           ParentShowHint = False
  86.           ShowHint = True
  87.           TabOrder = 4
  88.         end
  89.         object CheckBox5: TCheckBox
  90.           Left = 128
  91.           Top = 56
  92.           Width = 97
  93.           Height = 17
  94.           Caption = 'DVD-R'
  95.           Enabled = False
  96.           ParentShowHint = False
  97.           ShowHint = True
  98.           TabOrder = 5
  99.         end
  100.         object CheckBox6: TCheckBox
  101.           Left = 248
  102.           Top = 24
  103.           Width = 97
  104.           Height = 17
  105.           Caption = 'DVD-RW'
  106.           Enabled = False
  107.           ParentShowHint = False
  108.           ShowHint = True
  109.           TabOrder = 6
  110.         end
  111.         object CheckBox8: TCheckBox
  112.           Left = 248
  113.           Top = 56
  114.           Width = 97
  115.           Height = 17
  116.           Caption = 'DVD+RW'
  117.           Enabled = False
  118.           ParentShowHint = False
  119.           ShowHint = True
  120.           TabOrder = 7
  121.         end
  122.         object CheckBox12: TCheckBox
  123.           Left = 352
  124.           Top = 72
  125.           Width = 97
  126.           Height = 17
  127.           Caption = 'C2 Errors'
  128.           Enabled = False
  129.           ParentShowHint = False
  130.           ShowHint = True
  131.           TabOrder = 8
  132.         end
  133.         object CheckBox9: TCheckBox
  134.           Left = 352
  135.           Top = 24
  136.           Width = 97
  137.           Height = 17
  138.           Caption = 'Video CD'
  139.           Enabled = False
  140.           ParentShowHint = False
  141.           ShowHint = True
  142.           TabOrder = 9
  143.         end
  144.         object CheckBox10: TCheckBox
  145.           Left = 352
  146.           Top = 40
  147.           Width = 97
  148.           Height = 17
  149.           Caption = 'CD Text'
  150.           Enabled = False
  151.           ParentShowHint = False
  152.           ShowHint = True
  153.           TabOrder = 10
  154.         end
  155.         object CheckBox11: TCheckBox
  156.           Left = 352
  157.           Top = 56
  158.           Width = 97
  159.           Height = 17
  160.           Caption = 'CD+G'
  161.           Enabled = False
  162.           ParentShowHint = False
  163.           ShowHint = True
  164.           TabOrder = 11
  165.         end
  166.         object CheckBox16: TCheckBox
  167.           Left = 8
  168.           Top = 56
  169.           Width = 97
  170.           Height = 17
  171.           Hint = 'Read CD-R written using fixed packets'
  172.           Caption = 'Method2'
  173.           Enabled = False
  174.           ParentShowHint = False
  175.           ShowHint = True
  176.           TabOrder = 12
  177.         end
  178.       end
  179.       object GroupBox1: TGroupBox
  180.         Left = 16
  181.         Top = 8
  182.         Width = 473
  183.         Height = 73
  184.         Caption = 'General'
  185.         TabOrder = 1
  186.         object Label1: TLabel
  187.           Left = 96
  188.           Top = 16
  189.           Width = 39
  190.           Height = 13
  191.           Caption = 'Label1'
  192.           Font.Charset = DEFAULT_CHARSET
  193.           Font.Color = clWindowText
  194.           Font.Height = -11
  195.           Font.Name = 'MS Sans Serif'
  196.           Font.Style = [fsBold]
  197.           ParentFont = False
  198.         end
  199.         object Label2: TLabel
  200.           Left = 96
  201.           Top = 32
  202.           Width = 39
  203.           Height = 13
  204.           Caption = 'Label1'
  205.           Font.Charset = DEFAULT_CHARSET
  206.           Font.Color = clWindowText
  207.           Font.Height = -11
  208.           Font.Name = 'MS Sans Serif'
  209.           Font.Style = [fsBold]
  210.           ParentFont = False
  211.         end
  212.         object Label3: TLabel
  213.           Left = 96
  214.           Top = 48
  215.           Width = 39
  216.           Height = 13
  217.           Caption = 'Label1'
  218.           Font.Charset = DEFAULT_CHARSET
  219.           Font.Color = clWindowText
  220.           Font.Height = -11
  221.           Font.Name = 'MS Sans Serif'
  222.           Font.Style = [fsBold]
  223.           ParentFont = False
  224.         end
  225.         object Label4: TLabel
  226.           Left = 24
  227.           Top = 16
  228.           Width = 40
  229.           Height = 13
  230.           Caption = 'Device: '
  231.         end
  232.         object Label5: TLabel
  233.           Left = 24
  234.           Top = 32
  235.           Width = 62
  236.           Height = 13
  237.           Caption = 'Ventor Spec:'
  238.         end
  239.         object Label6: TLabel
  240.           Left = 24
  241.           Top = 48
  242.           Width = 48
  243.           Height = 13
  244.           Caption = 'Firmware: '
  245.         end
  246.       end
  247.       object GroupBox3: TGroupBox
  248.         Left = 16
  249.         Top = 188
  250.         Width = 473
  251.         Height = 101
  252.         Caption = 'Supported Write Feature'
  253.         Enabled = False
  254.         TabOrder = 2
  255.         object CheckBox13: TCheckBox
  256.           Left = 8
  257.           Top = 24
  258.           Width = 97
  259.           Height = 17
  260.           Caption = 'CD-R'
  261.           Enabled = False
  262.           ParentShowHint = False
  263.           ShowHint = True
  264.           TabOrder = 0
  265.         end
  266.         object CheckBox14: TCheckBox
  267.           Left = 8
  268.           Top = 40
  269.           Width = 97
  270.           Height = 17
  271.           Caption = 'CD-RW'
  272.           Enabled = False
  273.           ParentShowHint = False
  274.           ShowHint = True
  275.           TabOrder = 1
  276.         end
  277.         object CheckBox15: TCheckBox
  278.           Left = 8
  279.           Top = 56
  280.           Width = 97
  281.           Height = 17
  282.           Caption = 'DVD-RAM'
  283.           Enabled = False
  284.           ParentShowHint = False
  285.           ShowHint = True
  286.           TabOrder = 2
  287.         end
  288.         object CheckBox17: TCheckBox
  289.           Left = 128
  290.           Top = 24
  291.           Width = 97
  292.           Height = 17
  293.           Caption = 'DVD-R'
  294.           Enabled = False
  295.           ParentShowHint = False
  296.           ShowHint = True
  297.           TabOrder = 3
  298.         end
  299.         object CheckBox18: TCheckBox
  300.           Left = 128
  301.           Top = 40
  302.           Width = 97
  303.           Height = 17
  304.           Caption = 'DVD-RW'
  305.           Enabled = False
  306.           ParentShowHint = False
  307.           ShowHint = True
  308.           TabOrder = 4
  309.         end
  310.         object CheckBox19: TCheckBox
  311.           Left = 128
  312.           Top = 56
  313.           Width = 97
  314.           Height = 17
  315.           Caption = 'DVD+R'
  316.           Enabled = False
  317.           ParentShowHint = False
  318.           ShowHint = True
  319.           TabOrder = 5
  320.         end
  321.         object CheckBox20: TCheckBox
  322.           Left = 128
  323.           Top = 72
  324.           Width = 97
  325.           Height = 17
  326.           Caption = 'DVD+RW'
  327.           Enabled = False
  328.           ParentShowHint = False
  329.           ShowHint = True
  330.           TabOrder = 6
  331.         end
  332.         object CheckBox21: TCheckBox
  333.           Left = 248
  334.           Top = 24
  335.           Width = 97
  336.           Height = 17
  337.           Caption = 'Mount Rainier'
  338.           Enabled = False
  339.           ParentShowHint = False
  340.           ShowHint = True
  341.           TabOrder = 7
  342.         end
  343.         object CheckBox22: TCheckBox
  344.           Left = 248
  345.           Top = 40
  346.           Width = 97
  347.           Height = 17
  348.           Caption = 'Buffer Underrun Protection'
  349.           Enabled = False
  350.           ParentShowHint = False
  351.           ShowHint = True
  352.           TabOrder = 8
  353.         end
  354.       end
  355.       object GroupBox4: TGroupBox
  356.         Left = 16
  357.         Top = 296
  358.         Width = 473
  359.         Height = 81
  360.         Caption = 'Extended Feature'
  361.         Enabled = False
  362.         TabOrder = 3
  363.         object CheckBox23: TCheckBox
  364.           Left = 8
  365.           Top = 16
  366.           Width = 97
  367.           Height = 17
  368.           Caption = 'Mode 2  F1'
  369.           Enabled = False
  370.           TabOrder = 0
  371.         end
  372.         object CheckBox24: TCheckBox
  373.           Left = 8
  374.           Top = 32
  375.           Width = 97
  376.           Height = 17
  377.           Caption = 'Mode 2 F2'
  378.           Enabled = False
  379.           TabOrder = 1
  380.         end
  381.         object CheckBox25: TCheckBox
  382.           Left = 128
  383.           Top = 16
  384.           Width = 113
  385.           Height = 17
  386.           Caption = 'Read multisession'
  387.           Enabled = False
  388.           TabOrder = 2
  389.         end
  390.         object CheckBox26: TCheckBox
  391.           Left = 128
  392.           Top = 32
  393.           Width = 97
  394.           Height = 17
  395.           Caption = 'Barcode'
  396.           Enabled = False
  397.           TabOrder = 3
  398.         end
  399.       end
  400.     end
  401.     object TabSheet2: TTabSheet
  402.       Caption = 'Media info'
  403.       ImageIndex = 1
  404.     end
  405.   end
  406.   object DriveCombo: TComboBox
  407.     Left = 20
  408.     Top = 2
  409.     Width = 484
  410.     Height = 21
  411.     ItemHeight = 13
  412.     TabOrder = 1
  413.     OnChange = DriveComboChange
  414.   end
  415. end