📄 write.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class write
Inherits System.Windows.Forms.Form
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Private mainMenu1 As System.Windows.Forms.MainMenu
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.MenuItem3 = New System.Windows.Forms.MenuItem
Me.MenuItem5 = New System.Windows.Forms.MenuItem
Me.MenuItem6 = New System.Windows.Forms.MenuItem
Me.YearBox = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.weather1 = New System.Windows.Forms.ComboBox
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.ContextMenu1 = New System.Windows.Forms.ContextMenu
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.MenuItem7 = New System.Windows.Forms.MenuItem
Me.MenuItem8 = New System.Windows.Forms.MenuItem
Me.MenuItem9 = New System.Windows.Forms.MenuItem
Me.MenuItem10 = New System.Windows.Forms.MenuItem
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.MonthBox = New System.Windows.Forms.TextBox
Me.DayBox = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Button3 = New System.Windows.Forms.Button
Me.WeekBox = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.MoodBox = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
Me.mainMenu1.MenuItems.Add(Me.MenuItem5)
Me.mainMenu1.MenuItems.Add(Me.MenuItem6)
'
'MenuItem1
'
Me.MenuItem1.MenuItems.Add(Me.MenuItem2)
Me.MenuItem1.MenuItems.Add(Me.MenuItem3)
Me.MenuItem1.Text = "选项"
'
'MenuItem2
'
Me.MenuItem2.Text = "日记查看"
'
'MenuItem3
'
Me.MenuItem3.Text = "日记修改"
'
'MenuItem5
'
Me.MenuItem5.Text = "保存"
'
'MenuItem6
'
Me.MenuItem6.Text = "返回"
'
'YearBox
'
Me.YearBox.Location = New System.Drawing.Point(26, 3)
Me.YearBox.Name = "YearBox"
Me.YearBox.Size = New System.Drawing.Size(36, 21)
Me.YearBox.TabIndex = 0
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(3, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(23, 31)
Me.Label1.Text = "日期"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(174, 0)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(16, 33)
Me.Label2.Text = "天气"
'
'weather1
'
Me.weather1.Items.Add("晴")
Me.weather1.Items.Add("阴天")
Me.weather1.Items.Add("多云")
Me.weather1.Items.Add("多云转晴")
Me.weather1.Items.Add("小雨")
Me.weather1.Items.Add("大雨")
Me.weather1.Items.Add("暴雨")
Me.weather1.Items.Add("雷暴雨")
Me.weather1.Items.Add("台风")
Me.weather1.Items.Add("小雪")
Me.weather1.Items.Add("大雪")
Me.weather1.Items.Add("暴雪")
Me.weather1.Location = New System.Drawing.Point(196, 5)
Me.weather1.Name = "weather1"
Me.weather1.Size = New System.Drawing.Size(41, 22)
Me.weather1.TabIndex = 2
'
'TextBox1
'
Me.TextBox1.AcceptsReturn = True
Me.TextBox1.AcceptsTab = True
Me.TextBox1.ContextMenu = Me.ContextMenu1
Me.TextBox1.Location = New System.Drawing.Point(0, 62)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox1.Size = New System.Drawing.Size(237, 175)
Me.TextBox1.TabIndex = 5
'
'ContextMenu1
'
Me.ContextMenu1.MenuItems.Add(Me.MenuItem4)
Me.ContextMenu1.MenuItems.Add(Me.MenuItem7)
Me.ContextMenu1.MenuItems.Add(Me.MenuItem8)
Me.ContextMenu1.MenuItems.Add(Me.MenuItem9)
Me.ContextMenu1.MenuItems.Add(Me.MenuItem10)
'
'MenuItem4
'
Me.MenuItem4.Text = "复制"
'
'MenuItem7
'
Me.MenuItem7.Text = "剪切"
'
'MenuItem8
'
Me.MenuItem8.Text = "粘贴"
'
'MenuItem9
'
Me.MenuItem9.Text = "清空"
'
'MenuItem10
'
Me.MenuItem10.Text = "全选"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(0, 240)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(57, 25)
Me.Button1.TabIndex = 6
Me.Button1.Text = "保存"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(180, 240)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(57, 25)
Me.Button2.TabIndex = 7
Me.Button2.Text = "放弃"
'
'MonthBox
'
Me.MonthBox.Location = New System.Drawing.Point(90, 3)
Me.MonthBox.Name = "MonthBox"
Me.MonthBox.Size = New System.Drawing.Size(22, 21)
Me.MonthBox.TabIndex = 10
'
'DayBox
'
Me.DayBox.Location = New System.Drawing.Point(143, 3)
Me.DayBox.Name = "DayBox"
Me.DayBox.Size = New System.Drawing.Size(21, 21)
Me.DayBox.TabIndex = 11
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(68, 4)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(18, 20)
Me.Label3.Text = "年"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(119, 3)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(18, 21)
Me.Label4.Text = "月"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(0, 240)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(57, 25)
Me.Button3.TabIndex = 14
Me.Button3.Text = "更新"
Me.Button3.Visible = False
'
'WeekBox
'
Me.WeekBox.Location = New System.Drawing.Point(7, 33)
Me.WeekBox.Name = "WeekBox"
Me.WeekBox.Size = New System.Drawing.Size(61, 21)
Me.WeekBox.TabIndex = 19
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(122, 35)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(34, 19)
Me.Label5.Text = "心情"
'
'MoodBox
'
Me.MoodBox.Location = New System.Drawing.Point(159, 33)
Me.MoodBox.Name = "MoodBox"
Me.MoodBox.Size = New System.Drawing.Size(78, 21)
Me.MoodBox.TabIndex = 21
'
'write
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.MoodBox)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.WeekBox)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.DayBox)
Me.Controls.Add(Me.MonthBox)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.weather1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.YearBox)
Me.Menu = Me.mainMenu1
Me.Name = "write"
Me.Text = "写日记"
Me.ResumeLayout(False)
End Sub
Friend WithEvents YearBox As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents weather1 As System.Windows.Forms.ComboBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem5 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem6 As System.Windows.Forms.MenuItem
Friend WithEvents MonthBox As System.Windows.Forms.TextBox
Friend WithEvents DayBox As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents ContextMenu1 As System.Windows.Forms.ContextMenu
Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem7 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem8 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem9 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem10 As System.Windows.Forms.MenuItem
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents WeekBox As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents MoodBox As System.Windows.Forms.TextBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -