frmtrain.frm
来自「票务管理 系统要求:Windows系列操作系统」· FRM 代码 · 共 72 行
FRM
72 行
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 + =
减小字号Ctrl + -
显示快捷键?