📄 frmmain.designer.cs
字号:
namespace MyQQ
{
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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnToolEdit = new System.Windows.Forms.ToolStripButton();
this.btnToolAdd = new System.Windows.Forms.ToolStripButton();
this.btnToolRefresh = new System.Windows.Forms.ToolStripButton();
this.btnToolMessage = new System.Windows.Forms.ToolStripButton();
this.btnToolHeaderConfig = new System.Windows.Forms.ToolStripButton();
this.imgAllHeaders = new System.Windows.Forms.ImageList(this.components);
this.picMyHeader = new System.Windows.Forms.PictureBox();
this.lblMyTitle = new System.Windows.Forms.Label();
this.panTop = new System.Windows.Forms.Panel();
this.sbFriends = new Aptech.UI.SideBar();
this.cmsPopu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmsSmallHeader = new System.Windows.Forms.ToolStripMenuItem();
this.cmsDeleteFriend = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).BeginInit();
this.panTop.SuspendLayout();
this.cmsPopu.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnToolEdit,
this.btnToolAdd,
this.btnToolRefresh,
this.btnToolMessage,
this.btnToolHeaderConfig});
this.toolStrip1.Location = new System.Drawing.Point(0, 484);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(202, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// btnToolEdit
//
this.btnToolEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnToolEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnToolEdit.Image")));
this.btnToolEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnToolEdit.Name = "btnToolEdit";
this.btnToolEdit.Size = new System.Drawing.Size(23, 22);
this.btnToolEdit.Text = "个人设置";
this.btnToolEdit.Click += new System.EventHandler(this.btnToolEdit_Click);
//
// btnToolAdd
//
this.btnToolAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnToolAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnToolAdd.Image")));
this.btnToolAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnToolAdd.Name = "btnToolAdd";
this.btnToolAdd.Size = new System.Drawing.Size(23, 22);
this.btnToolAdd.Text = "添加好友";
this.btnToolAdd.Click += new System.EventHandler(this.btnToolAdd_Click);
//
// btnToolRefresh
//
this.btnToolRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnToolRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnToolRefresh.Image")));
this.btnToolRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnToolRefresh.Name = "btnToolRefresh";
this.btnToolRefresh.Size = new System.Drawing.Size(23, 22);
this.btnToolRefresh.Text = "刷新";
this.btnToolRefresh.Click += new System.EventHandler(this.btnToolRefresh_Click);
//
// btnToolMessage
//
this.btnToolMessage.BackColor = System.Drawing.Color.Transparent;
this.btnToolMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnToolMessage.Image = ((System.Drawing.Image)(resources.GetObject("btnToolMessage.Image")));
this.btnToolMessage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnToolMessage.Name = "btnToolMessage";
this.btnToolMessage.Size = new System.Drawing.Size(23, 22);
this.btnToolMessage.Text = "系统消息";
this.btnToolMessage.Click += new System.EventHandler(this.btnToolMessage_Click);
//
// btnToolHeaderConfig
//
this.btnToolHeaderConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnToolHeaderConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnToolHeaderConfig.Image")));
this.btnToolHeaderConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnToolHeaderConfig.Name = "btnToolHeaderConfig";
this.btnToolHeaderConfig.Size = new System.Drawing.Size(23, 22);
this.btnToolHeaderConfig.Text = "选择头像";
this.btnToolHeaderConfig.Click += new System.EventHandler(this.btnToolHeaderConfig_Click);
//
// imgAllHeaders
//
this.imgAllHeaders.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgAllHeaders.ImageStream")));
this.imgAllHeaders.TransparentColor = System.Drawing.Color.Transparent;
this.imgAllHeaders.Images.SetKeyName(0, "1.bmp");
this.imgAllHeaders.Images.SetKeyName(1, "2.bmp");
this.imgAllHeaders.Images.SetKeyName(2, "3.bmp");
this.imgAllHeaders.Images.SetKeyName(3, "4.bmp");
this.imgAllHeaders.Images.SetKeyName(4, "5.bmp");
this.imgAllHeaders.Images.SetKeyName(5, "6.bmp");
this.imgAllHeaders.Images.SetKeyName(6, "7.bmp");
this.imgAllHeaders.Images.SetKeyName(7, "8.bmp");
this.imgAllHeaders.Images.SetKeyName(8, "9.bmp");
this.imgAllHeaders.Images.SetKeyName(9, "10.bmp");
this.imgAllHeaders.Images.SetKeyName(10, "11.bmp");
this.imgAllHeaders.Images.SetKeyName(11, "12.bmp");
this.imgAllHeaders.Images.SetKeyName(12, "13.bmp");
this.imgAllHeaders.Images.SetKeyName(13, "14.bmp");
this.imgAllHeaders.Images.SetKeyName(14, "15.bmp");
this.imgAllHeaders.Images.SetKeyName(15, "16.bmp");
this.imgAllHeaders.Images.SetKeyName(16, "17.bmp");
this.imgAllHeaders.Images.SetKeyName(17, "18.bmp");
this.imgAllHeaders.Images.SetKeyName(18, "19.bmp");
this.imgAllHeaders.Images.SetKeyName(19, "20.bmp");
this.imgAllHeaders.Images.SetKeyName(20, "21.bmp");
this.imgAllHeaders.Images.SetKeyName(21, "22.bmp");
this.imgAllHeaders.Images.SetKeyName(22, "23.bmp");
this.imgAllHeaders.Images.SetKeyName(23, "24.bmp");
this.imgAllHeaders.Images.SetKeyName(24, "25.bmp");
this.imgAllHeaders.Images.SetKeyName(25, "26.bmp");
this.imgAllHeaders.Images.SetKeyName(26, "27.bmp");
this.imgAllHeaders.Images.SetKeyName(27, "28.bmp");
this.imgAllHeaders.Images.SetKeyName(28, "29.bmp");
this.imgAllHeaders.Images.SetKeyName(29, "30.bmp");
this.imgAllHeaders.Images.SetKeyName(30, "31.bmp");
this.imgAllHeaders.Images.SetKeyName(31, "32.bmp");
this.imgAllHeaders.Images.SetKeyName(32, "33.bmp");
this.imgAllHeaders.Images.SetKeyName(33, "34.bmp");
this.imgAllHeaders.Images.SetKeyName(34, "35.bmp");
this.imgAllHeaders.Images.SetKeyName(35, "36.bmp");
this.imgAllHeaders.Images.SetKeyName(36, "37.bmp");
this.imgAllHeaders.Images.SetKeyName(37, "38.bmp");
this.imgAllHeaders.Images.SetKeyName(38, "39.bmp");
this.imgAllHeaders.Images.SetKeyName(39, "40.bmp");
this.imgAllHeaders.Images.SetKeyName(40, "41.bmp");
this.imgAllHeaders.Images.SetKeyName(41, "42.bmp");
this.imgAllHeaders.Images.SetKeyName(42, "43.bmp");
this.imgAllHeaders.Images.SetKeyName(43, "44.bmp");
this.imgAllHeaders.Images.SetKeyName(44, "45.bmp");
this.imgAllHeaders.Images.SetKeyName(45, "46.bmp");
this.imgAllHeaders.Images.SetKeyName(46, "47.bmp");
this.imgAllHeaders.Images.SetKeyName(47, "48.bmp");
this.imgAllHeaders.Images.SetKeyName(48, "49.bmp");
this.imgAllHeaders.Images.SetKeyName(49, "50.bmp");
this.imgAllHeaders.Images.SetKeyName(50, "51.bmp");
this.imgAllHeaders.Images.SetKeyName(51, "52.bmp");
this.imgAllHeaders.Images.SetKeyName(52, "53.bmp");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -