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

📄 dialog1.frm

📁 一个用C语言编写的求混沌序列的源程序,挺好的!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAboutF 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于函数"
   ClientHeight    =   3915
   ClientLeft      =   6585
   ClientTop       =   1920
   ClientWidth     =   5475
   Icon            =   "Dialog1.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3915
   ScaleWidth      =   5475
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox Text1 
      BackColor       =   &H80000002&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   3135
      Left            =   90
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   1
      Text            =   "Dialog1.frx":0CCA
      Top             =   90
      Width           =   5295
   End
   Begin VB.CommandButton OKButton 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   375
      Left            =   2595
      TabIndex        =   0
      Top             =   3375
      Width           =   1350
   End
End
Attribute VB_Name = "frmAboutF"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub OKButton_Click()
    Unload frmAboutF   ' Unload form 可以从内存中卸载窗口,以节约内存
End Sub


'=======================================================
 

⌨️ 快捷键说明

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