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

📄 form1.frm

📁 采用VB编写的一个电路分析系统
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "shdocvw.dll"
Begin VB.Form mapform 
   AutoRedraw      =   -1  'True
   Caption         =   "PCAS"
   ClientHeight    =   7290
   ClientLeft      =   210
   ClientTop       =   1065
   ClientWidth     =   11865
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7290
   ScaleWidth      =   11865
   Visible         =   0   'False
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame 
      Height          =   1215
      Index           =   2
      Left            =   9240
      TabIndex        =   10
      Top             =   4440
      Width           =   2655
      Begin VB.TextBox Text1 
         BackColor       =   &H00FFFFC0&
         Height          =   300
         Left            =   0
         TabIndex        =   20
         Text            =   "about blank"
         Top             =   360
         Width           =   2655
      End
      Begin VB.CommandButton Command 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000B&
         Caption         =   "首页"
         Height          =   255
         Index           =   2
         Left            =   1800
         MaskColor       =   &H8000000B&
         TabIndex        =   19
         Top             =   120
         Width           =   735
      End
      Begin VB.CommandButton Command 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000B&
         Caption         =   "向前->"
         Height          =   255
         Index           =   1
         Left            =   1080
         TabIndex        =   18
         Top             =   120
         Width           =   735
      End
      Begin VB.CommandButton Command 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000B&
         Caption         =   "<-向后"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   17
         Top             =   120
         Width           =   735
      End
      Begin SHDocVwCtl.WebBrowser helper 
         Height          =   375
         Left            =   120
         TabIndex        =   16
         Top             =   720
         Width           =   2175
         ExtentX         =   3836
         ExtentY         =   661
         ViewMode        =   0
         Offline         =   0
         Silent          =   0
         RegisterAsBrowser=   0
         RegisterAsDropTarget=   1
         AutoArrange     =   0   'False
         NoClientEdge    =   0   'False
         AlignLeft       =   0   'False
         NoWebView       =   0   'False
         HideFileNames   =   0   'False
         SingleClick     =   0   'False
         SingleSelection =   0   'False
         NoFolders       =   0   'False
         Transparent     =   0   'False
         ViewID          =   "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
         Location        =   ""
      End
   End
   Begin VB.Frame Frame 
      Height          =   735
      Index           =   1
      Left            =   9000
      TabIndex        =   8
      Top             =   3480
      Width           =   2895
      Begin VB.ListBox analysisresult 
         Columns         =   2
         Height          =   240
         Left            =   240
         TabIndex        =   11
         Top             =   240
         Width           =   2055
      End
   End
   Begin VB.Frame Frame 
      Height          =   3015
      Index           =   0
      Left            =   9000
      TabIndex        =   7
      Tag             =   "0"
      Top             =   360
      Width           =   2895
      Begin VB.PictureBox container2 
         Height          =   2775
         Left            =   0
         ScaleHeight     =   2715
         ScaleWidth      =   2595
         TabIndex        =   12
         Top             =   120
         Width           =   2655
         Begin VB.PictureBox Picture2 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            ForeColor       =   &H80000008&
            Height          =   2775
            Left            =   0
            ScaleHeight     =   2745
            ScaleWidth      =   2505
            TabIndex        =   13
            Tag             =   "0"
            Top             =   0
            Width           =   2535
            Begin VB.ListBox matshow 
               Appearance      =   0  'Flat
               Columns         =   3
               Height          =   210
               Index           =   0
               Left            =   120
               TabIndex        =   14
               Top             =   720
               Width           =   2175
            End
            Begin VB.Label matrixname 
               Alignment       =   2  'Center
               BackColor       =   &H00FFFFC0&
               Caption         =   "Matrix"
               Height          =   200
               Index           =   0
               Left            =   120
               TabIndex        =   15
               Top             =   240
               Width           =   2175
            End
         End
      End
      Begin VB.VScrollBar VScroll2 
         Height          =   2775
         LargeChange     =   500
         Left            =   2640
         SmallChange     =   100
         TabIndex        =   9
         Top             =   120
         Width           =   255
      End
   End
   Begin VB.VScrollBar VScroll1 
      CausesValidation=   0   'False
      Height          =   5775
      LargeChange     =   1000
      Left            =   8760
      SmallChange     =   100
      TabIndex        =   5
      Top             =   0
      Width           =   255
   End
   Begin VB.HScrollBar HScroll1 
      CausesValidation=   0   'False
      Height          =   255
      LargeChange     =   1000
      Left            =   0
      SmallChange     =   100
      TabIndex        =   4
      Top             =   5520
      Width           =   8775
   End
   Begin VB.PictureBox container 
      BorderStyle     =   0  'None
      Height          =   5535
      Left            =   0
      ScaleHeight     =   5535
      ScaleWidth      =   8820
      TabIndex        =   0
      Tag             =   "-1"
      Top             =   0
      Width           =   8820
      Begin VB.PictureBox Picture1 
         AutoRedraw      =   -1  'True
         AutoSize        =   -1  'True
         BackColor       =   &H00FFFFFF&
         BorderStyle     =   0  'None
         DrawMode        =   7  'Invert
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   20235
         Left            =   -240
         ScaleHeight     =   20240.06
         ScaleMode       =   0  'User
         ScaleWidth      =   20000
         TabIndex        =   1
         Tag             =   "0"
         Top             =   0
         Width           =   20000
         Begin MSComDlg.CommonDialog CommonDialog1 
            Left            =   2040
            Top             =   3000
            _ExtentX        =   847
            _ExtentY        =   847
            _Version        =   393216
            CancelError     =   -1  'True
            DefaultExt      =   "pca"
            Filter          =   "PCA Files|*.pca|All Files|*.*"
            InitDir         =   "pcas/"
         End
         Begin PCAS.cell cell 
            Height          =   615
            Index           =   0
            Left            =   600
            TabIndex        =   2
            Tag             =   "0"
            Top             =   840
            Visible         =   0   'False
            Width           =   855
            _ExtentX        =   1508
            _ExtentY        =   1085
            BackColor       =   16777215
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            AutoRedraw      =   -1  'True
            CurrentY        =   585
            FontSize        =   8.25
            MouseIcon       =   "Form1.frx":0CCA
            MousePointer    =   99
            ScaleHeight     =   615
            ScaleMode       =   0
            ScaleWidth      =   860.377
         End
         Begin PCAS.node node 
            Height          =   135
            Index           =   0
            Left            =   720
            TabIndex        =   3
            Tag             =   "0"
            Top             =   360
            Visible         =   0   'False
            Width           =   135
            _ExtentX        =   238
            _ExtentY        =   238
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
         End
      End
   End
   Begin MSComctlLib.ImageList ImageList 
      Left            =   5400
      Top             =   360
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   11
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":0FE4
            Key             =   ""
            Object.Tag             =   "&New"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1140
            Key             =   ""
            Object.Tag             =   "&Options"
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":129C
            Key             =   ""
            Object.Tag             =   "Sub1"
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":13F8
            Key             =   ""
            Object.Tag             =   "Sub2"
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1554
            Key             =   ""
            Object.Tag             =   "&Open"
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":16B0
            Key             =   ""
            Object.Tag             =   "&Save"
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":180C
            Key             =   ""
            Object.Tag             =   "&Copy"
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1968
            Key             =   ""
            Object.Tag             =   "&Cut"
         EndProperty
         BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1AC4
            Key             =   ""
            Object.Tag             =   "&Paste"
         EndProperty
         BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1C20
            Key             =   ""
            Object.Tag             =   "&Quit"
         EndProperty
         BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":1D7C
            Key             =   ""
            Object.Tag             =   "Sub3"
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.TabStrip anshow 
      Height          =   7335
      Left            =   9000
      TabIndex        =   6
      Top             =   0
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   12938
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   3
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "帮助"
            Key             =   "help"
            Object.Tag             =   "help"
            Object.ToolTipText     =   "关于电路理论的帮助"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "分析结果"
            Key             =   "key"
            Object.Tag             =   "key"
            Object.ToolTipText     =   "将显示电路分析结果"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "相关矩阵"
            Key             =   "mat"
            Object.Tag             =   "mat"
            Object.ToolTipText     =   "显示相关矩阵"
            ImageVarType    =   2
         EndProperty
      EndProperty
   End
   Begin VB.Menu 电路 
      Caption         =   "电路"
      Visible         =   0   'False
      Begin VB.Menu 仪表 
         Caption         =   "仪表"
         Begin VB.Menu 电流表 
            Caption         =   "电流表"
         End
         Begin VB.Menu 电压表 
            Caption         =   "电压表"
         End
         Begin VB.Menu 示波器 
            Caption         =   "示波器"
         End
         Begin VB.Menu 波特仪 
            Caption         =   "波特仪"
         End
         Begin VB.Menu 自定义分析绘图仪 
            Caption         =   "自定义分析绘图仪"
         End
      End
      Begin VB.Menu 运行 
         Caption         =   "运行电路"
      End
      Begin VB.Menu 停止 
         Caption         =   "停止运行"
      End
      Begin VB.Menu 清理电路图 
         Caption         =   "清理电路图"
      End
   End
   Begin VB.Menu 元件 
      Caption         =   "元件"
      NegotiatePosition=   2  'Middle
      Tag             =   "-1"
      Visible         =   0   'False
      Begin VB.Menu cancel 
         Caption         =   "取消操作"
         Enabled         =   0   'False
      End
      Begin VB.Menu 元件属性1 
         Caption         =   "元件属性"
      End
      Begin VB.Menu 添加到自定义绘图仪绑定源 
         Caption         =   "添加到自定义绘图仪绑定源"
      End
      Begin VB.Menu 删除元件1 
         Caption         =   "删除元件"
      End
   End
   Begin VB.Menu file 
      Caption         =   "文件"
      Begin VB.Menu new 
         Caption         =   "新建"
      End
      Begin VB.Menu open 
         Caption         =   "打开"
      End
      Begin VB.Menu save 
         Caption         =   "保存"
      End
      Begin VB.Menu saveas 
         Caption         =   "另存为"
      End
   End
   Begin VB.Menu edit 
      Caption         =   "编辑"
      Begin VB.Menu addcells 
         Caption         =   "批量添加元件"
      End
      Begin VB.Menu 元件属性 
         Caption         =   "元件属性"
      End
      Begin VB.Menu 删除元件 
         Caption         =   "删除元件"
      End
      Begin VB.Menu kk 
         Caption         =   "-"
      End
      Begin VB.Menu 打印项目 
         Caption         =   "打印项目"
      End
      Begin VB.Menu clearmap 
         Caption         =   "清理电路图"
      End

⌨️ 快捷键说明

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