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

📄 frmtjcopy.frm

📁 VB编写的中小学监考老师排表软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmtjcopy 
   Caption         =   "条件值复制"
   ClientHeight    =   1125
   ClientLeft      =   3255
   ClientTop       =   450
   ClientWidth     =   3675
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   9.75
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   1125
   ScaleWidth      =   3675
   Begin VB.CommandButton Command2 
      Caption         =   "取  消"
      Height          =   285
      Left            =   2370
      TabIndex        =   3
      Top             =   660
      Width           =   795
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确  定"
      Height          =   285
      Left            =   2370
      TabIndex        =   2
      Top             =   120
      Width           =   795
   End
   Begin VB.ComboBox Combo1 
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   810
      TabIndex        =   0
      Text            =   "Combo1"
      Top             =   210
      Width           =   1125
   End
   Begin VB.Label Label1 
      Caption         =   "复制为"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   225
      Left            =   120
      TabIndex        =   1
      Top             =   240
      Width           =   735
   End
End
Attribute VB_Name = "frmtjcopy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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