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

📄 期初_初始化完成.frm

📁 适合于中小型企业管理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form KF_FrmStartFinish 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "初始化完成"
   ClientHeight    =   1335
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3585
   Icon            =   "期初_初始化完成.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   1335
   ScaleWidth      =   3585
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   840
      Left            =   60
      TabIndex        =   2
      Top             =   60
      Width           =   3450
      Begin VB.Image Image1 
         Height          =   480
         Left            =   135
         Picture         =   "期初_初始化完成.frx":1042
         Top             =   195
         Width           =   480
      End
      Begin VB.Label Label1 
         Caption         =   "请确认要进行初始化完成设置?"
         Height          =   360
         Left            =   780
         TabIndex        =   3
         Top             =   315
         Width           =   2565
      End
   End
   Begin VB.CommandButton QdCommand 
      Caption         =   "取消(&C)"
      Height          =   300
      Index           =   1
      Left            =   2385
      TabIndex        =   1
      Top             =   975
      Width           =   1120
   End
   Begin VB.CommandButton QdCommand 
      Caption         =   "确定(&O)"
      Height          =   300
      Index           =   0
      Left            =   1200
      TabIndex        =   0
      Top             =   975
      Width           =   1120
   End
End
Attribute VB_Name = "KF_FrmStartFinish"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim CmdExe As ADODB.Command

Private Sub QdCommand_Click(Index As Integer)
    If Index = 0 Then
        Set CmdExe = New ADODB.Command
        CmdExe.ActiveConnection = Cw_DataEnvi.DataConnect
        CmdExe.CommandText = "update System_Start set 辅料期初='1'"
        CmdExe.Execute
    End If
      Unload Me
End Sub

⌨️ 快捷键说明

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