namespace Cosmos.VS.Package { partial class DebugOptionsQemu { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableDebugQemu = new System.Windows.Forms.TableLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.labelCommunication = new System.Windows.Forms.Label(); this.titleGeneral = new Cosmos.VS.Package.TitleDivision(); this.comboCommunication = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboDebugMode = new System.Windows.Forms.ComboBox(); this.comboTraceMode = 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, 2); this.tableDebugQemu.Controls.Add(this.titleGeneral, 0, 0); this.tableDebugQemu.Controls.Add(this.comboCommunication, 2, 2); this.tableDebugQemu.Controls.Add(this.label1, 1, 1); this.tableDebugQemu.Controls.Add(this.comboDebugMode, 2, 1); 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 = 9; this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableDebugQemu.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F)); 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); // // 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 = "Tracing:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 60); 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:"; this.labelCommunication.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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"; // // comboCommunication // this.comboCommunication.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCommunication.FormattingEnabled = true; this.comboCommunication.Location = new System.Drawing.Point(266, 60); this.comboCommunication.Name = "comboCommunication"; this.comboCommunication.Size = new System.Drawing.Size(223, 21); this.comboCommunication.TabIndex = 16; // // 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, 33); 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 = "Debug Mode:"; this.label1.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, 33); this.comboDebugMode.Name = "comboDebugMode"; this.comboDebugMode.Size = new System.Drawing.Size(223, 21); this.comboDebugMode.TabIndex = 19; // // 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; // // 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.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; private System.Windows.Forms.Label label1; } }