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

📄 formsendmsg.designer.cs

📁 kuiMsg是一款用.net C# 开发的即时消息开源软件,适合.net即时消息软件开发者用。 主要功能: 支持文件传输(p2p); 支持GIF动画表情( 彻底消除闪屏 :) );
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.panel20.TabIndex = 1;
            // 
            // panel7
            // 
            this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel7.Location = new System.Drawing.Point(6, 365);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(165, 6);
            this.panel7.TabIndex = 45;
            this.panel7.Visible = false;
            // 
            // panel17
            // 
            this.panel17.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel17.Location = new System.Drawing.Point(171, 6);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(4, 365);
            this.panel17.TabIndex = 44;
            this.panel17.Visible = false;
            // 
            // panel16
            // 
            this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel16.Location = new System.Drawing.Point(0, 6);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(6, 365);
            this.panel16.TabIndex = 43;
            // 
            // panel15
            // 
            this.panel15.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel15.Location = new System.Drawing.Point(0, 0);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(175, 6);
            this.panel15.TabIndex = 42;
            this.panel15.Visible = false;
            // 
            // panelSendFile
            // 
            this.panelSendFile.Controls.Add(this.panel13);
            this.panelSendFile.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelSendFile.Location = new System.Drawing.Point(4, 247);
            this.panelSendFile.Name = "panelSendFile";
            this.panelSendFile.Size = new System.Drawing.Size(361, 24);
            this.panelSendFile.TabIndex = 70;
            this.panelSendFile.Visible = false;
            // 
            // panelSend
            // 
            this.panelSend.Controls.Add(this.RTBSend);
            this.panelSend.Controls.Add(this.panel12);
            this.panelSend.Controls.Add(this.panelEx2);
            this.panelSend.Controls.Add(this.panelButSend);
            this.panelSend.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelSend.Location = new System.Drawing.Point(4, 271);
            this.panelSend.Name = "panelSend";
            this.panelSend.Size = new System.Drawing.Size(361, 144);
            this.panelSend.TabIndex = 67;
            // 
            // RTBSend
            // 
            this.RTBSend.AllowDrop = true;
            this.RTBSend.AutoWordSelection = true;
            this.RTBSend.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.RTBSend.ContextMenuStrip = this.contextMenuStrip1;
            this.RTBSend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.RTBSend.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.RTBSend.HiglightColor = IMLibrary.RtfColor.White;
            this.RTBSend.Location = new System.Drawing.Point(4, 24);
            this.RTBSend.MaxLength = 1000;
            this.RTBSend.Name = "RTBSend";
            this.RTBSend.Size = new System.Drawing.Size(357, 86);
            this.RTBSend.TabIndex = 50;
            this.RTBSend.Text = "";
            this.RTBSend.TextColor = IMLibrary.RtfColor.Black;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItemCopy,
            this.MenuItemPaset,
            this.MenuItemCut,
            this.MenuItemDel,
            this.toolStripMenuItem1,
            this.MenuItemSelAll});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(113, 120);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
            // 
            // MenuItemCopy
            // 
            this.MenuItemCopy.Name = "MenuItemCopy";
            this.MenuItemCopy.Size = new System.Drawing.Size(112, 22);
            this.MenuItemCopy.Text = "复制(&C)";
            // 
            // MenuItemPaset
            // 
            this.MenuItemPaset.Name = "MenuItemPaset";
            this.MenuItemPaset.Size = new System.Drawing.Size(112, 22);
            this.MenuItemPaset.Text = "粘贴(&P)";
            // 
            // MenuItemCut
            // 
            this.MenuItemCut.Name = "MenuItemCut";
            this.MenuItemCut.Size = new System.Drawing.Size(112, 22);
            this.MenuItemCut.Text = "剪切(&T)";
            // 
            // MenuItemDel
            // 
            this.MenuItemDel.Name = "MenuItemDel";
            this.MenuItemDel.Size = new System.Drawing.Size(112, 22);
            this.MenuItemDel.Text = "删除(&D)";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(109, 6);
            // 
            // MenuItemSelAll
            // 
            this.MenuItemSelAll.Name = "MenuItemSelAll";
            this.MenuItemSelAll.Size = new System.Drawing.Size(112, 22);
            this.MenuItemSelAll.Text = "全选(&A)";
            // 
            // panelAV
            // 
            this.panelAV.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelAV.Location = new System.Drawing.Point(0, 44);
            this.panelAV.Name = "panelAV";
            this.panelAV.Size = new System.Drawing.Size(4, 371);
            this.panelAV.TabIndex = 65;
            // 
            // panel6
            // 
            this.panel6.BackColor = System.Drawing.Color.Transparent;
            this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(175, 4);
            this.panel6.TabIndex = 24;
            this.panel6.Visible = false;
            // 
            // panel5
            // 
            this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel5.Location = new System.Drawing.Point(0, 40);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(365, 4);
            this.panel5.TabIndex = 66;
            this.panel5.Visible = false;
            // 
            // panelRightNotice
            // 
            this.panelRightNotice.BackColor = System.Drawing.Color.Transparent;
            this.panelRightNotice.Controls.Add(this.panelSendAndNotice);
            this.panelRightNotice.Controls.Add(this.panel6);
            this.panelRightNotice.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRightNotice.Location = new System.Drawing.Point(365, 40);
            this.panelRightNotice.Name = "panelRightNotice";
            this.panelRightNotice.Size = new System.Drawing.Size(175, 375);
            this.panelRightNotice.TabIndex = 63;
            // 
            // panelRiht
            // 
            this.panelRiht.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRiht.Location = new System.Drawing.Point(540, 40);
            this.panelRiht.Name = "panelRiht";
            this.panelRiht.Size = new System.Drawing.Size(6, 375);
            this.panelRiht.TabIndex = 64;
            this.panelRiht.Visible = false;
            // 
            // itemContainer9
            // 
            this.itemContainer9.BeginGroup = true;
            this.itemContainer9.MinimumSize = new System.Drawing.Size(0, 0);
            this.itemContainer9.Name = "itemContainer9";
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(546, 40);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(4, 375);
            this.panel2.TabIndex = 62;
            // 
            // buttonItem14
            // 
            this.buttonItem14.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem14.Image")));
            this.buttonItem14.ImagePaddingHorizontal = 8;
            this.buttonItem14.Name = "buttonItem14";
            this.buttonItem14.OptionGroup = "statusGroup";
            this.buttonItem14.Text = "Web Layout";
            this.buttonItem14.Tooltip = "Web Layout";
            // 
            // ribbonTabItemGroup1
            // 
            this.ribbonTabItemGroup1.Color = DevComponents.DotNetBar.eRibbonTabGroupColor.Orange;
            this.ribbonTabItemGroup1.GroupTitle = "Tab Group";
            this.ribbonTabItemGroup1.Name = "ribbonTabItemGroup1";
            // 
            // 
            // 
            this.ribbonTabItemGroup1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(158)))), ((int)(((byte)(159)))));
            this.ribbonTabItemGroup1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226)))));
            this.ribbonTabItemGroup1.Style.BackColorGradientAngle = 90;
            this.ribbonTabItemGroup1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.ribbonTabItemGroup1.Style.BorderBottomWidth = 1;
            this.ribbonTabItemGroup1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(58)))), ((int)(((byte)(59)))));
            this.ribbonTabItemGroup1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.ribbonTabItemGroup1.Style.BorderLeftWidth = 1;
            this.ribbonTabItemGroup1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.ribbonTabItemGroup1.Style.BorderRightWidth = 1;
            this.ribbonTabItemGroup1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.ribbonTabItemGroup1.Style.BorderTopWidth = 1;
            this.ribbonTabItemGroup1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.ribbonTabItemGroup1.Style.TextColor = System.Drawing.Color.Black;
            this.ribbonTabItemGroup1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // qatCustomizeItem1
            // 
            this.qatCustomizeItem1.Name = "qatCustomizeItem1";
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";

⌨️ 快捷键说明

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