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

📄 frmshape.frm

📁 Visual Basic 6 大学教程的代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmShape 
   Caption         =   "Fig. 9.20: Shape control"
   ClientHeight    =   2820
   ClientLeft      =   2865
   ClientTop       =   2370
   ClientWidth     =   4350
   LinkTopic       =   "Form1"
   ScaleHeight     =   2820
   ScaleWidth      =   4350
   Begin VB.Shape shpRoundSquare 
      BorderWidth     =   8
      Height          =   495
      Left            =   2400
      Shape           =   5  'Rounded Square
      Top             =   840
      Width           =   1575
   End
   Begin VB.Shape shpOval 
      BorderWidth     =   8
      Height          =   1095
      Left            =   2400
      Shape           =   2  'Oval
      Top             =   1560
      Width           =   1815
   End
   Begin VB.Shape shpSquare 
      BorderWidth     =   8
      Height          =   495
      Left            =   2640
      Shape           =   1  'Square
      Top             =   120
      Width           =   1095
   End
   Begin VB.Shape shpRoundRect 
      BorderWidth     =   8
      Height          =   1095
      Left            =   240
      Shape           =   4  'Rounded Rectangle
      Top             =   1560
      Width           =   1695
   End
   Begin VB.Shape shpRectangle 
      BorderWidth     =   8
      Height          =   495
      Left            =   120
      Top             =   120
      Width           =   2055
   End
   Begin VB.Shape shpCircle 
      BorderWidth     =   8
      Height          =   495
      Left            =   240
      Shape           =   3  'Circle
      Top             =   840
      Width           =   1815
   End
End
Attribute VB_Name = "frmShape"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -