form_add.frm

来自「放大一百万亿倍的mandelbrot set。z初始值可修改。」· FRM 代码 · 共 39 行

FRM
39
字号
VERSION 5.00
Begin VB.Form Form_add 
   Caption         =   "Form2"
   ClientHeight    =   1395
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4710
   LinkTopic       =   "Form2"
   ScaleHeight     =   1395
   ScaleWidth      =   4710
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label_r 
      Height          =   375
      Left            =   120
      TabIndex        =   2
      Top             =   960
      Width           =   4575
   End
   Begin VB.Label Label_t 
      Height          =   375
      Left            =   120
      TabIndex        =   1
      Top             =   480
      Width           =   4455
   End
   Begin VB.Label Label_f 
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   4455
   End
End
Attribute VB_Name = "Form_add"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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