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

📄 frmmain.designer.cs

📁 .Net实现的局域网完整IM,含完整的设计远隔
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace JPMLab_LanTalker_Client
{
    partial class frmMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.mnuMain = new System.Windows.Forms.MenuStrip();
            this.mitOperate = new System.Windows.Forms.ToolStripMenuItem();
            this.mitAddFriend = new System.Windows.Forms.ToolStripMenuItem();
            this.mitMyInfo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.mitRegister = new System.Windows.Forms.ToolStripMenuItem();
            this.mitPanels = new System.Windows.Forms.ToolStripMenuItem();
            this.mitPanelLogin = new System.Windows.Forms.ToolStripMenuItem();
            this.mitPanelFriends = new System.Windows.Forms.ToolStripMenuItem();
            this.mitPanelNews = new System.Windows.Forms.ToolStripMenuItem();
            this.mitOption = new System.Windows.Forms.ToolStripMenuItem();
            this.mitSystemOption = new System.Windows.Forms.ToolStripMenuItem();
            this.ilsLogo = new System.Windows.Forms.ImageList(this.components);
            this.notMain = new System.Windows.Forms.NotifyIcon(this.components);
            this.mnuCPanel = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mitLogin = new System.Windows.Forms.ToolStripMenuItem();
            this.mitFrineds = new System.Windows.Forms.ToolStripMenuItem();
            this.mitNews = new System.Windows.Forms.ToolStripMenuItem();
            this.txtAccount = new System.Windows.Forms.TextBox();
            this.pwdPassword = new System.Windows.Forms.TextBox();
            this.ilsHead = new System.Windows.Forms.ImageList(this.components);
            this.vsbFriends = new System.Windows.Forms.VScrollBar();
            this.webNews = new System.Windows.Forms.WebBrowser();
            this.labLogo = new System.Windows.Forms.Label();
            this.mnuFriendOpt = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mitTalkWith = new System.Windows.Forms.ToolStripMenuItem();
            this.mitHisInfo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.mitDeleteHim = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuMain.SuspendLayout();
            this.mnuCPanel.SuspendLayout();
            this.mnuFriendOpt.SuspendLayout();
            this.SuspendLayout();
            // 
            // mnuMain
            // 
            this.mnuMain.BackColor = System.Drawing.Color.Transparent;
            this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitOperate,
            this.mitPanels,
            this.mitOption});
            this.mnuMain.Location = new System.Drawing.Point(0, 0);
            this.mnuMain.Name = "mnuMain";
            this.mnuMain.Size = new System.Drawing.Size(183, 24);
            this.mnuMain.TabIndex = 15;
            this.mnuMain.Text = "menuStrip1";
            // 
            // mitOperate
            // 
            this.mitOperate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitAddFriend,
            this.mitMyInfo,
            this.toolStripSeparator2,
            this.mitRegister});
            this.mitOperate.Name = "mitOperate";
            this.mitOperate.Size = new System.Drawing.Size(41, 20);
            this.mitOperate.Text = "操作";
            this.mitOperate.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mitOperate_MouseDown);
            // 
            // mitAddFriend
            // 
            this.mitAddFriend.Name = "mitAddFriend";
            this.mitAddFriend.Size = new System.Drawing.Size(118, 22);
            this.mitAddFriend.Text = "添加好友";
            this.mitAddFriend.Click += new System.EventHandler(this.mitAddFriend_Click);
            // 
            // mitMyInfo
            // 
            this.mitMyInfo.Name = "mitMyInfo";
            this.mitMyInfo.Size = new System.Drawing.Size(118, 22);
            this.mitMyInfo.Text = "我的信息";
            this.mitMyInfo.Click += new System.EventHandler(this.mitMyInfo_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(115, 6);
            // 
            // mitRegister
            // 
            this.mitRegister.Name = "mitRegister";
            this.mitRegister.Size = new System.Drawing.Size(118, 22);
            this.mitRegister.Text = "注册用户";
            this.mitRegister.Click += new System.EventHandler(this.mitRegister_Click);
            // 
            // mitPanels
            // 
            this.mitPanels.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitPanelLogin,
            this.mitPanelFriends,
            this.mitPanelNews});
            this.mitPanels.Name = "mitPanels";
            this.mitPanels.Size = new System.Drawing.Size(41, 20);
            this.mitPanels.Text = "面板";
            // 
            // mitPanelLogin
            // 
            this.mitPanelLogin.Name = "mitPanelLogin";
            this.mitPanelLogin.Size = new System.Drawing.Size(118, 22);
            this.mitPanelLogin.Text = "用户登录";
            this.mitPanelLogin.Click += new System.EventHandler(this.mitPanelLogin_Click);
            // 
            // mitPanelFriends
            // 
            this.mitPanelFriends.Name = "mitPanelFriends";
            this.mitPanelFriends.Size = new System.Drawing.Size(118, 22);
            this.mitPanelFriends.Text = "好友列表";
            this.mitPanelFriends.Click += new System.EventHandler(this.mitPanelFriends_Click);
            // 
            // mitPanelNews
            // 
            this.mitPanelNews.Name = "mitPanelNews";
            this.mitPanelNews.Size = new System.Drawing.Size(118, 22);
            this.mitPanelNews.Text = "本日新闻";
            this.mitPanelNews.Click += new System.EventHandler(this.mitPanelNews_Click);
            // 
            // mitOption
            // 
            this.mitOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitSystemOption});
            this.mitOption.Name = "mitOption";
            this.mitOption.Size = new System.Drawing.Size(41, 20);
            this.mitOption.Text = "系统";
            // 
            // mitSystemOption
            // 
            this.mitSystemOption.Name = "mitSystemOption";
            this.mitSystemOption.Size = new System.Drawing.Size(118, 22);
            this.mitSystemOption.Text = "系统设置";
            this.mitSystemOption.Click += new System.EventHandler(this.mitSystemOption_Click);
            // 
            // ilsLogo
            // 
            this.ilsLogo.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilsLogo.ImageStream")));
            this.ilsLogo.TransparentColor = System.Drawing.Color.Transparent;
            this.ilsLogo.Images.SetKeyName(0, "Logo_0");
            this.ilsLogo.Images.SetKeyName(1, "Logo_1");
            this.ilsLogo.Images.SetKeyName(2, "Logo_2");
            this.ilsLogo.Images.SetKeyName(3, "Logo_3");
            // 
            // notMain
            // 
            this.notMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.notMain.BalloonTipText = "Lan Talker";
            this.notMain.Text = "Lan Talker";
            this.notMain.Visible = true;
            this.notMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notMain_MouseDoubleClick);
            // 
            // mnuCPanel
            // 
            this.mnuCPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitLogin,
            this.mitFrineds,
            this.mitNews});
            this.mnuCPanel.Name = "menCPanel";
            this.mnuCPanel.Size = new System.Drawing.Size(119, 70);
            // 
            // mitLogin
            // 
            this.mitLogin.Name = "mitLogin";
            this.mitLogin.Size = new System.Drawing.Size(118, 22);
            this.mitLogin.Text = "用户登录";
            this.mitLogin.Click += new System.EventHandler(this.mitLogin_Click);
            // 
            // mitFrineds

⌨️ 快捷键说明

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