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

📄 mainform.frm

📁 该程序是按照矩阵位移法的后处理法的基本原理和分析过程
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form MainForm 
   Caption         =   "VB平面珩架静力分析器"
   ClientHeight    =   7290
   ClientLeft      =   165
   ClientTop       =   870
   ClientWidth     =   9675
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   6.75
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   7290
   ScaleWidth      =   9675
   StartUpPosition =   3  '窗口缺省
   Begin VB.CheckBox Check1 
      Caption         =   "显示结果文本"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   19
      Top             =   5040
      Width           =   1695
   End
   Begin VB.Frame Frame1 
      Height          =   495
      Left            =   0
      TabIndex        =   7
      Top             =   0
      Width           =   5535
      Begin VB.CommandButton New 
         Height          =   375
         Left            =   0
         Picture         =   "MainForm.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   23
         ToolTipText     =   "新建工程"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command3 
         Height          =   375
         Left            =   720
         Picture         =   "MainForm.frx":0442
         Style           =   1  'Graphical
         TabIndex        =   22
         ToolTipText     =   "保存"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command9 
         Height          =   375
         Left            =   4320
         Picture         =   "MainForm.frx":0784
         Style           =   1  'Graphical
         TabIndex        =   21
         ToolTipText     =   "移动"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command8 
         Height          =   375
         Left            =   4680
         Picture         =   "MainForm.frx":0BC6
         Style           =   1  'Graphical
         TabIndex        =   20
         ToolTipText     =   "开窗放大"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command7 
         Height          =   375
         Left            =   2160
         Picture         =   "MainForm.frx":1008
         Style           =   1  'Graphical
         TabIndex        =   18
         ToolTipText     =   "删除结点"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command19 
         Height          =   375
         Left            =   2880
         Picture         =   "MainForm.frx":184E
         Style           =   1  'Graphical
         TabIndex        =   17
         ToolTipText     =   "删除支座"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command6 
         Height          =   375
         Left            =   1800
         Picture         =   "MainForm.frx":22E0
         Style           =   1  'Graphical
         TabIndex        =   16
         ToolTipText     =   "添加支座"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command4 
         Height          =   375
         Left            =   1440
         Picture         =   "MainForm.frx":2B62
         Style           =   1  'Graphical
         TabIndex        =   15
         ToolTipText     =   "添加单元"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command30 
         Height          =   375
         Left            =   5040
         Picture         =   "MainForm.frx":3414
         Style           =   1  'Graphical
         TabIndex        =   14
         ToolTipText     =   "查询"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command29 
         Height          =   375
         Left            =   3240
         Picture         =   "MainForm.frx":3908
         Style           =   1  'Graphical
         TabIndex        =   13
         ToolTipText     =   "全图"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command13 
         Height          =   375
         Left            =   3960
         Picture         =   "MainForm.frx":3DFC
         Style           =   1  'Graphical
         TabIndex        =   12
         ToolTipText     =   "缩小"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command11 
         Height          =   375
         Left            =   3600
         Picture         =   "MainForm.frx":42F0
         Style           =   1  'Graphical
         TabIndex        =   11
         ToolTipText     =   "放大"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command2 
         Height          =   375
         Left            =   360
         Picture         =   "MainForm.frx":47E4
         Style           =   1  'Graphical
         TabIndex        =   10
         ToolTipText     =   "打开工程"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command5 
         Height          =   375
         Left            =   1080
         Picture         =   "MainForm.frx":4CD8
         Style           =   1  'Graphical
         TabIndex        =   9
         ToolTipText     =   "添加结点"
         Top             =   120
         Width           =   375
      End
      Begin VB.CommandButton Command18 
         Height          =   375
         Left            =   2520
         Picture         =   "MainForm.frx":551E
         Style           =   1  'Graphical
         TabIndex        =   8
         ToolTipText     =   "删除单元"
         Top             =   120
         Width           =   375
      End
   End
   Begin VB.Timer Timer1 
      Left            =   8760
      Top             =   1200
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   420
      Left            =   0
      TabIndex        =   6
      Top             =   6870
      Width           =   9675
      _ExtentX        =   17066
      _ExtentY        =   741
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1764
            MinWidth        =   1764
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   6703
            MinWidth        =   6703
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   8114
            MinWidth        =   8114
         EndProperty
      EndProperty
      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
   Begin VB.PictureBox MainPic 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H00000000&
      FillColor       =   &H008080FF&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   7.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   6375
      Left            =   0
      ScaleHeight     =   6315
      ScaleWidth      =   7395
      TabIndex        =   5
      Top             =   480
      Width           =   7455
   End
   Begin VB.CommandButton CmdGraph 
      Caption         =   "生成图象"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   7680
      TabIndex        =   4
      Top             =   3000
      Width           =   1695
   End
   Begin VB.ComboBox Combo11 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   300
      ItemData        =   "MainForm.frx":5DD0
      Left            =   7680
      List            =   "MainForm.frx":5DE3
      TabIndex        =   3
      Text            =   "结构数据输入"
      Top             =   720
      Width           =   1695
   End
   Begin MSComDlg.CommonDialog CoD1 
      Left            =   7800
      Top             =   1080
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton CmdExit 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   7680
      TabIndex        =   2
      Top             =   6000
      Width           =   1695
   End
   Begin VB.CommandButton CmdCompute 
      Caption         =   "计算"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   7680
      TabIndex        =   1
      Top             =   4200
      Width           =   1695
   End
   Begin VB.CommandButton CmdOpen 
      Caption         =   "打开文件"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   7680
      TabIndex        =   0
      Top             =   1800
      Width           =   1695
   End
   Begin VB.Menu mnufile 
      Caption         =   "文件"
      Begin VB.Menu NewP 
         Caption         =   "新建工程"
      End
      Begin VB.Menu OpenFile 
         Caption         =   "打开文件"
      End
      Begin VB.Menu SaveFile 
         Caption         =   "保存文件"
         Begin VB.Menu KownDataFile 
            Caption         =   "生成已知数据文件"
         End
         Begin VB.Menu ResultFile 
            Caption         =   "生成结果数据文件"
         End
      End
   End
   Begin VB.Menu Edit 
      Caption         =   "编辑"
      Begin VB.Menu ParaMenu 
         Caption         =   "参数"
      End
      Begin VB.Menu NodeMenu 
         Caption         =   "节点信息"
      End
      Begin VB.Menu GJMenu 
         Caption         =   "杆件信息"
      End
      Begin VB.Menu BaseMenu 
         Caption         =   "支座信息"
      End
   End
   Begin VB.Menu MakeStructor 
      Caption         =   "形成结构体"
   End
   Begin VB.Menu mnucal 
      Caption         =   "计算"
   End
   Begin VB.Menu DataView 
      Caption         =   "文本显示器"
      Begin VB.Menu KnowData 
         Caption         =   "已知数据文本"
         Begin VB.Menu NodeData 
            Caption         =   "节点数据"
         End
         Begin VB.Menu GJdata 
            Caption         =   "杆件单元数据"
         End
         Begin VB.Menu Nodeload 
            Caption         =   "节点荷载数据"
         End
         Begin VB.Menu BaseData 
            Caption         =   "支座数据"
         End
         Begin VB.Menu KnowAll 
            Caption         =   "全部已知数据"
         End
      End
      Begin VB.Menu mnudo 
         Caption         =   "结果数据文本"
         Begin VB.Menu MNEDIS 
            Caption         =   "位移"
         End
         Begin VB.Menu MNUZHOULI 
            Caption         =   "轴力"
         End
         Begin VB.Menu MNUZHIZUO 
            Caption         =   "支座反力"
         End
         Begin VB.Menu DataAll 
            Caption         =   "总数据文本"
         End
      End
   End
   Begin VB.Menu GraphView 
      Caption         =   "图像显示器"

⌨️ 快捷键说明

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