📄 c
字号:
VERSION 5.00
Begin VB.Form FrmProGraph_ZxtQuery
Caption = "成品指标折线图查询条件"
ClientHeight = 2715
ClientLeft = 60
ClientTop = 345
ClientWidth = 5325
Icon = "c成品检验管理_成品质量指标折线图查询条件.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2715
ScaleWidth = 5325
StartUpPosition = 1 '所有者中心
Begin VB.CheckBox UnloadCheck
Caption = "卸载窗体"
Height = 615
Left = 8370
TabIndex = 18
Top = 600
Width = 825
End
Begin VB.Frame Frame2
Caption = "选择检验项目"
ForeColor = &H00FF0000&
Height = 2180
Left = 2610
TabIndex = 17
Top = 90
Width = 2655
Begin VB.ListBox List1
Height = 1740
Left = 120
Style = 1 'Checkbox
TabIndex = 4
Top = 315
Width = 2415
End
End
Begin VB.Frame Frame1
ForeColor = &H00FF0000&
Height = 2180
Left = 30
TabIndex = 9
Top = 60
Width = 2475
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 3
Left = 2040
Picture = "c成品检验管理_成品质量指标折线图查询条件.frx":1042
Style = 1 'Graphical
TabIndex = 20
Top = 1680
Width = 300
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 2
Left = 2070
Picture = "c成品检验管理_成品质量指标折线图查询条件.frx":13CC
Style = 1 'Graphical
TabIndex = 19
Top = 1200
Width = 300
End
Begin VB.TextBox lrText
Height = 300
Index = 3
Left = 960
TabIndex = 3
Top = 1680
Width = 1095
End
Begin VB.TextBox lrText
Height = 300
Index = 2
Left = 960
TabIndex = 2
Top = 1200
Width = 1095
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 0
Left = 2055
Picture = "c成品检验管理_成品质量指标折线图查询条件.frx":1756
Style = 1 'Graphical
TabIndex = 10
Top = 300
Width = 300
End
Begin VB.TextBox lrText
Height = 300
Index = 0
Left = 960
TabIndex = 0
Top = 300
Width = 1095
End
Begin VB.ComboBox Combo1
Enabled = 0 'False
Height = 300
ItemData = "c成品检验管理_成品质量指标折线图查询条件.frx":1AE0
Left = 3120
List = "c成品检验管理_成品质量指标折线图查询条件.frx":1AED
Style = 2 'Dropdown List
TabIndex = 7
Top = 2775
Visible = 0 'False
Width = 1215
End
Begin VB.ComboBox Combo2
Enabled = 0 'False
Height = 300
ItemData = "c成品检验管理_成品质量指标折线图查询条件.frx":1B1B
Left = 3120
List = "c成品检验管理_成品质量指标折线图查询条件.frx":1B28
Style = 2 'Dropdown List
TabIndex = 8
Top = 3630
Visible = 0 'False
Width = 1215
End
Begin VB.TextBox lrText
BackColor = &H80000014&
Enabled = 0 'False
Height = 300
Index = 1
Left = 960
TabIndex = 1
Top = 765
Width = 1395
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "物料名称:"
Height = 180
Left = 120
TabIndex = 16
Top = 825
Width = 810
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "截止时间:"
Enabled = 0 'False
Height = 180
Left = 2280
TabIndex = 15
Top = 3690
Visible = 0 'False
Width = 810
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "起始时间:"
Enabled = 0 'False
Height = 180
Left = 2280
TabIndex = 14
Top = 2835
Visible = 0 'False
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "物料编码:"
Height = 180
Index = 2
Left = 120
TabIndex = 13
Top = 360
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "截止日期:"
Height = 180
Index = 1
Left = 120
TabIndex = 12
Top = 1740
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "起始日期:"
Height = 180
Index = 0
Left = 120
TabIndex = 11
Top = 1260
Width = 810
End
End
Begin VB.CommandButton QdCommand
Caption = "确定(&O)"
Height = 300
Left = 2895
TabIndex = 5
Top = 2355
Width = 1120
End
Begin VB.CommandButton QxCommand
Cancel = -1 'True
Caption = "取消(&C)"
Height = 300
Left = 4155
TabIndex = 6
Top = 2355
Width = 1120
End
End
Attribute VB_Name = "FrmProGraph_ZxtQuery"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'******************************************************************
'* 模 块 名 称 :成品指标折线图查询条件
'* 功 能 描 述 :
'* 程序员姓名 :邹力
'* 最后修改人 :张晶石
'* 最后修改时间:2002/01/10
'* 备 注:程序中所有依实际情况自定义部分均用[>> <<]括起
'******************************************************************
Dim Tsxx As String '系统信息提示
'以下为固定使用变量(文本框)
Dim Textvar() As Variant '存储变体型文本框信息
Dim Textboolean() As Boolean '存储布尔型文本框信息
Dim Textint() As Integer '存储整型文本框信息
Dim Textstr() As String '存储字符型文本框信息
Dim Max_Text_Index As Integer '最大录入文本框索引值
Dim TextGroupCode As String '文本框录入分组编码
Dim TextValiLock As Boolean '文本框失去焦点是否进行有效性控制判断
Dim TextValiJudgeLock() As Boolean '文本框录入有效性判断控制锁
Dim CurTextIndex As Integer '当前文本框索引值
Dim TextChangeLock As Boolean '文本框内容变换控制锁
Dim Bln_Cancel As Boolean '取消按钮信息传递
Private Sub Form_KeyPress(KeyAscii As Integer) '控 制 焦 点 转 移(Fixed)
Dim jdzygs As Integer '控件焦点转移个数
jdzygs = 30
Select Case KeyAscii
Case vbKeyReturn
If Kjjdzy(jdzygs) Then
KeyAscii = 0
End If
Case 39 '屏蔽"'"
KeyAscii = 0
End Select
End Sub
Private Sub Form_Load()
'以下为文本框处理程序(Fixed)
TextGroupCode = "Qc_zxtZ"
Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr()) '读入文本框录入信息
Call Wbkcsh
'[>>初始化查询条件默认值
LrText(2).Text = Format(Xtrq, "yyyy-mm-dd")
LrText(3).Text = Format(Xtrq, "yyyy-mm-dd")
'<<]
End Sub
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) '查询条件窗体卸载
'查询条件窗体卸载时判断是否因为结果窗体卸载,如是则卸载,否则隐藏
If UnloadCheck.Value <> 1 Then
Cancel = 1
Me.Hide
End If
End Sub
Private Sub QdCommand_Click() '确 定
'录入条件有效性判断(Fixed)
If Not Lrtjyxxpd Then
Exit Sub
End If
Me.Hide
'[>>激活查询过程结果窗体
FrmProGraph_Zxt.Timer1.Enabled = True
FrmProGraph_Zxt.SetFocus
'<<]
End Sub
Private Sub QxCommand_Click() '取消(Fixed)
Me.Hide
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -