mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
175 lines
9.3 KiB
C#
175 lines
9.3 KiB
C#
namespace Cosmos.VS.Package
|
|
{
|
|
partial class DebugOptionsQemu
|
|
{
|
|
/// <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 Component 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.tableDebugQemu = new System.Windows.Forms.TableLayoutPanel();
|
|
this.titleGeneral = new Cosmos.VS.Package.TitleDivision();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboTraceMode = new System.Windows.Forms.ComboBox();
|
|
this.comboCommunication = new System.Windows.Forms.ComboBox();
|
|
this.labelCommunication = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.comboDebugMode = new System.Windows.Forms.ComboBox();
|
|
this.tableDebugQemu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableDebugQemu
|
|
//
|
|
this.tableDebugQemu.ColumnCount = 3;
|
|
this.tableDebugQemu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F));
|
|
this.tableDebugQemu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.66887F));
|
|
this.tableDebugQemu.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.33113F));
|
|
this.tableDebugQemu.Controls.Add(this.label2, 1, 3);
|
|
this.tableDebugQemu.Controls.Add(this.labelCommunication, 1, 1);
|
|
this.tableDebugQemu.Controls.Add(this.titleGeneral, 0, 0);
|
|
this.tableDebugQemu.Controls.Add(this.comboCommunication, 2, 1);
|
|
this.tableDebugQemu.Controls.Add(this.label1, 1, 2);
|
|
this.tableDebugQemu.Controls.Add(this.comboDebugMode, 2, 2);
|
|
this.tableDebugQemu.Controls.Add(this.comboTraceMode, 2, 3);
|
|
this.tableDebugQemu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableDebugQemu.Location = new System.Drawing.Point(0, 0);
|
|
this.tableDebugQemu.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableDebugQemu.Name = "tableDebugQemu";
|
|
this.tableDebugQemu.RowCount = 8;
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableDebugQemu.Size = new System.Drawing.Size(492, 288);
|
|
this.tableDebugQemu.TabIndex = 0;
|
|
this.tableDebugQemu.Paint += new System.Windows.Forms.PaintEventHandler(this.tableDebugQemu_Paint);
|
|
//
|
|
// titleGeneral
|
|
//
|
|
this.titleGeneral.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableDebugQemu.SetColumnSpan(this.titleGeneral, 2);
|
|
this.titleGeneral.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.titleGeneral.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|
this.titleGeneral.LineColor = System.Drawing.SystemColors.ControlDark;
|
|
this.titleGeneral.Location = new System.Drawing.Point(3, 3);
|
|
this.titleGeneral.Margin = new System.Windows.Forms.Padding(3, 3, 3, 12);
|
|
this.titleGeneral.Name = "titleGeneral";
|
|
this.titleGeneral.Size = new System.Drawing.Size(257, 15);
|
|
this.titleGeneral.TabIndex = 0;
|
|
this.titleGeneral.Title = "General";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(39, 60);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(224, 21);
|
|
this.label1.TabIndex = 14;
|
|
this.label1.Text = "DebugMode";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboTraceMode
|
|
//
|
|
this.comboTraceMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboTraceMode.FormattingEnabled = true;
|
|
this.comboTraceMode.Location = new System.Drawing.Point(266, 87);
|
|
this.comboTraceMode.Name = "comboTraceMode";
|
|
this.comboTraceMode.Size = new System.Drawing.Size(223, 21);
|
|
this.comboTraceMode.TabIndex = 15;
|
|
//
|
|
// comboCommunication
|
|
//
|
|
this.comboCommunication.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboCommunication.FormattingEnabled = true;
|
|
this.comboCommunication.Location = new System.Drawing.Point(266, 33);
|
|
this.comboCommunication.Name = "comboCommunication";
|
|
this.comboCommunication.Size = new System.Drawing.Size(121, 21);
|
|
this.comboCommunication.TabIndex = 16;
|
|
//
|
|
// labelCommunication
|
|
//
|
|
this.labelCommunication.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelCommunication.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelCommunication.Location = new System.Drawing.Point(39, 33);
|
|
this.labelCommunication.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.labelCommunication.Name = "labelCommunication";
|
|
this.labelCommunication.Size = new System.Drawing.Size(224, 21);
|
|
this.labelCommunication.TabIndex = 17;
|
|
this.labelCommunication.Text = "Communication Mode:";
|
|
this.labelCommunication.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(39, 87);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(224, 21);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "TraceMode";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboDebugMode
|
|
//
|
|
this.comboDebugMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboDebugMode.FormattingEnabled = true;
|
|
this.comboDebugMode.Location = new System.Drawing.Point(266, 60);
|
|
this.comboDebugMode.Name = "comboDebugMode";
|
|
this.comboDebugMode.Size = new System.Drawing.Size(223, 21);
|
|
this.comboDebugMode.TabIndex = 19;
|
|
//
|
|
// DebugOptionsQemu
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tableDebugQemu);
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Name = "DebugOptionsQemu";
|
|
this.Size = new System.Drawing.Size(492, 288);
|
|
this.tableDebugQemu.ResumeLayout(false);
|
|
this.tableDebugQemu.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableDebugQemu;
|
|
private TitleDivision titleGeneral;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboTraceMode;
|
|
private System.Windows.Forms.Label labelCommunication;
|
|
private System.Windows.Forms.ComboBox comboCommunication;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox comboDebugMode;
|
|
}
|
|
}
|