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

📄 frmoptions.frm

📁 采用VB编写的一个电路分析系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmoptions 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "属性页"
   ClientHeight    =   7395
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7125
   Icon            =   "frmoptions.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7395
   ScaleWidth      =   7125
   ShowInTaskbar   =   0   'False
   Visible         =   0   'False
   Begin VB.Frame Frame1 
      Caption         =   "受控源基本参数"
      Height          =   2175
      Index           =   5
      Left            =   2400
      TabIndex        =   43
      Top             =   5400
      Visible         =   0   'False
      Width           =   3855
      Begin VB.ComboBox Combo2 
         Height          =   315
         Left            =   1800
         TabIndex        =   51
         Text            =   "celllist"
         Top             =   1080
         Width           =   1095
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   5
         Left            =   480
         TabIndex        =   48
         Text            =   "1"
         Top             =   1080
         Width           =   1095
      End
      Begin VB.OptionButton cstype 
         Caption         =   "ACAS"
         Height          =   495
         Index           =   3
         Left            =   2760
         TabIndex        =   47
         Top             =   240
         Width           =   855
      End
      Begin VB.OptionButton cstype 
         Caption         =   "ACVS"
         Height          =   495
         Index           =   2
         Left            =   1920
         TabIndex        =   46
         Top             =   240
         Width           =   855
      End
      Begin VB.OptionButton cstype 
         Caption         =   "VCAS"
         Height          =   495
         Index           =   1
         Left            =   1080
         TabIndex        =   45
         Top             =   240
         Width           =   855
      End
      Begin VB.OptionButton cstype 
         Caption         =   "VCVS"
         Height          =   495
         Index           =   0
         Left            =   120
         TabIndex        =   44
         Top             =   240
         Width           =   855
      End
      Begin VB.Label cslabel2 
         Caption         =   "支路的电流"
         Height          =   255
         Left            =   2885
         TabIndex        =   52
         Top             =   1125
         Width           =   945
      End
      Begin VB.Label Label8 
         Caption         =   "X"
         Height          =   255
         Left            =   1635
         TabIndex        =   50
         Top             =   1095
         Width           =   135
      End
      Begin VB.Label cslabel1 
         Caption         =   "电压="
         Height          =   255
         Left            =   10
         TabIndex        =   49
         Top             =   1095
         Width           =   615
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "电容基本参数"
      Height          =   2895
      Index           =   1
      Left            =   480
      TabIndex        =   37
      Top             =   240
      Visible         =   0   'False
      Width           =   3855
      Begin VB.ComboBox cellsci 
         Height          =   315
         Index           =   1
         ItemData        =   "frmoptions.frx":0CCA
         Left            =   3120
         List            =   "frmoptions.frx":0CD7
         TabIndex        =   39
         Text            =   "F"
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   1
         Left            =   840
         TabIndex        =   38
         Text            =   "0"
         Top             =   240
         Width           =   2175
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "电容值"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   40
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "电感基本参数"
      Height          =   2895
      Index           =   2
      Left            =   3120
      TabIndex        =   33
      Top             =   2400
      Visible         =   0   'False
      Width           =   3855
      Begin VB.ComboBox cellsci 
         Height          =   315
         Index           =   2
         ItemData        =   "frmoptions.frx":0CE7
         Left            =   3120
         List            =   "frmoptions.frx":0CF4
         TabIndex        =   35
         Text            =   "H"
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   2
         Left            =   840
         TabIndex        =   34
         Text            =   "0"
         Top             =   240
         Width           =   2175
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "电感值"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   36
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "电压源基本参数"
      Height          =   2895
      Index           =   3
      Left            =   3000
      TabIndex        =   22
      Top             =   0
      Visible         =   0   'False
      Width           =   3855
      Begin VB.ComboBox cellsci 
         Height          =   315
         Index           =   3
         ItemData        =   "frmoptions.frx":0D04
         Left            =   3120
         List            =   "frmoptions.frx":0D11
         TabIndex        =   31
         Text            =   "V"
         Top             =   360
         Width           =   615
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   3
         Left            =   840
         TabIndex        =   30
         Text            =   "0"
         Top             =   360
         Width           =   2175
      End
      Begin VB.Frame Frame2 
         Caption         =   "交流参数"
         Height          =   1335
         Index           =   0
         Left            =   120
         TabIndex        =   25
         Top             =   1320
         Width           =   3615
         Begin VB.TextBox frequency 
            Height          =   285
            Index           =   0
            Left            =   840
            TabIndex        =   41
            Text            =   "1"
            Top             =   240
            Width           =   1695
         End
         Begin VB.ComboBox fresci 
            Height          =   315
            Index           =   0
            ItemData        =   "frmoptions.frx":0D21
            Left            =   2640
            List            =   "frmoptions.frx":0D2E
            TabIndex        =   27
            Text            =   "Hz"
            Top             =   240
            Width           =   855
         End
         Begin VB.TextBox arctext 
            Height          =   285
            Index           =   0
            Left            =   840
            TabIndex        =   26
            Text            =   "0"
            Top             =   600
            Width           =   1695
         End
         Begin VB.Label Label6 
            Alignment       =   2  'Center
            Caption         =   "频率"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   29
            Top             =   240
            Width           =   495
         End
         Begin VB.Label Label7 
            Alignment       =   2  'Center
            Caption         =   "初相"
            Height          =   375
            Index           =   0
            Left            =   240
            TabIndex        =   28
            Top             =   600
            Width           =   495
         End
      End
      Begin VB.OptionButton dc 
         Caption         =   "直流电源"
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   24
         Top             =   840
         Width           =   1215
      End
      Begin VB.OptionButton ac 
         Caption         =   "交流电源"
         Height          =   375
         Index           =   0
         Left            =   1560
         TabIndex        =   23
         Top             =   840
         Width           =   1095
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "电压值"
         Height          =   255
         Index           =   3
         Left            =   120
         TabIndex        =   32
         Top             =   360
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "电流源基本参数"
      Height          =   2895
      Index           =   4
      Left            =   -720
      TabIndex        =   11
      Top             =   3600
      Visible         =   0   'False
      Width           =   3855
      Begin VB.OptionButton ac 
         Caption         =   "交流电源"
         Height          =   375
         Index           =   1
         Left            =   1560
         TabIndex        =   20
         Top             =   840
         Width           =   1095
      End
      Begin VB.OptionButton dc 
         Caption         =   "直流电源"
         Height          =   375
         Index           =   1
         Left            =   120
         TabIndex        =   19
         Top             =   840
         Width           =   1215
      End
      Begin VB.Frame Frame2 
         Caption         =   "交流参数"
         Height          =   1335
         Index           =   1
         Left            =   120
         TabIndex        =   14
         Top             =   1320
         Width           =   3615
         Begin VB.TextBox frequency 
            Height          =   285
            Index           =   1
            Left            =   840
            TabIndex        =   42
            Text            =   "1"
            Top             =   240
            Width           =   1695
         End
         Begin VB.TextBox arctext 
            Height          =   285
            Index           =   1
            Left            =   840
            TabIndex        =   16
            Text            =   "0"
            Top             =   600
            Width           =   1695
         End
         Begin VB.ComboBox fresci 
            Height          =   315
            Index           =   1
            ItemData        =   "frmoptions.frx":0D40
            Left            =   2640
            List            =   "frmoptions.frx":0D4D
            TabIndex        =   15
            Text            =   "Hz"
            Top             =   240
            Width           =   855
         End
         Begin VB.Label Label7 
            Alignment       =   2  'Center
            Caption         =   "初相"
            Height          =   375
            Index           =   1
            Left            =   240
            TabIndex        =   18
            Top             =   600
            Width           =   495
         End
         Begin VB.Label Label6 
            Alignment       =   2  'Center
            Caption         =   "频率"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   17
            Top             =   240
            Width           =   495
         End
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   4
         Left            =   840
         TabIndex        =   13
         Text            =   "0"
         Top             =   360
         Width           =   2175
      End
      Begin VB.ComboBox cellsci 
         Height          =   315
         Index           =   4
         ItemData        =   "frmoptions.frx":0D5F
         Left            =   3120
         List            =   "frmoptions.frx":0D6C
         TabIndex        =   12
         Text            =   "A"
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "电流值"
         Height          =   255
         Index           =   4
         Left            =   120
         TabIndex        =   21
         Top             =   360
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "电阻基本参数"
      Height          =   2895
      Index           =   0
      Left            =   0
      TabIndex        =   7
      Top             =   1200
      Visible         =   0   'False
      Width           =   3855
      Begin VB.ComboBox cellsci 
         Height          =   315
         Index           =   0
         ItemData        =   "frmoptions.frx":0D7C
         Left            =   3120
         List            =   "frmoptions.frx":0D89
         TabIndex        =   9
         Text            =   "kΩ"
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox cellvalue 
         Height          =   285
         Index           =   0
         Left            =   840
         TabIndex        =   8
         Text            =   "0"
         Top             =   240
         Width           =   2175
      End
      Begin VB.Label Label5 
         Alignment       =   2  'Center
         Caption         =   "电阻值"
         Height          =   255
         Index           =   0

⌨️ 快捷键说明

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