Content Compiler:
- Fixed MenuState order
This commit is contained in:
parent
3544a156b5
commit
d0775cda88
@ -166,6 +166,9 @@
|
|||||||
<EmbeddedResource Include="Dialogues\ErrorLogScreen.resx">
|
<EmbeddedResource Include="Dialogues\ErrorLogScreen.resx">
|
||||||
<DependentUpon>ErrorLogScreen.cs</DependentUpon>
|
<DependentUpon>ErrorLogScreen.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="MainWindow.resx">
|
||||||
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
@ -308,7 +308,7 @@ namespace ANX.ContentCompiler.GUI
|
|||||||
this.fileToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.fileToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
|
this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control;
|
||||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
||||||
this.fileToolStripMenuItem.Text = "File";
|
this.fileToolStripMenuItem.Text = "File";
|
||||||
this.fileToolStripMenuItem.Click += new System.EventHandler(this.FileToolStripMenuItemClick);
|
this.fileToolStripMenuItem.Click += new System.EventHandler(this.FileToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
@ -317,7 +317,7 @@ namespace ANX.ContentCompiler.GUI
|
|||||||
this.folderToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.folderToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.folderToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
this.folderToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
||||||
this.folderToolStripMenuItem.Name = "folderToolStripMenuItem";
|
this.folderToolStripMenuItem.Name = "folderToolStripMenuItem";
|
||||||
this.folderToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.folderToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
||||||
this.folderToolStripMenuItem.Text = "Folder";
|
this.folderToolStripMenuItem.Text = "Folder";
|
||||||
this.folderToolStripMenuItem.Click += new System.EventHandler(this.FolderToolStripMenuItemClick);
|
this.folderToolStripMenuItem.Click += new System.EventHandler(this.FolderToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
@ -436,8 +436,8 @@ namespace ANX.ContentCompiler.GUI
|
|||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.ClientSize = new System.Drawing.Size(865, 652);
|
this.ClientSize = new System.Drawing.Size(865, 652);
|
||||||
this.Controls.Add(this.splitContainerMenuLayout);
|
|
||||||
this.Controls.Add(this.menuState);
|
this.Controls.Add(this.menuState);
|
||||||
|
this.Controls.Add(this.splitContainerMenuLayout);
|
||||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.ForeColor = System.Drawing.Color.White;
|
this.ForeColor = System.Drawing.Color.White;
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user