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

📄 sampleform.frm

📁 由VB6.0 gui生成matlab的m文件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form SampleForm 
   Caption         =   "VB2Matlab Sample Form"
   ClientHeight    =   8625
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   9780
   LinkTopic       =   "Form1"
   ScaleHeight     =   8625
   ScaleWidth      =   9780
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Picturebutton 
      Caption         =   "push"
      Height          =   2535
      Left            =   6720
      Picture         =   "SampleForm.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   19
      ToolTipText     =   "Demonstrates pictures on buttons"
      Top             =   3480
      Width           =   2535
   End
   Begin VB.PictureBox Picture1 
      Height          =   2175
      Left            =   3480
      ScaleHeight     =   2115
      ScaleWidth      =   5715
      TabIndex        =   17
      Top             =   240
      Width           =   5775
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   2895
      Left            =   3000
      TabIndex        =   16
      Top             =   240
      Width           =   255
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   3360
      TabIndex        =   15
      Top             =   2640
      Width           =   6015
   End
   Begin VB.TextBox EditText 
      Height          =   495
      Left            =   120
      TabIndex        =   10
      Text            =   "This is my text"
      Top             =   4320
      Width           =   1455
   End
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   3735
      Left            =   1800
      TabIndex        =   4
      Tag             =   "Tag Text"
      ToolTipText     =   "Even Frames have ToolTips"
      Top             =   3120
      Width           =   4455
      Begin VB.CheckBox Check2 
         Caption         =   "Check2"
         Height          =   255
         Left            =   2280
         TabIndex        =   18
         Top             =   1440
         Width           =   855
      End
      Begin VB.OptionButton Option8 
         Caption         =   "Option3"
         Height          =   255
         Left            =   360
         TabIndex        =   14
         ToolTipText     =   "XOR with left Mouse"
         Top             =   2280
         Width           =   975
      End
      Begin VB.OptionButton Option7 
         Caption         =   "Option4"
         Height          =   255
         Left            =   360
         TabIndex        =   13
         ToolTipText     =   "XOR with left Mouse"
         Top             =   2640
         Width           =   975
      End
      Begin VB.OptionButton Option6 
         Caption         =   "Option5"
         Height          =   255
         Left            =   360
         TabIndex        =   12
         ToolTipText     =   "XOR with left Mouse"
         Top             =   3000
         Width           =   975
      End
      Begin VB.CheckBox Check1 
         Caption         =   "Check1"
         Height          =   375
         Left            =   2280
         TabIndex        =   11
         Top             =   840
         Width           =   1095
      End
      Begin VB.OptionButton Option5 
         Caption         =   "Option5"
         Height          =   255
         Left            =   360
         TabIndex        =   9
         ToolTipText     =   "XOR with left Mouse"
         Top             =   1920
         Width           =   975
      End
      Begin VB.OptionButton Option4 
         Caption         =   "Option4"
         Height          =   255
         Left            =   360
         TabIndex        =   8
         ToolTipText     =   "XOR with left Mouse"
         Top             =   1560
         Width           =   975
      End
      Begin VB.OptionButton Option3 
         Caption         =   "Option3"
         Height          =   255
         Left            =   360
         TabIndex        =   7
         ToolTipText     =   "XOR with left Mouse"
         Top             =   1200
         Width           =   975
      End
      Begin VB.OptionButton Option2 
         Caption         =   "Option2"
         Height          =   255
         Left            =   360
         TabIndex        =   6
         ToolTipText     =   "XOR with left Mouse"
         Top             =   840
         Width           =   975
      End
      Begin VB.OptionButton Option1 
         Caption         =   "Option1"
         Height          =   255
         Left            =   360
         TabIndex        =   5
         ToolTipText     =   "XOR with left Mouse"
         Top             =   480
         Width           =   975
      End
   End
   Begin VB.ListBox Listbox1 
      Height          =   840
      ItemData        =   "SampleForm.frx":43C4
      Left            =   120
      List            =   "SampleForm.frx":43DD
      TabIndex        =   3
      Tag             =   "Tag Text"
      ToolTipText     =   "This is a list box"
      Top             =   1800
      Width           =   1815
   End
   Begin VB.ComboBox popupbox1 
      Height          =   315
      ItemData        =   "SampleForm.frx":4413
      Left            =   240
      List            =   "SampleForm.frx":4429
      TabIndex        =   1
      Tag             =   "Combo Tag Text"
      Text            =   "This text does not appear in matlab"
      ToolTipText     =   "this is a combo box"
      Top             =   840
      Width           =   1095
   End
   Begin VB.CommandButton but1 
      Caption         =   "&Button"
      Height          =   375
      Left            =   240
      TabIndex        =   0
      Tag             =   "Tag Text"
      Top             =   240
      Width           =   855
   End
   Begin VB.Label testlabel 
      Caption         =   "This is a label"
      Height          =   255
      Left            =   240
      TabIndex        =   2
      Tag             =   "Tag Text"
      Top             =   1320
      Width           =   975
   End
   Begin VB.Menu mnufile 
      Caption         =   "&file"
      Begin VB.Menu mnuFileOpen 
         Caption         =   "Open"
      End
      Begin VB.Menu sep 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileSave 
         Caption         =   "save"
         Begin VB.Menu mnuFileSaveSave 
            Caption         =   "Save"
         End
         Begin VB.Menu mnuFileSaveSAveAs 
            Caption         =   "Save As"
         End
      End
   End
   Begin VB.Menu mnuEdit 
      Caption         =   "edit"
      Begin VB.Menu mnuEditCut 
         Caption         =   "cut"
      End
   End
End
Attribute VB_Name = "SampleForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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