frmtjcopy.frm

来自「VB编写的中小学监考老师排表软件」· FRM 代码 · 共 80 行

FRM
80
字号
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 + =
减小字号Ctrl + -
显示快捷键?