📄 frmmain.designer.cs
字号:
this.imgAllHeaders.Images.SetKeyName(53, "54.bmp");
this.imgAllHeaders.Images.SetKeyName(54, "55.bmp");
this.imgAllHeaders.Images.SetKeyName(55, "56.bmp");
this.imgAllHeaders.Images.SetKeyName(56, "57.bmp");
this.imgAllHeaders.Images.SetKeyName(57, "58.bmp");
this.imgAllHeaders.Images.SetKeyName(58, "59.bmp");
this.imgAllHeaders.Images.SetKeyName(59, "60.bmp");
this.imgAllHeaders.Images.SetKeyName(60, "61.bmp");
this.imgAllHeaders.Images.SetKeyName(61, "62.bmp");
this.imgAllHeaders.Images.SetKeyName(62, "63.bmp");
this.imgAllHeaders.Images.SetKeyName(63, "64.bmp");
this.imgAllHeaders.Images.SetKeyName(64, "65.bmp");
this.imgAllHeaders.Images.SetKeyName(65, "66.bmp");
this.imgAllHeaders.Images.SetKeyName(66, "67.bmp");
this.imgAllHeaders.Images.SetKeyName(67, "68.bmp");
this.imgAllHeaders.Images.SetKeyName(68, "69.bmp");
this.imgAllHeaders.Images.SetKeyName(69, "70.bmp");
this.imgAllHeaders.Images.SetKeyName(70, "71.bmp");
this.imgAllHeaders.Images.SetKeyName(71, "72.bmp");
this.imgAllHeaders.Images.SetKeyName(72, "73.bmp");
this.imgAllHeaders.Images.SetKeyName(73, "74.bmp");
this.imgAllHeaders.Images.SetKeyName(74, "75.bmp");
this.imgAllHeaders.Images.SetKeyName(75, "76.bmp");
this.imgAllHeaders.Images.SetKeyName(76, "77.bmp");
this.imgAllHeaders.Images.SetKeyName(77, "78.bmp");
this.imgAllHeaders.Images.SetKeyName(78, "79.bmp");
this.imgAllHeaders.Images.SetKeyName(79, "80.bmp");
this.imgAllHeaders.Images.SetKeyName(80, "81.bmp");
this.imgAllHeaders.Images.SetKeyName(81, "82.bmp");
this.imgAllHeaders.Images.SetKeyName(82, "83.bmp");
this.imgAllHeaders.Images.SetKeyName(83, "84.bmp");
this.imgAllHeaders.Images.SetKeyName(84, "85.bmp");
this.imgAllHeaders.Images.SetKeyName(85, "86.bmp");
this.imgAllHeaders.Images.SetKeyName(86, "87.bmp");
this.imgAllHeaders.Images.SetKeyName(87, "88.bmp");
this.imgAllHeaders.Images.SetKeyName(88, "89.bmp");
this.imgAllHeaders.Images.SetKeyName(89, "90.bmp");
this.imgAllHeaders.Images.SetKeyName(90, "91.bmp");
this.imgAllHeaders.Images.SetKeyName(91, "92.bmp");
this.imgAllHeaders.Images.SetKeyName(92, "93.bmp");
this.imgAllHeaders.Images.SetKeyName(93, "94.bmp");
this.imgAllHeaders.Images.SetKeyName(94, "95.bmp");
this.imgAllHeaders.Images.SetKeyName(95, "96.bmp");
this.imgAllHeaders.Images.SetKeyName(96, "97.bmp");
this.imgAllHeaders.Images.SetKeyName(97, "98.bmp");
this.imgAllHeaders.Images.SetKeyName(98, "99.bmp");
this.imgAllHeaders.Images.SetKeyName(99, "100.bmp");
//
// picMyHeader
//
this.picMyHeader.BackColor = System.Drawing.Color.Transparent;
this.picMyHeader.Image = ((System.Drawing.Image)(resources.GetObject("picMyHeader.Image")));
this.picMyHeader.InitialImage = null;
this.picMyHeader.Location = new System.Drawing.Point(8, 9);
this.picMyHeader.Name = "picMyHeader";
this.picMyHeader.Size = new System.Drawing.Size(40, 40);
this.picMyHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picMyHeader.TabIndex = 0;
this.picMyHeader.TabStop = false;
//
// lblMyTitle
//
this.lblMyTitle.AutoSize = true;
this.lblMyTitle.BackColor = System.Drawing.Color.Transparent;
this.lblMyTitle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMyTitle.ForeColor = System.Drawing.Color.Navy;
this.lblMyTitle.Location = new System.Drawing.Point(59, 28);
this.lblMyTitle.Name = "lblMyTitle";
this.lblMyTitle.Size = new System.Drawing.Size(87, 14);
this.lblMyTitle.TabIndex = 1;
this.lblMyTitle.Text = "Show Title";
//
// panTop
//
this.panTop.BackColor = System.Drawing.Color.White;
this.panTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panTop.BackgroundImage")));
this.panTop.Controls.Add(this.lblMyTitle);
this.panTop.Controls.Add(this.picMyHeader);
this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panTop.Location = new System.Drawing.Point(0, 0);
this.panTop.Name = "panTop";
this.panTop.Size = new System.Drawing.Size(202, 55);
this.panTop.TabIndex = 1;
//
// sbFriends
//
this.sbFriends.AllowDragItem = false;
this.sbFriends.BackColor = System.Drawing.Color.White;
this.sbFriends.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("sbFriends.BackgroundImage")));
this.sbFriends.ContextMenuStrip = this.cmsPopu;
this.sbFriends.Dock = System.Windows.Forms.DockStyle.Fill;
this.sbFriends.FlatStyle = Aptech.UI.SbFlatStyle.Normal;
this.sbFriends.GroupHeaderBackColor = System.Drawing.Color.Turquoise;
this.sbFriends.GroupTextColor = System.Drawing.Color.Black;
this.sbFriends.ImageList = this.imgAllHeaders;
this.sbFriends.ItemContextMenuStrip = this.cmsPopu;
this.sbFriends.ItemStyle = Aptech.UI.SbItemStyle.PushButton;
this.sbFriends.ItemTextColor = System.Drawing.Color.DarkRed;
this.sbFriends.Location = new System.Drawing.Point(0, 55);
this.sbFriends.Name = "sbFriends";
this.sbFriends.RadioSelectedItem = null;
this.sbFriends.Size = new System.Drawing.Size(202, 429);
this.sbFriends.TabIndex = 3;
this.sbFriends.View = Aptech.UI.SbView.LargeIcon;
this.sbFriends.VisibleGroup = null;
this.sbFriends.VisibleGroupIndex = -1;
this.sbFriends.ItemDoubleClick += new Aptech.UI.SbItemEventHandler(this.sbFriends_ItemDoubleClick);
//
// cmsPopu
//
this.cmsPopu.AllowDrop = true;
this.cmsPopu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmsSmallHeader,
this.cmsDeleteFriend});
this.cmsPopu.Name = "cmsPopu";
this.cmsPopu.Size = new System.Drawing.Size(153, 70);
//
// cmsSmallHeader
//
this.cmsSmallHeader.Name = "cmsSmallHeader";
this.cmsSmallHeader.Size = new System.Drawing.Size(152, 22);
this.cmsSmallHeader.Text = "小头像";
this.cmsSmallHeader.Click += new System.EventHandler(this.cmsSmallHeader_Click);
//
// cmsDeleteFriend
//
this.cmsDeleteFriend.Name = "cmsDeleteFriend";
this.cmsDeleteFriend.Size = new System.Drawing.Size(152, 22);
this.cmsDeleteFriend.Text = "删除好友";
this.cmsDeleteFriend.Click += new System.EventHandler(this.cmsDeleteFriend_Click);
//
// timer1
//
this.timer1.Interval = 400;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(202, 509);
this.Controls.Add(this.sbFriends);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.panTop);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmMain";
this.Text = "frmMain";
this.Load += new System.EventHandler(this.frmMain_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).EndInit();
this.panTop.ResumeLayout(false);
this.panTop.PerformLayout();
this.cmsPopu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ImageList imgAllHeaders;
private System.Windows.Forms.PictureBox picMyHeader;
private System.Windows.Forms.Label lblMyTitle;
private System.Windows.Forms.Panel panTop;
private Aptech.UI.SideBar sbFriends;
private System.Windows.Forms.ToolStripButton btnToolEdit;
private System.Windows.Forms.ToolStripButton btnToolAdd;
private System.Windows.Forms.ToolStripButton btnToolRefresh;
private System.Windows.Forms.ToolStripButton btnToolMessage;
private System.Windows.Forms.ToolStripButton btnToolHeaderConfig;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ContextMenuStrip cmsPopu;
private System.Windows.Forms.ToolStripMenuItem cmsSmallHeader;
private System.Windows.Forms.ToolStripMenuItem cmsDeleteFriend;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -