?? frmprojectcollection.dfm
字號:
object ProjectCollectionForm: TProjectCollectionForm
Left = 202
Top = 160
Width = 518
Height = 422
Caption = 'ProjectCollectionForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object btnAdd: TButton
Left = 320
Top = 52
Width = 75
Height = 25
Caption = '&Add'
TabOrder = 0
OnClick = btnAddClick
end
object btnRefresh: TButton
Left = 320
Top = 20
Width = 75
Height = 25
Caption = '&Refresh'
TabOrder = 1
OnClick = btnRefreshClick
end
object ListView1: TListView
Left = 8
Top = 20
Width = 305
Height = 161
Columns = <
item
Caption = 'ProjectName'
Width = 100
end
item
Caption = 'Description'
Width = 100
end
item
Caption = 'RootDir'
Width = 100
end>
RowSelect = True
TabOrder = 2
ViewStyle = vsReport
end
object btnView: TButton
Left = 320
Top = 84
Width = 75
Height = 25
Caption = '&View'
TabOrder = 3
OnClick = btnViewClick
end
object btnClear: TButton
Left = 320
Top = 116
Width = 75
Height = 25
Caption = '&Clear'
TabOrder = 4
OnClick = btnClearClick
end
object ListView2: TListView
Left = 8
Top = 192
Width = 305
Height = 161
Columns = <
item
Caption = 'ProjectName'
Width = 100
end
item
Caption = 'Description'
Width = 100
end
item
Caption = 'RootDir'
Width = 100
end>
RowSelect = True
TabOrder = 5
ViewStyle = vsReport
end
object btnAssign: TButton
Left = 324
Top = 192
Width = 75
Height = 25
Caption = '&Assign'
TabOrder = 6
OnClick = btnAssignClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -