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

📄 frmmain.designer.cs

📁 .Net实现的局域网完整IM,含完整的设计远隔
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.mitFrineds.Name = "mitFrineds";
            this.mitFrineds.Size = new System.Drawing.Size(118, 22);
            this.mitFrineds.Text = "好友列表";
            this.mitFrineds.Click += new System.EventHandler(this.mitFrineds_Click);
            // 
            // mitNews
            // 
            this.mitNews.Name = "mitNews";
            this.mitNews.Size = new System.Drawing.Size(118, 22);
            this.mitNews.Text = "本日新闻";
            this.mitNews.Click += new System.EventHandler(this.mitNews_Click);
            // 
            // txtAccount
            // 
            this.txtAccount.BackColor = System.Drawing.Color.White;
            this.txtAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtAccount.Location = new System.Drawing.Point(57, 249);
            this.txtAccount.Name = "txtAccount";
            this.txtAccount.Size = new System.Drawing.Size(94, 14);
            this.txtAccount.TabIndex = 16;
            // 
            // pwdPassword
            // 
            this.pwdPassword.BackColor = System.Drawing.Color.White;
            this.pwdPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.pwdPassword.Location = new System.Drawing.Point(57, 271);
            this.pwdPassword.Name = "pwdPassword";
            this.pwdPassword.Size = new System.Drawing.Size(93, 14);
            this.pwdPassword.TabIndex = 17;
            this.pwdPassword.UseSystemPasswordChar = true;
            // 
            // ilsHead
            // 
            this.ilsHead.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilsHead.ImageStream")));
            this.ilsHead.TransparentColor = System.Drawing.Color.Transparent;
            this.ilsHead.Images.SetKeyName(0, "0.gif");
            this.ilsHead.Images.SetKeyName(1, "1.gif");
            this.ilsHead.Images.SetKeyName(2, "2.gif");
            this.ilsHead.Images.SetKeyName(3, "3.gif");
            this.ilsHead.Images.SetKeyName(4, "4.gif");
            this.ilsHead.Images.SetKeyName(5, "5.gif");
            this.ilsHead.Images.SetKeyName(6, "6.gif");
            this.ilsHead.Images.SetKeyName(7, "7.gif");
            this.ilsHead.Images.SetKeyName(8, "8.gif");
            this.ilsHead.Images.SetKeyName(9, "9.gif");
            this.ilsHead.Images.SetKeyName(10, "10.gif");
            this.ilsHead.Images.SetKeyName(11, "11.gif");
            this.ilsHead.Images.SetKeyName(12, "12.gif");
            this.ilsHead.Images.SetKeyName(13, "13.gif");
            this.ilsHead.Images.SetKeyName(14, "14.gif");
            this.ilsHead.Images.SetKeyName(15, "15.gif");
            this.ilsHead.Images.SetKeyName(16, "16.gif");
            this.ilsHead.Images.SetKeyName(17, "17.gif");
            // 
            // vsbFriends
            // 
            this.vsbFriends.LargeChange = 1;
            this.vsbFriends.Location = new System.Drawing.Point(160, 60);
            this.vsbFriends.Name = "vsbFriends";
            this.vsbFriends.Size = new System.Drawing.Size(15, 333);
            this.vsbFriends.TabIndex = 18;
            this.vsbFriends.Visible = false;
            this.vsbFriends.ValueChanged += new System.EventHandler(this.vsbFriends_ValueChanged);
            // 
            // webNews
            // 
            this.webNews.Location = new System.Drawing.Point(2, 59);
            this.webNews.MinimumSize = new System.Drawing.Size(20, 20);
            this.webNews.Name = "webNews";
            this.webNews.Size = new System.Drawing.Size(178, 337);
            this.webNews.TabIndex = 19;
            this.webNews.Visible = false;
            // 
            // labLogo
            // 
            this.labLogo.AutoSize = true;
            this.labLogo.BackColor = System.Drawing.Color.Transparent;
            this.labLogo.Font = new System.Drawing.Font("华文彩云", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labLogo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.labLogo.Location = new System.Drawing.Point(30, 222);
            this.labLogo.Name = "labLogo";
            this.labLogo.Size = new System.Drawing.Size(126, 22);
            this.labLogo.TabIndex = 20;
            this.labLogo.Text = "JPM Lan Talk";
            // 
            // mnuFriendOpt
            // 
            this.mnuFriendOpt.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mitTalkWith,
            this.mitHisInfo,
            this.toolStripSeparator3,
            this.mitDeleteHim});
            this.mnuFriendOpt.Name = "mnuFriendOpt";
            this.mnuFriendOpt.Size = new System.Drawing.Size(119, 76);
            this.mnuFriendOpt.Opening += new System.ComponentModel.CancelEventHandler(this.mnuFriendOpt_Opening);
            // 
            // mitTalkWith
            // 
            this.mitTalkWith.Name = "mitTalkWith";
            this.mitTalkWith.Size = new System.Drawing.Size(118, 22);
            this.mitTalkWith.Text = "好友通讯";
            this.mitTalkWith.Click += new System.EventHandler(this.mitTalkWith_Click);
            // 
            // mitHisInfo
            // 
            this.mitHisInfo.Name = "mitHisInfo";
            this.mitHisInfo.Size = new System.Drawing.Size(118, 22);
            this.mitHisInfo.Text = "好友信息";
            this.mitHisInfo.Click += new System.EventHandler(this.mitHisInfo_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(115, 6);
            // 
            // mitDeleteHim
            // 
            this.mitDeleteHim.Name = "mitDeleteHim";
            this.mitDeleteHim.Size = new System.Drawing.Size(118, 22);
            this.mitDeleteHim.Text = "删除好友";
            this.mitDeleteHim.Click += new System.EventHandler(this.mitDeleteHim_Click);
            // 
            // frmMain
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackgroundImage = global::JPMLab_LanTalker_Client.Properties.Resources.BMP_MAINBG;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(183, 400);
            this.Controls.Add(this.labLogo);
            this.Controls.Add(this.webNews);
            this.Controls.Add(this.vsbFriends);
            this.Controls.Add(this.pwdPassword);
            this.Controls.Add(this.txtAccount);
            this.Controls.Add(this.mnuMain);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Lan Talker";
            this.TopMost = true;
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseClick);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseUp);
            this.MouseLeave += new System.EventHandler(this.frmMain_MouseLeave);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseMove);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseDown);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.mnuMain.ResumeLayout(false);
            this.mnuMain.PerformLayout();
            this.mnuCPanel.ResumeLayout(false);
            this.mnuFriendOpt.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip mnuMain;
        private System.Windows.Forms.ImageList ilsLogo;
        private System.Windows.Forms.NotifyIcon notMain;
        private System.Windows.Forms.ContextMenuStrip mnuCPanel;
        private System.Windows.Forms.ToolStripMenuItem mitLogin;
        private System.Windows.Forms.ToolStripMenuItem mitFrineds;
        private System.Windows.Forms.ToolStripMenuItem mitNews;
        private System.Windows.Forms.ToolStripMenuItem 用户登录ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 好友列表ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 本日新闻ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mitOperate;
        private System.Windows.Forms.ToolStripMenuItem mitPanels;
        private System.Windows.Forms.ToolStripMenuItem mitOption;
        private System.Windows.Forms.TextBox txtAccount;
        private System.Windows.Forms.TextBox pwdPassword;
        private System.Windows.Forms.ImageList ilsHead;
        private System.Windows.Forms.VScrollBar vsbFriends;
        private System.Windows.Forms.WebBrowser webNews;
        private System.Windows.Forms.Label labLogo;
        private System.Windows.Forms.ToolStripMenuItem mitAddFriend;
        private System.Windows.Forms.ToolStripMenuItem mitPanelLogin;
        private System.Windows.Forms.ToolStripMenuItem mitPanelFriends;
        private System.Windows.Forms.ToolStripMenuItem mitPanelNews;
        private System.Windows.Forms.ToolStripMenuItem mitSystemOption;
        private System.Windows.Forms.ToolStripMenuItem mitMyInfo;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripMenuItem mitRegister;
        private System.Windows.Forms.ContextMenuStrip mnuFriendOpt;
        private System.Windows.Forms.ToolStripMenuItem mitTalkWith;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem mitDeleteHim;
        private System.Windows.Forms.ToolStripMenuItem mitHisInfo;
    }
}

⌨️ 快捷键说明

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