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

📄 form19.frm

📁 某大学开发的一个用于对微波传输线状态进行模拟的软件
💻 FRM
字号:
VERSION 5.00
Object = "{A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#2.0#0"; "RESIZE32.OCX"
Begin VB.Form Form19 
   Caption         =   "源代码"
   ClientHeight    =   6300
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6015
   LinkTopic       =   "Form19"
   MDIChild        =   -1  'True
   ScaleHeight     =   6300
   ScaleWidth      =   6015
   Begin ResizeLibCtl.ReSize ReSize1 
      Left            =   870
      Top             =   6420
      _Version        =   131072
      _ExtentX        =   741
      _ExtentY        =   741
      _StockProps     =   0
      Enabled         =   -1  'True
      FormMinWidth    =   0
      FormMinHeight   =   0
      AutoCenterFormOnLoad=   -1  'True
      FormDesignHeight=   6300
      FormDesignWidth =   6015
   End
   Begin VB.TextBox Text8 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   7
      Text            =   "Form19.frx":0000
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text7 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   6
      Text            =   "Form19.frx":2365
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text6 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   5
      Text            =   "Form19.frx":3EB5
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text5 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   4
      Text            =   "Form19.frx":4C5D
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text4 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   3
      Text            =   "Form19.frx":629A
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text3 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   2
      Text            =   "Form19.frx":66DD
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text2 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   1
      Text            =   "Form19.frx":681D
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
   Begin VB.TextBox Text1 
      Height          =   6315
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Text            =   "Form19.frx":6B50
      Top             =   0
      Visible         =   0   'False
      Width           =   6015
   End
End
Attribute VB_Name = "Form19"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Width = 6090
Me.Height = 6660
Text1.Visible = False
Text2.Visible = False
Text3.Visible = False
Text4.Visible = False
Text5.Visible = False
Text6.Visible = False
Text7.Visible = False
Text8.Visible = False
End Sub

⌨️ 快捷键说明

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