Marked as SoundBoard v0.9.8.0(stable) according to the folder.
This commit is contained in:
+110
@@ -0,0 +1,110 @@
|
||||
namespace SoundBoard
|
||||
{
|
||||
partial class programDebugConsole
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.mainDebugMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.mainDebugMenuFile = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainDebugMenuFileClearLog = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainDebugMenuOptions = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.listViewLog = new System.Windows.Forms.ListView();
|
||||
this.mainDebugMenu.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainDebugMenu
|
||||
//
|
||||
this.mainDebugMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainDebugMenuFile,
|
||||
this.mainDebugMenuOptions});
|
||||
this.mainDebugMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainDebugMenu.Name = "mainDebugMenu";
|
||||
this.mainDebugMenu.Size = new System.Drawing.Size(486, 24);
|
||||
this.mainDebugMenu.TabIndex = 0;
|
||||
this.mainDebugMenu.Text = "menuStrip1";
|
||||
//
|
||||
// mainDebugMenuFile
|
||||
//
|
||||
this.mainDebugMenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainDebugMenuFileClearLog});
|
||||
this.mainDebugMenuFile.Name = "mainDebugMenuFile";
|
||||
this.mainDebugMenuFile.Size = new System.Drawing.Size(37, 20);
|
||||
this.mainDebugMenuFile.Text = "&File";
|
||||
//
|
||||
// mainDebugMenuFileClearLog
|
||||
//
|
||||
this.mainDebugMenuFileClearLog.Name = "mainDebugMenuFileClearLog";
|
||||
this.mainDebugMenuFileClearLog.Size = new System.Drawing.Size(152, 22);
|
||||
this.mainDebugMenuFileClearLog.Text = "&Clear Log";
|
||||
this.mainDebugMenuFileClearLog.Click += new System.EventHandler(this.mainDebugMenuFileClearLog_Click);
|
||||
//
|
||||
// mainDebugMenuOptions
|
||||
//
|
||||
this.mainDebugMenuOptions.Name = "mainDebugMenuOptions";
|
||||
this.mainDebugMenuOptions.Size = new System.Drawing.Size(61, 20);
|
||||
this.mainDebugMenuOptions.Text = "&Options";
|
||||
//
|
||||
// listViewLog
|
||||
//
|
||||
this.listViewLog.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
||||
this.listViewLog.Location = new System.Drawing.Point(0, 27);
|
||||
this.listViewLog.Name = "listViewLog";
|
||||
this.listViewLog.Size = new System.Drawing.Size(486, 451);
|
||||
this.listViewLog.TabIndex = 1;
|
||||
this.listViewLog.TabStop = false;
|
||||
this.listViewLog.UseCompatibleStateImageBehavior = false;
|
||||
this.listViewLog.View = System.Windows.Forms.View.List;
|
||||
//
|
||||
// programDebugConsole
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(486, 476);
|
||||
this.Controls.Add(this.listViewLog);
|
||||
this.Controls.Add(this.mainDebugMenu);
|
||||
this.MainMenuStrip = this.mainDebugMenu;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "programDebugConsole";
|
||||
this.Text = "SoundBoard Console";
|
||||
this.Load += new System.EventHandler(this.programDebugConsole_Load);
|
||||
this.mainDebugMenu.ResumeLayout(false);
|
||||
this.mainDebugMenu.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.MenuStrip mainDebugMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainDebugMenuFile;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainDebugMenuOptions;
|
||||
private System.Windows.Forms.ListView listViewLog;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainDebugMenuFileClearLog;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user