?? unit1.~dfm
字號:
object Form1: TForm1
Left = 370
Top = 157
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 448
ClientWidth = 688
Color = clTeal
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object ListView1: TListView
Left = 0
Top = 17
Width = 688
Height = 431
Align = alClient
Columns = <>
LargeImages = ImageList1
StateImages = ImageList1
TabOrder = 0
OnClick = ListView1Click
OnDblClick = ListView1DblClick
end
object TabControl1: TTabControl
Left = 0
Top = 0
Width = 688
Height = 17
Align = alTop
TabOrder = 1
OnChange = TabControl1Change
end
object ImageList1: TImageList
Height = 32
Width = 32
Left = 200
Top = 168
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -