form1.frm

来自「这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参」· FRM 代码 · 共 47 行

FRM
47
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7800
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   5580
   LinkTopic       =   "Form1"
   ScaleHeight     =   7800
   ScaleWidth      =   5580
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   2535
      Left            =   240
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   5040
      Width           =   5175
   End
   Begin VB.PictureBox Picture1 
      Height          =   4575
      Left            =   240
      ScaleHeight     =   4515
      ScaleWidth      =   3315
      TabIndex        =   0
      Top             =   120
      Width           =   3375
   End
   Begin VB.Menu OpenFile 
      Caption         =   "Open File"
   End
   Begin VB.Menu SaveFile 
      Caption         =   "Save File"
   End
   Begin VB.Menu Exit 
      Caption         =   "Exit"
   End
   Begin VB.Menu About 
      Caption         =   "About"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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