unitformextractico.dfm
来自「图象处理的一些相关内容 不是很难的,实现简单,希望对大家有帮助」· DFM 代码 · 共 47 行
DFM
47 行
object FormExtractIco: TFormExtractIco
Left = 240
Top = 121
Width = 544
Height = 375
Caption = 'FormExtractIco'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 0
Top = 0
Width = 536
Height = 348
Align = alClient
Columns = <>
LargeImages = ImageList1
TabOrder = 0
OnMouseDown = ListView1MouseDown
end
object ImageList1: TImageList
Height = 32
Width = 32
Left = 64
Top = 48
end
object SaveDialog1: TSaveDialog
Filter = #22270#26631#25991#20214'(*.ico)|*.ico'
Left = 104
Top = 48
end
object PopupMenu1: TPopupMenu
Left = 144
Top = 48
object PopMenuSaveAs: TMenuItem
Caption = #21478#23384#20026
OnClick = PopMenuSaveAsClick
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?