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

📄 form4.frm

📁 排序算法演示系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   BorderStyle     =   0  'None
   Caption         =   "代码"
   ClientHeight    =   6735
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   3885
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6735
   ScaleWidth      =   3885
   StartUpPosition =   3  '窗口缺省
   Begin 排序算法演示系统.jcForms jcForms1 
      Align           =   1  'Align Top
      Height          =   6735
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   3885
      _extentx        =   6853
      _extenty        =   11880
      themecolor      =   1
      maxbutton       =   0   'False
      minbutton       =   0   'False
      custombackcolor =   15591915
      style           =   2
      Begin VB.ListBox List1 
         Appearance      =   0  'Flat
         Height          =   5970
         ItemData        =   "Form4.frx":0000
         Left            =   120
         List            =   "Form4.frx":0130
         TabIndex        =   1
         Top             =   600
         Width           =   3615
      End
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Private Sub Form_Deactivate()

'Me.SetFocus

'End Sub

⌨️ 快捷键说明

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