namespace FirstPlugin.Forms { partial class MSBTEditor { /// /// 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(MSBTEditor)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.fontSizeCB = new Toolbox.Library.Forms.STComboBox(); this.fontFamiltyCB = new Toolbox.Library.Forms.STComboBox(); this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.editTextTB = new Toolbox.Library.Forms.STTextBox(); this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.originalTextTB = new Toolbox.Library.Forms.STTextBox(); this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.hexEditor1 = new Toolbox.Library.Forms.HexEditor(); this.stLabel3 = new Toolbox.Library.Forms.STLabel(); this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(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(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.stToolStrip1.SuspendLayout(); this.stMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(0, 52); this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.listViewCustom1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(916, 468); this.splitContainer1.SplitterDistance = 305; this.splitContainer1.TabIndex = 11; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.splitContainer3); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.hexEditor1); this.splitContainer2.Panel2.Controls.Add(this.stLabel3); this.splitContainer2.Size = new System.Drawing.Size(607, 468); this.splitContainer2.SplitterDistance = 287; this.splitContainer2.TabIndex = 6; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.editTextTB); this.splitContainer3.Panel1.Controls.Add(this.stLabel1); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.originalTextTB); this.splitContainer3.Panel2.Controls.Add(this.stLabel2); this.splitContainer3.Size = new System.Drawing.Size(607, 287); this.splitContainer3.SplitterDistance = 202; this.splitContainer3.TabIndex = 0; // // fontSizeCB // this.fontSizeCB.BorderColor = System.Drawing.Color.Empty; this.fontSizeCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid; this.fontSizeCB.ButtonColor = System.Drawing.Color.Empty; this.fontSizeCB.FormattingEnabled = true; this.fontSizeCB.IsReadOnly = false; this.fontSizeCB.Location = new System.Drawing.Point(493, 24); this.fontSizeCB.Name = "fontSizeCB"; this.fontSizeCB.Size = new System.Drawing.Size(81, 21); this.fontSizeCB.TabIndex = 15; this.fontSizeCB.SelectedIndexChanged += new System.EventHandler(this.fontSizeCB_SelectedIndexChanged); // // fontFamiltyCB // this.fontFamiltyCB.BorderColor = System.Drawing.Color.Empty; this.fontFamiltyCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid; this.fontFamiltyCB.ButtonColor = System.Drawing.Color.Empty; this.fontFamiltyCB.FormattingEnabled = true; this.fontFamiltyCB.IsReadOnly = false; this.fontFamiltyCB.Location = new System.Drawing.Point(310, 24); this.fontFamiltyCB.Name = "fontFamiltyCB"; this.fontFamiltyCB.Size = new System.Drawing.Size(176, 21); this.fontFamiltyCB.TabIndex = 14; this.fontFamiltyCB.SelectedIndexChanged += new System.EventHandler(this.fontFamiltyCB_SelectedIndexChanged); // // stToolStrip1 // this.stToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1}); this.stToolStrip1.Location = new System.Drawing.Point(0, 24); this.stToolStrip1.Name = "stToolStrip1"; this.stToolStrip1.Size = new System.Drawing.Size(922, 25); this.stToolStrip1.TabIndex = 13; this.stToolStrip1.Text = "stToolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; // // listViewCustom1 // this.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listViewCustom1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listViewCustom1.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewCustom1.Location = new System.Drawing.Point(0, 0); this.listViewCustom1.Name = "listViewCustom1"; this.listViewCustom1.OwnerDraw = true; this.listViewCustom1.Size = new System.Drawing.Size(305, 468); this.listViewCustom1.TabIndex = 0; this.listViewCustom1.UseCompatibleStateImageBehavior = false; this.listViewCustom1.View = System.Windows.Forms.View.Details; this.listViewCustom1.SelectedIndexChanged += new System.EventHandler(this.listViewCustom1_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Width = 305; // // editTextTB // this.editTextTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.editTextTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.editTextTB.Location = new System.Drawing.Point(3, 16); this.editTextTB.Multiline = true; this.editTextTB.Name = "editTextTB"; this.editTextTB.Size = new System.Drawing.Size(200, 268); this.editTextTB.TabIndex = 0; // // stLabel1 // this.stLabel1.AutoSize = true; this.stLabel1.Location = new System.Drawing.Point(0, 0); this.stLabel1.Name = "stLabel1"; this.stLabel1.Size = new System.Drawing.Size(28, 13); this.stLabel1.TabIndex = 1; this.stLabel1.Text = "Edit:"; // // originalTextTB // this.originalTextTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.originalTextTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.originalTextTB.Location = new System.Drawing.Point(3, 16); this.originalTextTB.Multiline = true; this.originalTextTB.Name = "originalTextTB"; this.originalTextTB.ReadOnly = true; this.originalTextTB.Size = new System.Drawing.Size(382, 268); this.originalTextTB.TabIndex = 3; // // stLabel2 // this.stLabel2.AutoSize = true; this.stLabel2.Location = new System.Drawing.Point(3, 0); this.stLabel2.Name = "stLabel2"; this.stLabel2.Size = new System.Drawing.Size(45, 13); this.stLabel2.TabIndex = 2; this.stLabel2.Text = "Original:"; // // hexEditor1 // this.hexEditor1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hexEditor1.EnableMenuBar = true; this.hexEditor1.Location = new System.Drawing.Point(13, 29); this.hexEditor1.Name = "hexEditor1"; this.hexEditor1.Size = new System.Drawing.Size(588, 145); this.hexEditor1.TabIndex = 5; // // stLabel3 // this.stLabel3.AutoSize = true; this.stLabel3.Location = new System.Drawing.Point(13, 4); this.stLabel3.Name = "stLabel3"; this.stLabel3.Size = new System.Drawing.Size(55, 13); this.stLabel3.TabIndex = 4; this.stLabel3.Text = "Hex View:"; // // stMenuStrip1 // this.stMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.viewToolStripMenuItem, this.loadFontToolStripMenuItem}); this.stMenuStrip1.Location = new System.Drawing.Point(0, 0); this.stMenuStrip1.Name = "stMenuStrip1"; this.stMenuStrip1.Size = new System.Drawing.Size(922, 24); this.stMenuStrip1.TabIndex = 12; this.stMenuStrip1.Text = "stMenuStrip1"; // // viewToolStripMenuItem // this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "View"; // // loadFontToolStripMenuItem // this.loadFontToolStripMenuItem.Name = "loadFontToolStripMenuItem"; this.loadFontToolStripMenuItem.Size = new System.Drawing.Size(72, 20); this.loadFontToolStripMenuItem.Text = "Load Font"; this.loadFontToolStripMenuItem.Click += new System.EventHandler(this.loadFontToolStripMenuItem_Click); // // stContextMenuStrip1 // this.stContextMenuStrip1.Name = "stContextMenuStrip1"; this.stContextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // MSBTEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fontSizeCB); this.Controls.Add(this.fontFamiltyCB); this.Controls.Add(this.stToolStrip1); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.stMenuStrip1); this.Name = "MSBTEditor"; this.Size = new System.Drawing.Size(922, 525); 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.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel1.PerformLayout(); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.stToolStrip1.ResumeLayout(false); this.stToolStrip1.PerformLayout(); this.stMenuStrip1.ResumeLayout(false); this.stMenuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private Toolbox.Library.Forms.HexEditor hexEditor1; private Toolbox.Library.Forms.STLabel stLabel3; private Toolbox.Library.Forms.STTextBox originalTextTB; private Toolbox.Library.Forms.STLabel stLabel2; private Toolbox.Library.Forms.STLabel stLabel1; private Toolbox.Library.Forms.STTextBox editTextTB; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.SplitContainer splitContainer3; private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadFontToolStripMenuItem; private Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; private Toolbox.Library.Forms.STToolStrip stToolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private Toolbox.Library.Forms.STComboBox fontFamiltyCB; private Toolbox.Library.Forms.STComboBox fontSizeCB; } }