frmpicture.frm
来自「人工智能bp算法程序以及实验报告」· FRM 代码 · 共 39 行
FRM
39 行
VERSION 5.00
Begin VB.Form Frmpicture
Caption = "图形窗口"
ClientHeight = 8760
ClientLeft = 60
ClientTop = 345
ClientWidth = 10965
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 8760
ScaleWidth = 10965
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
Height = 8175
Left = 480
ScaleHeight = 8115
ScaleWidth = 10035
TabIndex = 0
Top = 240
Width = 10095
End
End
Attribute VB_Name = "Frmpicture"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Frmpicture.Width = 11085
Frmpicture.Height = 9000
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?