diff --git a/Breaks6502/BreaksDebug/FormAbout.Designer.cs b/Breaks6502/BreaksDebug/FormAbout.Designer.cs index 95025393..e8eef1dd 100644 --- a/Breaks6502/BreaksDebug/FormAbout.Designer.cs +++ b/Breaks6502/BreaksDebug/FormAbout.Designer.cs @@ -29,85 +29,85 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout)); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.label1 = new System.Windows.Forms.Label(); - this.linkLabel1 = new System.Windows.Forms.LinkLabel(); - this.button1 = new System.Windows.Forms.Button(); - this.label2 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.SuspendLayout(); - // - // pictureBox1 - // - this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); - this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.pictureBox1.Location = new System.Drawing.Point(13, 13); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(77, 73); - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.label1.Location = new System.Drawing.Point(96, 13); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(173, 32); - this.label1.TabIndex = 1; - this.label1.Text = "Breaks Debugger, v. 1.9\r\n© 2022, emu-russia"; - // - // linkLabel1 - // - this.linkLabel1.AutoSize = true; - this.linkLabel1.Location = new System.Drawing.Point(12, 98); - this.linkLabel1.Name = "linkLabel1"; - this.linkLabel1.Size = new System.Drawing.Size(187, 13); - this.linkLabel1.TabIndex = 2; - this.linkLabel1.TabStop = true; - this.linkLabel1.Text = "https://github.com/emu-russia/breaks"; - // - // button1 - // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button1.Location = new System.Drawing.Point(317, 95); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(94, 30); - this.button1.TabIndex = 3; - this.button1.Text = "Close"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(95, 59); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(175, 13); - this.label2.TabIndex = 4; - this.label2.Text = "6502 Data Path diagram by ttlworks"; - // - // FormAbout - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(423, 137); - this.Controls.Add(this.label2); - this.Controls.Add(this.button1); - this.Controls.Add(this.linkLabel1); - this.Controls.Add(this.label1); - this.Controls.Add(this.pictureBox1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.KeyPreview = true; - this.MinimumSize = new System.Drawing.Size(420, 160); - this.Name = "FormAbout"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "About"; - this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormAbout_KeyDown); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout)); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.label1 = new System.Windows.Forms.Label(); + this.linkLabel1 = new System.Windows.Forms.LinkLabel(); + this.button1 = new System.Windows.Forms.Button(); + this.label2 = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // pictureBox1 + // + this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); + this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.pictureBox1.Location = new System.Drawing.Point(13, 13); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(77, 73); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); + this.label1.Location = new System.Drawing.Point(96, 13); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(173, 32); + this.label1.TabIndex = 1; + this.label1.Text = "Breaks Debugger, v. 2.0\r\n© 2023, emu-russia"; + // + // linkLabel1 + // + this.linkLabel1.AutoSize = true; + this.linkLabel1.Location = new System.Drawing.Point(12, 98); + this.linkLabel1.Name = "linkLabel1"; + this.linkLabel1.Size = new System.Drawing.Size(187, 13); + this.linkLabel1.TabIndex = 2; + this.linkLabel1.TabStop = true; + this.linkLabel1.Text = "https://github.com/emu-russia/breaks"; + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button1.Location = new System.Drawing.Point(317, 95); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(94, 30); + this.button1.TabIndex = 3; + this.button1.Text = "Close"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(95, 59); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(175, 13); + this.label2.TabIndex = 4; + this.label2.Text = "6502 Data Path diagram by ttlworks"; + // + // FormAbout + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(423, 137); + this.Controls.Add(this.label2); + this.Controls.Add(this.button1); + this.Controls.Add(this.linkLabel1); + this.Controls.Add(this.label1); + this.Controls.Add(this.pictureBox1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.KeyPreview = true; + this.MinimumSize = new System.Drawing.Size(420, 160); + this.Name = "FormAbout"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "About"; + this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormAbout_KeyDown); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/Breaks6502/BreaksDebug/FormAbout.resx b/Breaks6502/BreaksDebug/FormAbout.resx index 2d1c4746..fed590db 100644 --- a/Breaks6502/BreaksDebug/FormAbout.resx +++ b/Breaks6502/BreaksDebug/FormAbout.resx @@ -121,7 +121,7 @@ iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wgAADsIBFShKgAAADJVJREFUeF7NWwlYlUUXBsnSSv82tcfKBc21LC0stdSs1F9x39I0czeLPxUVsjR3 + wQAADsEBuJFr7QAADJVJREFUeF7NWwlYlUUXBsnSSv82tcfKBc21LC0stdSs1F9x39I0czeLPxUVsjR3 zWTJNFlEVhEQEAMXSCVBZBNREQFRFgVNQQRCQLn4Nme493KXgXu597s9//s8Lw/f/eabmXO+mTPnnJnP DCbEY8bCShlCCqqx5vIDTI7/G1Yny9DhaClah91H89ASNA8pQevD99GR/daf3ZvCyqxlZUPZM7cqa+oq MiEkV0Dt48eIL34E2wsV6BlZCnMmoFnIfYNoztgrqhQrLlYgkdVJdUsNyRRQ8lCGHVmV6H68VCiMFCSF