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

📄 formsendmsg.cs

📁 该即时通讯系统系统能够实现像QQ一样的通讯功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.trtFontSet.Name = "trtFontSet";
			this.trtFontSet.Tooltip = "设置字体";
			this.trtFontSet.Click += new System.EventHandler(this.trtFontSet_Click);
			// 
			// butFontColor
			// 
			this.butFontColor.Icon = ((System.Drawing.Icon)(resources.GetObject("butFontColor.Icon")));
			this.butFontColor.Name = "butFontColor";
			this.butFontColor.Tooltip = "设置字体颜色";
			this.butFontColor.Click += new System.EventHandler(this.butFontColor_Click);
			// 
			// trtFaceSet
			// 
			this.trtFaceSet.Icon = ((System.Drawing.Icon)(resources.GetObject("trtFaceSet.Icon")));
			this.trtFaceSet.Name = "trtFaceSet";
			this.trtFaceSet.Text = "buttonItem3";
			this.trtFaceSet.Tooltip = "发送表情";
			// 
			// butSendPicture
			// 
			this.butSendPicture.Icon = ((System.Drawing.Icon)(resources.GetObject("butSendPicture.Icon")));
			this.butSendPicture.Name = "butSendPicture";
			this.butSendPicture.Text = "buttonItem3";
			this.butSendPicture.Tooltip = "发送图片";
			this.butSendPicture.Click += new System.EventHandler(this.butSendPicture_Click);
			// 
			// butCapture
			// 
			this.butCapture.Image = ((System.Drawing.Image)(resources.GetObject("butCapture.Image")));
			this.butCapture.Name = "butCapture";
			this.butCapture.Text = "butCapture";
			this.butCapture.Tooltip = "发送“屏幕截图”";
			this.butCapture.Click += new System.EventHandler(this.butCapture_Click);
			// 
			// butSendFile
			// 
			this.butSendFile.Icon = ((System.Drawing.Icon)(resources.GetObject("butSendFile.Icon")));
			this.butSendFile.Name = "butSendFile";
			this.butSendFile.Text = "发送文件";
			this.butSendFile.Tooltip = "发送文件";
			this.butSendFile.Click += new System.EventHandler(this.butSendFile_Click);
			// 
			// panelButSend
			// 
			this.panelButSend.CanvasColor = System.Drawing.SystemColors.Control;
			this.panelButSend.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
			this.panelButSend.Controls.Add(this.panel8);
			this.panelButSend.Controls.Add(this.panel9);
			this.panelButSend.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelButSend.Location = new System.Drawing.Point(0, 112);
			this.panelButSend.Name = "panelButSend";
			this.panelButSend.Size = new System.Drawing.Size(370, 32);
			this.panelButSend.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelButSend.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.panelButSend.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.panelButSend.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.panelButSend.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.panelButSend.Style.GradientAngle = 90;
			this.panelButSend.TabIndex = 34;
			// 
			// panel8
			// 
			this.panel8.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(175)), ((System.Byte)(201)), ((System.Byte)(235)));
			this.panel8.Controls.Add(this.butRecordshow);
			this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel8.Location = new System.Drawing.Point(0, 0);
			this.panel8.Name = "panel8";
			this.panel8.Size = new System.Drawing.Size(218, 32);
			this.panel8.TabIndex = 2;
			// 
			// butRecordshow
			// 
			this.butRecordshow.ColorScheme.DockSiteBackColorGradientAngle = 0;
			this.butRecordshow.Location = new System.Drawing.Point(1, 5);
			this.butRecordshow.Name = "butRecordshow";
			this.butRecordshow.Size = new System.Drawing.Size(80, 24);
			this.butRecordshow.TabIndex = 1;
			this.butRecordshow.Text = "对话记录(&H)";
			this.butRecordshow.Click += new System.EventHandler(this.butRecordshow_Click);
			// 
			// panel9
			// 
			this.panel9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(175)), ((System.Byte)(201)), ((System.Byte)(235)));
			this.panel9.Controls.Add(this.butSend);
			this.panel9.Controls.Add(this.butClose);
			this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
			this.panel9.Location = new System.Drawing.Point(218, 0);
			this.panel9.Name = "panel9";
			this.panel9.Size = new System.Drawing.Size(152, 32);
			this.panel9.TabIndex = 1;
			// 
			// butSend
			// 
			this.butSend.ColorScheme.DockSiteBackColorGradientAngle = 0;
			this.butSend.Location = new System.Drawing.Point(87, 4);
			this.butSend.Name = "butSend";
			this.butSend.Size = new System.Drawing.Size(64, 24);
			this.butSend.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
																					  this.butEnterSend,
																					  this.butEnterCtrlSend});
			this.butSend.TabIndex = 2;
			this.butSend.Text = "发送(&S)";
			this.butSend.Click += new System.EventHandler(this.butSend_Click);
			// 
			// butEnterSend
			// 
			this.butEnterSend.Checked = true;
			this.butEnterSend.Name = "butEnterSend";
			this.butEnterSend.Text = "按Enter键发送消息";
			this.butEnterSend.Click += new System.EventHandler(this.butEnterSend_Click);
			// 
			// butEnterCtrlSend
			// 
			this.butEnterCtrlSend.Name = "butEnterCtrlSend";
			this.butEnterCtrlSend.Text = "按Ctrl + Enter 键发送消息";
			this.butEnterCtrlSend.Click += new System.EventHandler(this.butEnterCtrlSend_Click);
			// 
			// butClose
			// 
			this.butClose.ColorScheme.DockSiteBackColorGradientAngle = 0;
			this.butClose.Location = new System.Drawing.Point(17, 4);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(64, 24);
			this.butClose.TabIndex = 1;
			this.butClose.Text = "关闭(&C)";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.Location = new System.Drawing.Point(6, 276);
			this.splitter1.MinExtra = 100;
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(370, 1);
			this.splitter1.TabIndex = 38;
			this.splitter1.TabStop = false;
			// 
			// panel10
			// 
			this.panel10.Controls.Add(this.bar3);
			this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel10.Location = new System.Drawing.Point(6, 40);
			this.panel10.Name = "panel10";
			this.panel10.Size = new System.Drawing.Size(370, 24);
			this.panel10.TabIndex = 39;
			// 
			// bar3
			// 
			this.bar3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.bar3.DockSide = DevComponents.DotNetBar.eDockSide.Top;
			this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
																				this.buttonItem2,
																				this.butOpenShared,
																				this.ButAVchat});
			this.bar3.Location = new System.Drawing.Point(0, 0);
			this.bar3.Name = "bar3";
			this.bar3.Size = new System.Drawing.Size(370, 24);
			this.bar3.Stretch = true;
			this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
			this.bar3.TabIndex = 40;
			this.bar3.TabStop = false;
			this.bar3.Text = "bar3";
			// 
			// buttonItem2
			// 
			this.buttonItem2.Name = "buttonItem2";
			// 
			// butOpenShared
			// 
			this.butOpenShared.FontUnderline = true;
			this.butOpenShared.Name = "butOpenShared";
			this.butOpenShared.Text = "打开共享";
			this.butOpenShared.Visible = false;
			this.butOpenShared.Click += new System.EventHandler(this.butOpenShared_Click);
			// 
			// ButAVchat
			// 
			this.ButAVchat.Name = "ButAVchat";
			this.ButAVchat.Text = "视频对话";
			this.ButAVchat.Click += new System.EventHandler(this.AVchat_Click);
			// 
			// panelSendFile
			// 
			this.panelSendFile.Controls.Add(this.panel13);
			this.panelSendFile.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelSendFile.Location = new System.Drawing.Point(6, 252);
			this.panelSendFile.Name = "panelSendFile";
			this.panelSendFile.Size = new System.Drawing.Size(370, 24);
			this.panelSendFile.TabIndex = 40;
			this.panelSendFile.Visible = false;
			// 
			// panel13
			// 
			this.panel13.BackColor = System.Drawing.Color.Transparent;
			this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel13.Location = new System.Drawing.Point(0, 0);
			this.panel13.Name = "panel13";
			this.panel13.Size = new System.Drawing.Size(370, 24);
			this.panel13.TabIndex = 33;
			// 
			// timerCheckSendIsSuccess
			// 
			this.timerCheckSendIsSuccess.Tick += new System.EventHandler(this.timerCheckSendIsSuccess_Tick);
			// 
			// balloonTip1
			// 
			this.balloonTip1.AlertAnimation = DevComponents.DotNetBar.eAlertAnimation.LeftToRight;
			this.balloonTip1.AutoCloseTimeOut = 3;
			this.balloonTip1.DefaultBalloonWidth = 400;
			this.balloonTip1.Enabled = false;
			// 
			// panel11
			// 
			this.panel11.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.panel11.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel11.Location = new System.Drawing.Point(6, 64);
			this.panel11.Name = "panel11";
			this.panel11.Size = new System.Drawing.Size(4, 188);
			this.panel11.TabIndex = 43;
			// 
			// RTBRecord
			// 
			this.RTBRecord.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.dotNetBarManager1.SetContextMenuEx(this.RTBRecord, "ButtonItem1");
			this.RTBRecord.Dock = System.Windows.Forms.DockStyle.Fill;
			this.RTBRecord.HiglightColor = LanMsg.RtfColor.White;
			this.RTBRecord.Location = new System.Drawing.Point(10, 64);
			this.RTBRecord.Name = "RTBRecord";
			this.RTBRecord.ReadOnly = true;
			this.RTBRecord.Size = new System.Drawing.Size(366, 188);
			this.RTBRecord.TabIndex = 50;
			this.RTBRecord.Text = "";
			this.RTBRecord.TextColor = LanMsg.RtfColor.Black;
			this.RTBRecord.TextChanged += new System.EventHandler(this.RTBRecord_TextChanged);
			this.RTBRecord.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RTBRecord_LinkClicked);
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.barBottomDockSite;
			this.dotNetBarManager1.DefinitionName = "FormSendMsg.dotNetBarManager1.xml";
			this.dotNetBarManager1.EnableFullSizeDock = false;
			this.dotNetBarManager1.LeftDockSite = this.barLeftDockSite;
			this.dotNetBarManager1.ParentForm = this;
			this.dotNetBarManager1.RightDockSite = this.barRightDockSite;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
			this.dotNetBarManager1.ThemeAware = false;
			this.dotNetBarManager1.TopDockSite = this.barTopDockSite;
			this.dotNetBarManager1.ItemClick += new System.EventHandler(this.dotNetBarManager1_ItemClick);
			// 
			// barBottomDockSite
			// 
			this.barBottomDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barBottomDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.barBottomDockSite.Location = new System.Drawing.Point(2, 438);
			this.barBottomDockSite.Name = "barBottomDockSite";
			this.barBottomDockSite.NeedsLayout = false;
			this.barBottomDockSite.Size = new System.Drawing.Size(526, 0);
			this.barBottomDockSite.TabIndex = 55;
			this.barBottomDockSite.TabStop = false;
			// 
			// barLeftDockSite
			// 
			this.barLeftDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barLeftDockSite.Dock = System.Windows.Forms.DockStyle.Left;
			this.barLeftDockSite.Location = new System.Drawing.Point(2, 2);
			this.barLeftDockSite.Name = "barLeftDockSite";
			this.barLeftDockSite.NeedsLayout = false;
			this.barLeftDockSite.Size = new System.Drawing.Size(0, 436);
			this.barLeftDockSite.TabIndex = 52;
			this.barLeftDockSite.TabStop = false;
			// 
			// barRightDockSite
			// 
			this.barRightDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barRightDockSite.Dock = System.Windows.Forms.DockStyle.Right;
			this.barRightDockSite.Location = new System.Drawing.Point(528, 2);
			this.barRightDockSite.Name = "barRightDockSite";
			this.barRightDockSite.NeedsLayout = false;
			this.barRightDockSite.Size = new System.Drawing.Size(0, 436);
			this.barRightDockSite.TabIndex = 53;
			this.barRightDockSite.TabStop = false;
			// 
			// barTopDockSite
			// 
			this.barTopDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barTopDockSite.Dock = System.Windows.Forms.DockStyle.Top;
			this.barTopDockSite.Location = new System.Drawing.Point(2, 2);
			this.barTopDockSite.Name = "barTopDockSite";
			this.barTopDockSite.NeedsLayout = false;
			this.barTopDockSite.Size = new System.Drawing.Size(526, 0);
			this.barTopDockSite.TabIndex = 54;
			this.barTopDockSite.TabStop = false;
			// 
			// FormSendMsg
			// 
			this.AllowDrop = true;
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(530, 440);
			this.Controls.Add(this.RTBRecord);
			this.Controls.Add(this.panel11);
			this.Controls.Add(this.panelSendFile);

⌨️ 快捷键说明

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