From 49c3fe2449dce003bee604879611db94799d0c9a Mon Sep 17 00:00:00 2001 From: SuuperW Date: Wed, 4 Mar 2015 19:05:44 +0000 Subject: [PATCH] TAStudio HistoryBox deleted. --- .../tools/TAStudio/HistoryBox.Designer.cs | 110 ---------------- .../tools/TAStudio/HistoryBox.cs | 29 ----- .../tools/TAStudio/HistoryBox.resx | 120 ------------------ 3 files changed, 259 deletions(-) delete mode 100644 BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.Designer.cs delete mode 100644 BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.cs delete mode 100644 BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.resx diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.Designer.cs deleted file mode 100644 index 9d2787cab1..0000000000 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.Designer.cs +++ /dev/null @@ -1,110 +0,0 @@ -namespace BizHawk.Client.EmuHawk -{ - partial class HistoryBox - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.HistoryView = new BizHawk.Client.EmuHawk.VirtualListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.UndoButton = new System.Windows.Forms.Button(); - this.ClearButton = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // HistoryView - // - this.HistoryView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.HistoryView.BlazingFast = false; - this.HistoryView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader1, - this.columnHeader2}); - this.HistoryView.ItemCount = 0; - this.HistoryView.Location = new System.Drawing.Point(0, 0); - this.HistoryView.Name = "HistoryView"; - this.HistoryView.SelectAllInProgress = false; - this.HistoryView.selectedItem = -1; - this.HistoryView.Size = new System.Drawing.Size(204, 318); - this.HistoryView.TabIndex = 0; - this.HistoryView.UseCompatibleStateImageBehavior = false; - this.HistoryView.UseCustomBackground = true; - this.HistoryView.View = System.Windows.Forms.View.Details; - // - // columnHeader1 - // - this.columnHeader1.Text = "ID"; - this.columnHeader1.Width = 40; - // - // columnHeader2 - // - this.columnHeader2.Text = "Undo Step"; - this.columnHeader2.Width = 160; - // - // UndoButton - // - this.UndoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.UndoButton.Location = new System.Drawing.Point(3, 324); - this.UndoButton.Name = "UndoButton"; - this.UndoButton.Size = new System.Drawing.Size(55, 23); - this.UndoButton.TabIndex = 1; - this.UndoButton.Text = "Undo"; - this.UndoButton.UseVisualStyleBackColor = true; - // - // ClearButton - // - this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.ClearButton.Location = new System.Drawing.Point(146, 324); - this.ClearButton.Name = "ClearButton"; - this.ClearButton.Size = new System.Drawing.Size(55, 23); - this.ClearButton.TabIndex = 1; - this.ClearButton.Text = "Clear"; - this.ClearButton.UseVisualStyleBackColor = true; - // - // HistoryBox - // - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; - this.Controls.Add(this.ClearButton); - this.Controls.Add(this.UndoButton); - this.Controls.Add(this.HistoryView); - this.Name = "HistoryBox"; - this.Size = new System.Drawing.Size(204, 350); - this.ResumeLayout(false); - - } - - #endregion - - private VirtualListView HistoryView; - private System.Windows.Forms.ColumnHeader columnHeader1; - private System.Windows.Forms.ColumnHeader columnHeader2; - private System.Windows.Forms.Button UndoButton; - private System.Windows.Forms.Button ClearButton; - - - } -} diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.cs deleted file mode 100644 index 75a62475d9..0000000000 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.cs +++ /dev/null @@ -1,29 +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; - -//using BizHawk.Client.Common; -//using BizHawk.Emulation.Common; - -namespace BizHawk.Client.EmuHawk -{ - public partial class HistoryBox : UserControl - { - public TAStudio Tastudio { get; set; } - - public HistoryBox() - { - InitializeComponent(); - } - - public void UpdateValues() - { - - } - } -} diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.resx b/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.resx deleted file mode 100644 index 29dcb1b3a3..0000000000 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/HistoryBox.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file