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

DVD

开发平台:

Delphi

  1. object BurnForm: TBurnForm
  2.   Left = 421
  3.   Top = 134
  4.   Width = 384
  5.   Height = 451
  6.   Caption = 'CD Burner 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.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Gauge1: TGauge
  19.     Left = 15
  20.     Top = 182
  21.     Width = 348
  22.     Height = 17
  23.     Progress = 0
  24.   end
  25.   object Label1: TLabel
  26.     Left = 15
  27.     Top = 165
  28.     Width = 46
  29.     Height = 13
  30.     Caption = 'CD Buffer'
  31.   end
  32.   object Gauge2: TGauge
  33.     Left = 15
  34.     Top = 274
  35.     Width = 349
  36.     Height = 21
  37.     ForeColor = clNavy
  38.     Progress = 0
  39.   end
  40.   object Label2: TLabel
  41.     Left = 13
  42.     Top = 257
  43.     Width = 66
  44.     Height = 13
  45.     Caption = 'Percent Done'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 14
  49.     Top = 305
  50.     Width = 133
  51.     Height = 13
  52.     Caption = 'Burner Buffer Size : 2048 kb'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 14
  56.     Top = 328
  57.     Width = 134
  58.     Height = 13
  59.     Caption = 'Burner Free Buffer : 2048 kb'
  60.   end
  61.   object Label5: TLabel
  62.     Left = 12
  63.     Top = 8
  64.     Width = 37
  65.     Height = 13
  66.     Caption = 'Log File'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 16
  70.     Top = 205
  71.     Width = 65
  72.     Height = 13
  73.     Caption = 'CD File Buffer'
  74.   end
  75.   object Gauge3: TGauge
  76.     Left = 15
  77.     Top = 222
  78.     Width = 349
  79.     Height = 17
  80.     ForeColor = clNavy
  81.     Progress = 0
  82.   end
  83.   object ListBox1: TListBox
  84.     Left = 11
  85.     Top = 25
  86.     Width = 357
  87.     Height = 123
  88.     ItemHeight = 13
  89.     TabOrder = 0
  90.   end
  91.   object StatusBar1: TStatusBar
  92.     Left = 0
  93.     Top = 398
  94.     Width = 376
  95.     Height = 19
  96.     Panels = <>
  97.     SimplePanel = True
  98.   end
  99. end