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:
authorNhakin <KahnAbyss1@gmail.com>2017-02-04 18:18:54 +0300
committerGitHub <noreply@github.com>2017-02-04 18:18:54 +0300
commitfdb1b36cff233053d1d74aa5909c5d9e010af50d (patch)
treefd09b5ca56e23687c6b83501683fc8836c9b573b /GameGenieCodeAddModForm.designer.cs
parentfdef741d924443e5d84a697b24ee480c6b961984 (diff)
Add files via upload
Diffstat (limited to 'GameGenieCodeAddModForm.designer.cs')
-rw-r--r--GameGenieCodeAddModForm.designer.cs124
1 files changed, 124 insertions, 0 deletions
diff --git a/GameGenieCodeAddModForm.designer.cs b/GameGenieCodeAddModForm.designer.cs
new file mode 100644
index 00000000..1cfb1ac1
--- /dev/null
+++ b/GameGenieCodeAddModForm.designer.cs
@@ -0,0 +1,124 @@
+namespace com.clusterrr.hakchi_gui
+{
+ partial class GameGenieCodeAddModForm
+ {
+ /// <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(GameGenieCodeAddModForm));
+ this.textBoxCode = new System.Windows.Forms.TextBox();
+ this.textBoxDescription = new System.Windows.Forms.TextBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.buttonCancel = new System.Windows.Forms.Button();
+ this.buttonOk = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // textBoxCode
+ //
+ this.textBoxCode.Location = new System.Drawing.Point(85, 7);
+ this.textBoxCode.Name = "textBoxCode";
+ this.textBoxCode.Size = new System.Drawing.Size(269, 20);
+ this.textBoxCode.TabIndex = 0;
+ //
+ // textBoxDescription
+ //
+ this.textBoxDescription.Location = new System.Drawing.Point(85, 33);
+ this.textBoxDescription.Name = "textBoxDescription";
+ this.textBoxDescription.Size = new System.Drawing.Size(269, 20);
+ this.textBoxDescription.TabIndex = 1;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(16, 10);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(35, 13);
+ this.label1.TabIndex = 2;
+ this.label1.Text = "Code:";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(16, 36);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(63, 13);
+ this.label2.TabIndex = 3;
+ this.label2.Text = "Description:";
+ //
+ // buttonCancel
+ //
+ this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.buttonCancel.Location = new System.Drawing.Point(279, 59);
+ this.buttonCancel.Name = "buttonCancel";
+ this.buttonCancel.Size = new System.Drawing.Size(75, 23);
+ this.buttonCancel.TabIndex = 6;
+ this.buttonCancel.Text = "Cancel";
+ this.buttonCancel.UseVisualStyleBackColor = true;
+ //
+ // buttonOk
+ //
+ this.buttonOk.Location = new System.Drawing.Point(198, 59);
+ this.buttonOk.Name = "buttonOk";
+ this.buttonOk.Size = new System.Drawing.Size(75, 23);
+ this.buttonOk.TabIndex = 5;
+ this.buttonOk.Text = "Ok";
+ this.buttonOk.UseVisualStyleBackColor = true;
+ this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
+ //
+ // GameGenieCodeAddModForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(366, 89);
+ this.Controls.Add(this.buttonCancel);
+ this.Controls.Add(this.buttonOk);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.textBoxDescription);
+ this.Controls.Add(this.textBoxCode);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "GameGenieCodeAddModForm";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Game Genie Code";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.TextBox textBoxCode;
+ private System.Windows.Forms.TextBox textBoxDescription;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Button buttonCancel;
+ private System.Windows.Forms.Button buttonOk;
+ }
+} \ No newline at end of file