📄 frmxcc.frm
字号:
VERSION 5.00
Begin VB.Form frmxcc
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 375
Left = 1920
TabIndex = 2
Top = 600
Width = 1695
End
Begin VB.TextBox Text2
Height = 375
Left = 1920
TabIndex = 1
Top = 1200
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 495
Left = 2040
TabIndex = 0
Top = 1920
Width = 1335
End
Begin VB.Label Label1
Caption = "第几天"
Height = 375
Left = 720
TabIndex = 4
Top = 600
Width = 1095
End
Begin VB.Label Label2
Caption = "行程"
Height = 495
Left = 720
TabIndex = 3
Top = 1080
Width = 735
End
End
Attribute VB_Name = "frmxcc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim i As Integer
i = frmbjd.HFGrid.Rows - 1
frmbjd.HFGrid.Rows = frmbjd.HFGrid.Rows + 1
frmbjd.HFGrid.TextMatrix(i, 0) = Text1.Text
frmbjd.HFGrid.TextMatrix(i, 1) = Text2.Text
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -