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

📄 mainmenu.designer.vb

📁 This is a Text Editor Created USing VB.net
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.mnuCopy.Name = "mnuCopy"
        Me.mnuCopy.Size = New System.Drawing.Size(152, 22)
        Me.mnuCopy.Text = "Copy"
        '
        'mnuPaste
        '
        Me.mnuPaste.Name = "mnuPaste"
        Me.mnuPaste.Size = New System.Drawing.Size(152, 22)
        Me.mnuPaste.Text = "Paste"
        '
        'mnuFormat
        '
        Me.mnuFormat.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFont, Me.mnuNormal, Me.mnuBold, Me.mnuItalic, Me.mnuUnderline, Me.mnuLeft, Me.mnuCenter, Me.mnuRight})
        Me.mnuFormat.Name = "mnuFormat"
        Me.mnuFormat.Size = New System.Drawing.Size(53, 20)
        Me.mnuFormat.Text = "Format"
        '
        'mnuFont
        '
        Me.mnuFont.Name = "mnuFont"
        Me.mnuFont.Size = New System.Drawing.Size(152, 22)
        Me.mnuFont.Text = "Font"
        '
        'mnuNormal
        '
        Me.mnuNormal.Name = "mnuNormal"
        Me.mnuNormal.Size = New System.Drawing.Size(152, 22)
        Me.mnuNormal.Text = "Normal"
        '
        'mnuBold
        '
        Me.mnuBold.Name = "mnuBold"
        Me.mnuBold.Size = New System.Drawing.Size(152, 22)
        Me.mnuBold.Text = "Bold"
        '
        'mnuItalic
        '
        Me.mnuItalic.Name = "mnuItalic"
        Me.mnuItalic.Size = New System.Drawing.Size(152, 22)
        Me.mnuItalic.Text = "Italic"
        '
        'mnuUnderline
        '
        Me.mnuUnderline.Name = "mnuUnderline"
        Me.mnuUnderline.Size = New System.Drawing.Size(152, 22)
        Me.mnuUnderline.Text = "Underline"
        '
        'mnuLeft
        '
        Me.mnuLeft.Name = "mnuLeft"
        Me.mnuLeft.Size = New System.Drawing.Size(152, 22)
        Me.mnuLeft.Text = "Left"
        '
        'mnuCenter
        '
        Me.mnuCenter.Name = "mnuCenter"
        Me.mnuCenter.Size = New System.Drawing.Size(152, 22)
        Me.mnuCenter.Text = "Center"
        '
        'mnuRight
        '
        Me.mnuRight.Name = "mnuRight"
        Me.mnuRight.Size = New System.Drawing.Size(152, 22)
        Me.mnuRight.Text = "Right"
        '
        'mnuTools
        '
        Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuEnskripsi, Me.mnuDeskripsi, Me.mnuCaptureScreen})
        Me.mnuTools.Name = "mnuTools"
        Me.mnuTools.Size = New System.Drawing.Size(44, 20)
        Me.mnuTools.Text = "Tools"
        '
        'mnuEnskripsi
        '
        Me.mnuEnskripsi.Name = "mnuEnskripsi"
        Me.mnuEnskripsi.Size = New System.Drawing.Size(152, 22)
        Me.mnuEnskripsi.Text = "Enskripsi"
        '
        'mnuDeskripsi
        '
        Me.mnuDeskripsi.Name = "mnuDeskripsi"
        Me.mnuDeskripsi.Size = New System.Drawing.Size(152, 22)
        Me.mnuDeskripsi.Text = "Deskripsi"
        '
        'mnuCaptureScreen
        '
        Me.mnuCaptureScreen.Name = "mnuCaptureScreen"
        Me.mnuCaptureScreen.Size = New System.Drawing.Size(152, 22)
        Me.mnuCaptureScreen.Text = "Capture Screen"
        '
        'mnuAbout
        '
        Me.mnuAbout.Name = "mnuAbout"
        Me.mnuAbout.Size = New System.Drawing.Size(48, 20)
        Me.mnuAbout.Text = "About"
        '
        'tsUrl
        '
        Me.tsUrl.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
        Me.tsUrl.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblUrl, Me.txtUrl, Me.btnGO})
        Me.tsUrl.Location = New System.Drawing.Point(0, 74)
        Me.tsUrl.Name = "tsUrl"
        Me.tsUrl.Size = New System.Drawing.Size(487, 25)
        Me.tsUrl.TabIndex = 8
        Me.tsUrl.Text = "ToolStrip1"
        '
        'lblUrl
        '
        Me.lblUrl.ForeColor = System.Drawing.Color.Black
        Me.lblUrl.Name = "lblUrl"
        Me.lblUrl.Size = New System.Drawing.Size(36, 22)
        Me.lblUrl.Text = "Lokasi"
        '
        'txtUrl
        '
        Me.txtUrl.AutoSize = False
        Me.txtUrl.Name = "txtUrl"
        Me.txtUrl.Size = New System.Drawing.Size(400, 25)
        '
        'btnGO
        '
        Me.btnGO.BackColor = System.Drawing.SystemColors.ButtonShadow
        Me.btnGO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
        Me.btnGO.Image = CType(resources.GetObject("btnGO.Image"), System.Drawing.Image)
        Me.btnGO.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnGO.Name = "btnGO"
        Me.btnGO.Size = New System.Drawing.Size(26, 22)
        Me.btnGO.Text = "GO"
        '
        'chkTopMost
        '
        Me.chkTopMost.AutoSize = True
        Me.chkTopMost.BackColor = System.Drawing.SystemColors.ControlLightLight
        Me.chkTopMost.ForeColor = System.Drawing.Color.Black
        Me.chkTopMost.Location = New System.Drawing.Point(405, 54)
        Me.chkTopMost.Name = "chkTopMost"
        Me.chkTopMost.Size = New System.Drawing.Size(70, 17)
        Me.chkTopMost.TabIndex = 10
        Me.chkTopMost.Text = "Top Most"
        Me.chkTopMost.UseVisualStyleBackColor = False
        '
        'Timer1
        '
        Me.Timer1.Interval = 1000
        '
        'MainMenu
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(487, 314)
        Me.Controls.Add(Me.chkTopMost)
        Me.Controls.Add(Me.tsUrl)
        Me.Controls.Add(Me.tsFormat)
        Me.Controls.Add(Me.tsFile)
        Me.Controls.Add(Me.MenuStrip1)
        Me.ForeColor = System.Drawing.Color.Black
        Me.IsMdiContainer = True
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "MainMenu"
        Me.Text = "Main Menu"
        Me.tsFile.ResumeLayout(False)
        Me.tsFile.PerformLayout()
        Me.tsFormat.ResumeLayout(False)
        Me.tsFormat.PerformLayout()
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.tsUrl.ResumeLayout(False)
        Me.tsUrl.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents tsFile As System.Windows.Forms.ToolStrip
    Friend WithEvents tbbTeksEditor As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbHtmlEditor As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbBrowser As System.Windows.Forms.ToolStripButton
    Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tbbNew As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbOpen As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbSave As System.Windows.Forms.ToolStripButton
    Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tbbEnskripsi As System.Windows.Forms.ToolStripButton
    Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tbbFind As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbCaptureScreen As System.Windows.Forms.ToolStripButton
    Friend WithEvents tsFormat As System.Windows.Forms.ToolStrip
    Friend WithEvents ToolStripSeparator9 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tbbLeft As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbCenter As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbRight As System.Windows.Forms.ToolStripButton
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents mnuProject As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTeksEditor As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuHtmlEditor As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuBrowser As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFile As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuNew As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuOpen As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuSave As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripSeparator11 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuExit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuEdit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuUndo As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuRedo As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripSeparator12 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuCut As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuCopy As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuPaste As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFormat As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFont As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuBold As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuItalic As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuUnderline As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuLeft As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuCenter As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuRight As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuTools As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuEnskripsi As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuDeskripsi As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuCaptureScreen As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuAbout As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tbbCut As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbCopy As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbPaste As System.Windows.Forms.ToolStripButton
    Friend WithEvents toolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents tsUrl As System.Windows.Forms.ToolStrip
    Friend WithEvents txtUrl As System.Windows.Forms.ToolStripTextBox
    Friend WithEvents btnGO As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbBack As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbForward As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbRefresh As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbHome As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbStop As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbTimer As System.Windows.Forms.ToolStripLabel
    Friend WithEvents tbbBold As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbItalic As System.Windows.Forms.ToolStripButton
    Friend WithEvents tbbUnderline As System.Windows.Forms.ToolStripButton
    Friend WithEvents chkTopMost As System.Windows.Forms.CheckBox
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents lblUrl As System.Windows.Forms.ToolStripLabel
    Friend WithEvents tbbNormal As System.Windows.Forms.ToolStripButton
    Friend WithEvents mnuNormal As System.Windows.Forms.ToolStripMenuItem

End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -