📄 color.dfm
字号:
object frmColor: TfrmColor
Left = 297
Top = 231
BorderStyle = bsDialog
Caption = '颜色设置'
ClientHeight = 136
ClientWidth = 258
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object BitBtn1: TBitBtn
Left = 176
Top = 8
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 176
Top = 48
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 161
Height = 105
BevelOuter = bvLowered
TabOrder = 2
object SpeedButton1: TSpeedButton
Left = 8
Top = 75
Width = 67
Height = 22
Caption = '前景色'
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 88
Top = 75
Width = 67
Height = 22
Caption = '背景色'
OnClick = SpeedButton2Click
end
object Panel2: TPanel
Left = 14
Top = 19
Width = 129
Height = 41
BevelOuter = bvLowered
Caption = '单元格颜色'
Color = clWhite
TabOrder = 0
end
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 208
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -