📄 unit1.dfm
字号:
object frMain: TfrMain
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'frMain'
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
PixelsPerInch = 96
TextHeight = 13
object FileList: TcxCheckListBox
Left = 24
Top = 24
Width = 441
Height = 361
Items = <>
TabOrder = 0
end
object AddExcelFile: TcxButton
Left = 496
Top = 72
Width = 129
Height = 25
Caption = #28155#21152' Excel '#25991#20214
TabOrder = 1
OnClick = AddExcelFileClick
end
object StartUpdate: TcxButton
Left = 496
Top = 264
Width = 129
Height = 25
Caption = #25163#21160#26356#26032#25991#20214
TabOrder = 2
OnClick = StartUpdateClick
end
object OpenDialog: TOpenDialog
DefaultExt = 'xls'
Filter = 'Microsoft Excel '#25991#20214' (*.xls)|*.xls'
InitialDir = 'D:\ligshan'
Left = 648
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -