📄 diagonal.dfm
字号:
object frmDiagonal: TfrmDiagonal
Left = 257
Top = 182
Width = 290
Height = 164
Caption = '单元格斜线设置'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object BitBtn1: TBitBtn
Left = 200
Top = 16
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 200
Top = 56
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 177
Height = 113
TabOrder = 2
object LeftDiagonal1: TCheckBox
Left = 16
Top = 16
Width = 65
Height = 17
Caption = '左斜线1'
TabOrder = 0
end
object LeftDiagonal2: TCheckBox
Left = 16
Top = 48
Width = 65
Height = 17
Caption = '左斜线2'
TabOrder = 1
end
object LeftDiagonal3: TCheckBox
Left = 16
Top = 80
Width = 65
Height = 17
Caption = '左斜线3'
TabOrder = 2
end
object RightDiagonal1: TCheckBox
Left = 104
Top = 16
Width = 65
Height = 17
Caption = '右斜线1'
TabOrder = 3
end
object RightDiagonal2: TCheckBox
Left = 104
Top = 48
Width = 65
Height = 17
Caption = '右斜线2'
TabOrder = 4
end
object RightDiagonal3: TCheckBox
Left = 104
Top = 80
Width = 65
Height = 17
Caption = '右斜线3'
TabOrder = 5
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -