inheritedconnectform.dfm
来自「Crlab公司用来连接MySQL数据库的控件」· DFM 代码 · 共 49 行
DFM
49 行
inherited fmInheritedConnect: TfmInheritedConnect
Left = 359
Top = 212
Caption = 'Inherited Connect'
PixelsPerInch = 96
TextHeight = 13
inherited Panel: TPanel
BevelOuter = bvNone
inherited lbUsername: TLabel
Width = 80
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbPassword: TLabel
Width = 55
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbServer: TLabel
Width = 38
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbPort: TLabel
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbDatabase: TLabel
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
end
inherited btConnect: TButton
Left = 98
Width = 82
Height = 22
end
inherited btCancel: TButton
Left = 193
Width = 82
Height = 22
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?