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

📄 frmjiemian.frm

📁 一个关于进销存的源代码
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmjiemian 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00FF8080&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4830
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6780
   Enabled         =   0   'False
   Icon            =   "frmjiemian.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4830
   ScaleWidth      =   6780
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   300
      Left            =   -120
      TabIndex        =   2
      Top             =   4200
      Width           =   6915
      _ExtentX        =   12197
      _ExtentY        =   529
      _Version        =   393216
      Appearance      =   0
      OLEDropMode     =   1
      Scrolling       =   1
   End
   Begin VB.Timer Timer1 
      Interval        =   1
      Left            =   6360
      Top             =   0
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF8080&
      Caption         =   "版本:1.0"
      ForeColor       =   &H8000000D&
      Height          =   180
      Left            =   5760
      TabIndex        =   4
      Top             =   720
      Width           =   810
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF8080&
      ForeColor       =   &H8000000D&
      Height          =   180
      Left            =   120
      TabIndex        =   3
      Top             =   3960
      Width           =   90
   End
   Begin VB.Image Image1 
      Enabled         =   0   'False
      Height          =   2925
      Left            =   0
      Picture         =   "frmjiemian.frx":030A
      Stretch         =   -1  'True
      Top             =   960
      Width           =   6795
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF8080&
      Caption         =   "竹研炭坊物品销售系统与客户信息管理"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   420
      Left            =   480
      TabIndex        =   1
      Top             =   480
      Width           =   5100
   End
   Begin VB.Label Label1 
      BackColor       =   &H00FF8080&
      Caption         =   "焦作市中纬测绘地理信息有限公司      地理信息部"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Left            =   120
      TabIndex        =   0
      Top             =   4560
      Width           =   4140
   End
End
Attribute VB_Name = "frmjiemian"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
    ProgressBar1.Visible = True
    Label3.Caption = "正在加载数据库...."
    ProgressBar1.Value = ProgressBar1.Value + 3
    If ProgressBar1.Value > 80 Then
        Unload frmjiemian
        MDIForm1.Show
    End If
End Sub

⌨️ 快捷键说明

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