⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmpicture.frm

📁 人工智能bp算法程序以及实验报告
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -