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>2017-10-06 20:57:28 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-06 20:57:28 +0300
commit3a7111a4c8cb629e0c96dfb50842fb4ef3979eed (patch)
tree86162e035b96d8a7d5fa719afcdf703f63fa65db /SelectConsoleDialog.Designer.cs
parent90bbb7552e5aaa9c99d23c4aa89ccac91f5669bb (diff)
New settings for SNES
Diffstat (limited to 'SelectConsoleDialog.Designer.cs')
-rw-r--r--SelectConsoleDialog.Designer.cs98
1 files changed, 98 insertions, 0 deletions
diff --git a/SelectConsoleDialog.Designer.cs b/SelectConsoleDialog.Designer.cs
new file mode 100644
index 00000000..8ce9e1e6
--- /dev/null
+++ b/SelectConsoleDialog.Designer.cs
@@ -0,0 +1,98 @@
+namespace com.clusterrr.hakchi_gui
+{
+ partial class SelectConsoleDialog
+ {
+ /// <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()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectConsoleDialog));
+ this.labelSelectConsole = new System.Windows.Forms.Label();
+ this.buttonNes = new System.Windows.Forms.Button();
+ this.buttonFamicom = new System.Windows.Forms.Button();
+ this.buttonSnes = new System.Windows.Forms.Button();
+ this.buttonSuperFamicom = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // labelSelectConsole
+ //
+ resources.ApplyResources(this.labelSelectConsole, "labelSelectConsole");
+ this.labelSelectConsole.Name = "labelSelectConsole";
+ //
+ // buttonNes
+ //
+ resources.ApplyResources(this.buttonNes, "buttonNes");
+ this.buttonNes.Name = "buttonNes";
+ this.buttonNes.UseVisualStyleBackColor = true;
+ this.buttonNes.Click += new System.EventHandler(this.buttonNes_Click);
+ //
+ // buttonFamicom
+ //
+ resources.ApplyResources(this.buttonFamicom, "buttonFamicom");
+ this.buttonFamicom.Name = "buttonFamicom";
+ this.buttonFamicom.UseVisualStyleBackColor = true;
+ this.buttonFamicom.Click += new System.EventHandler(this.buttonFamicom_Click);
+ //
+ // buttonSnes
+ //
+ resources.ApplyResources(this.buttonSnes, "buttonSnes");
+ this.buttonSnes.Name = "buttonSnes";
+ this.buttonSnes.UseVisualStyleBackColor = true;
+ this.buttonSnes.Click += new System.EventHandler(this.buttonSnes_Click);
+ //
+ // buttonSuperFamicom
+ //
+ resources.ApplyResources(this.buttonSuperFamicom, "buttonSuperFamicom");
+ this.buttonSuperFamicom.Name = "buttonSuperFamicom";
+ this.buttonSuperFamicom.UseVisualStyleBackColor = true;
+ this.buttonSuperFamicom.Click += new System.EventHandler(this.buttonSuperFamicom_Click);
+ //
+ // ConsoleSelectDialog
+ //
+ resources.ApplyResources(this, "$this");
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ControlBox = false;
+ this.Controls.Add(this.buttonSuperFamicom);
+ this.Controls.Add(this.buttonSnes);
+ this.Controls.Add(this.buttonFamicom);
+ this.Controls.Add(this.buttonNes);
+ this.Controls.Add(this.labelSelectConsole);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "ConsoleSelectDialog";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label labelSelectConsole;
+ private System.Windows.Forms.Button buttonNes;
+ private System.Windows.Forms.Button buttonFamicom;
+ private System.Windows.Forms.Button buttonSnes;
+ private System.Windows.Forms.Button buttonSuperFamicom;
+ }
+} \ No newline at end of file