lianform1.frm
来自「南海舰队进销存管理系统 vb」· FRM 代码 · 共 44 行
FRM
44 行
VERSION 5.00
Begin VB.Form lianform1
Caption = "粮油指标设置"
ClientHeight = 1440
ClientLeft = 60
ClientTop = 345
ClientWidth = 4095
Icon = "lianform1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1440
ScaleWidth = 4095
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
Caption = "暂时没有指标"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000003&
Height = 495
Left = 960
TabIndex = 0
Top = 360
Width = 2415
End
End
Attribute VB_Name = "lianform1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
lianform1.Height = 1845
lianform1.Width = 4215
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?