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

📄 dlglogin.frm

📁 控件名称:日期控件
💻 FRM
字号:
VERSION 5.00
Object = "{C66DFFB8-30F1-407E-860F-46FA7A07D7C8}#1.0#0"; "SmRefOcx.ocx"
Begin VB.Form DlgLogin 
   Caption         =   "登录"
   ClientHeight    =   2970
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4455
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2970
   ScaleWidth      =   4455
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox txtPwd 
      Appearance      =   0  'Flat
      Height          =   300
      Left            =   1440
      TabIndex        =   7
      Top             =   1800
      Width           =   1695
   End
   Begin VB.TextBox txtUser 
      Appearance      =   0  'Flat
      Height          =   300
      Left            =   1440
      TabIndex        =   5
      Top             =   1320
      Width           =   1695
   End
   Begin SmRefOcx.SmRefCtl refDate 
      Height          =   300
      Left            =   1440
      TabIndex        =   3
      Top             =   810
      Width           =   1695
      _ExtentX        =   2990
      _ExtentY        =   529
      Appearance      =   0
      RefType         =   2
   End
   Begin VB.ComboBox cmbAccount 
      Height          =   300
      Left            =   1440
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   337
      Width           =   2295
   End
   Begin VB.Label BtnOK 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BorderStyle     =   1  'Fixed Single
      Caption         =   "确定"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   960
      TabIndex        =   9
      Top             =   2400
      Width           =   735
   End
   Begin VB.Label BtnCancel 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BorderStyle     =   1  'Fixed Single
      Caption         =   "取消"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   2640
      TabIndex        =   8
      Top             =   2400
      Width           =   735
   End
   Begin VB.Label Label4 
      Caption         =   "口令:"
      Height          =   255
      Left            =   720
      TabIndex        =   6
      Top             =   1800
      Width           =   615
   End
   Begin VB.Label Label3 
      Caption         =   "用户:"
      Height          =   255
      Left            =   720
      TabIndex        =   4
      Top             =   1320
      Width           =   615
   End
   Begin VB.Label Label2 
      Caption         =   "日期:"
      Height          =   255
      Left            =   720
      TabIndex        =   2
      Top             =   840
      Width           =   615
   End
   Begin VB.Label Label1 
      Caption         =   "账套:"
      Height          =   255
      Left            =   720
      TabIndex        =   0
      Top             =   360
      Width           =   615
   End
End
Attribute VB_Name = "DlgLogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Initialize()
    refDate.Text = Date
End Sub

⌨️ 快捷键说明

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