formdatabase.frm
来自「This is a boiler test system,has been us」· FRM 代码 · 共 90 行
FRM
90 行
VERSION 5.00
Begin VB.Form Formdatabase
BackColor = &H00FF8080&
Caption = "Form2"
ClientHeight = 3975
ClientLeft = 60
ClientTop = 450
ClientWidth = 5805
LinkTopic = "Form2"
ScaleHeight = 3975
ScaleWidth = 5805
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "查看"
Height = 375
Left = 3840
TabIndex = 7
Top = 2880
Width = 1215
End
Begin VB.TextBox Text3
Height = 270
Left = 1680
TabIndex = 5
Top = 2400
Width = 735
End
Begin VB.TextBox Text2
Height = 270
Left = 1680
TabIndex = 3
Top = 1680
Width = 735
End
Begin VB.TextBox Text1
Height = 270
Left = 1680
TabIndex = 0
Top = 1080
Width = 735
End
Begin VB.Label Label4
BackColor = &H00FF8080&
Caption = "日"
Height = 255
Left = 2880
TabIndex = 6
Top = 2400
Width = 375
End
Begin VB.Label Label3
BackColor = &H00FF8080&
Caption = "月"
Height = 255
Left = 2880
TabIndex = 4
Top = 1680
Width = 255
End
Begin VB.Label Label2
BackColor = &H00FF8080&
Caption = "年"
Height = 255
Left = 2880
TabIndex = 2
Top = 1080
Width = 255
End
Begin VB.Label Label1
BackColor = &H00FF8080&
Caption = "查看要求的日期"
Height = 255
Left = 600
TabIndex = 1
Top = 480
Width = 1455
End
End
Attribute VB_Name = "Formdatabase"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DATE11 = Text1.Text & "-" & Text2.Text & "-" & Text3.Text
Formchaxun.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?