📄 frmdcdxkcunit.frm
字号:
VERSION 5.00
Begin VB.Form frmDcdxkcUnit
BorderStyle = 1 'Fixed Single
Caption = "地采系统"
ClientHeight = 9270
ClientLeft = 45
ClientTop = 330
ClientWidth = 11010
Icon = "frmDcdxkcUnit.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 9270
ScaleWidth = 11010
Begin VB.Frame Frame1
Caption = "地下开采单元"
ForeColor = &H000000FF&
Height = 8775
Left = 240
TabIndex = 0
Top = 240
Width = 10455
Begin VB.CommandButton cmdReportView
Caption = " 生成报表(&R)"
Height = 450
Left = 8640
TabIndex = 19
Top = 5160
Width = 1250
End
Begin VB.CheckBox Check1
Alignment = 1 'Right Justify
Caption = "不参评:"
ForeColor = &H000000FF&
Height = 400
Left = 720
TabIndex = 18
Top = 5810
Width = 1395
End
Begin VB.CommandButton cmdPrevious
Caption = " 上一条(&P)"
Height = 450
Left = 8640
TabIndex = 10
Top = 600
Width = 1200
End
Begin VB.CommandButton cmdUpdate
Caption = " 更 新(&U)"
Height = 450
Left = 8640
TabIndex = 9
Top = 3645
Width = 1200
End
Begin VB.CommandButton cmdNext
Caption = " 下一条(&N)"
Height = 450
Left = 8640
TabIndex = 8
Top = 2115
Width = 1200
End
Begin VB.TextBox txtClass
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1920
Locked = -1 'True
TabIndex = 7
Top = 720
Width = 5055
End
Begin VB.TextBox txtItem
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1920
Locked = -1 'True
TabIndex = 6
Top = 1402
Width = 5895
End
Begin VB.TextBox txtContent
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1215
Left = 1920
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 5
Top = 2084
Width = 6015
End
Begin VB.TextBox txtStdScore
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1920
Locked = -1 'True
TabIndex = 4
Top = 3606
Width = 735
End
Begin VB.TextBox txtMethod
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1215
Left = 1920
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Top = 4288
Width = 6015
End
Begin VB.TextBox txtRemark
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1215
Left = 1920
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 2
Top = 7200
Width = 6015
End
Begin VB.TextBox txtActualScore
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1920
TabIndex = 1
Top = 6517
Width = 855
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "备注:"
ForeColor = &H000000FF&
Height = 180
Index = 6
Left = 720
TabIndex = 17
Top = 7200
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "实得分:"
ForeColor = &H000000FF&
Height = 180
Index = 5
Left = 720
TabIndex = 16
Top = 6600
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "考评办法:"
ForeColor = &H000000FF&
Height = 180
Index = 4
Left = 720
TabIndex = 15
Top = 4320
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "标准分:"
ForeColor = &H000000FF&
Height = 180
Index = 3
Left = 720
TabIndex = 14
Top = 3720
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "考评内容:"
ForeColor = &H000000FF&
Height = 180
Index = 2
Left = 720
TabIndex = 13
Top = 2160
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "考评项目:"
ForeColor = &H000000FF&
Height = 180
Index = 1
Left = 720
TabIndex = 12
Top = 1440
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "考评类目:"
ForeColor = &H000000FF&
Height = 180
Index = 0
Left = 720
TabIndex = 11
Top = 720
Width = 900
End
End
End
Attribute VB_Name = "frmDcdxkcUnit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -