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

📄 alarm.frm

📁 很好的齿轮-五杆机构随参数变化的动态轨迹曲线以及速度和加速度曲线
💻 FRM
字号:
VERSION 5.00
Begin VB.Form alarm 
   BackColor       =   &H80000000&
   Caption         =   "输入信息!"
   ClientHeight    =   3210
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6795
   ScaleHeight     =   3210
   ScaleWidth      =   6795
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox Text2 
      Alignment       =   1  'Right Justify
      Height          =   270
      Left            =   4080
      TabIndex        =   6
      Text            =   "Text2"
      Top             =   2040
      Width           =   615
   End
   Begin VB.CommandButton Command2 
      Caption         =   "重输"
      Height          =   375
      Left            =   3480
      TabIndex        =   2
      Top             =   2760
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   2280
      TabIndex        =   0
      Top             =   2760
      Width           =   1095
   End
   Begin VB.Label Label5 
      Caption         =   "注:如需手工修改需要输出的周期数,请输入:"
      Height          =   255
      Left            =   360
      TabIndex        =   7
      Top             =   2040
      Width           =   4215
   End
   Begin VB.Label Label4 
      BackColor       =   &H80000000&
      Caption         =   "故由于周转的数太大,所以我们调整为显示      周,如不符合,请修改。"
      Height          =   495
      Left            =   360
      TabIndex        =   5
      Top             =   1680
      Width           =   6495
   End
   Begin VB.Label Label2 
      BackColor       =   &H80000000&
      Caption         =   "3、经过计算,c点完成一个循环需要主动杆转     周。"
      Height          =   375
      Left            =   360
      TabIndex        =   4
      Top             =   840
      Width           =   6375
   End
   Begin VB.Label Label3 
      BackColor       =   &H80000000&
      Caption         =   "2、"
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   1320
      Width           =   5295
   End
   Begin VB.Label Label1 
      BackColor       =   &H80000000&
      Caption         =   "1、"
      Height          =   495
      Left            =   360
      TabIndex        =   1
      Top             =   240
      Width           =   6255
   End
End
Attribute VB_Name = "alarm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command1_Click()
Form2.Show
Me.Visible = False
linkages.Text10.Text = Me.Text2.Text
linkages.Visible = False

End Sub

Private Sub Command2_Click()
Unload Me
End Sub

Private Sub Form_Load()
Me.Label4.Caption = "故由于周转的数太大,所以我们调整为显示10 周,如不符合,请修改。"
End Sub

⌨️ 快捷键说明

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