frmrkquery.frm
来自「通用书店管理系统」· FRM 代码 · 共 1,444 行 · 第 1/5 页
FRM
1,444 行
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{DEF7CADD-83C0-11D0-A0F1-00A024703500}#7.0#0"; "TODG7.OCX"
Begin VB.Form frmRKQuery
Caption = "入库查询"
ClientHeight = 6915
ClientLeft = 60
ClientTop = 345
ClientWidth = 11880
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 6915
ScaleWidth = 11880
WindowState = 2 'Maximized
Begin TabDlg.SSTab SSTab1
Height = 6690
Left = 120
TabIndex = 34
Top = 45
Width = 11715
_ExtentX = 20664
_ExtentY = 11800
_Version = 393216
Tabs = 4
TabsPerRow = 4
TabHeight = 520
TabCaption(0) = "单书明细"
TabPicture(0) = "frmRKQuery.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "tdbQuery(0)"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "cmdSearch(0)"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Frame1(0)"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).ControlCount= 3
TabCaption(1) = "单书汇总"
TabPicture(1) = "frmRKQuery.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame1(1)"
Tab(1).Control(1)= "cmdSearch(1)"
Tab(1).Control(2)= "tdbQuery(1)"
Tab(1).ControlCount= 3
TabCaption(2) = "清单明细"
TabPicture(2) = "frmRKQuery.frx":0038
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "Frame1(2)"
Tab(2).Control(1)= "cmdSearch(2)"
Tab(2).Control(2)= "tdbQuery(2)"
Tab(2).ControlCount= 3
TabCaption(3) = "清单汇总"
TabPicture(3) = "frmRKQuery.frx":0054
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "tdbQuery(3)"
Tab(3).ControlCount= 1
Begin VB.Frame Frame1
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "查询条件"
ForeColor = &H80000008&
Height = 2430
Index = 1
Left = -71400
TabIndex = 53
Top = 1740
Visible = 0 'False
Width = 4440
Begin VB.CheckBox chkFields
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "书号"
ForeColor = &H80000008&
Height = 315
Index = 7
Left = 240
TabIndex = 60
Top = 780
Value = 1 'Checked
Width = 690
End
Begin VB.CheckBox chkFields
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "供货商"
ForeColor = &H80000008&
Height = 315
Index = 8
Left = 240
TabIndex = 59
Top = 300
Value = 1 'Checked
Width = 870
End
Begin VB.CommandButton cmdExit
Appearance = 0 'Flat
Height = 405
Index = 1
Left = 2400
Picture = "frmRKQuery.frx":0070
Style = 1 'Graphical
TabIndex = 58
Top = 1860
Width = 960
End
Begin VB.CommandButton cmdOk
Appearance = 0 'Flat
Height = 405
Index = 1
Left = 1140
Picture = "frmRKQuery.frx":1554
Style = 1 'Graphical
TabIndex = 13
Top = 1860
Width = 960
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
Height = 360
Index = 4
Left = 1260
TabIndex = 10
Top = 240
Width = 2475
End
Begin VB.CommandButton cmdSearch
Appearance = 0 'Flat
Height = 315
Index = 9
Left = 3840
Picture = "frmRKQuery.frx":2A38
Style = 1 'Graphical
TabIndex = 57
Top = 1260
Width = 345
End
Begin VB.CheckBox chkFields
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "书名"
ForeColor = &H80000008&
Height = 315
Index = 6
Left = 240
TabIndex = 56
Top = 1260
Value = 1 'Checked
Width = 960
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
Height = 345
Index = 5
Left = 1260
TabIndex = 12
Top = 1200
Width = 2460
End
Begin VB.CommandButton cmdSearch
Appearance = 0 'Flat
Height = 315
Index = 10
Left = 3840
Picture = "frmRKQuery.frx":2D7C
Style = 1 'Graphical
TabIndex = 55
Top = 780
Width = 345
End
Begin VB.CommandButton cmdSearch
Appearance = 0 'Flat
Height = 315
Index = 11
Left = 3840
Picture = "frmRKQuery.frx":30C0
Style = 1 'Graphical
TabIndex = 54
Top = 300
Width = 345
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
Height = 345
Index = 6
Left = 1260
TabIndex = 11
Top = 727
Width = 2475
End
End
Begin VB.Frame Frame1
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "查询条件"
ForeColor = &H80000008&
Height = 3495
Index = 2
Left = -71340
TabIndex = 46
Top = 1260
Visible = 0 'False
Width = 4500
Begin VB.TextBox txtFields
Appearance = 0 'Flat
Height = 360
Index = 11
Left = 1260
TabIndex = 20
Top = 180
Width = 2505
End
Begin VB.CheckBox chkFields
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "入库单号"
ForeColor = &H80000008&
Height = 315
Index = 15
Left = 240
TabIndex = 36
Top = 300
Value = 1 'Checked
Width = 1050
End
Begin VB.ComboBox cmbFields
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Index = 2
ItemData = "frmRKQuery.frx":3404
Left = 1260
List = "frmRKQuery.frx":340E
TabIndex = 24
Top = 1623
Width = 1350
End
Begin VB.CommandButton cmdExit
Appearance = 0 'Flat
Height = 405
Index = 2
Left = 2460
Picture = "frmRKQuery.frx":341A
Style = 1 'Graphical
TabIndex = 42
Top = 2820
Width = 960
End
Begin VB.CommandButton cmdOk
Appearance = 0 'Flat
Height = 405
Index = 2
Left = 1020
Picture = "frmRKQuery.frx":48FE
Style = 1 'Graphical
TabIndex = 23
Top = 2820
Width = 960
End
Begin VB.CheckBox chkFields
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "是否审批"
ForeColor = &H80000008&
Height = 315
Index = 9
Left = 240
TabIndex = 39
Top = 1695
Width = 1245
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
Height = 345
Index = 8
Left = 1260
TabIndex = 22
Top = 1147
Width = 2505
End
Begin VB.CommandButton cmdSearch
Appearance = 0 'Flat
Height = 315
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?