📄 main.dfm
字号:
object MainForm: TMainForm
Left = 313
Top = 206
Width = 600
Height = 397
Caption = 'DCTC Download'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object CGauge1: TCGauge
Left = 0
Top = 316
Width = 592
Height = 22
Align = alBottom
ForeColor = clBlue
end
object CoolBar1: TCoolBar
Left = 0
Top = 0
Width = 592
Height = 75
Bands = <
item
Control = Panel1
ImageIndex = -1
MinHeight = 65
Width = 588
end>
object Panel1: TPanel
Left = 9
Top = 0
Width = 575
Height = 65
Align = alClient
Alignment = taRightJustify
Locked = True
TabOrder = 0
DesignSize = (
575
65)
object m_btnExit: TSpeedButton
Left = 352
Top = 0
Width = 81
Height = 65
Anchors = [akLeft, akTop, akBottom]
Caption = 'Exit'
Flat = True
OnClick = m_btnExitClick
end
object m_btnAbout: TSpeedButton
Left = 264
Top = 0
Width = 81
Height = 65
Anchors = [akLeft, akTop, akBottom]
Caption = 'About'
Flat = True
OnClick = m_btnAboutClick
end
object m_btnDownload: TSpeedButton
Left = 176
Top = 0
Width = 81
Height = 65
Anchors = [akLeft, akTop, akBottom]
Caption = 'Download'
Flat = True
OnClick = m_btnDownloadClick
end
object m_btnRemove: TSpeedButton
Left = 96
Top = 0
Width = 73
Height = 65
AllowAllUp = True
Anchors = [akLeft, akTop, akBottom]
Caption = 'Remove File'
Flat = True
OnClick = m_btnRemoveClick
end
object m_btnAdd: TSpeedButton
Left = 8
Top = 0
Width = 81
Height = 65
AllowAllUp = True
Anchors = [akLeft, akTop, akBottom]
Caption = 'Add File'
Flat = True
OnClick = m_btnAddClick
end
object ComboBox1: TComboBox
Left = 440
Top = 40
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = ComboBox1Change
end
object Edit1: TEdit
Left = 440
Top = 8
Width = 121
Height = 21
Anchors = [akLeft, akTop, akRight, akBottom]
Enabled = False
TabOrder = 1
Text = '00 : 00 : 00'
end
end
end
object ListView1: TListView
Left = 0
Top = 75
Width = 592
Height = 236
Align = alTop
Checkboxes = True
Columns = <
item
Caption = 'Alias Name'
Width = 180
end
item
Caption = 'Size'
Width = 100
end
item
AutoSize = True
Caption = 'File'
end>
ColumnClick = False
TabOrder = 1
ViewStyle = vsReport
OnChange = ListView1Change
end
object StatusBar1: TStatusBar
Left = 0
Top = 338
Width = 592
Height = 25
Panels = <
item
Alignment = taCenter
Text = '0 Bps'
Width = 100
end
item
Alignment = taCenter
Text = 'COM: '
Width = 50
end
item
Alignment = taCenter
Text = 'BaudRate'
Width = 100
end
item
Text = 'File :'
Width = 50
end>
SimplePanel = False
end
object OpenDialog1: TOpenDialog
Left = 80
Top = 160
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 120
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -