📄 addresourcedialog.dfm
字号:
object dlgAddResource: TdlgAddResource
Left = 544
Top = 244
HelpContext = 1000
BorderStyle = bsDialog
Caption = 'Add Resource'
ClientHeight = 272
ClientWidth = 402
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 16
Top = 16
Width = 369
Height = 201
Columns = <
item
Caption = 'Resource'
Width = -2
WidthType = (
-2)
end>
ReadOnly = True
RowSelect = True
ShowColumnHeaders = False
SmallImages = fmMain.ilResources
TabOrder = 0
ViewStyle = vsReport
OnDblClick = ListView1DblClick
end
object btnOK: TButton
Left = 232
Top = 232
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 308
Top = 232
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -