Browse Source

挂载发送框的右键菜单

pull/2/head
Stone 11 years ago
parent
commit
7e3a7cd0d6
  1. 1
      XCom/FrmMain.designer.cs

1
XCom/FrmMain.designer.cs

@ -115,6 +115,7 @@
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(33)))), ((int)(((byte)(28)))));
this.txtSend.ContextMenuStrip = this.menuSend;
this.txtSend.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSend.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
this.txtSend.HideSelection = false;

Loading…
Cancel
Save