📄 newtable.dfm
字号:
object frmNewTable: TfrmNewTable
Left = 244
Top = 200
BorderStyle = bsDialog
Caption = '新建表格'
ClientHeight = 107
ClientWidth = 221
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 = 24
Top = 16
Width = 24
Height = 12
Caption = '行:'
end
object Label2: TLabel
Left = 24
Top = 40
Width = 24
Height = 12
Caption = '列:'
end
object BitBtn1: TBitBtn
Left = 32
Top = 72
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 120
Top = 72
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object Edit_Row: TCSpinEdit
Left = 56
Top = 12
Width = 121
Height = 21
TabStop = True
MaxValue = 1000
MinValue = 1
ParentColor = False
TabOrder = 2
Value = 5
end
object Edit_Col: TCSpinEdit
Left = 56
Top = 36
Width = 121
Height = 21
TabStop = True
MaxValue = 1000
MinValue = 1
ParentColor = False
TabOrder = 3
Value = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -