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 /GameGenieCodeForm.designer.cs
parentfdef741d924443e5d84a697b24ee480c6b961984 (diff)
Add files via upload
Diffstat (limited to 'GameGenieCodeForm.designer.cs')
-rw-r--r--GameGenieCodeForm.designer.cs169
1 files changed, 169 insertions, 0 deletions
diff --git a/GameGenieCodeForm.designer.cs b/GameGenieCodeForm.designer.cs
new file mode 100644
index 00000000..1ea8858e
--- /dev/null
+++ b/GameGenieCodeForm.designer.cs
@@ -0,0 +1,169 @@
+namespace com.clusterrr.hakchi_gui
+{
+ partial class GameGenieCodeForm
+ {
+ /// <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()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameGenieCodeForm));
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
+ this.checkedListBoxGameCode = new System.Windows.Forms.CheckedListBox();
+ this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.buttonOk = new System.Windows.Forms.Button();
+ this.buttonCancel = new System.Windows.Forms.Button();
+ this.buttonImport = new System.Windows.Forms.Button();
+ this.ofdXmlFile = new System.Windows.Forms.OpenFileDialog();
+ this.contextMenuStrip.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // statusStrip1
+ //
+ this.statusStrip1.Location = new System.Drawing.Point(0, 495);
+ this.statusStrip1.Name = "statusStrip1";
+ this.statusStrip1.Size = new System.Drawing.Size(392, 22);
+ this.statusStrip1.TabIndex = 0;
+ this.statusStrip1.Text = "statusStrip1";
+ //
+ // checkedListBoxGameCode
+ //
+ this.checkedListBoxGameCode.AllowDrop = true;
+ this.checkedListBoxGameCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.checkedListBoxGameCode.ContextMenuStrip = this.contextMenuStrip;
+ this.checkedListBoxGameCode.FormattingEnabled = true;
+ this.checkedListBoxGameCode.Location = new System.Drawing.Point(5, 5);
+ this.checkedListBoxGameCode.Name = "checkedListBoxGameCode";
+ this.checkedListBoxGameCode.Size = new System.Drawing.Size(380, 454);
+ this.checkedListBoxGameCode.TabIndex = 2;
+ //
+ // contextMenuStrip
+ //
+ this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.addToolStripMenuItem,
+ this.editToolStripMenuItem,
+ this.removeToolStripMenuItem});
+ this.contextMenuStrip.Name = "contextMenuStrip";
+ this.contextMenuStrip.Size = new System.Drawing.Size(108, 70);
+ //
+ // addToolStripMenuItem
+ //
+ this.addToolStripMenuItem.Name = "addToolStripMenuItem";
+ this.addToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
+ this.addToolStripMenuItem.Text = "Add";
+ this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
+ //
+ // editToolStripMenuItem
+ //
+ this.editToolStripMenuItem.Name = "editToolStripMenuItem";
+ this.editToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
+ this.editToolStripMenuItem.Text = "Edit";
+ this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
+ //
+ // removeToolStripMenuItem
+ //
+ this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
+ this.removeToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
+ this.removeToolStripMenuItem.Text = "Delete";
+ this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
+ //
+ // buttonOk
+ //
+ this.buttonOk.Location = new System.Drawing.Point(5, 465);
+ this.buttonOk.Name = "buttonOk";
+ this.buttonOk.Size = new System.Drawing.Size(75, 23);
+ this.buttonOk.TabIndex = 3;
+ this.buttonOk.Text = "Ok";
+ this.buttonOk.UseVisualStyleBackColor = true;
+ this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
+ //
+ // buttonCancel
+ //
+ this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.buttonCancel.Location = new System.Drawing.Point(86, 465);
+ this.buttonCancel.Name = "buttonCancel";
+ this.buttonCancel.Size = new System.Drawing.Size(75, 23);
+ this.buttonCancel.TabIndex = 4;
+ this.buttonCancel.Text = "Cancel";
+ this.buttonCancel.UseVisualStyleBackColor = true;
+ //
+ // buttonImport
+ //
+ this.buttonImport.Location = new System.Drawing.Point(167, 465);
+ this.buttonImport.Name = "buttonImport";
+ this.buttonImport.Size = new System.Drawing.Size(75, 23);
+ this.buttonImport.TabIndex = 5;
+ this.buttonImport.Text = "Import";
+ this.buttonImport.UseVisualStyleBackColor = true;
+ this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
+ //
+ // ofdXmlFile
+ //
+ this.ofdXmlFile.DefaultExt = "xml";
+ this.ofdXmlFile.Filter = "XML files|*.xml";
+ this.ofdXmlFile.Title = "Select XML file";
+ //
+ // GameGenieCodeForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(392, 517);
+ this.Controls.Add(this.buttonImport);
+ this.Controls.Add(this.buttonCancel);
+ this.Controls.Add(this.buttonOk);
+ this.Controls.Add(this.checkedListBoxGameCode);
+ this.Controls.Add(this.statusStrip1);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "GameGenieCodeForm";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Game Genie Code List";
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GameGenieForm_FormClosed);
+ this.contextMenuStrip.ResumeLayout(false);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.StatusStrip statusStrip1;
+ protected internal System.Windows.Forms.CheckedListBox checkedListBoxGameCode;
+ private System.Windows.Forms.Button buttonOk;
+ private System.Windows.Forms.Button buttonCancel;
+ private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
+ private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
+ private System.Windows.Forms.Button buttonImport;
+ private System.Windows.Forms.OpenFileDialog ofdXmlFile;
+ }
+} \ No newline at end of file