frmjava.frm

来自「一个完整的HTML编辑器」· FRM 代码 · 共 93 行

FRM
93
字号
VERSION 5.00
Begin VB.Form frmJava 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "Java Script Library ..."
   ClientHeight    =   4335
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   8535
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4335
   ScaleWidth      =   8535
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox Text1 
      Height          =   3015
      Left            =   120
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   4
      Top             =   720
      Width           =   8295
   End
   Begin VB.TextBox txtName 
      Height          =   285
      Left            =   4440
      TabIndex        =   3
      Top             =   345
      Width           =   3975
   End
   Begin VB.PictureBox Picture1 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   480
      Left            =   120
      Picture         =   "frmJava.frx":0000
      ScaleHeight     =   480
      ScaleWidth      =   480
      TabIndex        =   2
      Top             =   120
      Width           =   480
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "Save"
      Height          =   375
      Left            =   4920
      TabIndex        =   1
      Top             =   3840
      Width           =   1695
   End
   Begin VB.CommandButton cmdDone 
      Caption         =   "Cancel"
      Height          =   375
      Left            =   6720
      TabIndex        =   0
      Top             =   3840
      Width           =   1695
   End
   Begin VB.Label lblName 
      Caption         =   "Name The Java Script:"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   2280
      TabIndex        =   5
      Top             =   360
      Width           =   2055
   End
End
Attribute VB_Name = "frmJava"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'I'll have to work on this ....

Private Sub cmdDone_Click()
Unload frmJava
End Sub

Private Sub cmdSave_Click()
Unload frmJava
End Sub

⌨️ 快捷键说明

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