📄 +
字号:
VERSION 5.00
Begin VB.Form Khgl_CopyTitle
BorderStyle = 3 'Fixed Dialog
Caption = "拷贝考核类别"
ClientHeight = 4530
ClientLeft = 45
ClientTop = 330
ClientWidth = 5010
Icon = "拷贝考核类别.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4530
ScaleWidth = 5010
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Height = 4005
Left = 60
TabIndex = 12
Top = 30
Width = 4875
Begin VB.OptionButton Opt_LockFlag
Caption = "下限封闭"
Height = 255
Index = 0
Left = 1485
TabIndex = 6
Top = 3270
Width = 1095
End
Begin VB.TextBox LrText
Height = 300
Index = 3
Left = 1485
TabIndex = 3
Text = "3"
Top = 2115
Width = 2835
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 3
Left = 4290
Picture = "拷贝考核类别.frx":1042
Style = 1 'Graphical
TabIndex = 23
Top = 2130
Visible = 0 'False
Width = 300
End
Begin VB.TextBox LrText
Height = 300
Index = 0
Left = 1485
TabIndex = 0
Text = "0"
Top = 1005
Width = 3135
End
Begin VB.TextBox LrText
Height = 300
Index = 1
Left = 1485
TabIndex = 1
Text = "1"
Top = 1380
Width = 3135
End
Begin VB.TextBox LrText
Height = 270
Index = 2
Left = 1485
TabIndex = 2
Text = "2"
Top = 1770
Width = 2835
End
Begin VB.TextBox LrText
Height = 300
Index = 4
Left = 1485
TabIndex = 4
Text = "4"
Top = 2505
Width = 3135
End
Begin VB.TextBox LrText
Height = 300
Index = 5
Left = 1485
TabIndex = 5
Text = "5"
Top = 2880
Width = 3135
End
Begin VB.OptionButton Opt_LockFlag
Caption = "上限封闭"
Height = 255
Index = 1
Left = 2610
TabIndex = 16
Top = 3270
Width = 1095
End
Begin VB.CommandButton Ydcommand1
Height = 300
Index = 2
Left = 4290
Picture = "拷贝考核类别.frx":13CC
Style = 1 'Graphical
TabIndex = 15
Top = 1770
Visible = 0 'False
Width = 300
End
Begin VB.TextBox LrText
Height = 300
Index = 7
Left = 1485
TabIndex = 10
Text = "7"
Top = 615
Width = 3135
End
Begin VB.TextBox LrText
Height = 300
Index = 6
Left = 1485
TabIndex = 9
Text = "6"
Top = 240
Width = 3135
End
Begin VB.Label Lbl_codescheme
AutoSize = -1 'True
Height = 180
Left = 1485
TabIndex = 26
Top = 3660
Width = 1530
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "封闭类型:"
Height = 180
Index = 5
Left = 240
TabIndex = 25
Top = 3300
Width = 990
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "测评规则:"
Height = 180
Index = 3
Left = 240
TabIndex = 24
Top = 2175
Width = 990
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "目标类别名称:"
Height = 180
Index = 1
Left = 240
TabIndex = 22
Top = 1440
Width = 1170
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "目标类别编码:"
Height = 180
Index = 0
Left = 240
TabIndex = 21
Top = 1065
Width = 1170
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "编码方案:"
Height = 180
Index = 1
Left = 240
TabIndex = 20
Top = 3660
Width = 990
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "创建时间:"
Height = 180
Index = 2
Left = 240
TabIndex = 19
Top = 1815
Width = 990
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "保留小数:"
Height = 180
Index = 4
Left = 240
TabIndex = 18
Top = 2565
Width = 990
End
Begin VB.Label TsLabel
AutoSize = -1 'True
Caption = "备注:"
Height = 180
Index = 6
Left = 240
TabIndex = 17
Top = 2940
Width = 990
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "源类别名称:"
Height = 180
Index = 11
Left = 240
TabIndex = 14
Top = 675
Width = 990
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "源类别编码:"
Height = 180
Index = 0
Left = 240
TabIndex = 13
Top = 300
Width = 990
End
End
Begin VB.CommandButton QxCommand
Caption = "取消(&C)"
Height = 300
Left = 3360
TabIndex = 8
Top = 4140
Width = 1120
End
Begin VB.CommandButton QdCommand
Caption = "确定(&O)"
Height = 300
Left = 2100
TabIndex = 7
Top = 4140
Width = 1120
End
Begin VB.CheckBox UnloadCheck
Caption = "卸载窗体"
Height = 615
Left = 5880
TabIndex = 11
Top = 120
Width = 825
End
End
Attribute VB_Name = "Khgl_CopyTitle"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'******************************************************************
'* 模 块 名 称 :拷贝考核类别
'* 功 能 描 述 :
'* 程序员姓名 :张洪军
'* 最后修改人 :张洪军
'* 最后修改时间:2001/12/25
'* 备 注:程序中所有依实际情况自定义部分均用[>> <<]括起
'******************************************************************
Dim Tsxx As String '系统信息提示
Public int_col As Integer '考核类别编码列号
'以下为固定使用变量(文本框)
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 '取消按钮信息传递
Public CodScheme As String '编码方案
Dim ParentCode As String '上级编码
Dim CodeLevel As Integer '编码级次
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()
Dim Jsqte As Integer '临时计数器
'以下为文本框处理程序(Fixed)
TextGroupCode = "Khgl_CopyTitle"
Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr()) '读入文本框录入信息
Call Wbkcsh
'[>>初始化默认值
LrText(6).Enabled = False
LrText(7).Enabled = False
Opt_LockFlag(0).Value = True
'<<]
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() '确 定
Dim Jsqte As Integer
Dim rec_temp As New Recordset '临时记录集
Dim str_sql As String
'录入条件有效性判断(Fixed)
If Not Lrtjyxxpd Then
Exit Sub
End If
With rec_temp
'[>>判断编码是否重复
If .State = 1 Then .Close
.Open "SELECT * FROM Kh_Title WHERE TitleCode= '" + Trim(LrText(0).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
If Not .EOF Then
Tsxx = "类别编码重复!"
Call Xtxxts(Tsxx, 0, 1)
LrText(0).SetFocus
Exit Sub
End If
'判断名称是否重复
If .State = 1 Then .Close
.Open "SELECT * FROM Kh_Title WHERE TitleName= '" + Trim(LrText(1).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
If Not .EOF Then
Tsxx = "类别名称重复!"
Call Xtxxts(Tsxx, 0, 1)
LrText(1).SetFocus
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -