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 /SelectSnesButtonsForm.Designer.cs
parent90bbb7552e5aaa9c99d23c4aa89ccac91f5669bb (diff)
New settings for SNES
Diffstat (limited to 'SelectSnesButtonsForm.Designer.cs')
-rw-r--r--SelectSnesButtonsForm.Designer.cs203
1 files changed, 203 insertions, 0 deletions
diff --git a/SelectSnesButtonsForm.Designer.cs b/SelectSnesButtonsForm.Designer.cs
new file mode 100644
index 00000000..d1b35a95
--- /dev/null
+++ b/SelectSnesButtonsForm.Designer.cs
@@ -0,0 +1,203 @@
+namespace com.clusterrr.hakchi_gui
+{
+ partial class SelectSnesButtonsForm
+ {
+ /// <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(SelectSnesButtonsForm));
+ this.buttonOk = new System.Windows.Forms.Button();
+ this.checkBoxUp = new System.Windows.Forms.CheckBox();
+ this.checkBoxDown = new System.Windows.Forms.CheckBox();
+ this.checkBoxA = new System.Windows.Forms.CheckBox();
+ this.checkBoxLeft = new System.Windows.Forms.CheckBox();
+ this.checkBoxB = new System.Windows.Forms.CheckBox();
+ this.checkBoxRight = new System.Windows.Forms.CheckBox();
+ this.checkBoxStart = new System.Windows.Forms.CheckBox();
+ this.checkBoxSelect = new System.Windows.Forms.CheckBox();
+ this.pictureBoxController = new System.Windows.Forms.PictureBox();
+ this.checkBoxY = new System.Windows.Forms.CheckBox();
+ this.checkBoxX = new System.Windows.Forms.CheckBox();
+ this.checkBoxL = new System.Windows.Forms.CheckBox();
+ this.checkBoxR = new System.Windows.Forms.CheckBox();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBoxController)).BeginInit();
+ this.SuspendLayout();
+ //
+ // buttonOk
+ //
+ resources.ApplyResources(this.buttonOk, "buttonOk");
+ this.buttonOk.Name = "buttonOk";
+ this.buttonOk.UseVisualStyleBackColor = true;
+ this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
+ //
+ // checkBoxUp
+ //
+ this.checkBoxUp.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxUp, "checkBoxUp");
+ this.checkBoxUp.Name = "checkBoxUp";
+ this.checkBoxUp.UseVisualStyleBackColor = false;
+ this.checkBoxUp.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxDown
+ //
+ this.checkBoxDown.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxDown, "checkBoxDown");
+ this.checkBoxDown.Name = "checkBoxDown";
+ this.checkBoxDown.UseVisualStyleBackColor = false;
+ this.checkBoxDown.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxA
+ //
+ this.checkBoxA.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxA, "checkBoxA");
+ this.checkBoxA.Name = "checkBoxA";
+ this.checkBoxA.UseVisualStyleBackColor = false;
+ this.checkBoxA.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxLeft
+ //
+ this.checkBoxLeft.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxLeft, "checkBoxLeft");
+ this.checkBoxLeft.Name = "checkBoxLeft";
+ this.checkBoxLeft.UseVisualStyleBackColor = false;
+ this.checkBoxLeft.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxB
+ //
+ this.checkBoxB.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxB, "checkBoxB");
+ this.checkBoxB.Name = "checkBoxB";
+ this.checkBoxB.UseVisualStyleBackColor = false;
+ this.checkBoxB.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxRight
+ //
+ resources.ApplyResources(this.checkBoxRight, "checkBoxRight");
+ this.checkBoxRight.Name = "checkBoxRight";
+ this.checkBoxRight.UseVisualStyleBackColor = true;
+ this.checkBoxRight.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxStart
+ //
+ this.checkBoxStart.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxStart, "checkBoxStart");
+ this.checkBoxStart.Name = "checkBoxStart";
+ this.checkBoxStart.UseVisualStyleBackColor = false;
+ this.checkBoxStart.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxSelect
+ //
+ this.checkBoxSelect.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxSelect, "checkBoxSelect");
+ this.checkBoxSelect.Name = "checkBoxSelect";
+ this.checkBoxSelect.UseVisualStyleBackColor = false;
+ this.checkBoxSelect.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // pictureBoxController
+ //
+ this.pictureBoxController.Image = global::com.clusterrr.hakchi_gui.Properties.Resources.gamepad_SNES;
+ resources.ApplyResources(this.pictureBoxController, "pictureBoxController");
+ this.pictureBoxController.Name = "pictureBoxController";
+ this.pictureBoxController.TabStop = false;
+ //
+ // checkBoxY
+ //
+ this.checkBoxY.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxY, "checkBoxY");
+ this.checkBoxY.Name = "checkBoxY";
+ this.checkBoxY.UseVisualStyleBackColor = false;
+ this.checkBoxY.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxX
+ //
+ this.checkBoxX.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxX, "checkBoxX");
+ this.checkBoxX.Name = "checkBoxX";
+ this.checkBoxX.UseVisualStyleBackColor = false;
+ this.checkBoxX.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxL
+ //
+ this.checkBoxL.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxL, "checkBoxL");
+ this.checkBoxL.Name = "checkBoxL";
+ this.checkBoxL.UseVisualStyleBackColor = false;
+ this.checkBoxL.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // checkBoxR
+ //
+ this.checkBoxR.BackColor = System.Drawing.Color.Transparent;
+ resources.ApplyResources(this.checkBoxR, "checkBoxR");
+ this.checkBoxR.Name = "checkBoxR";
+ this.checkBoxR.UseVisualStyleBackColor = false;
+ this.checkBoxR.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
+ //
+ // SelectSnesButtonsForm
+ //
+ this.AcceptButton = this.buttonOk;
+ resources.ApplyResources(this, "$this");
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.checkBoxR);
+ this.Controls.Add(this.checkBoxL);
+ this.Controls.Add(this.checkBoxX);
+ this.Controls.Add(this.checkBoxY);
+ this.Controls.Add(this.checkBoxUp);
+ this.Controls.Add(this.checkBoxDown);
+ this.Controls.Add(this.checkBoxA);
+ this.Controls.Add(this.checkBoxLeft);
+ this.Controls.Add(this.checkBoxB);
+ this.Controls.Add(this.checkBoxRight);
+ this.Controls.Add(this.checkBoxStart);
+ this.Controls.Add(this.checkBoxSelect);
+ this.Controls.Add(this.buttonOk);
+ this.Controls.Add(this.pictureBoxController);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "SelectSnesButtonsForm";
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBoxController)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button buttonOk;
+ private System.Windows.Forms.CheckBox checkBoxUp;
+ private System.Windows.Forms.CheckBox checkBoxDown;
+ private System.Windows.Forms.CheckBox checkBoxA;
+ private System.Windows.Forms.CheckBox checkBoxLeft;
+ private System.Windows.Forms.CheckBox checkBoxB;
+ private System.Windows.Forms.CheckBox checkBoxRight;
+ private System.Windows.Forms.CheckBox checkBoxStart;
+ private System.Windows.Forms.CheckBox checkBoxSelect;
+ private System.Windows.Forms.PictureBox pictureBoxController;
+ private System.Windows.Forms.CheckBox checkBoxY;
+ private System.Windows.Forms.CheckBox checkBoxX;
+ private System.Windows.Forms.CheckBox checkBoxL;
+ private System.Windows.Forms.CheckBox checkBoxR;
+ }
+} \ No newline at end of file