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

📄 frmlogin.frm

📁 收银机库存销售管理程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmLogin 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00CCCCCC&
   BorderStyle     =   0  'None
   Caption         =   "frmLogin"
   ClientHeight    =   2985
   ClientLeft      =   3495
   ClientTop       =   3105
   ClientWidth     =   5565
   Icon            =   "frmLogin.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2985
   ScaleWidth      =   5565
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox BoxContainer 
      BackColor       =   &H00C0C0C0&
      BorderStyle     =   0  'None
      FillColor       =   &H00C0C0C0&
      Height          =   2890
      Left            =   40
      ScaleHeight     =   2895
      ScaleWidth      =   5460
      TabIndex        =   5
      TabStop         =   0   'False
      Top             =   40
      Width           =   5460
      Begin VB.PictureBox titleBar 
         BorderStyle     =   0  'None
         Height          =   375
         Left            =   120
         ScaleHeight     =   375
         ScaleWidth      =   5205
         TabIndex        =   6
         TabStop         =   0   'False
         Top             =   90
         Width           =   5200
         Begin VB.PictureBox Help 
            Appearance      =   0  'Flat
            AutoRedraw      =   -1  'True
            BackColor       =   &H00CCCCCC&
            BorderStyle     =   0  'None
            ForeColor       =   &H80000008&
            Height          =   280
            Left            =   4920
            MouseIcon       =   "frmLogin.frx":030A
            MousePointer    =   99  'Custom
            ScaleHeight     =   285
            ScaleWidth      =   315
            TabIndex        =   8
            TabStop         =   0   'False
            Top             =   60
            Width           =   313
         End
         Begin VB.PictureBox Closed 
            Appearance      =   0  'Flat
            AutoRedraw      =   -1  'True
            BackColor       =   &H00CCCCCC&
            BorderStyle     =   0  'None
            ForeColor       =   &H80000008&
            Height          =   280
            Left            =   0
            MouseIcon       =   "frmLogin.frx":0614
            MousePointer    =   99  'Custom
            ScaleHeight     =   285
            ScaleWidth      =   315
            TabIndex        =   7
            TabStop         =   0   'False
            Top             =   60
            Width           =   315
         End
      End
      Begin VB.TextBox txtUserName 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   2040
         TabIndex        =   0
         Top             =   960
         Width           =   2415
      End
      Begin VB.TextBox txtPassword 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         IMEMode         =   3  'DISABLE
         Left            =   2040
         PasswordChar    =   "*"
         TabIndex        =   1
         Top             =   1320
         Width           =   2415
      End
      Begin VB.PictureBox cmdOk 
         Appearance      =   0  'Flat
         AutoRedraw      =   -1  'True
         BackColor       =   &H00CCCCCC&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   570
         Left            =   1560
         MouseIcon       =   "frmLogin.frx":091E
         MousePointer    =   99  'Custom
         ScaleHeight     =   570
         ScaleWidth      =   1095
         TabIndex        =   2
         TabStop         =   0   'False
         Top             =   2040
         Width           =   1100
      End
      Begin VB.PictureBox cmdCancel 
         Appearance      =   0  'Flat
         AutoRedraw      =   -1  'True
         BackColor       =   &H00CCCCCC&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   570
         Left            =   2880
         MouseIcon       =   "frmLogin.frx":0C28
         MousePointer    =   99  'Custom
         ScaleHeight     =   570
         ScaleWidth      =   1095
         TabIndex        =   3
         TabStop         =   0   'False
         Top             =   2040
         Width           =   1100
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H00000000&
         Caption         =   "Expire Information"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000FFFF&
         Height          =   2775
         Left            =   1680
         TabIndex        =   11
         Top             =   600
         Visible         =   0   'False
         Width           =   3525
         Begin VB.Timer Timer1 
            Interval        =   1000
            Left            =   2160
            Top             =   1680
         End
         Begin VB.Label Label7 
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   375
            Left            =   2640
            TabIndex        =   28
            Top             =   1440
            Width           =   615
         End
         Begin VB.Label lblToday 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   195
            Left            =   1560
            TabIndex        =   27
            Top             =   2040
            Width           =   45
         End
         Begin VB.Label lblE 
            BackStyle       =   0  'Transparent
            Caption         =   "Date Today:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   26
            Top             =   2040
            Width           =   975
         End
         Begin VB.Label lblLeft 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   195
            Left            =   2520
            TabIndex        =   25
            Top             =   0
            Width           =   765
         End
         Begin VB.Label lblExpired 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   195
            Left            =   1560
            TabIndex        =   24
            Top             =   1680
            Width           =   45
         End
         Begin VB.Label lblTrial 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   195
            Left            =   1560
            TabIndex        =   23
            Top             =   1320
            Width           =   45
         End
         Begin VB.Label lblF 
            BackStyle       =   0  'Transparent
            Caption         =   "Days Left:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   22
            Top             =   2400
            Width           =   855
         End
         Begin VB.Label lblD 
            BackStyle       =   0  'Transparent
            Caption         =   "Trial Expired:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   21
            Top             =   1680
            Width           =   975
         End
         Begin VB.Label lblC 
            BackStyle       =   0  'Transparent
            Caption         =   "Begin Trial:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   20
            Top             =   1320
            Width           =   855
         End
         Begin VB.Label lblB 
            BackStyle       =   0  'Transparent
            Caption         =   "App Used:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   19
            Top             =   960
            Width           =   855
         End
         Begin VB.Label lblTimes 
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   1560
            TabIndex        =   18
            Top             =   960
            Width           =   1575
         End
         Begin VB.Label lblA 
            BackStyle       =   0  'Transparent
            Caption         =   "App Started at:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   120
            TabIndex        =   17
            Top             =   600
            Width           =   1335
         End
         Begin VB.Label lblStart 
            BackStyle       =   0  'Transparent
            ForeColor       =   &H0000FF00&
            Height          =   375
            Left            =   1560
            TabIndex        =   16
            Top             =   600
            Width           =   1815
         End
         Begin VB.Label Label5 
            BackStyle       =   0  'Transparent
            Caption         =   "Times"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   2280
            TabIndex        =   15
            Top             =   960
            Width           =   615
         End
         Begin VB.Label Label1 
            BackStyle       =   0  'Transparent
            Caption         =   "This Trial Version will shutdown in:"
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   90
            TabIndex        =   14
            Top             =   240
            Width           =   2415
         End
         Begin VB.Label Label2 
            Alignment       =   2  'Center
            BackStyle       =   0  'Transparent
            Caption         =   "120"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H0000FFFF&
            Height          =   255
            Left            =   2520
            TabIndex        =   13
            Top             =   240
            Width           =   375
         End
         Begin VB.Label Label3 
            BackStyle       =   0  'Transparent
            Caption         =   "Secs."
            ForeColor       =   &H0000FF00&
            Height          =   255
            Left            =   2400
            TabIndex        =   12
            Top             =   480
            Width           =   630
         End
      End
      Begin VB.Label UserName 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "User Name"
         BeginProperty Font 
            Name            =   "Chicago"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   225
         Left            =   870
         TabIndex        =   10
         Top             =   960
         Width           =   1050
      End
      Begin VB.Label Password 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Password"
         BeginProperty Font 
            Name            =   "Chicago"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   225
         Left            =   960
         TabIndex        =   9
         Top             =   1320
         Width           =   960

⌨️ 快捷键说明

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