frm_msg.frm

来自「用VB实现连接oracle817数据月报数输入并统计」· FRM 代码 · 共 86 行

FRM
86
字号
VERSION 5.00
Begin VB.Form frm_Msg 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "全省费用登记系统"
   ClientHeight    =   1665
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6030
   Icon            =   "frm_Msg.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   1665
   ScaleWidth      =   6030
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "还需检查"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   1
      Left            =   3330
      TabIndex        =   1
      Top             =   900
      Width           =   2415
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定保存"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   525
      Index           =   0
      Left            =   480
      TabIndex        =   0
      Top             =   900
      Width           =   2205
   End
   Begin VB.Label Label1 
      Caption         =   "支队数据已经录入完毕!^_^"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1110
      TabIndex        =   2
      Top             =   150
      Width           =   3825
   End
End
Attribute VB_Name = "frm_Msg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click(Index As Integer)
nQue = 0

Select Case Index
       Case 0
             nQue = 1
             
       Case 1
             nQue = 0
End Select
Unload Me
End Sub

⌨️ 快捷键说明

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