mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-03-13 05:17:04 +00:00
Quick fix for kcl
This commit is contained in:
parent
149cae5a0c
commit
02240902ef
2 changed files with 8 additions and 8 deletions
|
@ -225,14 +225,14 @@
|
|||
// textureListToolStripMenuItem
|
||||
//
|
||||
this.textureListToolStripMenuItem.Name = "textureListToolStripMenuItem";
|
||||
this.textureListToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.textureListToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.textureListToolStripMenuItem.Text = "Texture List";
|
||||
this.textureListToolStripMenuItem.Click += new System.EventHandler(this.textureListToolStripMenuItem_Click);
|
||||
//
|
||||
// textConverterToolStripMenuItem
|
||||
//
|
||||
this.textConverterToolStripMenuItem.Name = "textConverterToolStripMenuItem";
|
||||
this.textConverterToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.textConverterToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.textConverterToolStripMenuItem.Text = "Text Converter";
|
||||
this.textConverterToolStripMenuItem.Click += new System.EventHandler(this.textConverterToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -242,7 +242,7 @@
|
|||
this.orthographicViewToolStripMenuItem.CheckOnClick = true;
|
||||
this.orthographicViewToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.orthographicViewToolStripMenuItem.Name = "orthographicViewToolStripMenuItem";
|
||||
this.orthographicViewToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.orthographicViewToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.orthographicViewToolStripMenuItem.Text = "Orthographic View";
|
||||
this.orthographicViewToolStripMenuItem.Click += new System.EventHandler(this.orthographicViewToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -252,7 +252,7 @@
|
|||
this.displayNullPanesToolStripMenuItem.CheckOnClick = true;
|
||||
this.displayNullPanesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.displayNullPanesToolStripMenuItem.Name = "displayNullPanesToolStripMenuItem";
|
||||
this.displayNullPanesToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.displayNullPanesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.displayNullPanesToolStripMenuItem.Text = "Display Null Panes";
|
||||
this.displayNullPanesToolStripMenuItem.Click += new System.EventHandler(this.displayPanesToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -262,8 +262,8 @@
|
|||
this.displayyBoundryPanesToolStripMenuItem.CheckOnClick = true;
|
||||
this.displayyBoundryPanesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.displayyBoundryPanesToolStripMenuItem.Name = "displayyBoundryPanesToolStripMenuItem";
|
||||
this.displayyBoundryPanesToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.displayyBoundryPanesToolStripMenuItem.Text = "Displayy Boundry Panes";
|
||||
this.displayyBoundryPanesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.displayyBoundryPanesToolStripMenuItem.Text = "Display Boundry Panes";
|
||||
this.displayyBoundryPanesToolStripMenuItem.Click += new System.EventHandler(this.displayPanesToolStripMenuItem_Click);
|
||||
//
|
||||
// displayWindowPanesToolStripMenuItem
|
||||
|
@ -272,7 +272,7 @@
|
|||
this.displayWindowPanesToolStripMenuItem.CheckOnClick = true;
|
||||
this.displayWindowPanesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.displayWindowPanesToolStripMenuItem.Name = "displayWindowPanesToolStripMenuItem";
|
||||
this.displayWindowPanesToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.displayWindowPanesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.displayWindowPanesToolStripMenuItem.Text = "Display Window Panes";
|
||||
this.displayWindowPanesToolStripMenuItem.Click += new System.EventHandler(this.displayPanesToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -282,7 +282,7 @@
|
|||
this.displayPicturePanesToolStripMenuItem.CheckOnClick = true;
|
||||
this.displayPicturePanesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.displayPicturePanesToolStripMenuItem.Name = "displayPicturePanesToolStripMenuItem";
|
||||
this.displayPicturePanesToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
|
||||
this.displayPicturePanesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
||||
this.displayPicturePanesToolStripMenuItem.Text = "Display Picture Panes";
|
||||
this.displayPicturePanesToolStripMenuItem.Click += new System.EventHandler(this.displayPanesToolStripMenuItem_Click);
|
||||
//
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue