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

📄 frmnewmode.frm

📁 用vb编了一个数据库程序
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmNewMode 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "新操作规程"
   ClientHeight    =   5835
   ClientLeft      =   2610
   ClientTop       =   2040
   ClientWidth     =   8040
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5835
   ScaleWidth      =   8040
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame 
      Height          =   1485
      Left            =   60
      TabIndex        =   5
      Top             =   3570
      Width           =   7935
      Begin VB.CommandButton cmdModeUseCase 
         Caption         =   "操作规程涉及文书类型"
         Height          =   375
         Left            =   1290
         TabIndex        =   12
         Top             =   990
         Width           =   2145
      End
      Begin VB.CommandButton OKButton 
         Caption         =   "确定"
         Height          =   375
         Left            =   6150
         TabIndex        =   9
         Top             =   270
         Width           =   1500
      End
      Begin VB.CommandButton CancelButton 
         Caption         =   "取消"
         Height          =   375
         Left            =   6150
         TabIndex        =   8
         Top             =   750
         Width           =   1500
      End
      Begin VB.TextBox txtOpeName 
         Height          =   300
         Left            =   1290
         TabIndex        =   7
         Text            =   "txtOpeName"
         Top             =   180
         Width           =   4275
      End
      Begin VB.TextBox txtOpeCode 
         Height          =   300
         Left            =   1290
         TabIndex        =   6
         Text            =   "txtOpeCode"
         Top             =   570
         Width           =   2115
      End
      Begin VB.Label lblModeName 
         AutoSize        =   -1  'True
         Caption         =   "操作规程名称"
         Height          =   180
         Left            =   150
         TabIndex        =   11
         Top             =   270
         Width           =   1080
      End
      Begin VB.Label lblCaseType 
         AutoSize        =   -1  'True
         Caption         =   "操作规程编码"
         Height          =   180
         Left            =   150
         TabIndex        =   10
         Top             =   630
         Width           =   1080
      End
   End
   Begin VB.CommandButton cmdDelete 
      Caption         =   " 删除(&D)"
      Height          =   375
      Left            =   3690
      TabIndex        =   4
      Top             =   5250
      Width           =   1500
   End
   Begin VB.CommandButton cmdReturn 
      Caption         =   " 退出(&X)"
      Height          =   375
      Left            =   6210
      TabIndex        =   3
      Top             =   5250
      Width           =   1500
   End
   Begin VB.CommandButton cmdModify 
      Caption         =   " 修改(&M)"
      Height          =   375
      Left            =   2190
      TabIndex        =   2
      Top             =   5250
      Width           =   1500
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   " 添加(&A)"
      Height          =   375
      Left            =   690
      TabIndex        =   1
      Top             =   5250
      Width           =   1500
   End
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   3525
      Left            =   60
      TabIndex        =   0
      Top             =   60
      Width           =   7935
      _ExtentX        =   13996
      _ExtentY        =   6218
      _Version        =   393216
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
End
Attribute VB_Name = "frmNewMode"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub cmdReturn_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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