formupdateskin.~dfm
来自「企业通comicq是一个通讯工具软件,一个通讯工具软件」· ~DFM 代码 · 共 57 行
~DFM
57 行
object UpdateSkinForm: TUpdateSkinForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = #26356#26032#30382#32932
ClientHeight = 274
ClientWidth = 292
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 72
Height = 13
Caption = #36873#25321#30382#32932#25991#20214
end
object SkinListBox: TListBox
Left = 16
Top = 40
Width = 241
Height = 177
ItemHeight = 13
Items.Strings = (
#40657#33394
#34013#33394)
TabOrder = 0
OnDblClick = Btn_SaveClick
end
object Btn_Save: TButton
Left = 112
Top = 240
Width = 75
Height = 25
Caption = #20445#23384'(&S)'
TabOrder = 1
OnClick = Btn_SaveClick
end
object BtnClose: TButton
Left = 200
Top = 240
Width = 75
Height = 25
Caption = #20851#38381'(&C)'
TabOrder = 2
OnClick = BtnCloseClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?