📄 utablename.dfm
字号:
object frmTableName: TfrmTableName
Left = 312
Top = 229
Width = 351
Height = 117
Caption = 'Rename Table'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 80
Top = 56
Width = 75
Height = 25
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 176
Top = 56
Width = 75
Height = 25
TabOrder = 1
Kind = bkCancel
end
object eTableName: TLabeledEdit
Left = 8
Top = 24
Width = 329
Height = 21
EditLabel.Width = 55
EditLabel.Height = 13
EditLabel.Caption = 'TableName'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -