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

📄 rewrite.designer.vb

📁 windows mobile下的一个东西
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class rewrite
    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

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.DayBox = New System.Windows.Forms.TextBox
        Me.MonthBox = New System.Windows.Forms.TextBox
        Me.Button2 = New System.Windows.Forms.Button
        Me.Button1 = New System.Windows.Forms.Button
        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.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.YearBox = New System.Windows.Forms.TextBox
        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.MenuItem6 = New System.Windows.Forms.MenuItem
        Me.Weather1 = New System.Windows.Forms.TextBox
        Me.TextBox2 = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.moodBox = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'Label4
        '
        Me.Label4.Location = New System.Drawing.Point(121, 5)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(18, 21)
        Me.Label4.Text = "月"
        '
        'Label3
        '
        Me.Label3.Location = New System.Drawing.Point(70, 6)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(18, 20)
        Me.Label3.Text = "年"
        '
        'DayBox
        '
        Me.DayBox.Location = New System.Drawing.Point(145, 5)
        Me.DayBox.Name = "DayBox"
        Me.DayBox.ReadOnly = True
        Me.DayBox.Size = New System.Drawing.Size(21, 21)
        Me.DayBox.TabIndex = 22
        '
        'MonthBox
        '
        Me.MonthBox.Location = New System.Drawing.Point(92, 5)
        Me.MonthBox.Name = "MonthBox"
        Me.MonthBox.ReadOnly = True
        Me.MonthBox.Size = New System.Drawing.Size(22, 21)
        Me.MonthBox.TabIndex = 21
        '
        'Button2
        '
        Me.Button2.Location = New System.Drawing.Point(182, 242)
        Me.Button2.Name = "Button2"
        Me.Button2.Size = New System.Drawing.Size(57, 25)
        Me.Button2.TabIndex = 20
        Me.Button2.Text = "放弃"
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(2, 242)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(57, 25)
        Me.Button1.TabIndex = 19
        Me.Button1.Text = "修改"
        '
        'TextBox1
        '
        Me.TextBox1.AcceptsReturn = True
        Me.TextBox1.AcceptsTab = True
        Me.TextBox1.ContextMenu = Me.ContextMenu1
        Me.TextBox1.Location = New System.Drawing.Point(2, 60)
        Me.TextBox1.Multiline = True
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.TextBox1.Size = New System.Drawing.Size(237, 176)
        Me.TextBox1.TabIndex = 18
        '
        '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 = "全选"
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(3, 33)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(44, 21)
        Me.Label2.Text = "天气"
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(5, 2)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(23, 31)
        Me.Label1.Text = "日期"
        '
        'YearBox
        '
        Me.YearBox.Location = New System.Drawing.Point(28, 5)
        Me.YearBox.Name = "YearBox"
        Me.YearBox.ReadOnly = True
        Me.YearBox.Size = New System.Drawing.Size(36, 21)
        Me.YearBox.TabIndex = 14
        '
        'mainMenu1
        '
        Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
        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 = "写日记"
        '
        'MenuItem6
        '
        Me.MenuItem6.Text = "返回"
        '
        'Weather1
        '
        Me.Weather1.Location = New System.Drawing.Point(34, 33)
        Me.Weather1.Name = "Weather1"
        Me.Weather1.Size = New System.Drawing.Size(80, 21)
        Me.Weather1.TabIndex = 25
        '
        'TextBox2
        '
        Me.TextBox2.Location = New System.Drawing.Point(172, 6)
        Me.TextBox2.Name = "TextBox2"
        Me.TextBox2.ReadOnly = True
        Me.TextBox2.Size = New System.Drawing.Size(65, 21)
        Me.TextBox2.TabIndex = 30
        '
        'Label5
        '
        Me.Label5.Location = New System.Drawing.Point(122, 33)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(32, 21)
        Me.Label5.Text = "心情"
        '
        'moodBox
        '
        Me.moodBox.Location = New System.Drawing.Point(160, 32)
        Me.moodBox.Name = "moodBox"
        Me.moodBox.Size = New System.Drawing.Size(77, 21)
        Me.moodBox.TabIndex = 33
        '
        'rewrite
        '
        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.TextBox2)
        Me.Controls.Add(Me.Weather1)
        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.Label2)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.YearBox)
        Me.Menu = Me.mainMenu1
        Me.Name = "rewrite"
        Me.Text = "修改"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents DayBox As System.Windows.Forms.TextBox
    Friend WithEvents MonthBox As System.Windows.Forms.TextBox
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents YearBox As System.Windows.Forms.TextBox
    Private WithEvents mainMenu1 As System.Windows.Forms.MainMenu
    Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem6 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
    Friend WithEvents Weather1 As System.Windows.Forms.TextBox
    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 TextBox2 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 + -