namespace 开发辅助工具.Tools { partial class FrmJson { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmJson)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.textEditorControl1 = new FastColoredTextBoxNS.FastColoredTextBox(); this.treeView1 = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.复制键名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.复制键值ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.展开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.折叠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripHighlightText1 = new ryProcessManager.hezuo.ContextMenuStripHighlightText(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.BtnFormat = new System.Windows.Forms.ToolStripButton(); this.BtnPasteJson = new System.Windows.Forms.ToolStripButton(); this.BtnCopyJson = new System.Windows.Forms.ToolStripButton(); this.CopyJsonByCHS = new System.Windows.Forms.ToolStripButton(); this.menuRight1 = new ryPaiban.Model.MenuRight(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.textEditorControl1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.treeView1); this.splitContainer1.Size = new System.Drawing.Size(800, 491); this.splitContainer1.SplitterDistance = 400; this.splitContainer1.TabIndex = 0; this.textEditorControl1.AutoScrollMinSize = new System.Drawing.Size(27, 14); this.textEditorControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textEditorControl1.ContextMenuStrip = this.contextMenuStripHighlightText1; this.textEditorControl1.Cursor = System.Windows.Forms.Cursors.IBeam; this.textEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.textEditorControl1.Font = new System.Drawing.Font("Courier New", 9.75F); this.textEditorControl1.Location = new System.Drawing.Point(0, 0); this.textEditorControl1.Name = "textEditorControl1"; this.textEditorControl1.Size = new System.Drawing.Size(400, 491); this.textEditorControl1.TabIndex = 23; // // treeView1 // this.treeView1.ContextMenuStrip = this.contextMenuStrip1; this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.FullRowSelect = true; this.treeView1.HideSelection = false; this.treeView1.HotTracking = true; this.treeView1.ItemHeight = 20; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(396, 491); this.treeView1.TabIndex = 0; this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeView1_MouseDown); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.复制键名ToolStripMenuItem, this.复制键值ToolStripMenuItem, this.toolStripMenuItem1, this.展开ToolStripMenuItem, this.折叠ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 98); // // 复制键名ToolStripMenuItem // this.复制键名ToolStripMenuItem.Name = "复制键名ToolStripMenuItem"; this.复制键名ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.复制键名ToolStripMenuItem.Text = "复制键名"; this.复制键名ToolStripMenuItem.Click += new System.EventHandler(this.复制键名ToolStripMenuItem_Click); // // 复制键值ToolStripMenuItem // this.复制键值ToolStripMenuItem.Name = "复制键值ToolStripMenuItem"; this.复制键值ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.复制键值ToolStripMenuItem.Text = "复制键值"; this.复制键值ToolStripMenuItem.Click += new System.EventHandler(this.复制键值ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(121, 6); // // 展开ToolStripMenuItem // this.展开ToolStripMenuItem.Name = "展开ToolStripMenuItem"; this.展开ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.展开ToolStripMenuItem.Text = "展开"; this.展开ToolStripMenuItem.Click += new System.EventHandler(this.展开ToolStripMenuItem_Click); // // 折叠ToolStripMenuItem // this.折叠ToolStripMenuItem.Name = "折叠ToolStripMenuItem"; this.折叠ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.折叠ToolStripMenuItem.Text = "折叠"; this.折叠ToolStripMenuItem.Click += new System.EventHandler(this.折叠ToolStripMenuItem_Click); // // contextMenuStripHighlightText1 // this.contextMenuStripHighlightText1.Name = "contextMenuStripHighlightText1"; this.contextMenuStripHighlightText1.Size = new System.Drawing.Size(101, 186); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.BtnFormat, this.BtnPasteJson, this.BtnCopyJson, this.CopyJsonByCHS}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(800, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // BtnFormat // this.BtnFormat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.BtnFormat.Image = ((System.Drawing.Image)(resources.GetObject("BtnFormat.Image"))); this.BtnFormat.ImageTransparentColor = System.Drawing.Color.Magenta; this.BtnFormat.Name = "BtnFormat"; this.BtnFormat.Size = new System.Drawing.Size(48, 22); this.BtnFormat.Text = "格式化"; this.BtnFormat.Click += new System.EventHandler(this.BtnFormat_Click); // // BtnPasteJson // this.BtnPasteJson.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.BtnPasteJson.Image = ((System.Drawing.Image)(resources.GetObject("BtnPasteJson.Image"))); this.BtnPasteJson.ImageTransparentColor = System.Drawing.Color.Magenta; this.BtnPasteJson.Name = "BtnPasteJson"; this.BtnPasteJson.Size = new System.Drawing.Size(62, 22); this.BtnPasteJson.Text = "粘贴Json"; this.BtnPasteJson.Click += new System.EventHandler(this.BtnPasteJson_Click); // // BtnCopyJson // this.BtnCopyJson.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.BtnCopyJson.Image = ((System.Drawing.Image)(resources.GetObject("BtnCopyJson.Image"))); this.BtnCopyJson.ImageTransparentColor = System.Drawing.Color.Magenta; this.BtnCopyJson.Name = "BtnCopyJson"; this.BtnCopyJson.Size = new System.Drawing.Size(62, 22); this.BtnCopyJson.Text = "复制Json"; this.BtnCopyJson.Click += new System.EventHandler(this.BtnCopyJson_Click); // // CopyJsonByCHS // this.CopyJsonByCHS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.CopyJsonByCHS.Image = ((System.Drawing.Image)(resources.GetObject("CopyJsonByCHS.Image"))); this.CopyJsonByCHS.ImageTransparentColor = System.Drawing.Color.Magenta; this.CopyJsonByCHS.Name = "CopyJsonByCHS"; this.CopyJsonByCHS.Size = new System.Drawing.Size(84, 22); this.CopyJsonByCHS.Text = "中文转义复制"; this.CopyJsonByCHS.Click += new System.EventHandler(this.CopyJsonByCHS_Click); // // menuRight1 // this.menuRight1.Name = "menuRight1"; this.menuRight1.Size = new System.Drawing.Size(185, 92); this.menuRight1.SourceContent = this; // // FrmJson // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 516); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmJson"; this.TabPageContextMenuStrip = this.menuRight1; this.Text = "Json查看"; this.Load += new System.EventHandler(this.FrmJson_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView treeView1; private ryProcessManager.hezuo.ContextMenuStripHighlightText contextMenuStripHighlightText1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 复制键名ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 复制键值ToolStripMenuItem; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton BtnFormat; private System.Windows.Forms.ToolStripButton BtnPasteJson; private System.Windows.Forms.ToolStripButton BtnCopyJson; private ryPaiban.Model.MenuRight menuRight1; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 展开ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 折叠ToolStripMenuItem; private System.Windows.Forms.ToolStripButton CopyJsonByCHS; private FastColoredTextBoxNS.FastColoredTextBox textEditorControl1; } }