📄 splite.dfm
字号:
object frmSplite: TfrmSplite
Left = 299
Top = 198
BorderStyle = bsDialog
Caption = '纵向拆分'
ClientHeight = 106
ClientWidth = 232
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 16
Width = 60
Height = 12
Caption = '拆分列数:'
end
object BitBtn1: TBitBtn
Left = 40
Top = 56
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 128
Top = 56
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object Edit_Col: TCSpinEdit
Left = 80
Top = 12
Width = 121
Height = 21
TabStop = True
MaxValue = 1000
MinValue = 2
ParentColor = False
TabOrder = 2
Value = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -