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

📄 frmmain.designer.vb

📁 CSDN V3.0 使用VB。Net开发 可以使用该助手访问CSDN
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmMain
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If

        If t.IsAlive Then
            t.Abort()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain))
        Me.tvMain = New System.Windows.Forms.TreeView
        Me.RES_IMGS_TREENODES = New System.Windows.Forms.ImageList(Me.components)
        Me.scMain = New System.Windows.Forms.SplitContainer
        Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel
        Me.lLoginText = New System.Windows.Forms.Label
        Me.llLoginOperation = New System.Windows.Forms.LinkLabel
        Me.spSec = New System.Windows.Forms.SplitContainer
        Me.tc = New System.Windows.Forms.TabControl
        Me.tc2 = New System.Windows.Forms.TabControl
        Me.ToolBar = New System.Windows.Forms.ToolStrip
        Me.tbShowAndHideMainTv = New System.Windows.Forms.ToolStripButton
        Me.tbUsersLogin = New System.Windows.Forms.ToolStripDropDownButton
        Me.tbMsg = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.tbUiLayOut = New System.Windows.Forms.ToolStripButton
        Me.tbUiLayOut111 = New System.Windows.Forms.ToolStripButton
        Me.tbUiLayOut11 = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel
        Me.tbKw = New System.Windows.Forms.ToolStripTextBox
        Me.tb搜索 = New System.Windows.Forms.ToolStripButton
        Me.tbAbout = New System.Windows.Forms.ToolStripButton
        Me.MainMenu = New System.Windows.Forms.MenuStrip
        Me.DdddToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.NF = New System.Windows.Forms.NotifyIcon(Me.components)
        Me.nfcm = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.nfcmClose = New System.Windows.Forms.ToolStripMenuItem
        Me.nfcmAbout = New System.Windows.Forms.ToolStripMenuItem
        Me.显示ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.TimerMsg = New System.Windows.Forms.Timer(Me.components)
        Me.scMain.Panel1.SuspendLayout()
        Me.scMain.Panel2.SuspendLayout()
        Me.scMain.SuspendLayout()
        Me.FlowLayoutPanel1.SuspendLayout()
        Me.spSec.Panel1.SuspendLayout()
        Me.spSec.Panel2.SuspendLayout()
        Me.spSec.SuspendLayout()
        Me.ToolBar.SuspendLayout()
        Me.MainMenu.SuspendLayout()
        Me.nfcm.SuspendLayout()
        Me.SuspendLayout()
        '
        'tvMain
        '
        Me.tvMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.tvMain.ImageIndex = 0
        Me.tvMain.ImageList = Me.RES_IMGS_TREENODES
        Me.tvMain.Location = New System.Drawing.Point(0, 25)
        Me.tvMain.Name = "tvMain"
        Me.tvMain.SelectedImageIndex = 0
        Me.tvMain.Size = New System.Drawing.Size(146, 424)
        Me.tvMain.TabIndex = 2
        '
        'RES_IMGS_TREENODES
        '
        Me.RES_IMGS_TREENODES.ImageStream = CType(resources.GetObject("RES_IMGS_TREENODES.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.RES_IMGS_TREENODES.TransparentColor = System.Drawing.Color.Transparent
        Me.RES_IMGS_TREENODES.Images.SetKeyName(0, "2.gif")
        Me.RES_IMGS_TREENODES.Images.SetKeyName(1, "0.gif")
        Me.RES_IMGS_TREENODES.Images.SetKeyName(2, "1.gif")
        '
        'scMain
        '
        Me.scMain.BackColor = System.Drawing.SystemColors.Desktop
        Me.scMain.Dock = System.Windows.Forms.DockStyle.Fill
        Me.scMain.Location = New System.Drawing.Point(0, 39)
        Me.scMain.Name = "scMain"
        '
        'scMain.Panel1
        '
        Me.scMain.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.scMain.Panel1.Controls.Add(Me.tvMain)
        Me.scMain.Panel1.Controls.Add(Me.FlowLayoutPanel1)
        Me.scMain.Panel1MinSize = 150
        '
        'scMain.Panel2
        '
        Me.scMain.Panel2.Controls.Add(Me.spSec)
        Me.scMain.Size = New System.Drawing.Size(641, 449)
        Me.scMain.SplitterDistance = 150
        Me.scMain.TabIndex = 3
        '
        'FlowLayoutPanel1
        '
        Me.FlowLayoutPanel1.Controls.Add(Me.lLoginText)
        Me.FlowLayoutPanel1.Controls.Add(Me.llLoginOperation)
        Me.FlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top
        Me.FlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
        Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1"
        Me.FlowLayoutPanel1.Size = New System.Drawing.Size(150, 29)
        Me.FlowLayoutPanel1.TabIndex = 4
        '
        'lLoginText
        '
        Me.lLoginText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lLoginText.AutoSize = True
        Me.lLoginText.Location = New System.Drawing.Point(3, 0)
        Me.lLoginText.Name = "lLoginText"
        Me.lLoginText.Size = New System.Drawing.Size(107, 12)
        Me.lLoginText.TabIndex = 3
        Me.lLoginText.Text = "欢迎来到CSDN社区!"
        '
        'llLoginOperation
        '
        Me.llLoginOperation.Location = New System.Drawing.Point(3, 12)
        Me.llLoginOperation.Name = "llLoginOperation"
        Me.llLoginOperation.Size = New System.Drawing.Size(32, 12)
        Me.llLoginOperation.TabIndex = 0
        Me.llLoginOperation.TabStop = True
        Me.llLoginOperation.Text = "登陆"
        '
        'spSec
        '
        Me.spSec.Dock = System.Windows.Forms.DockStyle.Fill
        Me.spSec.Location = New System.Drawing.Point(0, 0)
        Me.spSec.Name = "spSec"
        Me.spSec.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'spSec.Panel1
        '
        Me.spSec.Panel1.Controls.Add(Me.tc)
        '
        'spSec.Panel2
        '
        Me.spSec.Panel2.Controls.Add(Me.tc2)
        Me.spSec.Size = New System.Drawing.Size(487, 449)
        Me.spSec.SplitterDistance = 132
        Me.spSec.TabIndex = 1
        '
        'tc
        '
        Me.tc.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tc.Location = New System.Drawing.Point(0, 0)
        Me.tc.Multiline = True
        Me.tc.Name = "tc"
        Me.tc.SelectedIndex = 0
        Me.tc.ShowToolTips = True
        Me.tc.Size = New System.Drawing.Size(487, 132)
        Me.tc.TabIndex = 0
        '
        'tc2
        '
        Me.tc2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tc2.Location = New System.Drawing.Point(0, 0)
        Me.tc2.Multiline = True
        Me.tc2.Name = "tc2"
        Me.tc2.SelectedIndex = 0
        Me.tc2.ShowToolTips = True
        Me.tc2.Size = New System.Drawing.Size(487, 313)
        Me.tc2.TabIndex = 1
        '
        'ToolBar
        '
        Me.ToolBar.ImageScalingSize = New System.Drawing.Size(32, 32)
        Me.ToolBar.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tbShowAndHideMainTv, Me.tbUsersLogin, Me.tbMsg, Me.ToolStripSeparator1, Me.tbUiLayOut, Me.tbUiLayOut111, Me.tbUiLayOut11, Me.ToolStripSeparator2, Me.ToolStripLabel1, Me.tbKw, Me.tb搜索, Me.tbAbout})
        Me.ToolBar.Location = New System.Drawing.Point(0, 0)
        Me.ToolBar.Name = "ToolBar"
        Me.ToolBar.Size = New System.Drawing.Size(641, 39)
        Me.ToolBar.TabIndex = 4
        '
        'tbShowAndHideMainTv
        '
        Me.tbShowAndHideMainTv.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.tbShowAndHideMainTv.Image = Global.CsdnV3.My.Resources.Resources.导航展开
        Me.tbShowAndHideMainTv.ImageTransparentColor = System.Drawing.Color.Black
        Me.tbShowAndHideMainTv.Name = "tbShowAndHideMainTv"
        Me.tbShowAndHideMainTv.Size = New System.Drawing.Size(36, 36)
        Me.tbShowAndHideMainTv.ToolTipText = "显示/隐藏主导航"
        '

⌨️ 快捷键说明

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