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

📄 magazineinfo.frm

📁 是有关于音像制品的管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmmagazineList 
   BackColor       =   &H00FFFFC0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "期刊列表"
   ClientHeight    =   5820
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9615
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5820
   ScaleWidth      =   9615
   StartUpPosition =   1  '所有者中心
   Begin VB.TextBox currentSelMgzNo 
      Height          =   375
      Left            =   840
      TabIndex        =   8
      Top             =   5280
      Width           =   1455
   End
   Begin VB.CommandButton exit 
      Caption         =   "返    回"
      Height          =   375
      Left            =   8160
      TabIndex        =   6
      Top             =   5280
      Width           =   1335
   End
   Begin VB.CommandButton delmagazineInfo 
      Caption         =   "删除期刊信息"
      Height          =   375
      Left            =   5280
      TabIndex        =   5
      Top             =   5280
      Width           =   1335
   End
   Begin VB.CommandButton modifymagazineInfo 
      Caption         =   "修改期刊信息"
      Height          =   375
      Left            =   3840
      TabIndex        =   4
      Top             =   5280
      Width           =   1335
   End
   Begin VB.CommandButton addmagazine 
      Caption         =   "新进期刊"
      Height          =   375
      Left            =   2520
      TabIndex        =   3
      Top             =   5280
      Width           =   1215
   End
   Begin MSFlexGridLib.MSFlexGrid mgzGrid 
      Height          =   4215
      Left            =   0
      TabIndex        =   2
      Top             =   840
      Width           =   9615
      _ExtentX        =   16960
      _ExtentY        =   7435
      _Version        =   393216
      Rows            =   15
      Cols            =   17
      FixedCols       =   0
      BackColorBkg    =   14737632
      SelectionMode   =   1
      AllowUserResizing=   1
   End
   Begin VB.CommandButton magazineQuery 
      Caption         =   "期刊查询"
      Height          =   375
      Left            =   6720
      TabIndex        =   1
      Top             =   5280
      Width           =   1335
   End
   Begin VB.Label Label2 
      BackColor       =   &H00C0E0FF&
      Caption         =   "选定项的期刊编号"
      Height          =   375
      Left            =   120
      TabIndex        =   7
      Top             =   5280
      Width           =   735
   End
   Begin VB.Image Image1 
      Height          =   855
      Left            =   0
      Picture         =   "magazineInfo.frx":0000
      Top             =   5160
      Width           =   10140
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderWidth     =   2
      X1              =   0
      X2              =   9600
      Y1              =   720
      Y2              =   720
   End
   Begin VB.Label Label1 
      BackColor       =   &H00FFFFC0&
      Caption         =   "期刊管理"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF00FF&
      Height          =   495
      Left            =   3600
      TabIndex        =   0
      Top             =   120
      Width           =   1935
   End
End
Attribute VB_Name = "frmmagazineList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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