📄 库存教材查询条件.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form 库存教材查询条件
BorderStyle = 3 'Fixed Dialog
Caption = "查询条件"
ClientHeight = 3555
ClientLeft = 2760
ClientTop = 3255
ClientWidth = 6240
Icon = "库存教材查询条件.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3555
ScaleWidth = 6240
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin TabDlg.SSTab SSTab1
Height = 3555
Left = 60
TabIndex = 0
Top = 0
Width = 6135
_ExtentX = 10821
_ExtentY = 6271
_Version = 393216
Tabs = 2
Tab = 1
TabHeight = 520
TabCaption(0) = "简单"
TabPicture(0) = "库存教材查询条件.frx":08CA
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Frame1"
Tab(0).ControlCount= 1
TabCaption(1) = "复杂"
TabPicture(1) = "库存教材查询条件.frx":08E6
Tab(1).ControlEnabled= -1 'True
Tab(1).Control(0)= "Frame4"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).ControlCount= 1
Begin VB.Frame Frame4
Height = 3075
Left = 120
TabIndex = 11
Top = 360
Width = 5895
Begin MSComCtl2.DTPicker DTPicker2
Height = 300
Left = 3960
TabIndex = 25
Top = 1800
Width = 1275
_ExtentX = 2249
_ExtentY = 529
_Version = 393216
Format = 21037057
CurrentDate = 38373
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 300
Left = 1920
TabIndex = 24
Top = 1800
Width = 1275
_ExtentX = 2249
_ExtentY = 529
_Version = 393216
Format = 21037057
CurrentDate = 38373
End
Begin VB.CommandButton Command4
Caption = "取消"
Height = 450
Left = 4140
TabIndex = 23
Top = 2460
Width = 1335
End
Begin VB.CommandButton Command3
Caption = "确定"
Height = 450
Left = 2700
TabIndex = 22
Top = 2460
Width = 1335
End
Begin VB.TextBox Text4
Height = 300
Left = 1680
TabIndex = 18
Top = 1380
Width = 2595
End
Begin VB.TextBox Text3
Height = 300
Left = 1680
TabIndex = 17
Top = 900
Width = 2595
End
Begin VB.CheckBox Check1
Caption = "书 名"
Height = 255
Left = 480
TabIndex = 16
Top = 360
Width = 1095
End
Begin VB.CheckBox Check5
Caption = "出版日期"
Height = 255
Left = 480
TabIndex = 15
Top = 1860
Width = 1215
End
Begin VB.TextBox Text2
Height = 300
Left = 1680
TabIndex = 14
Top = 420
Width = 2595
End
Begin VB.CheckBox Check4
Caption = "书 类 别"
Height = 315
Left = 480
TabIndex = 13
Top = 1380
Width = 1035
End
Begin VB.CheckBox Check3
Caption = "出 版 社"
Height = 375
Left = 480
TabIndex = 12
Top = 840
Width = 1215
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "最早日期为1601年!"
Height = 180
Left = 360
TabIndex = 26
Top = 2520
Visible = 0 'False
Width = 1620
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "年"
Height = 180
Left = 5400
TabIndex = 21
Top = 1920
Width = 180
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "年 到"
Height = 180
Left = 3240
TabIndex = 20
Top = 1920
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "从"
Height = 180
Left = 1740
TabIndex = 19
Top = 1920
Width = 180
End
End
Begin VB.Frame Frame1
Height = 3075
Left = -74880
TabIndex = 1
Top = 360
Width = 5895
Begin VB.CommandButton Command2
Caption = "取消"
Height = 450
Left = 3900
TabIndex = 10
Top = 2400
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 450
Left = 2460
TabIndex = 9
Top = 2400
Width = 1335
End
Begin VB.Frame Frame3
Caption = "值"
Height = 915
Left = 120
TabIndex = 7
Top = 1320
Width = 5655
Begin VB.TextBox Text1
Height = 375
Left = 600
TabIndex = 8
Top = 300
Width = 4395
End
End
Begin VB.Frame Frame2
Caption = "查询条件"
Height = 1035
Left = 120
TabIndex = 2
Top = 240
Width = 5655
Begin VB.OptionButton Option4
Caption = "按类别"
Height = 315
Left = 3960
TabIndex = 6
Top = 420
Width = 1155
End
Begin VB.OptionButton Option3
Caption = "按出版社"
Height = 315
Left = 2640
TabIndex = 5
Top = 420
Width = 1155
End
Begin VB.OptionButton Option2
Caption = "按作者"
Height = 315
Left = 1620
TabIndex = 4
Top = 420
Width = 975
End
Begin VB.OptionButton Option1
Caption = "按书名"
Height = 315
Left = 600
TabIndex = 3
Top = 420
Value = -1 'True
Width = 975
End
End
End
End
End
Attribute VB_Name = "库存教材查询条件"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -