📄 mainform.designer.cs
字号:
this.ilFaces.Images.SetKeyName(57, "58");
this.ilFaces.Images.SetKeyName(58, "59");
this.ilFaces.Images.SetKeyName(59, "60");
this.ilFaces.Images.SetKeyName(60, "61");
this.ilFaces.Images.SetKeyName(61, "62");
this.ilFaces.Images.SetKeyName(62, "63");
this.ilFaces.Images.SetKeyName(63, "64");
this.ilFaces.Images.SetKeyName(64, "65");
this.ilFaces.Images.SetKeyName(65, "66");
this.ilFaces.Images.SetKeyName(66, "67");
this.ilFaces.Images.SetKeyName(67, "68");
this.ilFaces.Images.SetKeyName(68, "69");
this.ilFaces.Images.SetKeyName(69, "70");
this.ilFaces.Images.SetKeyName(70, "71");
this.ilFaces.Images.SetKeyName(71, "72");
this.ilFaces.Images.SetKeyName(72, "73");
this.ilFaces.Images.SetKeyName(73, "74");
this.ilFaces.Images.SetKeyName(74, "75");
this.ilFaces.Images.SetKeyName(75, "76");
this.ilFaces.Images.SetKeyName(76, "77");
this.ilFaces.Images.SetKeyName(77, "78");
this.ilFaces.Images.SetKeyName(78, "79");
this.ilFaces.Images.SetKeyName(79, "80");
this.ilFaces.Images.SetKeyName(80, "81");
this.ilFaces.Images.SetKeyName(81, "82");
this.ilFaces.Images.SetKeyName(82, "83");
this.ilFaces.Images.SetKeyName(83, "84");
this.ilFaces.Images.SetKeyName(84, "85");
this.ilFaces.Images.SetKeyName(85, "86");
this.ilFaces.Images.SetKeyName(86, "87");
this.ilFaces.Images.SetKeyName(87, "88");
this.ilFaces.Images.SetKeyName(88, "89");
this.ilFaces.Images.SetKeyName(89, "90");
this.ilFaces.Images.SetKeyName(90, "91");
this.ilFaces.Images.SetKeyName(91, "92");
this.ilFaces.Images.SetKeyName(92, "93");
this.ilFaces.Images.SetKeyName(93, "94");
this.ilFaces.Images.SetKeyName(94, "95");
this.ilFaces.Images.SetKeyName(95, "96");
this.ilFaces.Images.SetKeyName(96, "97");
this.ilFaces.Images.SetKeyName(97, "98");
this.ilFaces.Images.SetKeyName(98, "99");
this.ilFaces.Images.SetKeyName(99, "100");
this.ilFaces.Images.SetKeyName(100, "back.bmp");
//
// picFace
//
this.picFace.BackColor = System.Drawing.Color.Transparent;
this.picFace.Location = new System.Drawing.Point(7, 9);
this.picFace.Name = "picFace";
this.picFace.Size = new System.Drawing.Size(40, 40);
this.picFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picFace.TabIndex = 3;
this.picFace.TabStop = false;
this.picFace.Click += new System.EventHandler(this.tsbtnPersonalInfo_Click);
//
// lblLoginId
//
this.lblLoginId.AutoSize = true;
this.lblLoginId.BackColor = System.Drawing.Color.Transparent;
this.lblLoginId.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLoginId.ForeColor = System.Drawing.Color.RoyalBlue;
this.lblLoginId.Location = new System.Drawing.Point(60, 24);
this.lblLoginId.Name = "lblLoginId";
this.lblLoginId.Size = new System.Drawing.Size(0, 23);
this.lblLoginId.TabIndex = 4;
//
// sbFriends
//
this.sbFriends.AllowDragItem = false;
this.sbFriends.BackColor = System.Drawing.Color.AliceBlue;
this.sbFriends.ContextMenuStrip = this.cmsFriendList;
this.sbFriends.FlatStyle = Aptech.UI.SbFlatStyle.Normal;
this.sbFriends.GroupHeaderBackColor = System.Drawing.Color.LightSkyBlue;
this.sbFriends.GroupTextColor = System.Drawing.Color.Black;
this.sbFriends.ImageList = this.ilFaces;
this.sbFriends.ItemContextMenuStrip = null;
this.sbFriends.ItemStyle = Aptech.UI.SbItemStyle.PushButton;
this.sbFriends.ItemTextColor = System.Drawing.Color.Navy;
this.sbFriends.Location = new System.Drawing.Point(0, 55);
this.sbFriends.Name = "sbFriends";
this.sbFriends.RadioSelectedItem = null;
this.sbFriends.Size = new System.Drawing.Size(201, 331);
this.sbFriends.TabIndex = 5;
this.sbFriends.View = Aptech.UI.SbView.LargeIcon;
this.sbFriends.VisibleGroup = null;
this.sbFriends.VisibleGroupIndex = -1;
this.sbFriends.VisibleGroupChanged += new Aptech.UI.SbGroupEventHandler(this.sbFriends_VisibleGroupChanged);
this.sbFriends.ItemDoubleClick += new Aptech.UI.SbItemEventHandler(this.sbFriends_ItemDoubleClick);
//
// cmsFriendList
//
this.cmsFriendList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiView,
this.tsmiAddFriend,
this.tsmiDelete});
this.cmsFriendList.Name = "cmsFriendList";
this.cmsFriendList.Size = new System.Drawing.Size(119, 70);
this.cmsFriendList.Opening += new System.ComponentModel.CancelEventHandler(this.cmsFriendList_Opening);
//
// tsmiView
//
this.tsmiView.Name = "tsmiView";
this.tsmiView.Size = new System.Drawing.Size(118, 22);
this.tsmiView.Text = "小头像";
this.tsmiView.Click += new System.EventHandler(this.tsmiView_Click);
//
// tsmiAddFriend
//
this.tsmiAddFriend.Name = "tsmiAddFriend";
this.tsmiAddFriend.Size = new System.Drawing.Size(118, 22);
this.tsmiAddFriend.Text = "加为好友";
this.tsmiAddFriend.Visible = false;
this.tsmiAddFriend.Click += new System.EventHandler(this.tsmiAddFriend_Click);
//
// tsmiDelete
//
this.tsmiDelete.Name = "tsmiDelete";
this.tsmiDelete.Size = new System.Drawing.Size(118, 22);
this.tsmiDelete.Text = "删除";
this.tsmiDelete.Visible = false;
this.tsmiDelete.Click += new System.EventHandler(this.tsmiDelete_Click);
//
// tmrMessage
//
this.tmrMessage.Enabled = true;
this.tmrMessage.Interval = 2000;
this.tmrMessage.Tick += new System.EventHandler(this.tmrMessage_Tick);
//
// tmrAddFriend
//
this.tmrAddFriend.Interval = 500;
this.tmrAddFriend.Tick += new System.EventHandler(this.tmrAddFriend_Tick);
//
// tmrChatRequest
//
this.tmrChatRequest.Interval = 500;
this.tmrChatRequest.Tick += new System.EventHandler(this.tmrChatRequest_Tick);
//
// ilMessage
//
this.ilMessage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMessage.ImageStream")));
this.ilMessage.TransparentColor = System.Drawing.Color.Transparent;
this.ilMessage.Images.SetKeyName(0, "MessageReading.gif");
this.ilMessage.Images.SetKeyName(1, "Message.gif");
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.CornflowerBlue;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(201, 414);
this.Controls.Add(this.lblLoginId);
this.Controls.Add(this.sbFriends);
this.Controls.Add(this.tsOperation);
this.Controls.Add(this.picFace);
this.Controls.Add(this.lblId);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Location = new System.Drawing.Point(800, 5);
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Load += new System.EventHandler(this.MainForm_Load);
this.tsOperation.ResumeLayout(false);
this.tsOperation.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picFace)).EndInit();
this.cmsFriendList.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblId;
private System.Windows.Forms.ToolStrip tsOperation;
private System.Windows.Forms.ToolStripButton tsbtnPersonalInfo;
private System.Windows.Forms.ToolStripButton tsbtnSearchFriend;
private System.Windows.Forms.ImageList ilFaces;
private System.Windows.Forms.PictureBox picFace;
private System.Windows.Forms.Label lblLoginId;
private Aptech.UI.SideBar sbFriends;
private System.Windows.Forms.ToolStripButton tsbtnUpdateFriendList;
private System.Windows.Forms.Timer tmrMessage;
private System.Windows.Forms.ToolStripButton tsbtnMessageReading;
private System.Windows.Forms.Timer tmrAddFriend;
private System.Windows.Forms.Timer tmrChatRequest;
private System.Windows.Forms.ContextMenuStrip cmsFriendList;
private System.Windows.Forms.ToolStripMenuItem tsmiView;
private System.Windows.Forms.ToolStripMenuItem tsmiDelete;
private System.Windows.Forms.ToolStripMenuItem tsmiAddFriend;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.ImageList ilMessage;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -