📄 frmexpedit.frm
字号:
VERSION 5.00
Begin VB.Form FrmExpEdit
Caption = "编辑学生教育经历"
ClientHeight = 4470
ClientLeft = 60
ClientTop = 345
ClientWidth = 7155
LinkTopic = "Form1"
ScaleHeight = 4470
ScaleWidth = 7155
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Cmd_cancel
Caption = "取消"
Height = 495
Left = 5280
TabIndex = 10
Top = 3000
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 1200
TabIndex = 9
Top = 3000
Width = 1215
End
Begin VB.Frame Frame1
Height = 2055
Left = 360
TabIndex = 0
Top = 360
Width = 7095
Begin VB.TextBox Text4
Height = 615
Left = 5040
TabIndex = 8
Top = 1080
Width = 1575
End
Begin VB.TextBox Text3
Height = 615
Left = 5040
TabIndex = 7
Top = 240
Width = 1575
End
Begin VB.TextBox Text2
Height = 615
Left = 1560
TabIndex = 4
Top = 1200
Width = 1695
End
Begin VB.TextBox Text1
Height = 615
Left = 1560
TabIndex = 3
Top = 240
Width = 1695
End
Begin VB.Label Label4
Caption = "职务"
Height = 615
Left = 3600
TabIndex = 6
Top = 1080
Width = 1455
End
Begin VB.Label Label3
Caption = "截止日期"
Height = 615
Left = 3600
TabIndex = 5
Top = 240
Width = 1575
End
Begin VB.Label Label2
Caption = "学校名称"
Height = 735
Left = 120
TabIndex = 2
Top = 1200
Width = 1455
End
Begin VB.Label Label1
Caption = "开始日期"
Height = 615
Left = 120
TabIndex = 1
Top = 360
Width = 1335
End
End
End
Attribute VB_Name = "FrmExpEdit"
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 + -