📄 unit1.dfm
字号:
object Form1: TForm1
Left = 294
Top = 114
Width = 634
Height = 541
Caption = 'CD Burner Test Application Dancemammal.com 2005'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 462
Top = 195
Width = 75
Height = 25
Caption = 'TOC'
TabOrder = 0
end
object PageControl1: TPageControl
Left = 4
Top = 72
Width = 612
Height = 353
ActivePage = TabSheet6
TabIndex = 0
TabOrder = 1
object TabSheet6: TTabSheet
Caption = 'Table Of Contents'
ImageIndex = 5
object ReadTocListView: TListView
Left = 14
Top = 7
Width = 581
Height = 313
Columns = <
item
Caption = 'No'
Width = 30
end
item
Caption = 'Num'
Width = 40
end
item
Caption = 'LBA'
Width = 75
end
item
Caption = 'Flags'
Width = 350
end>
ColumnClick = False
GridLines = True
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
end
end
object TabSheet1: TTabSheet
Caption = 'Audio Track List'
ImageIndex = 1
object TrackListBox: TListBox
Left = 0
Top = 0
Width = 604
Height = 325
Align = alClient
ItemHeight = 13
TabOrder = 0
end
end
end
object ToolBar1: TToolBar
Left = 0
Top = 29
Width = 626
Height = 38
AutoSize = True
ButtonHeight = 36
ButtonWidth = 57
Caption = 'ToolBar1'
Flat = True
Images = ImageList1
ParentShowHint = False
ShowCaptions = True
ShowHint = False
TabOrder = 2
object ToolButton4: TToolButton
Left = 0
Top = 0
Width = 8
Caption = 'ToolButton4'
ImageIndex = 3
Style = tbsSeparator
end
object ToolButton1: TToolButton
Left = 8
Top = 0
Hint = 'RIP CD To ISO File'
Caption = 'CD to ISO'
ImageIndex = 3
OnClick = SaveCDToISOImage1Click
end
object ToolButton2: TToolButton
Left = 65
Top = 0
Hint = 'Burn ISO To CD'
Caption = 'ISO to CD'
ImageIndex = 0
OnClick = BurnISOToCD1Click
end
object ToolButton6: TToolButton
Left = 122
Top = 0
Width = 8
Caption = 'ToolButton6'
ImageIndex = 6
Style = tbsSeparator
end
object ToolButton3: TToolButton
Left = 130
Top = 0
Hint = 'Burn Audio File To CD'
Caption = 'Audio CD'
ImageIndex = 1
OnClick = BurnWaveFileToCD1Click
end
object ToolButton8: TToolButton
Left = 187
Top = 0
Width = 8
Caption = 'ToolButton8'
ImageIndex = 5
Style = tbsSeparator
end
object ToolButton5: TToolButton
Left = 195
Top = 0
Hint = 'Format CD in Burner'
Caption = 'Format CD'
ImageIndex = 4
end
object ToolButton7: TToolButton
Left = 252
Top = 0
Hint = 'Blank CD In Burner'
Caption = 'Blank CD'
ImageIndex = 5
end
end
object Panel1: TPanel
Left = 0
Top = 432
Width = 626
Height = 36
Align = alBottom
TabOrder = 3
object CDSize1: TCDSize
Left = 2
Top = 3
Width = 619
Height = 29
Cursor = crCross
Hint = 'Current CD Size'
OnOverBurn = CDSize1OverBurn
BarColour = clMoneyGreen
MemBarColour = clBlack
ProgressGap = 0
MaxMemory = 700
TickColour = clNavy
end
end
object StatusBar2: TStatusBar
Left = 0
Top = 468
Width = 626
Height = 19
Panels = <
item
Text = 'Error :'
Width = 200
end
item
Text = 'Bytes : '
Width = 180
end
item
Text = 'Sector'
Width = 100
end>
SimplePanel = False
end
object ToolBar2: TToolBar
Left = 0
Top = 0
Width = 626
Height = 29
ButtonHeight = 13
Caption = 'ToolBar2'
TabOrder = 5
object ToolButton9: TToolButton
Left = 0
Top = 2
Width = 8
Caption = 'ToolButton9'
Style = tbsSeparator
end
object Label1: TLabel
Left = 8
Top = 2
Width = 80
Height = 13
Alignment = taCenter
Caption = 'CD Burner Unit '
end
object DriveCombo: TComboBox
Left = 88
Top = 2
Width = 374
Height = 21
ItemHeight = 13
TabOrder = 0
end
end
object MainMenu1: TMainMenu
Left = 266
Top = 134
object File1: TMenuItem
Caption = '&File'
object AddTrackToTrackList1: TMenuItem
Caption = 'Add Track To TrackList'
OnClick = AddTrackToTrackList1Click
end
end
object Options1: TMenuItem
Caption = '&Options'
object CDCapabilities1: TMenuItem
Caption = 'Show CD Capabilities'
OnClick = CDCapabilities1Click
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -