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

📄 splash.frm

📁 一款开源基于电子电路理论支持编写的电子电路模拟和分析小软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Splash 
   BackColor       =   &H00E33D2B&
   ClientHeight    =   8925
   ClientLeft      =   60
   ClientTop       =   60
   ClientWidth     =   7380
   ControlBox      =   0   'False
   Icon            =   "Splash.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   8925
   ScaleWidth      =   7380
   StartUpPosition =   2  '屏幕中心
   Begin ElectricalCircuitModeling.lvButtons_H Simple 
      Height          =   375
      Left            =   1440
      TabIndex        =   0
      Top             =   4560
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "简单电路"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":038A
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H Series 
      Height          =   375
      Left            =   1440
      TabIndex        =   1
      Top             =   5040
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "串联电路"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":03AE
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H Parallel 
      Height          =   375
      Left            =   1425
      TabIndex        =   2
      Top             =   5535
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "并联电路"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":03D2
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H RLC 
      Height          =   375
      Left            =   1425
      TabIndex        =   3
      Top             =   6015
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "交流电路 - R,L,C串联"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":03F6
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H TWOLOOP 
      Height          =   375
      Left            =   1440
      TabIndex        =   4
      Top             =   6480
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "交流电路 - 双回路电路"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":041A
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H THREELOOP 
      Height          =   375
      Left            =   1455
      TabIndex        =   5
      Top             =   6960
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "交流电路 - 三回路电路"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":043E
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H AboutFRM 
      Height          =   375
      Left            =   1425
      TabIndex        =   6
      Top             =   7455
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "关于"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":0462
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin ElectricalCircuitModeling.lvButtons_H Exit 
      Height          =   375
      Left            =   1470
      TabIndex        =   7
      Top             =   7920
      Width           =   4575
      _extentx        =   8070
      _extenty        =   661
      caption         =   "退出"
      capalign        =   2
      backstyle       =   7
      gradient        =   2
      cgradient       =   33023
      font            =   "Splash.frx":0486
      mode            =   0
      value           =   0
      cback           =   -2147483633
      cbhover         =   33023
   End
   Begin VB.Image Image1 
      Height          =   8955
      Left            =   0
      Picture         =   "Splash.frx":04AA
      Top             =   -15
      Width           =   7395
   End
End
Attribute VB_Name = "Splash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub AboutFRM_Click()
About.Show
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub Parallel_Click()
ParallelCircuit.Show
Splash.Hide
End Sub
Private Sub RLCSeries_Click()
RLCSeries.Show
Splash.Hide
End Sub
Private Sub RLC_Click()
RLCSeries.Show
Splash.Hide
End Sub
Private Sub Series_Click()
SeriesCircuit.Show
Splash.Hide
End Sub
Private Sub Simple_Click()
SimpleCircuit.Show
Splash.Hide
End Sub
Private Sub THREELOOP_Click()
RLCThreeLoop.Show
Splash.Hide
End Sub
Private Sub TWOLOOP_Click()
RLCTwoLoop.Show
Splash.Hide
End Sub

⌨️ 快捷键说明

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