📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Main
BackColor = &H80000007&
Caption = "河北宁纺集团固定资产台帐"
ClientHeight = 8235
ClientLeft = 165
ClientTop = 555
ClientWidth = 10965
Icon = "Form1.frx":0000
LinkTopic = "From1"
ScaleHeight = 8235
ScaleWidth = 10965
StartUpPosition = 2 '屏幕中心
Begin VB.Image Image1
Height = 5760
Left = 1320
Picture = "Form1.frx":0442
Stretch = -1 'True
Top = 1320
Width = 8160
End
Begin VB.Line Line2
BorderColor = &H00C0FFC0&
X1 = 0
X2 = 12240
Y1 = 0
Y2 = 0
End
Begin VB.Line Line1
BorderColor = &H0000FF00&
X1 = 0
X2 = 12300
Y1 = 120
Y2 = 120
End
Begin VB.Menu fg
Caption = "☆☆☆"
End
Begin VB.Menu sjlr
Caption = "台帐录入(&L)"
Begin VB.Menu Tzdj
Caption = "台帐登记"
End
Begin VB.Menu cpb
Caption = "-"
End
Begin VB.Menu Exit
Caption = "退出"
Shortcut = ^B
End
End
Begin VB.Menu sjcx
Caption = "台帐查询(&C)"
Begin VB.Menu ZhCx
Caption = "综合查询"
End
End
Begin VB.Menu help
Caption = "关于(&H)"
End
End
Attribute VB_Name = "Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public ss As String
Private Sub Tzdj_Click()
FrmTzdj.Show
End Sub
Private Sub ZhCx_Click()
FrmZhCx.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -