📄 frmtrain.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "Msflxgrd.ocx"
Begin VB.Form frmtrain
Caption = "火车信息表"
ClientHeight = 5025
ClientLeft = 60
ClientTop = 450
ClientWidth = 7170
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 5025
ScaleWidth = 7170
Begin VB.Frame Frame2
Caption = "记录操作"
Height = 972
Left = 480
TabIndex = 1
Top = 3480
Width = 6000
Begin VB.CommandButton cmdAdd
Caption = "添加"
Height = 375
Left = 240
TabIndex = 5
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdModify
Caption = "修改"
Height = 375
Left = 1680
TabIndex = 4
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdDelete
Caption = "删除"
Height = 375
Left = 3120
TabIndex = 3
Top = 360
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "查询"
Height = 375
Left = 4560
TabIndex = 2
Top = 360
Width = 1215
End
End
Begin MSFlexGridLib.MSFlexGrid msgList
Height = 3132
Left = 0
TabIndex = 0
Top = 0
Width = 7452
_ExtentX = 13150
_ExtentY = 5530
_Version = 393216
Cols = 4
FixedCols = 3
AllowUserResizing= 1
End
End
Attribute VB_Name = "frmtrain"
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 + -