📄 formrecordmsgmisg.designer.cs
字号:
this.treeViewGroup.Size = new System.Drawing.Size(158, 344);
this.treeViewGroup.TabIndex = 0;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.tabControl1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(468, 344);
this.panel1.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(464, 340);
this.tabControl1.TabIndex = 12;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.RTBRecord);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(456, 315);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "对话记录";
//
// RTBRecord
//
this.RTBRecord.BackColor = System.Drawing.SystemColors.Window;
this.RTBRecord.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RTBRecord.ContextMenuStrip = this.contextMenuStrip;
this.RTBRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.RTBRecord.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RTBRecord.HiglightColor = IMLibrary.RtfColor.White;
this.RTBRecord.Location = new System.Drawing.Point(0, 0);
this.RTBRecord.Name = "RTBRecord";
this.RTBRecord.ReadOnly = true;
this.RTBRecord.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.RTBRecord.Size = new System.Drawing.Size(456, 315);
this.RTBRecord.TabIndex = 45;
this.RTBRecord.Text = "";
this.RTBRecord.TextColor = IMLibrary.RtfColor.Black;
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItemCopy,
this.toolStripSeparator2,
this.MenuItemSelAll});
this.contextMenuStrip.Name = "contextMenuStrip1";
this.contextMenuStrip.Size = new System.Drawing.Size(114, 54);
this.contextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip_ItemClicked);
//
// MenuItemCopy
//
this.MenuItemCopy.Name = "MenuItemCopy";
this.MenuItemCopy.Size = new System.Drawing.Size(113, 22);
this.MenuItemCopy.Text = "复制(&C)";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(110, 6);
//
// MenuItemSelAll
//
this.MenuItemSelAll.Name = "MenuItemSelAll";
this.MenuItemSelAll.Size = new System.Drawing.Size(113, 22);
this.MenuItemSelAll.Text = "全选(&A)";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.listView1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(456, 315);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "基本资料";
this.tabPage2.Visible = false;
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(456, 315);
this.listView1.TabIndex = 11;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "项目";
this.columnHeader1.Width = 120;
//
// columnHeader2
//
this.columnHeader2.Text = "内容";
this.columnHeader2.Width = 120;
//
// columnHeader3
//
this.columnHeader3.Text = "备注";
this.columnHeader3.Width = 200;
//
// FormRecordMsgMisg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(630, 415);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormRecordMsgMisg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "信息管理器";
this.Load += new System.EventHandler(this.FormRecordMsgMisg_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.contextMenuStrip.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView treeViewGroup;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
public IMLibrary.MyExtRichTextBox RTBRecord;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 导入ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 导出ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem MenuItemClose;
private System.Windows.Forms.ToolStripMenuItem 视图VToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 工具栏ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 状态栏ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 内容ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem 关于AToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel StatusLabelNotice;
private System.Windows.Forms.ToolStripMenuItem menuItemEdit;
private System.Windows.Forms.ToolStripMenuItem menuItemEditFirst;
private System.Windows.Forms.ToolStripMenuItem menuItemEditFUp;
private System.Windows.Forms.ToolStripMenuItem menuItemEditDown;
private System.Windows.Forms.ToolStripMenuItem menuItemEditLast;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem menuItemEditDelRecord;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem menuItemEditCopy;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem menuItemEditSelectAll;
private System.Windows.Forms.ToolStripButton ButFirst;
private System.Windows.Forms.ToolStripButton ButUp;
private System.Windows.Forms.ToolStripButton ButDown;
private System.Windows.Forms.ToolStripButton ButLast;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton ButDelRecord;
private System.Windows.Forms.ToolStripStatusLabel StatusLabelUser;
private System.Windows.Forms.ToolStripStatusLabel StatusLabelPage;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem MenuItemCopy;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem MenuItemSelAll;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -