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.highlightEditor1 = new ScintillaNETV2.Highlight.HighlightEditor(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); 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.imageList1 = new System.Windows.Forms.ImageList(this.components); this.TxtValue = new ryControls.Controls.RichTextBox2(); this.BtnApply = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.TxtName = new ryControls.TextBoxEx2(); this.label2 = new System.Windows.Forms.Label(); this.CbbType = new ryControls.RyComboBox(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.BtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 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(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.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.highlightEditor1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1035, 581); this.splitContainer1.SplitterDistance = 517; this.splitContainer1.TabIndex = 0; // // highlightEditor1 // this.highlightEditor1.AutoMark = true; this.highlightEditor1.CurHighliteLang = VPKSoft2.ScintillaLexers.LexerEnumerations.LexerType.Text; this.highlightEditor1.Dock = System.Windows.Forms.DockStyle.Fill; this.highlightEditor1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.highlightEditor1.LineNumberOn = true; this.highlightEditor1.Location = new System.Drawing.Point(0, 0); this.highlightEditor1.Name = "highlightEditor1"; this.highlightEditor1.ReadOnly = false; this.highlightEditor1.SelectedText = ""; this.highlightEditor1.Size = new System.Drawing.Size(517, 581); this.highlightEditor1.TabIndex = 0; this.highlightEditor1.UseCustomGotoLine = false; this.highlightEditor1.UseCustomShowFindReplace = false; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.treeView1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.TxtValue); this.splitContainer2.Panel2.Controls.Add(this.BtnApply); this.splitContainer2.Panel2.Controls.Add(this.label3); this.splitContainer2.Panel2.Controls.Add(this.TxtName); this.splitContainer2.Panel2.Controls.Add(this.label2); this.splitContainer2.Panel2.Controls.Add(this.CbbType); this.splitContainer2.Panel2.Controls.Add(this.label1); this.splitContainer2.Size = new System.Drawing.Size(514, 581); this.splitContainer2.SplitterDistance = 250; this.splitContainer2.TabIndex = 1; // // 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.ImageIndex = 0; this.treeView1.ImageList = this.imageList1; this.treeView1.ItemHeight = 25; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(250, 581); this.treeView1.TabIndex = 0; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); 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); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "normal"); this.imageList1.Images.SetKeyName(1, "float"); this.imageList1.Images.SetKeyName(2, "int"); this.imageList1.Images.SetKeyName(3, "string"); this.imageList1.Images.SetKeyName(4, "array"); // // TxtValue // this.TxtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtValue.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TxtValue.DetectUrls = false; this.TxtValue.EmptyText = "请填写值"; this.TxtValue.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TxtValue.ForeColor = System.Drawing.Color.Black; this.TxtValue.Location = new System.Drawing.Point(6, 115); this.TxtValue.Name = "TxtValue"; this.TxtValue.OnlyInputText = true; this.TxtValue.Size = new System.Drawing.Size(248, 405); this.TxtValue.TabIndex = 144; this.TxtValue.Text = ""; this.TxtValue.WordWrap = true; // // BtnApply // this.BtnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BtnApply.Location = new System.Drawing.Point(179, 526); this.BtnApply.Name = "BtnApply"; this.BtnApply.Size = new System.Drawing.Size(75, 31); this.BtnApply.TabIndex = 142; this.BtnApply.Text = "应用"; this.BtnApply.UseVisualStyleBackColor = true; this.BtnApply.Click += new System.EventHandler(this.BtnApply_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 12); this.label3.TabIndex = 140; this.label3.Text = "值"; // // TxtName // this.TxtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.TxtName.EmptyText = ""; this.TxtName.Location = new System.Drawing.Point(6, 67); this.TxtName.MaxLength = 999999999; this.TxtName.Multiline = false; this.TxtName.Name = "TxtName"; this.TxtName.OnlyNumeric = false; this.TxtName.PasswordChar = '\0'; this.TxtName.ReadOnly = false; this.TxtName.SelectedText = ""; this.TxtName.SelectionLength = 0; this.TxtName.SelectionStart = 0; this.TxtName.Size = new System.Drawing.Size(248, 28); this.TxtName.TabIndex = 139; this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtName.ToolTip = ""; this.TxtName.WordWrap = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 138; this.label2.Text = "名称"; // // CbbType // this.CbbType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CbbType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CbbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbbType.Enabled = false; this.CbbType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CbbType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CbbType.FormattingEnabled = true; this.CbbType.Location = new System.Drawing.Point(6, 21); this.CbbType.Name = "CbbType"; this.CbbType.Size = new System.Drawing.Size(248, 27); this.CbbType.TabIndex = 137; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "类型"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.BtnSave, this.toolStripSeparator1, 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(1035, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // BtnSave // this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image"))); this.BtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(52, 22); this.BtnSave.Text = "保存"; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // BtnFormat // 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(64, 22); this.BtnFormat.Text = "格式化"; this.BtnFormat.Click += new System.EventHandler(this.BtnFormat_Click); // // BtnPasteJson // 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(78, 22); this.BtnPasteJson.Text = "粘贴Json"; this.BtnPasteJson.Click += new System.EventHandler(this.BtnPasteJson_Click); // // BtnCopyJson // 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(78, 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(1035, 606); 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.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.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 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 System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 展开ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 折叠ToolStripMenuItem; private System.Windows.Forms.ToolStripButton CopyJsonByCHS; private System.Windows.Forms.SplitContainer splitContainer2; public ryControls.RyComboBox CbbType; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private ryControls.TextBoxEx2 TxtName; private System.Windows.Forms.Button BtnApply; public System.Windows.Forms.ToolStripButton BtnSave; public System.Windows.Forms.ToolStripSeparator toolStripSeparator1; public ScintillaNETV2.Highlight.HighlightEditor highlightEditor1; private System.Windows.Forms.ImageList imageList1; public ryPaiban.Model.MenuRight menuRight1; private ryControls.Controls.RichTextBox2 TxtValue; } }