📄 a职务设置.frm
字号:
VERSION 5.00
Begin VB.Form A职务设置
Caption = "职务设置"
ClientHeight = 4245
ClientLeft = 60
ClientTop = 450
ClientWidth = 7740
LinkTopic = "Form1"
ScaleHeight = 4245
ScaleWidth = 7740
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "职务信息"
Height = 4215
Index = 0
Left = 0
TabIndex = 0
Top = 0
Width = 7695
Begin VB.Frame Frame1
Caption = "编辑职务信息"
Height = 3495
Index = 1
Left = 120
TabIndex = 3
Top = 600
Width = 7455
Begin VB.ComboBox CboGzID
BackColor = &H80000004&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1320
TabIndex = 16
Text = "CboGzID"
Top = 840
Width = 1695
End
Begin VB.TextBox txtZwName
Height = 375
Left = 5520
MaxLength = 10
TabIndex = 15
Top = 240
Width = 1815
End
Begin VB.TextBox txtZwNo
Height = 375
Left = 1320
MaxLength = 4
TabIndex = 14
Top = 240
Width = 1695
End
Begin VB.TextBox txtJian
Height = 615
Left = 1320
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 13
Top = 2040
Width = 6015
End
Begin VB.TextBox txtGZSH
Height = 375
Left = 1320
TabIndex = 12
Top = 1440
Width = 1695
End
Begin VB.TextBox txtGZXia
Height = 375
Left = 5520
TabIndex = 11
Top = 1440
Width = 1815
End
Begin VB.Frame Frame2
Caption = "操作"
Height = 645
Left = 840
TabIndex = 4
Top = 2760
Width = 5625
Begin VB.CommandButton CmdModify
BackColor = &H00C0C0C0&
Caption = "修改"
Height = 360
Left = 1185
Style = 1 'Graphical
TabIndex = 10
Top = 195
Width = 800
End
Begin VB.CommandButton CmdExit
BackColor = &H00C0C0C0&
Caption = "退出"
Height = 360
Left = 4365
Style = 1 'Graphical
TabIndex = 9
Top = 195
Width = 800
End
Begin VB.CommandButton CmdCancel
BackColor = &H00C0C0C0&
Caption = "取消"
Height = 360
Left = 3570
Style = 1 'Graphical
TabIndex = 8
Top = 195
Width = 800
End
Begin VB.CommandButton CmdDelete
BackColor = &H00C0C0C0&
Caption = "删除"
Height = 360
Left = 1980
Style = 1 'Graphical
TabIndex = 7
Top = 195
Width = 800
End
Begin VB.CommandButton CmdAdd
BackColor = &H00C0C0C0&
Caption = "添加"
Height = 360
Left = 375
Style = 1 'Graphical
TabIndex = 6
Top = 195
Width = 800
End
Begin VB.CommandButton CmdSave
BackColor = &H00C0C0C0&
Caption = "保存"
Enabled = 0 'False
Height = 360
Left = 2760
Style = 1 'Graphical
TabIndex = 5
Top = 195
Width = 800
End
End
Begin VB.Label Label7
Caption = "职务名称:"
Height = 375
Left = 4560
TabIndex = 23
Top = 360
Width = 975
End
Begin VB.Label Label8
Caption = "(4位)"
ForeColor = &H000000FF&
Height = 255
Index = 1
Left = 3120
TabIndex = 22
Top = 360
Width = 615
End
Begin VB.Label Label2
Caption = "职务代码:"
Height = 255
Left = 360
TabIndex = 21
Top = 360
Width = 975
End
Begin VB.Label Label3
Caption = "工资等级ID:"
Height = 375
Left = 240
TabIndex = 20
Top = 960
Width = 1215
End
Begin VB.Label Label6
Caption = "简 介:"
Height = 375
Index = 1
Left = 360
TabIndex = 19
Top = 2160
Width = 1095
End
Begin VB.Label Label5
Caption = "工资上限:"
Height = 255
Index = 1
Left = 360
TabIndex = 18
Top = 1560
Width = 1095
End
Begin VB.Label Label5
Caption = "工资下限:"
Height = 255
Index = 0
Left = 4560
TabIndex = 17
Top = 1560
Width = 975
End
End
Begin VB.ComboBox CboQuery
Height = 315
Left = 3120
Style = 2 'Dropdown List
TabIndex = 1
Top = 240
Width = 2055
End
Begin VB.Label Label8
Caption = "选择职务:"
Height = 255
Index = 0
Left = 2040
TabIndex = 2
Top = 240
Width = 975
End
End
End
Attribute VB_Name = "A职务设置"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim rs As ADODB.Recordset
Dim SQL As String
Dim msg As String
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -