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

📄 tip.pag

📁 《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件
💻 PAG
字号:
VERSION 5.00
Begin VB.PropertyPage 提示 
   Caption         =   "提示"
   ClientHeight    =   3495
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5925
   PaletteMode     =   0  'Halftone
   ScaleHeight     =   3495
   ScaleWidth      =   5925
   Begin VB.TextBox txtTipString 
      Height          =   330
      Left            =   90
      TabIndex        =   1
      Top             =   370
      Width           =   2700
   End
   Begin VB.Label HelpLbl 
      BackStyle       =   0  'Transparent
      ForeColor       =   &H00FF0000&
      Height          =   1455
      Left            =   240
      TabIndex        =   3
      Top             =   1560
      Width           =   4095
   End
   Begin VB.Line LinkLine 
      Index           =   2
      X1              =   4440
      X2              =   120
      Y1              =   3120
      Y2              =   3120
   End
   Begin VB.Label OvalCmdLbl 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "OvalCmd 1.0.0"
      ForeColor       =   &H000000FF&
      Height          =   375
      Left            =   1800
      TabIndex        =   2
      Top             =   960
      Width           =   855
   End
   Begin VB.Line LinkLine 
      Index           =   0
      X1              =   4320
      X2              =   2640
      Y1              =   1080
      Y2              =   1080
   End
   Begin VB.Line LinkLine 
      Index           =   4
      X1              =   1800
      X2              =   120
      Y1              =   1080
      Y2              =   1080
   End
   Begin VB.Label lblTipString 
      Caption         =   "TipString:"
      Height          =   240
      Left            =   90
      TabIndex        =   0
      Top             =   120
      Width           =   2700
   End
   Begin VB.Line LinkLine 
      BorderColor     =   &H8000000E&
      BorderWidth     =   3
      Index           =   3
      X1              =   1800
      X2              =   120
      Y1              =   1080
      Y2              =   1080
   End
   Begin VB.Line LinkLine 
      BorderColor     =   &H8000000E&
      BorderWidth     =   3
      Index           =   1
      X1              =   4320
      X2              =   2640
      Y1              =   1080
      Y2              =   1080
   End
   Begin VB.Line LinkLine 
      BorderColor     =   &H8000000E&
      BorderWidth     =   3
      Index           =   5
      X1              =   4440
      X2              =   120
      Y1              =   3120
      Y2              =   3120
   End
End
Attribute VB_Name = "提示"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Private Sub PropertyPage_Initialize()
HelpLbl.Caption = "          ====== Main Ferture======   " & vbCrLf & _
                  "                              " & vbCrLf & _
                  "           1 ---  Oval Command      " & vbCrLf & _
                  "           2 ---  Round  Tip        " & vbCrLf & _
                  "           3 ---  Play   Wav        " & vbCrLf & _
                  "          =========================   "
    
End Sub

Private Sub txtTipString_Change()
    Changed = True
End Sub


Private Sub PropertyPage_ApplyChanges()
    SelectedControls(0).TipString = txtTipString.Text
    
    
End Sub


Private Sub PropertyPage_SelectionChanged()
    txtTipString.Text = SelectedControls(0).TipString
End Sub


⌨️ 快捷键说明

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