📄 formzydj.frm
字号:
VERSION 5.00
Begin VB.Form Formzydj
Caption = "摘要登记"
ClientHeight = 870
ClientLeft = 60
ClientTop = 345
ClientWidth = 5955
LinkTopic = "Form1"
ScaleHeight = 870
ScaleWidth = 5955
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command2
Caption = "退出"
Height = 375
Left = 5160
TabIndex = 7
Top = 480
Width = 735
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 5160
TabIndex = 6
Top = 120
Width = 735
End
Begin VB.TextBox Text2
Height = 375
Left = 3600
TabIndex = 5
Top = 480
Width = 1455
End
Begin VB.TextBox Text1
Height = 375
Left = 960
TabIndex = 4
Top = 480
Width = 2655
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "Formzydj.frx":0000
Left = 0
List = "Formzydj.frx":000D
TabIndex = 3
Top = 480
Width = 975
End
Begin VB.Label Label3
Caption = "开票日期"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3840
TabIndex = 2
Top = 120
Width = 1215
End
Begin VB.Label Label2
Caption = "增票单号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1680
TabIndex = 1
Top = 120
Width = 1095
End
Begin VB.Label Label1
Caption = " 关系"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 0
TabIndex = 0
Top = 120
Width = 975
End
End
Attribute VB_Name = "Formzydj"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Formzydj.Combo1.Text <> "" And Text1.Text <> "" And Text2.Text <> "" Then
Formdwdj.Text4.Text = Formzydj.Combo1.Text + " " + Text1.Text + " " + Text2.Text
Unload Me
Else
MsgBox "请完整输入数据!"
End If
End Sub
Private Sub Command2_Click()
If MsgBox("是否放弃摘要输入?", vbOKCancel, "系统提示") = vbOK Then Unload Me
End Sub
Private Sub Text2_DblClick()
Formrq.Text1.Text = "11"
Formrq.Show 1
Formrq.Text1.Text = "11"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -