form1.frm
来自「vb编写的小的提醒程序」· FRM 代码 · 共 37 行
FRM
37 行
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 735
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox RichTextBox1
Height = 3015
Left = 120
TabIndex = 0
Top = 120
Width = 4575
_ExtentX = 8070
_ExtentY = 5318
_Version = 393217
Enabled = -1 'True
TextRTF = $"Form1.frx":0000
End
Begin VB.Menu mnuReminder
Caption = "Reminder"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub mnuReminder_Click()
ReminderA.Visible = True
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?