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

📄 text1.frm

📁 该软件非常适合学校小型数据管理
💻 FRM
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form text1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "比赛成绩管理"
   ClientHeight    =   5280
   ClientLeft      =   6075
   ClientTop       =   4470
   ClientWidth     =   6615
   Icon            =   "text1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5280
   ScaleWidth      =   6615
   Begin VB.PictureBox PicFrame 
      Height          =   4335
      Index           =   0
      Left            =   120
      ScaleHeight     =   4275
      ScaleWidth      =   6315
      TabIndex        =   2
      Top             =   120
      Width           =   6375
      Begin RichTextLib.RichTextBox RichTextBox1 
         Height          =   4335
         Left            =   0
         TabIndex        =   4
         Top             =   0
         Width           =   6375
         _ExtentX        =   11245
         _ExtentY        =   7646
         _Version        =   393217
         TextRTF         =   $"text1.frx":000C
      End
   End
   Begin VB.CommandButton CmdOK 
      Caption         =   "确认(&O)"
      Default         =   -1  'True
      Height          =   375
      Left            =   3840
      TabIndex        =   1
      Top             =   4680
      Width           =   1215
   End
   Begin VB.CommandButton CmdRetrun 
      Caption         =   "返回(&C)"
      Height          =   375
      Left            =   5280
      TabIndex        =   0
      Top             =   4680
      Width           =   1215
   End
   Begin VB.PictureBox WinXPPayManage 
      Height          =   480
      Left            =   1440
      ScaleHeight     =   420
      ScaleWidth      =   1140
      TabIndex        =   3
      Top             =   360
      Width           =   1200
   End
End
Attribute VB_Name = "text1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdRetrun_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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