form4.frm

来自「排序算法演示系统」· FRM 代码 · 共 53 行

FRM
53
字号
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 + =
减小字号Ctrl + -
显示快捷键?