?? 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 + -