utablename.dfm
来自「AbsDataBase5.16 最新版」· DFM 代码 · 共 46 行
DFM
46 行
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 + =
减小字号Ctrl + -
显示快捷键?