unit1.dfm
来自「实现了在开发的数据库程序中打包加入SQL数据库驱动并允许在安装程序服务器端时安装」· DFM 代码 · 共 46 行
DFM
46 行
object Form1: TForm1
Left = 285
Top = 194
Width = 264
Height = 364
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object B_Check: TButton
Left = 48
Top = 32
Width = 161
Height = 25
Caption = #26816#27979#26159#21542#23433#35013'SQL'#25968#25454#24211
TabOrder = 0
OnClick = B_CheckClick
end
object B_Setup: TButton
Left = 48
Top = 80
Width = 161
Height = 25
Caption = #33258#21160#23433#35013'SQL'#31243#24207
Enabled = False
TabOrder = 1
OnClick = B_SetupClick
end
object B_DB: TButton
Left = 48
Top = 128
Width = 161
Height = 25
Caption = #33258#21160#23433#35013'SQL'#25968#25454#24211
Enabled = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?