📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "查看"
ClientHeight = 4845
ClientLeft = 60
ClientTop = 600
ClientWidth = 6270
Icon = "Form2.frx":0000
LinkTopic = "Form2"
ScaleHeight = 4845
ScaleWidth = 6270
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "我有数了"
Height = 375
Left = 2160
TabIndex = 4
Top = 4320
Width = 1335
End
Begin VB.TextBox Text2
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3735
Left = 4800
MultiLine = -1 'True
TabIndex = 1
Top = 480
Width = 1455
End
Begin VB.TextBox Text1
BackColor = &H00C0FFFF&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3735
Left = 0
MultiLine = -1 'True
TabIndex = 0
Top = 480
Width = 4815
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "提醒时间"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 5130
TabIndex = 3
Top = 120
Width = 1035
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "工 作 内 容"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1590
TabIndex = 2
Top = 120
Width = 1455
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Form1.Visible = True
End Sub
Private Sub Form_Load()
For u = 1 To i
Text1.Text = Text1.Text + w(u) + Chr(13) + Chr(10)
Text2.Text = Text2.Text + t(u) + Chr(13) + Chr(10)
Next u
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -