Those debugger UI files were a bad idea or at least premature
This commit is contained in:
parent
a61ff53d9c
commit
7d5db039c0
|
@ -535,12 +535,6 @@
|
||||||
<Compile Include="tools\Cheats\Cheats.Designer.cs">
|
<Compile Include="tools\Cheats\Cheats.Designer.cs">
|
||||||
<DependentUpon>Cheats.cs</DependentUpon>
|
<DependentUpon>Cheats.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="tools\Debugger\RegisterBox.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="tools\Debugger\RegisterBox.Designer.cs">
|
|
||||||
<DependentUpon>RegisterBox.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="tools\GBA\GBAGPUView.cs">
|
<Compile Include="tools\GBA\GBAGPUView.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -1094,9 +1088,6 @@
|
||||||
<EmbeddedResource Include="tools\Cheats\Cheats.resx">
|
<EmbeddedResource Include="tools\Cheats\Cheats.resx">
|
||||||
<DependentUpon>Cheats.cs</DependentUpon>
|
<DependentUpon>Cheats.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="tools\Debugger\RegisterBox.resx">
|
|
||||||
<DependentUpon>RegisterBox.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="tools\GBA\GBAGPUView.resx">
|
<EmbeddedResource Include="tools\GBA\GBAGPUView.resx">
|
||||||
<DependentUpon>GBAGPUView.cs</DependentUpon>
|
<DependentUpon>GBAGPUView.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|
|
@ -36,38 +36,38 @@
|
||||||
this.ScanlineAdvanceBtn = new System.Windows.Forms.Button();
|
this.ScanlineAdvanceBtn = new System.Windows.Forms.Button();
|
||||||
this.FrameAdvButton = new System.Windows.Forms.Button();
|
this.FrameAdvButton = new System.Windows.Forms.Button();
|
||||||
this.RegistersBox = new System.Windows.Forms.GroupBox();
|
this.RegistersBox = new System.Windows.Forms.GroupBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
|
||||||
this.label5 = new System.Windows.Forms.Label();
|
|
||||||
this.PCRegisterBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.SPRegisterBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.ARegisterBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.XRegisterBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.YRegisterBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.SPRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.ARegisterBinaryBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.XRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.YRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.YRegisterHexBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.XRegisterHexBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.ARegisterHexBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.SPRegisterHexBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.NFlagCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label6 = new System.Windows.Forms.Label();
|
|
||||||
this.VFlagCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.BFlagCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.TFlagCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.CFlagCheckbox = new System.Windows.Forms.CheckBox();
|
this.CFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
this.ZFlagCheckbox = new System.Windows.Forms.CheckBox();
|
this.ZFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
this.IFlagCheckbox = new System.Windows.Forms.CheckBox();
|
this.IFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
this.DFlagCheckbox = new System.Windows.Forms.CheckBox();
|
this.DFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
|
this.BFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
|
this.TFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
|
this.VFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
|
this.label6 = new System.Windows.Forms.Label();
|
||||||
|
this.NFlagCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
|
this.YRegisterHexBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.XRegisterHexBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.ARegisterHexBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.SPRegisterHexBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.YRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.XRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.ARegisterBinaryBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.SPRegisterBinaryBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.YRegisterBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.XRegisterBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.ARegisterBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.SPRegisterBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.PCRegisterBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.CoreInfoBox = new System.Windows.Forms.GroupBox();
|
this.CoreInfoBox = new System.Windows.Forms.GroupBox();
|
||||||
this.label7 = new System.Windows.Forms.Label();
|
|
||||||
this.FrameCountBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.ScanlineBox = new System.Windows.Forms.TextBox();
|
this.ScanlineBox = new System.Windows.Forms.TextBox();
|
||||||
this.label8 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
||||||
|
this.FrameCountBox = new System.Windows.Forms.TextBox();
|
||||||
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
this.DebuggerMenu.SuspendLayout();
|
this.DebuggerMenu.SuspendLayout();
|
||||||
this.RegistersBox.SuspendLayout();
|
this.RegistersBox.SuspendLayout();
|
||||||
this.CoreInfoBox.SuspendLayout();
|
this.CoreInfoBox.SuspendLayout();
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
//
|
//
|
||||||
this.ExitMenuItem.Name = "ExitMenuItem";
|
this.ExitMenuItem.Name = "ExitMenuItem";
|
||||||
this.ExitMenuItem.ShortcutKeyDisplayString = "Alt+F4";
|
this.ExitMenuItem.ShortcutKeyDisplayString = "Alt+F4";
|
||||||
this.ExitMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.ExitMenuItem.Size = new System.Drawing.Size(145, 22);
|
||||||
this.ExitMenuItem.Text = "&Close";
|
this.ExitMenuItem.Text = "&Close";
|
||||||
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
|
this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -168,212 +168,6 @@
|
||||||
this.RegistersBox.TabStop = false;
|
this.RegistersBox.TabStop = false;
|
||||||
this.RegistersBox.Text = "Registers";
|
this.RegistersBox.Text = "Registers";
|
||||||
//
|
//
|
||||||
// label1
|
|
||||||
//
|
|
||||||
this.label1.AutoSize = true;
|
|
||||||
this.label1.Location = new System.Drawing.Point(6, 19);
|
|
||||||
this.label1.Name = "label1";
|
|
||||||
this.label1.Size = new System.Drawing.Size(24, 13);
|
|
||||||
this.label1.TabIndex = 0;
|
|
||||||
this.label1.Text = "PC:";
|
|
||||||
//
|
|
||||||
// label2
|
|
||||||
//
|
|
||||||
this.label2.AutoSize = true;
|
|
||||||
this.label2.Location = new System.Drawing.Point(6, 40);
|
|
||||||
this.label2.Name = "label2";
|
|
||||||
this.label2.Size = new System.Drawing.Size(24, 13);
|
|
||||||
this.label2.TabIndex = 1;
|
|
||||||
this.label2.Text = "SP:";
|
|
||||||
//
|
|
||||||
// label3
|
|
||||||
//
|
|
||||||
this.label3.AutoSize = true;
|
|
||||||
this.label3.Location = new System.Drawing.Point(6, 60);
|
|
||||||
this.label3.Name = "label3";
|
|
||||||
this.label3.Size = new System.Drawing.Size(17, 13);
|
|
||||||
this.label3.TabIndex = 2;
|
|
||||||
this.label3.Text = "A:";
|
|
||||||
//
|
|
||||||
// label4
|
|
||||||
//
|
|
||||||
this.label4.AutoSize = true;
|
|
||||||
this.label4.Location = new System.Drawing.Point(6, 80);
|
|
||||||
this.label4.Name = "label4";
|
|
||||||
this.label4.Size = new System.Drawing.Size(17, 13);
|
|
||||||
this.label4.TabIndex = 3;
|
|
||||||
this.label4.Text = "X:";
|
|
||||||
//
|
|
||||||
// label5
|
|
||||||
//
|
|
||||||
this.label5.AutoSize = true;
|
|
||||||
this.label5.Location = new System.Drawing.Point(6, 100);
|
|
||||||
this.label5.Name = "label5";
|
|
||||||
this.label5.Size = new System.Drawing.Size(17, 13);
|
|
||||||
this.label5.TabIndex = 4;
|
|
||||||
this.label5.Text = "Y:";
|
|
||||||
//
|
|
||||||
// PCRegisterBox
|
|
||||||
//
|
|
||||||
this.PCRegisterBox.Location = new System.Drawing.Point(36, 16);
|
|
||||||
this.PCRegisterBox.Name = "PCRegisterBox";
|
|
||||||
this.PCRegisterBox.ReadOnly = true;
|
|
||||||
this.PCRegisterBox.Size = new System.Drawing.Size(72, 20);
|
|
||||||
this.PCRegisterBox.TabIndex = 5;
|
|
||||||
//
|
|
||||||
// SPRegisterBox
|
|
||||||
//
|
|
||||||
this.SPRegisterBox.Location = new System.Drawing.Point(36, 37);
|
|
||||||
this.SPRegisterBox.Name = "SPRegisterBox";
|
|
||||||
this.SPRegisterBox.ReadOnly = true;
|
|
||||||
this.SPRegisterBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.SPRegisterBox.TabIndex = 6;
|
|
||||||
//
|
|
||||||
// ARegisterBox
|
|
||||||
//
|
|
||||||
this.ARegisterBox.Location = new System.Drawing.Point(36, 57);
|
|
||||||
this.ARegisterBox.Name = "ARegisterBox";
|
|
||||||
this.ARegisterBox.ReadOnly = true;
|
|
||||||
this.ARegisterBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.ARegisterBox.TabIndex = 7;
|
|
||||||
//
|
|
||||||
// XRegisterBox
|
|
||||||
//
|
|
||||||
this.XRegisterBox.Location = new System.Drawing.Point(36, 77);
|
|
||||||
this.XRegisterBox.Name = "XRegisterBox";
|
|
||||||
this.XRegisterBox.ReadOnly = true;
|
|
||||||
this.XRegisterBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.XRegisterBox.TabIndex = 8;
|
|
||||||
//
|
|
||||||
// YRegisterBox
|
|
||||||
//
|
|
||||||
this.YRegisterBox.Location = new System.Drawing.Point(36, 97);
|
|
||||||
this.YRegisterBox.Name = "YRegisterBox";
|
|
||||||
this.YRegisterBox.ReadOnly = true;
|
|
||||||
this.YRegisterBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.YRegisterBox.TabIndex = 9;
|
|
||||||
//
|
|
||||||
// SPRegisterBinaryBox
|
|
||||||
//
|
|
||||||
this.SPRegisterBinaryBox.Location = new System.Drawing.Point(121, 37);
|
|
||||||
this.SPRegisterBinaryBox.Name = "SPRegisterBinaryBox";
|
|
||||||
this.SPRegisterBinaryBox.ReadOnly = true;
|
|
||||||
this.SPRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
|
||||||
this.SPRegisterBinaryBox.TabIndex = 10;
|
|
||||||
this.SPRegisterBinaryBox.Text = "0000 0000";
|
|
||||||
//
|
|
||||||
// ARegisterBinaryBox
|
|
||||||
//
|
|
||||||
this.ARegisterBinaryBox.Location = new System.Drawing.Point(121, 57);
|
|
||||||
this.ARegisterBinaryBox.Name = "ARegisterBinaryBox";
|
|
||||||
this.ARegisterBinaryBox.ReadOnly = true;
|
|
||||||
this.ARegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
|
||||||
this.ARegisterBinaryBox.TabIndex = 11;
|
|
||||||
this.ARegisterBinaryBox.Text = "0000 0000";
|
|
||||||
//
|
|
||||||
// XRegisterBinaryBox
|
|
||||||
//
|
|
||||||
this.XRegisterBinaryBox.Location = new System.Drawing.Point(121, 77);
|
|
||||||
this.XRegisterBinaryBox.Name = "XRegisterBinaryBox";
|
|
||||||
this.XRegisterBinaryBox.ReadOnly = true;
|
|
||||||
this.XRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
|
||||||
this.XRegisterBinaryBox.TabIndex = 12;
|
|
||||||
this.XRegisterBinaryBox.Text = "0000 0000";
|
|
||||||
//
|
|
||||||
// YRegisterBinaryBox
|
|
||||||
//
|
|
||||||
this.YRegisterBinaryBox.Location = new System.Drawing.Point(121, 97);
|
|
||||||
this.YRegisterBinaryBox.Name = "YRegisterBinaryBox";
|
|
||||||
this.YRegisterBinaryBox.ReadOnly = true;
|
|
||||||
this.YRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
|
||||||
this.YRegisterBinaryBox.TabIndex = 13;
|
|
||||||
this.YRegisterBinaryBox.Text = "0000 0000";
|
|
||||||
//
|
|
||||||
// YRegisterHexBox
|
|
||||||
//
|
|
||||||
this.YRegisterHexBox.Location = new System.Drawing.Point(86, 97);
|
|
||||||
this.YRegisterHexBox.Name = "YRegisterHexBox";
|
|
||||||
this.YRegisterHexBox.ReadOnly = true;
|
|
||||||
this.YRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.YRegisterHexBox.TabIndex = 17;
|
|
||||||
//
|
|
||||||
// XRegisterHexBox
|
|
||||||
//
|
|
||||||
this.XRegisterHexBox.Location = new System.Drawing.Point(86, 77);
|
|
||||||
this.XRegisterHexBox.Name = "XRegisterHexBox";
|
|
||||||
this.XRegisterHexBox.ReadOnly = true;
|
|
||||||
this.XRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.XRegisterHexBox.TabIndex = 16;
|
|
||||||
//
|
|
||||||
// ARegisterHexBox
|
|
||||||
//
|
|
||||||
this.ARegisterHexBox.Location = new System.Drawing.Point(86, 57);
|
|
||||||
this.ARegisterHexBox.Name = "ARegisterHexBox";
|
|
||||||
this.ARegisterHexBox.ReadOnly = true;
|
|
||||||
this.ARegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.ARegisterHexBox.TabIndex = 15;
|
|
||||||
//
|
|
||||||
// SPRegisterHexBox
|
|
||||||
//
|
|
||||||
this.SPRegisterHexBox.Location = new System.Drawing.Point(86, 37);
|
|
||||||
this.SPRegisterHexBox.Name = "SPRegisterHexBox";
|
|
||||||
this.SPRegisterHexBox.ReadOnly = true;
|
|
||||||
this.SPRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.SPRegisterHexBox.TabIndex = 14;
|
|
||||||
//
|
|
||||||
// NFlagCheckbox
|
|
||||||
//
|
|
||||||
this.NFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
||||||
this.NFlagCheckbox.AutoSize = true;
|
|
||||||
this.NFlagCheckbox.Location = new System.Drawing.Point(48, 121);
|
|
||||||
this.NFlagCheckbox.Name = "NFlagCheckbox";
|
|
||||||
this.NFlagCheckbox.Size = new System.Drawing.Size(25, 23);
|
|
||||||
this.NFlagCheckbox.TabIndex = 18;
|
|
||||||
this.NFlagCheckbox.Text = "N";
|
|
||||||
this.NFlagCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label6
|
|
||||||
//
|
|
||||||
this.label6.AutoSize = true;
|
|
||||||
this.label6.Location = new System.Drawing.Point(7, 126);
|
|
||||||
this.label6.Name = "label6";
|
|
||||||
this.label6.Size = new System.Drawing.Size(35, 13);
|
|
||||||
this.label6.TabIndex = 19;
|
|
||||||
this.label6.Text = "Flags:";
|
|
||||||
//
|
|
||||||
// VFlagCheckbox
|
|
||||||
//
|
|
||||||
this.VFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
||||||
this.VFlagCheckbox.AutoSize = true;
|
|
||||||
this.VFlagCheckbox.Location = new System.Drawing.Point(72, 121);
|
|
||||||
this.VFlagCheckbox.Name = "VFlagCheckbox";
|
|
||||||
this.VFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
|
||||||
this.VFlagCheckbox.TabIndex = 20;
|
|
||||||
this.VFlagCheckbox.Text = "V";
|
|
||||||
this.VFlagCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// BFlagCheckbox
|
|
||||||
//
|
|
||||||
this.BFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
||||||
this.BFlagCheckbox.AutoSize = true;
|
|
||||||
this.BFlagCheckbox.Location = new System.Drawing.Point(118, 121);
|
|
||||||
this.BFlagCheckbox.Name = "BFlagCheckbox";
|
|
||||||
this.BFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
|
||||||
this.BFlagCheckbox.TabIndex = 22;
|
|
||||||
this.BFlagCheckbox.Text = "B";
|
|
||||||
this.BFlagCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// TFlagCheckbox
|
|
||||||
//
|
|
||||||
this.TFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
||||||
this.TFlagCheckbox.AutoSize = true;
|
|
||||||
this.TFlagCheckbox.Location = new System.Drawing.Point(95, 121);
|
|
||||||
this.TFlagCheckbox.Name = "TFlagCheckbox";
|
|
||||||
this.TFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
|
||||||
this.TFlagCheckbox.TabIndex = 21;
|
|
||||||
this.TFlagCheckbox.Text = "T";
|
|
||||||
this.TFlagCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// CFlagCheckbox
|
// CFlagCheckbox
|
||||||
//
|
//
|
||||||
this.CFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
this.CFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||||||
|
@ -418,6 +212,212 @@
|
||||||
this.DFlagCheckbox.Text = "D";
|
this.DFlagCheckbox.Text = "D";
|
||||||
this.DFlagCheckbox.UseVisualStyleBackColor = true;
|
this.DFlagCheckbox.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
// BFlagCheckbox
|
||||||
|
//
|
||||||
|
this.BFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||||||
|
this.BFlagCheckbox.AutoSize = true;
|
||||||
|
this.BFlagCheckbox.Location = new System.Drawing.Point(118, 121);
|
||||||
|
this.BFlagCheckbox.Name = "BFlagCheckbox";
|
||||||
|
this.BFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
||||||
|
this.BFlagCheckbox.TabIndex = 22;
|
||||||
|
this.BFlagCheckbox.Text = "B";
|
||||||
|
this.BFlagCheckbox.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// TFlagCheckbox
|
||||||
|
//
|
||||||
|
this.TFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||||||
|
this.TFlagCheckbox.AutoSize = true;
|
||||||
|
this.TFlagCheckbox.Location = new System.Drawing.Point(95, 121);
|
||||||
|
this.TFlagCheckbox.Name = "TFlagCheckbox";
|
||||||
|
this.TFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
||||||
|
this.TFlagCheckbox.TabIndex = 21;
|
||||||
|
this.TFlagCheckbox.Text = "T";
|
||||||
|
this.TFlagCheckbox.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// VFlagCheckbox
|
||||||
|
//
|
||||||
|
this.VFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||||||
|
this.VFlagCheckbox.AutoSize = true;
|
||||||
|
this.VFlagCheckbox.Location = new System.Drawing.Point(72, 121);
|
||||||
|
this.VFlagCheckbox.Name = "VFlagCheckbox";
|
||||||
|
this.VFlagCheckbox.Size = new System.Drawing.Size(24, 23);
|
||||||
|
this.VFlagCheckbox.TabIndex = 20;
|
||||||
|
this.VFlagCheckbox.Text = "V";
|
||||||
|
this.VFlagCheckbox.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// label6
|
||||||
|
//
|
||||||
|
this.label6.AutoSize = true;
|
||||||
|
this.label6.Location = new System.Drawing.Point(7, 126);
|
||||||
|
this.label6.Name = "label6";
|
||||||
|
this.label6.Size = new System.Drawing.Size(35, 13);
|
||||||
|
this.label6.TabIndex = 19;
|
||||||
|
this.label6.Text = "Flags:";
|
||||||
|
//
|
||||||
|
// NFlagCheckbox
|
||||||
|
//
|
||||||
|
this.NFlagCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||||||
|
this.NFlagCheckbox.AutoSize = true;
|
||||||
|
this.NFlagCheckbox.Location = new System.Drawing.Point(48, 121);
|
||||||
|
this.NFlagCheckbox.Name = "NFlagCheckbox";
|
||||||
|
this.NFlagCheckbox.Size = new System.Drawing.Size(25, 23);
|
||||||
|
this.NFlagCheckbox.TabIndex = 18;
|
||||||
|
this.NFlagCheckbox.Text = "N";
|
||||||
|
this.NFlagCheckbox.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// YRegisterHexBox
|
||||||
|
//
|
||||||
|
this.YRegisterHexBox.Location = new System.Drawing.Point(86, 97);
|
||||||
|
this.YRegisterHexBox.Name = "YRegisterHexBox";
|
||||||
|
this.YRegisterHexBox.ReadOnly = true;
|
||||||
|
this.YRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.YRegisterHexBox.TabIndex = 17;
|
||||||
|
//
|
||||||
|
// XRegisterHexBox
|
||||||
|
//
|
||||||
|
this.XRegisterHexBox.Location = new System.Drawing.Point(86, 77);
|
||||||
|
this.XRegisterHexBox.Name = "XRegisterHexBox";
|
||||||
|
this.XRegisterHexBox.ReadOnly = true;
|
||||||
|
this.XRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.XRegisterHexBox.TabIndex = 16;
|
||||||
|
//
|
||||||
|
// ARegisterHexBox
|
||||||
|
//
|
||||||
|
this.ARegisterHexBox.Location = new System.Drawing.Point(86, 57);
|
||||||
|
this.ARegisterHexBox.Name = "ARegisterHexBox";
|
||||||
|
this.ARegisterHexBox.ReadOnly = true;
|
||||||
|
this.ARegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.ARegisterHexBox.TabIndex = 15;
|
||||||
|
//
|
||||||
|
// SPRegisterHexBox
|
||||||
|
//
|
||||||
|
this.SPRegisterHexBox.Location = new System.Drawing.Point(86, 37);
|
||||||
|
this.SPRegisterHexBox.Name = "SPRegisterHexBox";
|
||||||
|
this.SPRegisterHexBox.ReadOnly = true;
|
||||||
|
this.SPRegisterHexBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.SPRegisterHexBox.TabIndex = 14;
|
||||||
|
//
|
||||||
|
// YRegisterBinaryBox
|
||||||
|
//
|
||||||
|
this.YRegisterBinaryBox.Location = new System.Drawing.Point(121, 97);
|
||||||
|
this.YRegisterBinaryBox.Name = "YRegisterBinaryBox";
|
||||||
|
this.YRegisterBinaryBox.ReadOnly = true;
|
||||||
|
this.YRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
||||||
|
this.YRegisterBinaryBox.TabIndex = 13;
|
||||||
|
this.YRegisterBinaryBox.Text = "0000 0000";
|
||||||
|
//
|
||||||
|
// XRegisterBinaryBox
|
||||||
|
//
|
||||||
|
this.XRegisterBinaryBox.Location = new System.Drawing.Point(121, 77);
|
||||||
|
this.XRegisterBinaryBox.Name = "XRegisterBinaryBox";
|
||||||
|
this.XRegisterBinaryBox.ReadOnly = true;
|
||||||
|
this.XRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
||||||
|
this.XRegisterBinaryBox.TabIndex = 12;
|
||||||
|
this.XRegisterBinaryBox.Text = "0000 0000";
|
||||||
|
//
|
||||||
|
// ARegisterBinaryBox
|
||||||
|
//
|
||||||
|
this.ARegisterBinaryBox.Location = new System.Drawing.Point(121, 57);
|
||||||
|
this.ARegisterBinaryBox.Name = "ARegisterBinaryBox";
|
||||||
|
this.ARegisterBinaryBox.ReadOnly = true;
|
||||||
|
this.ARegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
||||||
|
this.ARegisterBinaryBox.TabIndex = 11;
|
||||||
|
this.ARegisterBinaryBox.Text = "0000 0000";
|
||||||
|
//
|
||||||
|
// SPRegisterBinaryBox
|
||||||
|
//
|
||||||
|
this.SPRegisterBinaryBox.Location = new System.Drawing.Point(121, 37);
|
||||||
|
this.SPRegisterBinaryBox.Name = "SPRegisterBinaryBox";
|
||||||
|
this.SPRegisterBinaryBox.ReadOnly = true;
|
||||||
|
this.SPRegisterBinaryBox.Size = new System.Drawing.Size(62, 20);
|
||||||
|
this.SPRegisterBinaryBox.TabIndex = 10;
|
||||||
|
this.SPRegisterBinaryBox.Text = "0000 0000";
|
||||||
|
//
|
||||||
|
// YRegisterBox
|
||||||
|
//
|
||||||
|
this.YRegisterBox.Location = new System.Drawing.Point(36, 97);
|
||||||
|
this.YRegisterBox.Name = "YRegisterBox";
|
||||||
|
this.YRegisterBox.ReadOnly = true;
|
||||||
|
this.YRegisterBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.YRegisterBox.TabIndex = 9;
|
||||||
|
//
|
||||||
|
// XRegisterBox
|
||||||
|
//
|
||||||
|
this.XRegisterBox.Location = new System.Drawing.Point(36, 77);
|
||||||
|
this.XRegisterBox.Name = "XRegisterBox";
|
||||||
|
this.XRegisterBox.ReadOnly = true;
|
||||||
|
this.XRegisterBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.XRegisterBox.TabIndex = 8;
|
||||||
|
//
|
||||||
|
// ARegisterBox
|
||||||
|
//
|
||||||
|
this.ARegisterBox.Location = new System.Drawing.Point(36, 57);
|
||||||
|
this.ARegisterBox.Name = "ARegisterBox";
|
||||||
|
this.ARegisterBox.ReadOnly = true;
|
||||||
|
this.ARegisterBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.ARegisterBox.TabIndex = 7;
|
||||||
|
//
|
||||||
|
// SPRegisterBox
|
||||||
|
//
|
||||||
|
this.SPRegisterBox.Location = new System.Drawing.Point(36, 37);
|
||||||
|
this.SPRegisterBox.Name = "SPRegisterBox";
|
||||||
|
this.SPRegisterBox.ReadOnly = true;
|
||||||
|
this.SPRegisterBox.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.SPRegisterBox.TabIndex = 6;
|
||||||
|
//
|
||||||
|
// PCRegisterBox
|
||||||
|
//
|
||||||
|
this.PCRegisterBox.Location = new System.Drawing.Point(36, 16);
|
||||||
|
this.PCRegisterBox.Name = "PCRegisterBox";
|
||||||
|
this.PCRegisterBox.ReadOnly = true;
|
||||||
|
this.PCRegisterBox.Size = new System.Drawing.Size(72, 20);
|
||||||
|
this.PCRegisterBox.TabIndex = 5;
|
||||||
|
//
|
||||||
|
// label5
|
||||||
|
//
|
||||||
|
this.label5.AutoSize = true;
|
||||||
|
this.label5.Location = new System.Drawing.Point(6, 100);
|
||||||
|
this.label5.Name = "label5";
|
||||||
|
this.label5.Size = new System.Drawing.Size(17, 13);
|
||||||
|
this.label5.TabIndex = 4;
|
||||||
|
this.label5.Text = "Y:";
|
||||||
|
//
|
||||||
|
// label4
|
||||||
|
//
|
||||||
|
this.label4.AutoSize = true;
|
||||||
|
this.label4.Location = new System.Drawing.Point(6, 80);
|
||||||
|
this.label4.Name = "label4";
|
||||||
|
this.label4.Size = new System.Drawing.Size(17, 13);
|
||||||
|
this.label4.TabIndex = 3;
|
||||||
|
this.label4.Text = "X:";
|
||||||
|
//
|
||||||
|
// label3
|
||||||
|
//
|
||||||
|
this.label3.AutoSize = true;
|
||||||
|
this.label3.Location = new System.Drawing.Point(6, 60);
|
||||||
|
this.label3.Name = "label3";
|
||||||
|
this.label3.Size = new System.Drawing.Size(17, 13);
|
||||||
|
this.label3.TabIndex = 2;
|
||||||
|
this.label3.Text = "A:";
|
||||||
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
this.label2.AutoSize = true;
|
||||||
|
this.label2.Location = new System.Drawing.Point(6, 40);
|
||||||
|
this.label2.Name = "label2";
|
||||||
|
this.label2.Size = new System.Drawing.Size(24, 13);
|
||||||
|
this.label2.TabIndex = 1;
|
||||||
|
this.label2.Text = "SP:";
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(6, 19);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(24, 13);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "PC:";
|
||||||
|
//
|
||||||
// CoreInfoBox
|
// CoreInfoBox
|
||||||
//
|
//
|
||||||
this.CoreInfoBox.Controls.Add(this.ScanlineBox);
|
this.CoreInfoBox.Controls.Add(this.ScanlineBox);
|
||||||
|
@ -430,23 +430,6 @@
|
||||||
this.CoreInfoBox.TabIndex = 5;
|
this.CoreInfoBox.TabIndex = 5;
|
||||||
this.CoreInfoBox.TabStop = false;
|
this.CoreInfoBox.TabStop = false;
|
||||||
//
|
//
|
||||||
// label7
|
|
||||||
//
|
|
||||||
this.label7.AutoSize = true;
|
|
||||||
this.label7.Location = new System.Drawing.Point(6, 16);
|
|
||||||
this.label7.Name = "label7";
|
|
||||||
this.label7.Size = new System.Drawing.Size(39, 13);
|
|
||||||
this.label7.TabIndex = 0;
|
|
||||||
this.label7.Text = "Frame:";
|
|
||||||
//
|
|
||||||
// FrameCountBox
|
|
||||||
//
|
|
||||||
this.FrameCountBox.Location = new System.Drawing.Point(58, 13);
|
|
||||||
this.FrameCountBox.Name = "FrameCountBox";
|
|
||||||
this.FrameCountBox.ReadOnly = true;
|
|
||||||
this.FrameCountBox.Size = new System.Drawing.Size(74, 20);
|
|
||||||
this.FrameCountBox.TabIndex = 1;
|
|
||||||
//
|
|
||||||
// ScanlineBox
|
// ScanlineBox
|
||||||
//
|
//
|
||||||
this.ScanlineBox.Location = new System.Drawing.Point(58, 37);
|
this.ScanlineBox.Location = new System.Drawing.Point(58, 37);
|
||||||
|
@ -465,6 +448,23 @@
|
||||||
this.label8.TabIndex = 2;
|
this.label8.TabIndex = 2;
|
||||||
this.label8.Text = "Scanline:";
|
this.label8.Text = "Scanline:";
|
||||||
//
|
//
|
||||||
|
// FrameCountBox
|
||||||
|
//
|
||||||
|
this.FrameCountBox.Location = new System.Drawing.Point(58, 13);
|
||||||
|
this.FrameCountBox.Name = "FrameCountBox";
|
||||||
|
this.FrameCountBox.ReadOnly = true;
|
||||||
|
this.FrameCountBox.Size = new System.Drawing.Size(74, 20);
|
||||||
|
this.FrameCountBox.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// label7
|
||||||
|
//
|
||||||
|
this.label7.AutoSize = true;
|
||||||
|
this.label7.Location = new System.Drawing.Point(6, 16);
|
||||||
|
this.label7.Name = "label7";
|
||||||
|
this.label7.Size = new System.Drawing.Size(39, 13);
|
||||||
|
this.label7.TabIndex = 0;
|
||||||
|
this.label7.Text = "Frame:";
|
||||||
|
//
|
||||||
// Atari2600Debugger
|
// Atari2600Debugger
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
@ -479,7 +479,7 @@
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.MainMenuStrip = this.DebuggerMenu;
|
this.MainMenuStrip = this.DebuggerMenu;
|
||||||
this.Name = "Atari2600Debugger";
|
this.Name = "Atari2600Debugger";
|
||||||
this.Text = " ";
|
this.Text = " Debugger";
|
||||||
this.Load += new System.EventHandler(this.Atari2600Debugger_Load);
|
this.Load += new System.EventHandler(this.Atari2600Debugger_Load);
|
||||||
this.DebuggerMenu.ResumeLayout(false);
|
this.DebuggerMenu.ResumeLayout(false);
|
||||||
this.DebuggerMenu.PerformLayout();
|
this.DebuggerMenu.PerformLayout();
|
||||||
|
|
|
@ -1,46 +0,0 @@
|
||||||
namespace BizHawk.Client.EmuHawk
|
|
||||||
{
|
|
||||||
partial class RegisterBox
|
|
||||||
{
|
|
||||||
/// <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.SuspendLayout();
|
|
||||||
//
|
|
||||||
// RegisterBox
|
|
||||||
//
|
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
||||||
this.Name = "RegisterBox";
|
|
||||||
this.Size = new System.Drawing.Size(316, 354);
|
|
||||||
this.Load += new System.EventHandler(this.RegisterBox_Load);
|
|
||||||
this.ResumeLayout(false);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Drawing;
|
|
||||||
using System.Data;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// This control shows Cpu Flags and Registers from the currently running emulator core
|
|
||||||
/// </summary>
|
|
||||||
public partial class RegisterBox : UserControl
|
|
||||||
{
|
|
||||||
public RegisterBox()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void RegisterBox_Load(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,120 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:choice maxOccurs="unbounded">
|
|
||||||
<xsd:element name="metadata">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="assembly">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="data">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="resheader">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
<resheader name="resmimetype">
|
|
||||||
<value>text/microsoft-resx</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="version">
|
|
||||||
<value>2.0</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="reader">
|
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="writer">
|
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
</root>
|
|
Loading…
Reference in New Issue