mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-19 06:31:02 +00:00
884 lines
43 KiB
C#
884 lines
43 KiB
C#
/*
|
|
* Copyright 2018 faddenSoft
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
namespace SourceGen.AppForms {
|
|
partial class EditStatusFlags {
|
|
/// <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.defaultLabel = new System.Windows.Forms.Label();
|
|
this.zeroLabel = new System.Windows.Forms.Label();
|
|
this.oneLabel = new System.Windows.Forms.Label();
|
|
this.indeterminateLabel = new System.Windows.Forms.Label();
|
|
this.panelN = new System.Windows.Forms.Panel();
|
|
this.flagNLabel = new System.Windows.Forms.Label();
|
|
this.radioNIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioNOne = new System.Windows.Forms.RadioButton();
|
|
this.radioNZero = new System.Windows.Forms.RadioButton();
|
|
this.radioNDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelV = new System.Windows.Forms.Panel();
|
|
this.flagVLabel = new System.Windows.Forms.Label();
|
|
this.radioVIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioVOne = new System.Windows.Forms.RadioButton();
|
|
this.radioVZero = new System.Windows.Forms.RadioButton();
|
|
this.radioVDefault = new System.Windows.Forms.RadioButton();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.panelM = new System.Windows.Forms.Panel();
|
|
this.flagMLabel = new System.Windows.Forms.Label();
|
|
this.radioMIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioMOne = new System.Windows.Forms.RadioButton();
|
|
this.radioMZero = new System.Windows.Forms.RadioButton();
|
|
this.radioMDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelX = new System.Windows.Forms.Panel();
|
|
this.flagXLabel = new System.Windows.Forms.Label();
|
|
this.radioXIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioXOne = new System.Windows.Forms.RadioButton();
|
|
this.radioXZero = new System.Windows.Forms.RadioButton();
|
|
this.radioXDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelD = new System.Windows.Forms.Panel();
|
|
this.flagDLabel = new System.Windows.Forms.Label();
|
|
this.radioDIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioDOne = new System.Windows.Forms.RadioButton();
|
|
this.radioDZero = new System.Windows.Forms.RadioButton();
|
|
this.radioDDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelI = new System.Windows.Forms.Panel();
|
|
this.flagILabel = new System.Windows.Forms.Label();
|
|
this.radioIIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioIOne = new System.Windows.Forms.RadioButton();
|
|
this.radioIZero = new System.Windows.Forms.RadioButton();
|
|
this.radioIDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelZ = new System.Windows.Forms.Panel();
|
|
this.flagZLabel = new System.Windows.Forms.Label();
|
|
this.radioZIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioZOne = new System.Windows.Forms.RadioButton();
|
|
this.radioZZero = new System.Windows.Forms.RadioButton();
|
|
this.radioZDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelC = new System.Windows.Forms.Panel();
|
|
this.flagCLabel = new System.Windows.Forms.Label();
|
|
this.radioCIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioCOne = new System.Windows.Forms.RadioButton();
|
|
this.radioCZero = new System.Windows.Forms.RadioButton();
|
|
this.radioCDefault = new System.Windows.Forms.RadioButton();
|
|
this.panelE = new System.Windows.Forms.Panel();
|
|
this.flagELabel = new System.Windows.Forms.Label();
|
|
this.radioEIndeterminate = new System.Windows.Forms.RadioButton();
|
|
this.radioEOne = new System.Windows.Forms.RadioButton();
|
|
this.radioEZero = new System.Windows.Forms.RadioButton();
|
|
this.radioEDefault = new System.Windows.Forms.RadioButton();
|
|
this.instructionLabel = new System.Windows.Forms.Label();
|
|
this.labelLongRegsNote = new System.Windows.Forms.Label();
|
|
this.resetButton = new System.Windows.Forms.Button();
|
|
this.panelN.SuspendLayout();
|
|
this.panelV.SuspendLayout();
|
|
this.panelM.SuspendLayout();
|
|
this.panelX.SuspendLayout();
|
|
this.panelD.SuspendLayout();
|
|
this.panelI.SuspendLayout();
|
|
this.panelZ.SuspendLayout();
|
|
this.panelC.SuspendLayout();
|
|
this.panelE.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// defaultLabel
|
|
//
|
|
this.defaultLabel.Location = new System.Drawing.Point(12, 70);
|
|
this.defaultLabel.Name = "defaultLabel";
|
|
this.defaultLabel.Size = new System.Drawing.Size(90, 20);
|
|
this.defaultLabel.TabIndex = 4;
|
|
this.defaultLabel.Text = "Default";
|
|
this.defaultLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// zeroLabel
|
|
//
|
|
this.zeroLabel.Location = new System.Drawing.Point(12, 90);
|
|
this.zeroLabel.Name = "zeroLabel";
|
|
this.zeroLabel.Size = new System.Drawing.Size(90, 20);
|
|
this.zeroLabel.TabIndex = 5;
|
|
this.zeroLabel.Text = "Zero";
|
|
this.zeroLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// oneLabel
|
|
//
|
|
this.oneLabel.Location = new System.Drawing.Point(12, 110);
|
|
this.oneLabel.Name = "oneLabel";
|
|
this.oneLabel.Size = new System.Drawing.Size(90, 20);
|
|
this.oneLabel.TabIndex = 6;
|
|
this.oneLabel.Text = "One";
|
|
this.oneLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// indeterminateLabel
|
|
//
|
|
this.indeterminateLabel.Location = new System.Drawing.Point(12, 130);
|
|
this.indeterminateLabel.Name = "indeterminateLabel";
|
|
this.indeterminateLabel.Size = new System.Drawing.Size(90, 20);
|
|
this.indeterminateLabel.TabIndex = 7;
|
|
this.indeterminateLabel.Text = "Indeterminate";
|
|
this.indeterminateLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// panelN
|
|
//
|
|
this.panelN.Controls.Add(this.flagNLabel);
|
|
this.panelN.Controls.Add(this.radioNIndeterminate);
|
|
this.panelN.Controls.Add(this.radioNOne);
|
|
this.panelN.Controls.Add(this.radioNZero);
|
|
this.panelN.Controls.Add(this.radioNDefault);
|
|
this.panelN.Location = new System.Drawing.Point(108, 47);
|
|
this.panelN.Name = "panelN";
|
|
this.panelN.Size = new System.Drawing.Size(26, 110);
|
|
this.panelN.TabIndex = 9;
|
|
//
|
|
// flagNLabel
|
|
//
|
|
this.flagNLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagNLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagNLabel.Name = "flagNLabel";
|
|
this.flagNLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagNLabel.TabIndex = 0;
|
|
this.flagNLabel.Text = "N";
|
|
this.flagNLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioNIndeterminate
|
|
//
|
|
this.radioNIndeterminate.AutoSize = true;
|
|
this.radioNIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioNIndeterminate.Name = "radioNIndeterminate";
|
|
this.radioNIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioNIndeterminate.TabIndex = 4;
|
|
this.radioNIndeterminate.TabStop = true;
|
|
this.radioNIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioNOne
|
|
//
|
|
this.radioNOne.AutoSize = true;
|
|
this.radioNOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioNOne.Name = "radioNOne";
|
|
this.radioNOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioNOne.TabIndex = 3;
|
|
this.radioNOne.TabStop = true;
|
|
this.radioNOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioNZero
|
|
//
|
|
this.radioNZero.AutoSize = true;
|
|
this.radioNZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioNZero.Name = "radioNZero";
|
|
this.radioNZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioNZero.TabIndex = 2;
|
|
this.radioNZero.TabStop = true;
|
|
this.radioNZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioNDefault
|
|
//
|
|
this.radioNDefault.AutoSize = true;
|
|
this.radioNDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioNDefault.Name = "radioNDefault";
|
|
this.radioNDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioNDefault.TabIndex = 1;
|
|
this.radioNDefault.TabStop = true;
|
|
this.radioNDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelV
|
|
//
|
|
this.panelV.Controls.Add(this.flagVLabel);
|
|
this.panelV.Controls.Add(this.radioVIndeterminate);
|
|
this.panelV.Controls.Add(this.radioVOne);
|
|
this.panelV.Controls.Add(this.radioVZero);
|
|
this.panelV.Controls.Add(this.radioVDefault);
|
|
this.panelV.Location = new System.Drawing.Point(140, 47);
|
|
this.panelV.Name = "panelV";
|
|
this.panelV.Size = new System.Drawing.Size(26, 110);
|
|
this.panelV.TabIndex = 14;
|
|
//
|
|
// flagVLabel
|
|
//
|
|
this.flagVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagVLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagVLabel.Name = "flagVLabel";
|
|
this.flagVLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagVLabel.TabIndex = 0;
|
|
this.flagVLabel.Text = "V";
|
|
this.flagVLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioVIndeterminate
|
|
//
|
|
this.radioVIndeterminate.AutoSize = true;
|
|
this.radioVIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioVIndeterminate.Name = "radioVIndeterminate";
|
|
this.radioVIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioVIndeterminate.TabIndex = 4;
|
|
this.radioVIndeterminate.TabStop = true;
|
|
this.radioVIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioVOne
|
|
//
|
|
this.radioVOne.AutoSize = true;
|
|
this.radioVOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioVOne.Name = "radioVOne";
|
|
this.radioVOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioVOne.TabIndex = 3;
|
|
this.radioVOne.TabStop = true;
|
|
this.radioVOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioVZero
|
|
//
|
|
this.radioVZero.AutoSize = true;
|
|
this.radioVZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioVZero.Name = "radioVZero";
|
|
this.radioVZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioVZero.TabIndex = 2;
|
|
this.radioVZero.TabStop = true;
|
|
this.radioVZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioVDefault
|
|
//
|
|
this.radioVDefault.AutoSize = true;
|
|
this.radioVDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioVDefault.Name = "radioVDefault";
|
|
this.radioVDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioVDefault.TabIndex = 1;
|
|
this.radioVDefault.TabStop = true;
|
|
this.radioVDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.okButton.Location = new System.Drawing.Point(281, 205);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(75, 23);
|
|
this.okButton.TabIndex = 0;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Location = new System.Drawing.Point(362, 205);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
|
this.cancelButton.TabIndex = 1;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelM
|
|
//
|
|
this.panelM.Controls.Add(this.flagMLabel);
|
|
this.panelM.Controls.Add(this.radioMIndeterminate);
|
|
this.panelM.Controls.Add(this.radioMOne);
|
|
this.panelM.Controls.Add(this.radioMZero);
|
|
this.panelM.Controls.Add(this.radioMDefault);
|
|
this.panelM.Location = new System.Drawing.Point(172, 47);
|
|
this.panelM.Name = "panelM";
|
|
this.panelM.Size = new System.Drawing.Size(26, 110);
|
|
this.panelM.TabIndex = 15;
|
|
//
|
|
// flagMLabel
|
|
//
|
|
this.flagMLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagMLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagMLabel.Name = "flagMLabel";
|
|
this.flagMLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagMLabel.TabIndex = 0;
|
|
this.flagMLabel.Text = "M";
|
|
this.flagMLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioMIndeterminate
|
|
//
|
|
this.radioMIndeterminate.AutoSize = true;
|
|
this.radioMIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioMIndeterminate.Name = "radioMIndeterminate";
|
|
this.radioMIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioMIndeterminate.TabIndex = 4;
|
|
this.radioMIndeterminate.TabStop = true;
|
|
this.radioMIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioMOne
|
|
//
|
|
this.radioMOne.AutoSize = true;
|
|
this.radioMOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioMOne.Name = "radioMOne";
|
|
this.radioMOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioMOne.TabIndex = 3;
|
|
this.radioMOne.TabStop = true;
|
|
this.radioMOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioMZero
|
|
//
|
|
this.radioMZero.AutoSize = true;
|
|
this.radioMZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioMZero.Name = "radioMZero";
|
|
this.radioMZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioMZero.TabIndex = 2;
|
|
this.radioMZero.TabStop = true;
|
|
this.radioMZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioMDefault
|
|
//
|
|
this.radioMDefault.AutoSize = true;
|
|
this.radioMDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioMDefault.Name = "radioMDefault";
|
|
this.radioMDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioMDefault.TabIndex = 1;
|
|
this.radioMDefault.TabStop = true;
|
|
this.radioMDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelX
|
|
//
|
|
this.panelX.Controls.Add(this.flagXLabel);
|
|
this.panelX.Controls.Add(this.radioXIndeterminate);
|
|
this.panelX.Controls.Add(this.radioXOne);
|
|
this.panelX.Controls.Add(this.radioXZero);
|
|
this.panelX.Controls.Add(this.radioXDefault);
|
|
this.panelX.Location = new System.Drawing.Point(204, 47);
|
|
this.panelX.Name = "panelX";
|
|
this.panelX.Size = new System.Drawing.Size(26, 110);
|
|
this.panelX.TabIndex = 16;
|
|
//
|
|
// flagXLabel
|
|
//
|
|
this.flagXLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagXLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagXLabel.Name = "flagXLabel";
|
|
this.flagXLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagXLabel.TabIndex = 0;
|
|
this.flagXLabel.Text = "X";
|
|
this.flagXLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioXIndeterminate
|
|
//
|
|
this.radioXIndeterminate.AutoSize = true;
|
|
this.radioXIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioXIndeterminate.Name = "radioXIndeterminate";
|
|
this.radioXIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioXIndeterminate.TabIndex = 4;
|
|
this.radioXIndeterminate.TabStop = true;
|
|
this.radioXIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioXOne
|
|
//
|
|
this.radioXOne.AutoSize = true;
|
|
this.radioXOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioXOne.Name = "radioXOne";
|
|
this.radioXOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioXOne.TabIndex = 3;
|
|
this.radioXOne.TabStop = true;
|
|
this.radioXOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioXZero
|
|
//
|
|
this.radioXZero.AutoSize = true;
|
|
this.radioXZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioXZero.Name = "radioXZero";
|
|
this.radioXZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioXZero.TabIndex = 2;
|
|
this.radioXZero.TabStop = true;
|
|
this.radioXZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioXDefault
|
|
//
|
|
this.radioXDefault.AutoSize = true;
|
|
this.radioXDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioXDefault.Name = "radioXDefault";
|
|
this.radioXDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioXDefault.TabIndex = 1;
|
|
this.radioXDefault.TabStop = true;
|
|
this.radioXDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelD
|
|
//
|
|
this.panelD.Controls.Add(this.flagDLabel);
|
|
this.panelD.Controls.Add(this.radioDIndeterminate);
|
|
this.panelD.Controls.Add(this.radioDOne);
|
|
this.panelD.Controls.Add(this.radioDZero);
|
|
this.panelD.Controls.Add(this.radioDDefault);
|
|
this.panelD.Location = new System.Drawing.Point(236, 47);
|
|
this.panelD.Name = "panelD";
|
|
this.panelD.Size = new System.Drawing.Size(26, 110);
|
|
this.panelD.TabIndex = 17;
|
|
//
|
|
// flagDLabel
|
|
//
|
|
this.flagDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagDLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagDLabel.Name = "flagDLabel";
|
|
this.flagDLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagDLabel.TabIndex = 0;
|
|
this.flagDLabel.Text = "D";
|
|
this.flagDLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioDIndeterminate
|
|
//
|
|
this.radioDIndeterminate.AutoSize = true;
|
|
this.radioDIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioDIndeterminate.Name = "radioDIndeterminate";
|
|
this.radioDIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioDIndeterminate.TabIndex = 4;
|
|
this.radioDIndeterminate.TabStop = true;
|
|
this.radioDIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioDOne
|
|
//
|
|
this.radioDOne.AutoSize = true;
|
|
this.radioDOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioDOne.Name = "radioDOne";
|
|
this.radioDOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioDOne.TabIndex = 3;
|
|
this.radioDOne.TabStop = true;
|
|
this.radioDOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioDZero
|
|
//
|
|
this.radioDZero.AutoSize = true;
|
|
this.radioDZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioDZero.Name = "radioDZero";
|
|
this.radioDZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioDZero.TabIndex = 2;
|
|
this.radioDZero.TabStop = true;
|
|
this.radioDZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioDDefault
|
|
//
|
|
this.radioDDefault.AutoSize = true;
|
|
this.radioDDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioDDefault.Name = "radioDDefault";
|
|
this.radioDDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioDDefault.TabIndex = 1;
|
|
this.radioDDefault.TabStop = true;
|
|
this.radioDDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelI
|
|
//
|
|
this.panelI.Controls.Add(this.flagILabel);
|
|
this.panelI.Controls.Add(this.radioIIndeterminate);
|
|
this.panelI.Controls.Add(this.radioIOne);
|
|
this.panelI.Controls.Add(this.radioIZero);
|
|
this.panelI.Controls.Add(this.radioIDefault);
|
|
this.panelI.Location = new System.Drawing.Point(268, 47);
|
|
this.panelI.Name = "panelI";
|
|
this.panelI.Size = new System.Drawing.Size(26, 110);
|
|
this.panelI.TabIndex = 18;
|
|
//
|
|
// flagILabel
|
|
//
|
|
this.flagILabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagILabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagILabel.Name = "flagILabel";
|
|
this.flagILabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagILabel.TabIndex = 0;
|
|
this.flagILabel.Text = "I";
|
|
this.flagILabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioIIndeterminate
|
|
//
|
|
this.radioIIndeterminate.AutoSize = true;
|
|
this.radioIIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioIIndeterminate.Name = "radioIIndeterminate";
|
|
this.radioIIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioIIndeterminate.TabIndex = 4;
|
|
this.radioIIndeterminate.TabStop = true;
|
|
this.radioIIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioIOne
|
|
//
|
|
this.radioIOne.AutoSize = true;
|
|
this.radioIOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioIOne.Name = "radioIOne";
|
|
this.radioIOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioIOne.TabIndex = 3;
|
|
this.radioIOne.TabStop = true;
|
|
this.radioIOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioIZero
|
|
//
|
|
this.radioIZero.AutoSize = true;
|
|
this.radioIZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioIZero.Name = "radioIZero";
|
|
this.radioIZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioIZero.TabIndex = 2;
|
|
this.radioIZero.TabStop = true;
|
|
this.radioIZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioIDefault
|
|
//
|
|
this.radioIDefault.AutoSize = true;
|
|
this.radioIDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioIDefault.Name = "radioIDefault";
|
|
this.radioIDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioIDefault.TabIndex = 1;
|
|
this.radioIDefault.TabStop = true;
|
|
this.radioIDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelZ
|
|
//
|
|
this.panelZ.Controls.Add(this.flagZLabel);
|
|
this.panelZ.Controls.Add(this.radioZIndeterminate);
|
|
this.panelZ.Controls.Add(this.radioZOne);
|
|
this.panelZ.Controls.Add(this.radioZZero);
|
|
this.panelZ.Controls.Add(this.radioZDefault);
|
|
this.panelZ.Location = new System.Drawing.Point(300, 47);
|
|
this.panelZ.Name = "panelZ";
|
|
this.panelZ.Size = new System.Drawing.Size(26, 110);
|
|
this.panelZ.TabIndex = 19;
|
|
//
|
|
// flagZLabel
|
|
//
|
|
this.flagZLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagZLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagZLabel.Name = "flagZLabel";
|
|
this.flagZLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagZLabel.TabIndex = 0;
|
|
this.flagZLabel.Text = "Z";
|
|
this.flagZLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioZIndeterminate
|
|
//
|
|
this.radioZIndeterminate.AutoSize = true;
|
|
this.radioZIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioZIndeterminate.Name = "radioZIndeterminate";
|
|
this.radioZIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioZIndeterminate.TabIndex = 4;
|
|
this.radioZIndeterminate.TabStop = true;
|
|
this.radioZIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioZOne
|
|
//
|
|
this.radioZOne.AutoSize = true;
|
|
this.radioZOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioZOne.Name = "radioZOne";
|
|
this.radioZOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioZOne.TabIndex = 3;
|
|
this.radioZOne.TabStop = true;
|
|
this.radioZOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioZZero
|
|
//
|
|
this.radioZZero.AutoSize = true;
|
|
this.radioZZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioZZero.Name = "radioZZero";
|
|
this.radioZZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioZZero.TabIndex = 2;
|
|
this.radioZZero.TabStop = true;
|
|
this.radioZZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioZDefault
|
|
//
|
|
this.radioZDefault.AutoSize = true;
|
|
this.radioZDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioZDefault.Name = "radioZDefault";
|
|
this.radioZDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioZDefault.TabIndex = 1;
|
|
this.radioZDefault.TabStop = true;
|
|
this.radioZDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelC
|
|
//
|
|
this.panelC.Controls.Add(this.flagCLabel);
|
|
this.panelC.Controls.Add(this.radioCIndeterminate);
|
|
this.panelC.Controls.Add(this.radioCOne);
|
|
this.panelC.Controls.Add(this.radioCZero);
|
|
this.panelC.Controls.Add(this.radioCDefault);
|
|
this.panelC.Location = new System.Drawing.Point(332, 47);
|
|
this.panelC.Name = "panelC";
|
|
this.panelC.Size = new System.Drawing.Size(26, 110);
|
|
this.panelC.TabIndex = 20;
|
|
//
|
|
// flagCLabel
|
|
//
|
|
this.flagCLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagCLabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagCLabel.Name = "flagCLabel";
|
|
this.flagCLabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagCLabel.TabIndex = 0;
|
|
this.flagCLabel.Text = "C";
|
|
this.flagCLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioCIndeterminate
|
|
//
|
|
this.radioCIndeterminate.AutoSize = true;
|
|
this.radioCIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioCIndeterminate.Name = "radioCIndeterminate";
|
|
this.radioCIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioCIndeterminate.TabIndex = 4;
|
|
this.radioCIndeterminate.TabStop = true;
|
|
this.radioCIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioCOne
|
|
//
|
|
this.radioCOne.AutoSize = true;
|
|
this.radioCOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioCOne.Name = "radioCOne";
|
|
this.radioCOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioCOne.TabIndex = 3;
|
|
this.radioCOne.TabStop = true;
|
|
this.radioCOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioCZero
|
|
//
|
|
this.radioCZero.AutoSize = true;
|
|
this.radioCZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioCZero.Name = "radioCZero";
|
|
this.radioCZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioCZero.TabIndex = 2;
|
|
this.radioCZero.TabStop = true;
|
|
this.radioCZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioCDefault
|
|
//
|
|
this.radioCDefault.AutoSize = true;
|
|
this.radioCDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioCDefault.Name = "radioCDefault";
|
|
this.radioCDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioCDefault.TabIndex = 1;
|
|
this.radioCDefault.TabStop = true;
|
|
this.radioCDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelE
|
|
//
|
|
this.panelE.Controls.Add(this.flagELabel);
|
|
this.panelE.Controls.Add(this.radioEIndeterminate);
|
|
this.panelE.Controls.Add(this.radioEOne);
|
|
this.panelE.Controls.Add(this.radioEZero);
|
|
this.panelE.Controls.Add(this.radioEDefault);
|
|
this.panelE.Location = new System.Drawing.Point(381, 47);
|
|
this.panelE.Name = "panelE";
|
|
this.panelE.Size = new System.Drawing.Size(26, 110);
|
|
this.panelE.TabIndex = 21;
|
|
//
|
|
// flagELabel
|
|
//
|
|
this.flagELabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.flagELabel.Location = new System.Drawing.Point(3, 0);
|
|
this.flagELabel.Name = "flagELabel";
|
|
this.flagELabel.Size = new System.Drawing.Size(20, 20);
|
|
this.flagELabel.TabIndex = 0;
|
|
this.flagELabel.Text = "E";
|
|
this.flagELabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// radioEIndeterminate
|
|
//
|
|
this.radioEIndeterminate.AutoSize = true;
|
|
this.radioEIndeterminate.Location = new System.Drawing.Point(6, 83);
|
|
this.radioEIndeterminate.Name = "radioEIndeterminate";
|
|
this.radioEIndeterminate.Size = new System.Drawing.Size(14, 13);
|
|
this.radioEIndeterminate.TabIndex = 4;
|
|
this.radioEIndeterminate.TabStop = true;
|
|
this.radioEIndeterminate.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioEOne
|
|
//
|
|
this.radioEOne.AutoSize = true;
|
|
this.radioEOne.Location = new System.Drawing.Point(6, 63);
|
|
this.radioEOne.Name = "radioEOne";
|
|
this.radioEOne.Size = new System.Drawing.Size(14, 13);
|
|
this.radioEOne.TabIndex = 3;
|
|
this.radioEOne.TabStop = true;
|
|
this.radioEOne.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioEZero
|
|
//
|
|
this.radioEZero.AutoSize = true;
|
|
this.radioEZero.Location = new System.Drawing.Point(6, 43);
|
|
this.radioEZero.Name = "radioEZero";
|
|
this.radioEZero.Size = new System.Drawing.Size(14, 13);
|
|
this.radioEZero.TabIndex = 2;
|
|
this.radioEZero.TabStop = true;
|
|
this.radioEZero.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioEDefault
|
|
//
|
|
this.radioEDefault.AutoSize = true;
|
|
this.radioEDefault.Location = new System.Drawing.Point(6, 23);
|
|
this.radioEDefault.Name = "radioEDefault";
|
|
this.radioEDefault.Size = new System.Drawing.Size(14, 13);
|
|
this.radioEDefault.TabIndex = 1;
|
|
this.radioEDefault.TabStop = true;
|
|
this.radioEDefault.UseVisualStyleBackColor = true;
|
|
//
|
|
// instructionLabel
|
|
//
|
|
this.instructionLabel.AutoSize = true;
|
|
this.instructionLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.instructionLabel.Name = "instructionLabel";
|
|
this.instructionLabel.Size = new System.Drawing.Size(297, 13);
|
|
this.instructionLabel.TabIndex = 3;
|
|
this.instructionLabel.Text = "Override processor state values determined by code analyzer:";
|
|
//
|
|
// labelLongRegsNote
|
|
//
|
|
this.labelLongRegsNote.AutoSize = true;
|
|
this.labelLongRegsNote.Location = new System.Drawing.Point(13, 169);
|
|
this.labelLongRegsNote.Name = "labelLongRegsNote";
|
|
this.labelLongRegsNote.Size = new System.Drawing.Size(341, 13);
|
|
this.labelLongRegsNote.TabIndex = 8;
|
|
this.labelLongRegsNote.Text = "Tip: to configure 16-bit registers on 65802/65816, set M, X, and E to 0.";
|
|
//
|
|
// resetButton
|
|
//
|
|
this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.resetButton.Location = new System.Drawing.Point(12, 205);
|
|
this.resetButton.Name = "resetButton";
|
|
this.resetButton.Size = new System.Drawing.Size(112, 23);
|
|
this.resetButton.TabIndex = 2;
|
|
this.resetButton.Text = "Reset to Default";
|
|
this.resetButton.UseVisualStyleBackColor = true;
|
|
this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
|
//
|
|
// EditStatusFlags
|
|
//
|
|
this.AcceptButton = this.okButton;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.cancelButton;
|
|
this.ClientSize = new System.Drawing.Size(449, 240);
|
|
this.Controls.Add(this.resetButton);
|
|
this.Controls.Add(this.labelLongRegsNote);
|
|
this.Controls.Add(this.instructionLabel);
|
|
this.Controls.Add(this.panelE);
|
|
this.Controls.Add(this.panelC);
|
|
this.Controls.Add(this.panelZ);
|
|
this.Controls.Add(this.panelI);
|
|
this.Controls.Add(this.panelD);
|
|
this.Controls.Add(this.panelX);
|
|
this.Controls.Add(this.panelM);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.panelV);
|
|
this.Controls.Add(this.panelN);
|
|
this.Controls.Add(this.indeterminateLabel);
|
|
this.Controls.Add(this.oneLabel);
|
|
this.Controls.Add(this.zeroLabel);
|
|
this.Controls.Add(this.defaultLabel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "EditStatusFlags";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Edit Status Flag Override";
|
|
this.Load += new System.EventHandler(this.EditStatusFlags_Load);
|
|
this.panelN.ResumeLayout(false);
|
|
this.panelN.PerformLayout();
|
|
this.panelV.ResumeLayout(false);
|
|
this.panelV.PerformLayout();
|
|
this.panelM.ResumeLayout(false);
|
|
this.panelM.PerformLayout();
|
|
this.panelX.ResumeLayout(false);
|
|
this.panelX.PerformLayout();
|
|
this.panelD.ResumeLayout(false);
|
|
this.panelD.PerformLayout();
|
|
this.panelI.ResumeLayout(false);
|
|
this.panelI.PerformLayout();
|
|
this.panelZ.ResumeLayout(false);
|
|
this.panelZ.PerformLayout();
|
|
this.panelC.ResumeLayout(false);
|
|
this.panelC.PerformLayout();
|
|
this.panelE.ResumeLayout(false);
|
|
this.panelE.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label defaultLabel;
|
|
private System.Windows.Forms.Label zeroLabel;
|
|
private System.Windows.Forms.Label oneLabel;
|
|
private System.Windows.Forms.Label indeterminateLabel;
|
|
private System.Windows.Forms.Panel panelN;
|
|
private System.Windows.Forms.Label flagNLabel;
|
|
private System.Windows.Forms.RadioButton radioNIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioNOne;
|
|
private System.Windows.Forms.RadioButton radioNZero;
|
|
private System.Windows.Forms.RadioButton radioNDefault;
|
|
private System.Windows.Forms.Panel panelV;
|
|
private System.Windows.Forms.Label flagVLabel;
|
|
private System.Windows.Forms.RadioButton radioVIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioVOne;
|
|
private System.Windows.Forms.RadioButton radioVZero;
|
|
private System.Windows.Forms.RadioButton radioVDefault;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Panel panelM;
|
|
private System.Windows.Forms.Label flagMLabel;
|
|
private System.Windows.Forms.RadioButton radioMIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioMOne;
|
|
private System.Windows.Forms.RadioButton radioMZero;
|
|
private System.Windows.Forms.RadioButton radioMDefault;
|
|
private System.Windows.Forms.Panel panelX;
|
|
private System.Windows.Forms.Label flagXLabel;
|
|
private System.Windows.Forms.RadioButton radioXIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioXOne;
|
|
private System.Windows.Forms.RadioButton radioXZero;
|
|
private System.Windows.Forms.RadioButton radioXDefault;
|
|
private System.Windows.Forms.Panel panelD;
|
|
private System.Windows.Forms.Label flagDLabel;
|
|
private System.Windows.Forms.RadioButton radioDIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioDOne;
|
|
private System.Windows.Forms.RadioButton radioDZero;
|
|
private System.Windows.Forms.RadioButton radioDDefault;
|
|
private System.Windows.Forms.Panel panelI;
|
|
private System.Windows.Forms.Label flagILabel;
|
|
private System.Windows.Forms.RadioButton radioIIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioIOne;
|
|
private System.Windows.Forms.RadioButton radioIZero;
|
|
private System.Windows.Forms.RadioButton radioIDefault;
|
|
private System.Windows.Forms.Panel panelZ;
|
|
private System.Windows.Forms.Label flagZLabel;
|
|
private System.Windows.Forms.RadioButton radioZIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioZOne;
|
|
private System.Windows.Forms.RadioButton radioZZero;
|
|
private System.Windows.Forms.RadioButton radioZDefault;
|
|
private System.Windows.Forms.Panel panelC;
|
|
private System.Windows.Forms.Label flagCLabel;
|
|
private System.Windows.Forms.RadioButton radioCIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioCOne;
|
|
private System.Windows.Forms.RadioButton radioCZero;
|
|
private System.Windows.Forms.RadioButton radioCDefault;
|
|
private System.Windows.Forms.Panel panelE;
|
|
private System.Windows.Forms.Label flagELabel;
|
|
private System.Windows.Forms.RadioButton radioEIndeterminate;
|
|
private System.Windows.Forms.RadioButton radioEOne;
|
|
private System.Windows.Forms.RadioButton radioEZero;
|
|
private System.Windows.Forms.RadioButton radioEDefault;
|
|
private System.Windows.Forms.Label instructionLabel;
|
|
private System.Windows.Forms.Label labelLongRegsNote;
|
|
private System.Windows.Forms.Button resetButton;
|
|
}
|
|
}
|