📄 buildsql_m.dfm
字号:
object FrmBuildSQLM: TFrmBuildSQLM
Left = 69
Top = 305
Width = 305
Height = 123
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'SQL语句生成器---ADO连接'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 48
Top = 64
Width = 81
Height = 22
Caption = '连接字符串'
Flat = True
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 152
Top = 64
Width = 113
Height = 22
Caption = '保存连接字符串'
Flat = True
OnClick = SpeedButton2Click
end
object Button1: TButton
Left = 120
Top = 8
Width = 75
Height = 25
Caption = '生成SQL'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 32
Top = 40
Width = 233
Height = 21
TabOrder = 1
end
object OpenSQLDialog1: TOpenSQLDialog
IsAllowUnion = True
IsAllowChangeCSN = True
Form_Left = 51
Form_Top = 56
Form_Width = 716
Form_Height = 532
Version = '2.0'
Caption = 'SQL语句生成器,欢迎你使用!'
Left = 16
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -