📄 frmsearchway.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmSearchWay
Caption = "Form1"
ClientHeight = 3720
ClientLeft = 60
ClientTop = 345
ClientWidth = 5910
LinkTopic = "Form1"
ScaleHeight = 3720
ScaleWidth = 5910
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdClose
Caption = "取消"
Height = 375
Left = 3480
TabIndex = 12
Top = 3120
Width = 855
End
Begin VB.CommandButton cmdQuery
Caption = "查询"
Height = 375
Left = 1560
TabIndex = 11
Top = 3120
Width = 855
End
Begin VB.Frame Frame1
Height = 2415
Left = 360
TabIndex = 1
Top = 480
Width = 5175
Begin VB.CommandButton Command2
Caption = "选择"
Height = 270
Left = 2760
TabIndex = 14
Top = 1080
Width = 735
End
Begin VB.CommandButton Command1
Caption = "选择"
Height = 270
Left = 2760
TabIndex = 13
Top = 360
Width = 735
End
Begin VB.TextBox txt订单号码
Height = 270
Left = 1560
TabIndex = 10
Top = 360
Width = 1215
End
Begin VB.TextBox txt业务员工号
Height = 270
Left = 1560
TabIndex = 9
Top = 1080
Width = 1215
End
Begin MSComCtl2.DTPicker DTPicker2
Height = 255
Left = 3360
TabIndex = 6
Top = 1800
Width = 1335
_ExtentX = 2355
_ExtentY = 450
_Version = 393216
Format = 24576001
CurrentDate = 36760
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 255
Left = 1560
TabIndex = 4
Top = 1800
Width = 1335
_ExtentX = 2355
_ExtentY = 450
_Version = 393216
Format = 24576001
CurrentDate = 36760
End
Begin VB.Label Label6
Caption = "从"
Height = 255
Left = 1200
TabIndex = 8
Top = 1800
Width = 255
End
Begin VB.Label Label5
Caption = "订单号码"
Height = 255
Left = 240
TabIndex = 7
Top = 360
Width = 855
End
Begin VB.Label Label4
Caption = "到"
Height = 255
Left = 3000
TabIndex = 5
Top = 1800
Width = 255
End
Begin VB.Label Label3
Caption = "购货日期"
Height = 255
Left = 240
TabIndex = 3
Top = 1800
Width = 855
End
Begin VB.Label Label2
Caption = "业务员工号"
Height = 255
Left = 240
TabIndex = 2
Top = 1080
Width = 975
End
End
Begin VB.Label Label1
Caption = "选择查询方式"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 2040
TabIndex = 0
Top = 120
Width = 2175
End
End
Attribute VB_Name = "frmSearchWay"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -