frmexpedit.frm
来自「这是我自己做的系统 很不完善 不足之处请多多指教!」· FRM 代码 · 共 101 行
FRM
101 行
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 + =
减小字号Ctrl + -
显示快捷键?