?? form3.frm
字號:
VERSION 5.00
Begin VB.Form Form3
Caption = "添加基本表記錄"
ClientHeight = 2580
ClientLeft = 60
ClientTop = 345
ClientWidth = 3855
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 2580
ScaleWidth = 3855
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 2160
TabIndex = 7
Top = 2040
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "確 定"
Height = 375
Left = 480
TabIndex = 6
Top = 2040
Width = 1095
End
Begin VB.TextBox Text3
Height = 375
Left = 1200
TabIndex = 5
Top = 1320
Width = 2175
End
Begin VB.TextBox Text2
Height = 375
Left = 1200
TabIndex = 4
Top = 720
Width = 2175
End
Begin VB.TextBox Text1
Height = 375
Left = 1200
TabIndex = 3
Top = 120
Width = 2175
End
Begin VB.Label Label3
Caption = "資料:"
Height = 255
Left = 360
TabIndex = 2
Top = 1440
Width = 615
End
Begin VB.Label Label2
Caption = "姓名:"
Height = 255
Left = 360
TabIndex = 1
Top = 840
Width = 735
End
Begin VB.Label Label1
Caption = "編號:"
Height = 255
Left = 360
TabIndex = 0
Top = 240
Width = 735
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call add1
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Resize()
Form3.Width = 3975
Form3.Height = 2985
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -