【VB开源代码栏目提醒】:文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学会员整理了VB开源代码-FrmChangeEdit.frm的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
VERSION 5.00
Begin VB.Form FrmChangeEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑学籍变动信息"
ClientHeight = 4530
ClientLeft = 45
ClientTop = 330
ClientWidth = 6255
Icon = "FrmChangeEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4530
ScaleWidth = 6255
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Height = 3615
Left = 240
TabIndex = 2
Top = 120
Width = 5775
Begin VB.TextBox txtMemo
Height = 615
Left = 1320
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 15
Top = 2880
Width = 4335
End
Begin VB.ComboBox ComboClass
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
ItemData = "FrmChangeEdit.frx":0CCA
Left = 1320
List = "FrmChangeEdit.frx":0CCC
TabIndex = 13
Text = "ComboClass"
Top = 1545
Width = 4335
End
Begin VB.TextBox txtNewSchool
Height = 270
Left = 1320
MaxLength = 20
TabIndex = 11
Top = 1125
Width = 4335
End
Begin VB.ComboBox ComboType
Height = 300
ItemData = "FrmChangeEdit.frx":0CCE
Left = 4440
List = "FrmChangeEdit.frx":0CDE
Style = 2 'Dropdown List
TabIndex = 6
Top = 240
Width = 1215
End
Begin VB.TextBox txtReason
Height = 615
Left = 1320
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 5
Top = 2040
Width = 4335
End
Begin VB.ComboBox ComboName
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
ItemData = "FrmChangeEdit.frx":0CFA
Left = 1320
List = "FrmChangeEdit.frx":0CFC
TabIndex = 4
Text = "ComboName"
Top = 675
Width = 4335
End
Begin
VB.ComboBox ComboDate
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
ItemData = "FrmChangeEdit.frx":0CFE
Left = 1320
List = "FrmChangeEdit.frx":0D00
TabIndex = 3
Text = "ComboDate"
Top = 240
Width = 1335
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "备注信息"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 16
Top = 2880
Width = 720
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
Caption = "转入院系"
Height = 180
Left = 240
TabIndex = 14
Top = 1605
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
Caption = "转入"
Height = 180
Left = 240
TabIndex = 12
Top = 1170
Width = 720
End
Begin VB.Label Label14
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "变动类型"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 3240
TabIndex = 10
Top = 300
Width = 720
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "原因说明"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 9
Top = 2040
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "变动日期"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 8
Top = 300
Width = 720
End
Begin VB.Label Label8
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
Caption = "选择学生"
Height = 180
Left = 240
TabIndex = 7
Top = 735
Width = 720
End
End
Begin VB.CommandButton Cmd_OK
Caption = "确 定"
Height = 400
Left = 1292
MouseIcon = "FrmChangeEdit.frx":0D02
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 0
Top = 3960
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Caption = "取 消"[b