?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FF0000&
BorderStyle = 1 'Fixed Single
Caption = "信息管理小工具"
ClientHeight = 600
ClientLeft = 45
ClientTop = 435
ClientWidth = 13185
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 600
ScaleWidth = 13185
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command5
Caption = "修改數據庫字段"
Height = 495
Left = 4920
TabIndex = 4
Top = 0
Width = 2055
End
Begin VB.CommandButton Command3
Caption = "退出"
Height = 495
Left = 11040
TabIndex = 3
Top = 0
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "使用指南"
Height = 495
Left = 7080
TabIndex = 2
Top = 0
Width = 2175
End
Begin VB.CommandButton Command4
Caption = "普通查詢與修改"
Height = 495
Left = 2640
TabIndex = 1
Top = 0
Width = 2175
End
Begin VB.CommandButton Command2
BackColor = &H00C0E0FF&
Caption = "錄入新信息"
Height = 495
Left = 120
Picture = "Form1.frx":0000
TabIndex = 0
Top = 0
Width = 2415
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form7.Show 1
End Sub
Private Sub Command2_Click()
Form4.Show 1
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
Private Sub Command4_Click()
Form2.Show 1
End Sub
Private Sub Command5_Click()
Form8.Show 1
End Sub
Private Sub Form_Load()
'不知道以后有沒有用
maxCount = 10
Me.Left = 0 '(Screen.Width - Me.Width) / 2 '使窗體居中
Me.Top = 0 'Screen.Height - Me.Height) / 2
Me.Width = Screen.Width
Me.Height = 1000
Command3.Left = Screen.Width - Command3.Width
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -