frm退出窗口.frm

来自「此为我2001年为东莞建发楦头开发的企业管理软件他们使用至今,望斑竹指教! 其」· FRM 代码 · 共 93 行

FRM
93
字号
VERSION 5.00
Begin VB.Form frmexit 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "退出询问"
   ClientHeight    =   1575
   ClientLeft      =   3375
   ClientTop       =   2610
   ClientWidth     =   4365
   ControlBox      =   0   'False
   Icon            =   "frm退出窗口.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1575
   ScaleWidth      =   4365
   Begin VB.CommandButton Command2 
      BackColor       =   &H80000000&
      Caption         =   "&E.关闭窗口"
      Height          =   375
      Left            =   2400
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   1080
      Width           =   1215
   End
   Begin VB.CommandButton CmdK 
      Appearance      =   0  'Flat
      BackColor       =   &H80000000&
      Caption         =   "&Q.退出系统"
      Height          =   375
      Left            =   960
      MaskColor       =   &H000000C0&
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1080
      UseMaskColor    =   -1  'True
      Width           =   1215
   End
   Begin VB.Line Line1 
      BorderColor     =   &H000000C0&
      X1              =   120
      X2              =   4200
      Y1              =   840
      Y2              =   840
   End
   Begin VB.Image Image1 
      Appearance      =   0  'Flat
      Height          =   600
      Left            =   240
      Picture         =   "frm退出窗口.frx":0442
      Stretch         =   -1  'True
      Top             =   120
      Width           =   600
   End
   Begin VB.Label Label1 
      Caption         =   "退出电脑管理系统?"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   15
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   375
      Left            =   1080
      TabIndex        =   2
      Top             =   240
      Width           =   2895
   End
End
Attribute VB_Name = "frmexit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim monthvalue As String
Dim fso As New FileSystemObject
Private Sub CmdK_Click()
    exitflag = "T"
    Unload Me
    Unload frmain
    End
End Sub


Private Sub Command2_Click()
    Unload frmexit
End Sub

⌨️ 快捷键说明

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