namespace Mesen.GUI.Debugger { partial class frmImportSettings { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.chkDbgImportComments = new System.Windows.Forms.CheckBox(); this.chkDbgImportPrgRomLabels = new System.Windows.Forms.CheckBox(); this.chkDbgImportRamLabels = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.chkMlbImportPrgRomLabels = new System.Windows.Forms.CheckBox(); this.chkMlbImportWorkRamLabels = new System.Windows.Forms.CheckBox(); this.chkMlbImportInternalRamLabels = new System.Windows.Forms.CheckBox(); this.chkMlbImportComments = new System.Windows.Forms.CheckBox(); this.chkMlbImportSaveRamLabels = new System.Windows.Forms.CheckBox(); this.chkDbgImportRegisterLabels = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // baseConfigPanel // this.baseConfigPanel.Location = new System.Drawing.Point(0, 164); this.baseConfigPanel.Size = new System.Drawing.Size(419, 29); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 164); this.tableLayoutPanel1.TabIndex = 2; // // groupBox1 // this.groupBox1.Controls.Add(this.tableLayoutPanel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(203, 158); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "DBG files (CA65/CC65 integration)"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.chkDbgImportComments, 0, 2); this.tableLayoutPanel2.Controls.Add(this.chkDbgImportPrgRomLabels, 0, 1); this.tableLayoutPanel2.Controls.Add(this.chkDbgImportRamLabels, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 4; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(197, 139); this.tableLayoutPanel2.TabIndex = 0; // // chkDbgImportComments // this.chkDbgImportComments.AutoSize = true; this.chkDbgImportComments.Location = new System.Drawing.Point(3, 49); this.chkDbgImportComments.Name = "chkDbgImportComments"; this.chkDbgImportComments.Size = new System.Drawing.Size(106, 17); this.chkDbgImportComments.TabIndex = 2; this.chkDbgImportComments.Text = "Import comments"; this.chkDbgImportComments.UseVisualStyleBackColor = true; // // chkDbgImportPrgRomLabels // this.chkDbgImportPrgRomLabels.AutoSize = true; this.chkDbgImportPrgRomLabels.Location = new System.Drawing.Point(3, 26); this.chkDbgImportPrgRomLabels.Name = "chkDbgImportPrgRomLabels"; this.chkDbgImportPrgRomLabels.Size = new System.Drawing.Size(139, 17); this.chkDbgImportPrgRomLabels.TabIndex = 1; this.chkDbgImportPrgRomLabels.Text = "Import PRG ROM labels"; this.chkDbgImportPrgRomLabels.UseVisualStyleBackColor = true; // // chkDbgImportRamLabels // this.chkDbgImportRamLabels.AutoSize = true; this.chkDbgImportRamLabels.Location = new System.Drawing.Point(3, 3); this.chkDbgImportRamLabels.Name = "chkDbgImportRamLabels"; this.chkDbgImportRamLabels.Size = new System.Drawing.Size(112, 17); this.chkDbgImportRamLabels.TabIndex = 0; this.chkDbgImportRamLabels.Text = "Import RAM labels"; this.chkDbgImportRamLabels.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.tableLayoutPanel3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(212, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(204, 158); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "MLB files (ASM6f integration)"; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.chkMlbImportPrgRomLabels, 0, 4); this.tableLayoutPanel3.Controls.Add(this.chkMlbImportWorkRamLabels, 0, 1); this.tableLayoutPanel3.Controls.Add(this.chkMlbImportInternalRamLabels, 0, 0); this.tableLayoutPanel3.Controls.Add(this.chkMlbImportComments, 0, 5); this.tableLayoutPanel3.Controls.Add(this.chkMlbImportSaveRamLabels, 0, 2); this.tableLayoutPanel3.Controls.Add(this.chkDbgImportRegisterLabels, 0, 3); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 7; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(198, 139); this.tableLayoutPanel3.TabIndex = 1; // // chkMlbImportPrgRomLabels // this.chkMlbImportPrgRomLabels.AutoSize = true; this.chkMlbImportPrgRomLabels.Location = new System.Drawing.Point(3, 95); this.chkMlbImportPrgRomLabels.Name = "chkMlbImportPrgRomLabels"; this.chkMlbImportPrgRomLabels.Size = new System.Drawing.Size(139, 17); this.chkMlbImportPrgRomLabels.TabIndex = 4; this.chkMlbImportPrgRomLabels.Text = "Import PRG ROM labels"; this.chkMlbImportPrgRomLabels.UseVisualStyleBackColor = true; // // chkMlbImportWorkRamLabels // this.chkMlbImportWorkRamLabels.AutoSize = true; this.chkMlbImportWorkRamLabels.Location = new System.Drawing.Point(3, 26); this.chkMlbImportWorkRamLabels.Name = "chkMlbImportWorkRamLabels"; this.chkMlbImportWorkRamLabels.Size = new System.Drawing.Size(141, 17); this.chkMlbImportWorkRamLabels.TabIndex = 3; this.chkMlbImportWorkRamLabels.Text = "Import Work RAM labels"; this.chkMlbImportWorkRamLabels.UseVisualStyleBackColor = true; // // chkMlbImportInternalRamLabels // this.chkMlbImportInternalRamLabels.AutoSize = true; this.chkMlbImportInternalRamLabels.Location = new System.Drawing.Point(3, 3); this.chkMlbImportInternalRamLabels.Name = "chkMlbImportInternalRamLabels"; this.chkMlbImportInternalRamLabels.Size = new System.Drawing.Size(112, 17); this.chkMlbImportInternalRamLabels.TabIndex = 0; this.chkMlbImportInternalRamLabels.Text = "Import RAM labels"; this.chkMlbImportInternalRamLabels.UseVisualStyleBackColor = true; // // chkMlbImportComments // this.chkMlbImportComments.AutoSize = true; this.chkMlbImportComments.Location = new System.Drawing.Point(3, 118); this.chkMlbImportComments.Name = "chkMlbImportComments"; this.chkMlbImportComments.Size = new System.Drawing.Size(106, 17); this.chkMlbImportComments.TabIndex = 2; this.chkMlbImportComments.Text = "Import comments"; this.chkMlbImportComments.UseVisualStyleBackColor = true; // // chkMlbImportSaveRamLabels // this.chkMlbImportSaveRamLabels.AutoSize = true; this.chkMlbImportSaveRamLabels.Location = new System.Drawing.Point(3, 49); this.chkMlbImportSaveRamLabels.Name = "chkMlbImportSaveRamLabels"; this.chkMlbImportSaveRamLabels.Size = new System.Drawing.Size(140, 17); this.chkMlbImportSaveRamLabels.TabIndex = 1; this.chkMlbImportSaveRamLabels.Text = "Import Save RAM labels"; this.chkMlbImportSaveRamLabels.UseVisualStyleBackColor = true; // // chkDbgImportRegisterLabels // this.chkDbgImportRegisterLabels.AutoSize = true; this.chkDbgImportRegisterLabels.Location = new System.Drawing.Point(3, 72); this.chkDbgImportRegisterLabels.Name = "chkDbgImportRegisterLabels"; this.chkDbgImportRegisterLabels.Size = new System.Drawing.Size(127, 17); this.chkDbgImportRegisterLabels.TabIndex = 5; this.chkDbgImportRegisterLabels.Text = "Import Register labels"; this.chkDbgImportRegisterLabels.UseVisualStyleBackColor = true; // // frmImportSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(419, 193); this.Controls.Add(this.tableLayoutPanel1); this.Name = "frmImportSettings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Import Settings"; this.Controls.SetChildIndex(this.baseConfigPanel, 0); this.Controls.SetChildIndex(this.tableLayoutPanel1, 0); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.CheckBox chkDbgImportRamLabels; private System.Windows.Forms.CheckBox chkDbgImportComments; private System.Windows.Forms.CheckBox chkDbgImportPrgRomLabels; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.CheckBox chkMlbImportPrgRomLabels; private System.Windows.Forms.CheckBox chkMlbImportWorkRamLabels; private System.Windows.Forms.CheckBox chkMlbImportInternalRamLabels; private System.Windows.Forms.CheckBox chkMlbImportComments; private System.Windows.Forms.CheckBox chkMlbImportSaveRamLabels; private System.Windows.Forms.CheckBox chkDbgImportRegisterLabels; } }