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

📄 form5.frm

📁 排序算法演示系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   BorderStyle     =   0  'None
   Caption         =   "设定演示间隔"
   ClientHeight    =   2100
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   2445
   LinkTopic       =   "Form5"
   ScaleHeight     =   2100
   ScaleWidth      =   2445
   StartUpPosition =   2  '屏幕中心
   Begin 排序算法演示系统.jcForms jcForms1 
      Align           =   1  'Align Top
      Height          =   2100
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   2445
      _ExtentX        =   4313
      _ExtentY        =   3704
      ThemeColor      =   1
      MaxButton       =   0   'False
      MinButton       =   0   'False
      CustomBackColor =   15591915
      Style           =   2
      Begin 排序算法演示系统.isButton isButton1 
         Height          =   375
         Left            =   360
         TabIndex        =   2
         Top             =   1440
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   661
         Style           =   4
         Caption         =   "确定"
         Tooltiptitle    =   ""
         ToolTipIcon     =   0
         ToolTipType     =   1
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         BeginProperty Font 
            Name            =   "Arial Narrow"
            Size            =   18
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   720
         TabIndex        =   1
         Top             =   720
         Width           =   735
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "s"
         Height          =   180
         Left            =   1560
         TabIndex        =   3
         Top             =   960
         Width           =   90
      End
   End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()

Text1.Text = PP

End Sub

Private Sub isButton1_Click()

PP = Val(Text1.Text)

Unload Me

End Sub

⌨️ 快捷键说明

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