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

📄 formrq.frm

📁 来往帐、增票登记
💻 FRM
字号:
VERSION 5.00
Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "msacal70.ocx"
Begin VB.Form Formrq 
   Caption         =   "日期选择"
   ClientHeight    =   2655
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   2655
   ScaleWidth      =   4680
   StartUpPosition =   1  '所有者中心
   Begin VB.TextBox Text1 
      Height          =   270
      Left            =   720
      TabIndex        =   1
      Top             =   3000
      Visible         =   0   'False
      Width           =   3255
   End
   Begin MSACAL.Calendar Calendar1 
      Height          =   2775
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   4695
      _Version        =   458752
      _ExtentX        =   8281
      _ExtentY        =   4895
      _StockProps     =   1
      Year            =   2004
      Month           =   10
      Day             =   30
      BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      DayLength       =   0
      BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      GridLinesColor  =   -2147483632
      MonthLength     =   0
      ShowDateSelectors=   -1  'True
      ShowDays        =   -1  'True
      ShowHorizontalGrid=   -1  'True
      ShowTitle       =   -1  'True
      ShowVerticalGrid=   -1  'True
      BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
End
Attribute VB_Name = "Formrq"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Calendar1_DblClick()

'If Text1.Text = Formspdj.Text4.Text Then Formspdj.Text4.Text = Formrq.Calendar1.Value
'If Text1.Text = Formspdj.Text5.Text Then Formspdj.Text5.Text = Formrq.Calendar1.Value
'Formspdj.Text4.Text = Formrq.Calendar1.Value
'Unload Me
If Formrq.Text1.Text = "4" Then
  Formspdj.Text4.Text = Formrq.Calendar1.Value
  'MsgBox Formrq.Calendar1.Value + Text1.Text
End If
If Formrq.Text1.Text = "5" Then
  Formspdj.Text5.Text = Formrq.Calendar1.Value
  'MsgBox Formrq.Calendar1.Value + Text1.Text
End If
If Formrq.Text1.Text = "6" Then Formzpcx.Text1.Text = Formrq.Calendar1.Value
If Formrq.Text1.Text = "7" Then Formzpcx.Text2.Text = Formrq.Calendar1.Value
If Formrq.Text1.Text = "1" Then Formspdq.Text1.Text = Formrq.Calendar1.Value
If Formrq.Text1.Text = "2" Then Formspdq.Text2.Text = Formrq.Calendar1.Value
If Formrq.Text1.Text = "0" Then Formdwdj.Text1.Text = Formrq.Calendar1.Value
If Formrq.Text1.Text = "11" Then Formzydj.Text2.Text = Formrq.Calendar1.Value
'MsgBox Formrq.Calendar1.Value
Unload Me
Text1.Text = ""
End Sub

Private Sub Form_Load()
Formrq.Calendar1.Value = Date
End Sub

⌨️ 快捷键说明

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