📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4365
ClientLeft = 60
ClientTop = 345
ClientWidth = 6975
LinkTopic = "Form1"
ScaleHeight = 4365
ScaleWidth = 6975
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text5
Height = 285
Left = 3600
TabIndex = 5
Text = "Text5"
Top = 1920
Width = 1095
End
Begin VB.TextBox Text4
Height = 1455
Left = 360
MultiLine = -1 'True
TabIndex = 4
Text = "Form1.frx":0000
Top = 120
Width = 4695
End
Begin VB.TextBox Text3
Height = 1335
Left = 480
TabIndex = 3
Text = "Text3"
Top = 2640
Width = 4335
End
Begin VB.CommandButton Command1
Caption = "sql生成"
Height = 375
Left = 4920
TabIndex = 2
Top = 1920
Width = 975
End
Begin VB.TextBox Text2
Height = 285
Left = 2040
TabIndex = 1
Text = "Text2"
Top = 1920
Width = 1215
End
Begin VB.TextBox Text1
Height = 285
Left = 480
TabIndex = 0
Text = "Text1"
Top = 1920
Width = 1095
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim a As New CSQLMaker
a.StrSql = Text4.Text
a.SetFieldEx Text1.Text
a.SetFieldEx Text2.Text
a.SetString 3, Text5.Text
Text3.Text = a.StrSql
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -