📄 frmjumpdate.frm
字号:
VERSION 5.00
Begin VB.Form frmJumpDate
BorderStyle = 0 'None
Caption = "Hirdhav Digital Diary - Jump Date"
ClientHeight = 2415
ClientLeft = 0
ClientTop = 0
ClientWidth = 5190
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Icon = "frmJumpDate.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2415
ScaleWidth = 5190
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.ListBox lstMonth
Appearance = 0 'Flat
Height = 255
Left = 1920
TabIndex = 17
Top = 1080
Visible = 0 'False
Width = 1215
End
Begin VB.ListBox lstDate
Appearance = 0 'Flat
Height = 255
Left = 1920
TabIndex = 16
Top = 720
Visible = 0 'False
Width = 1215
End
Begin VB.TextBox txtYear
Appearance = 0 'Flat
Height = 285
Left = 1920
TabIndex = 11
Text = "Enter Year"
Top = 1200
Width = 1455
End
Begin VB.TextBox txtMonth
Appearance = 0 'Flat
Height = 285
Left = 1920
TabIndex = 7
Text = "Select Month"
Top = 840
Width = 1215
End
Begin VB.TextBox txtDate
Appearance = 0 'Flat
Height = 285
Left = 1920
Locked = -1 'True
TabIndex = 3
Text = "Select Date"
Top = 480
Width = 1215
End
Begin VB.Label lblJumpDateSupport
BackStyle = 0 'Transparent
Height = 495
Left = 360
TabIndex = 15
Top = 1680
Width = 1815
End
Begin VB.Label lblJumpDate
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "跳转日期"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 14
Top = 1800
Width = 1815
End
Begin VB.Label lblCancelSupport
BackStyle = 0 'Transparent
Height = 495
Left = 3000
TabIndex = 13
Top = 1680
Width = 1815
End
Begin VB.Label lblCancel
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "取消"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3000
TabIndex = 12
Top = 1800
Width = 1815
End
Begin VB.Shape shapeJumpDate
BackStyle = 1 'Opaque
Height = 495
Left = 360
Top = 1680
Width = 1815
End
Begin VB.Shape shapeCancel
BackStyle = 1 'Opaque
Height = 495
Left = 3000
Top = 1680
Width = 1815
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "年份:"
Height = 225
Left = 1320
TabIndex = 10
Top = 1200
Width = 435
End
Begin VB.Label lblDownMonthSupport
BackStyle = 0 'Transparent
Height = 255
Left = 3120
TabIndex = 8
Top = 840
Width = 255
End
Begin VB.Label lblDownMonth
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "6"
BeginProperty Font
Name = "Webdings"
Size = 9
Charset = 2
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 3120
TabIndex = 9
Top = 840
Width = 255
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "月份:"
Height = 225
Left = 1185
TabIndex = 6
Top = 840
Width = 435
End
Begin VB.Label lblDownDaySupport
BackStyle = 0 'Transparent
Height = 255
Left = 3120
TabIndex = 4
Top = 480
Width = 255
End
Begin VB.Label lblDownDay
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "6"
BeginProperty Font
Name = "Webdings"
Size = 9
Charset = 2
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 3120
TabIndex = 5
Top = 480
Width = 255
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "日期:"
Height = 225
Left = 1320
TabIndex = 2
Top = 480
Width = 435
End
Begin VB.Line Line3
BorderWidth = 2
X1 = 5175
X2 = 5175
Y1 = 240
Y2 = 2400
End
Begin VB.Line Line2
BorderWidth = 2
X1 = 0
X2 = 5160
Y1 = 2400
Y2 = 2400
End
Begin VB.Label lblCaptionSupport
BackStyle = 0 'Transparent
Height = 255
Left = 0
TabIndex = 1
Top = 0
Width = 5175
End
Begin VB.Line Line1
BorderWidth = 2
X1 = 15
X2 = 0
Y1 = 240
Y2 = 2400
End
Begin VB.Label lblCaption
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Hirdhav Digital Diary - Jump Date"
Height = 225
Left = 200
TabIndex = 0
Top = 10
Width = 2850
End
Begin VB.Shape shapeCaption
BackStyle = 1 'Opaque
BorderWidth = 2
Height = 255
Left = 20
Top = 20
Width = 5175
End
Begin VB.Shape shapeDownDay
BackStyle = 1 'Opaque
Height = 285
Left = 3120
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -