Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-03-20 20:57:05 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-03-20 20:57:05 +0300
commitf7598533f7629330cb0c8a3e85da02e590badfc0 (patch)
tree1c208a1098f4f3f913e4b0ad60c565f056fbf190
parenta1590b08308921b95656046224bc3dd75131b42c (diff)
...or Live View
-rw-r--r--LiveViewForm.Designer.cs (renamed from LifeViewForm.Designer.cs)4
-rw-r--r--LiveViewForm.cs (renamed from LifeViewForm.cs)4
-rw-r--r--LiveViewForm.resx (renamed from LifeViewForm.resx)0
-rw-r--r--MainForm.cs2
-rw-r--r--hakchi_gui.csproj10
5 files changed, 10 insertions, 10 deletions
diff --git a/LifeViewForm.Designer.cs b/LiveViewForm.Designer.cs
index 59f514ca..f87fef53 100644
--- a/LifeViewForm.Designer.cs
+++ b/LiveViewForm.Designer.cs
@@ -1,6 +1,6 @@
namespace com.clusterrr.hakchi_gui
{
- partial class LifeViewForm
+ partial class LiveViewForm
{
/// <summary>
/// Required designer variable.
@@ -50,7 +50,7 @@
this.Controls.Add(this.pictureBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "LifeViewForm";
- this.Text = "Life View";
+ this.Text = "Live View";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LifeViewForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
diff --git a/LifeViewForm.cs b/LiveViewForm.cs
index 0597f12c..1c247632 100644
--- a/LifeViewForm.cs
+++ b/LiveViewForm.cs
@@ -11,11 +11,11 @@ using System.Windows.Forms;
namespace com.clusterrr.hakchi_gui
{
- public partial class LifeViewForm : Form
+ public partial class LiveViewForm : Form
{
Thread screenShotThread;
- public LifeViewForm()
+ public LiveViewForm()
{
InitializeComponent();
screenShotThread = new Thread(screenShotLoop);
diff --git a/LifeViewForm.resx b/LiveViewForm.resx
index 5ea0895e..5ea0895e 100644
--- a/LifeViewForm.resx
+++ b/LiveViewForm.resx
diff --git a/MainForm.cs b/MainForm.cs
index b62161cb..0ebe2275 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -1740,7 +1740,7 @@ namespace com.clusterrr.hakchi_gui
}).Start();
} else // Shift pressed
{
- new LifeViewForm().ShowDialog();
+ new LiveViewForm().ShowDialog();
}
}
}
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 07421598..0abcb1e8 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -152,11 +152,11 @@
<Compile Include="GameGenie\GameGenieFormatException.cs" />
<Compile Include="GameGenie\GameGenieNotFoundException.cs" />
<Compile Include="GameGenie\GameGeniePatcherSnes.cs" />
- <Compile Include="LifeViewForm.cs">
+ <Compile Include="LiveViewForm.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="LifeViewForm.Designer.cs">
- <DependentUpon>LifeViewForm.cs</DependentUpon>
+ <Compile Include="LiveViewForm.Designer.cs">
+ <DependentUpon>LiveViewForm.cs</DependentUpon>
</Compile>
<Compile Include="SelectConsoleDialog.cs">
<SubType>Form</SubType>
@@ -603,8 +603,8 @@
<EmbeddedResource Include="ImageGooglerForm.pt-BR.resx">
<DependentUpon>ImageGooglerForm.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="LifeViewForm.resx">
- <DependentUpon>LifeViewForm.cs</DependentUpon>
+ <EmbeddedResource Include="LiveViewForm.resx">
+ <DependentUpon>LiveViewForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.hu-HU.resx">
<DependentUpon>MainForm.cs</DependentUpon>