mirror of
https://github.com/fishguy6564/Nitro-AR-Code-Manager.git
synced 2025-06-18 13:15:39 -04:00
292 lines
15 KiB
C#
292 lines
15 KiB
C#
|
|
namespace Nitro_AR_Cheat_Manager
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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(Form1));
|
|
this.cheatListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.cheatTextBox = new System.Windows.Forms.TextBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
|
this.exportButton = new System.Windows.Forms.Button();
|
|
this.addCodeButton = new System.Windows.Forms.Button();
|
|
this.removeButton = new System.Windows.Forms.Button();
|
|
this.editButton = new System.Windows.Forms.Button();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.creditsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveListDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.openListDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.saveBinaryDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cheatListBox
|
|
//
|
|
this.cheatListBox.FormattingEnabled = true;
|
|
this.cheatListBox.Location = new System.Drawing.Point(11, 20);
|
|
this.cheatListBox.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.cheatListBox.Name = "cheatListBox";
|
|
this.cheatListBox.ScrollAlwaysVisible = true;
|
|
this.cheatListBox.Size = new System.Drawing.Size(198, 274);
|
|
this.cheatListBox.TabIndex = 0;
|
|
this.cheatListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cheatListBox_ItemCheck);
|
|
this.cheatListBox.SelectedIndexChanged += new System.EventHandler(this.cheatListBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cheatListBox);
|
|
this.groupBox1.Location = new System.Drawing.Point(9, 23);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox1.Size = new System.Drawing.Size(220, 307);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Code List";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.cheatTextBox);
|
|
this.groupBox2.Location = new System.Drawing.Point(236, 23);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox2.Size = new System.Drawing.Size(189, 174);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Cheat Code";
|
|
//
|
|
// cheatTextBox
|
|
//
|
|
this.cheatTextBox.Location = new System.Drawing.Point(9, 17);
|
|
this.cheatTextBox.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.cheatTextBox.Multiline = true;
|
|
this.cheatTextBox.Name = "cheatTextBox";
|
|
this.cheatTextBox.ReadOnly = true;
|
|
this.cheatTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.cheatTextBox.Size = new System.Drawing.Size(174, 150);
|
|
this.cheatTextBox.TabIndex = 0;
|
|
this.cheatTextBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.descriptionTextBox);
|
|
this.groupBox3.Location = new System.Drawing.Point(236, 200);
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.groupBox3.Size = new System.Drawing.Size(189, 107);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Code Description";
|
|
//
|
|
// descriptionTextBox
|
|
//
|
|
this.descriptionTextBox.Location = new System.Drawing.Point(9, 16);
|
|
this.descriptionTextBox.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.descriptionTextBox.Multiline = true;
|
|
this.descriptionTextBox.Name = "descriptionTextBox";
|
|
this.descriptionTextBox.ReadOnly = true;
|
|
this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.descriptionTextBox.Size = new System.Drawing.Size(174, 84);
|
|
this.descriptionTextBox.TabIndex = 0;
|
|
//
|
|
// exportButton
|
|
//
|
|
this.exportButton.Location = new System.Drawing.Point(236, 333);
|
|
this.exportButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.exportButton.Name = "exportButton";
|
|
this.exportButton.Size = new System.Drawing.Size(189, 21);
|
|
this.exportButton.TabIndex = 5;
|
|
this.exportButton.Text = "Export Binary";
|
|
this.exportButton.UseVisualStyleBackColor = true;
|
|
this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
|
|
//
|
|
// addCodeButton
|
|
//
|
|
this.addCodeButton.Location = new System.Drawing.Point(9, 333);
|
|
this.addCodeButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.addCodeButton.Name = "addCodeButton";
|
|
this.addCodeButton.Size = new System.Drawing.Size(107, 21);
|
|
this.addCodeButton.TabIndex = 6;
|
|
this.addCodeButton.Text = "Add Code";
|
|
this.addCodeButton.UseVisualStyleBackColor = true;
|
|
this.addCodeButton.Click += new System.EventHandler(this.addCodeButton_Click);
|
|
//
|
|
// removeButton
|
|
//
|
|
this.removeButton.Location = new System.Drawing.Point(118, 333);
|
|
this.removeButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.removeButton.Name = "removeButton";
|
|
this.removeButton.Size = new System.Drawing.Size(111, 21);
|
|
this.removeButton.TabIndex = 8;
|
|
this.removeButton.Text = "Remove Code";
|
|
this.removeButton.UseVisualStyleBackColor = true;
|
|
this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
|
//
|
|
// editButton
|
|
//
|
|
this.editButton.Location = new System.Drawing.Point(236, 309);
|
|
this.editButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.editButton.Name = "editButton";
|
|
this.editButton.Size = new System.Drawing.Size(189, 21);
|
|
this.editButton.TabIndex = 9;
|
|
this.editButton.Text = "Edit Cheat";
|
|
this.editButton.UseVisualStyleBackColor = true;
|
|
this.editButton.Click += new System.EventHandler(this.editButton_Click);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.creditsToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 1, 0, 1);
|
|
this.menuStrip1.Size = new System.Drawing.Size(430, 24);
|
|
this.menuStrip1.TabIndex = 10;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.openToolStripMenuItem,
|
|
this.saveToolStripMenuItem,
|
|
this.saveAsToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 22);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// openToolStripMenuItem
|
|
//
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.openToolStripMenuItem.Text = "Open...";
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.saveToolStripMenuItem.Text = "Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// saveAsToolStripMenuItem
|
|
//
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.saveAsToolStripMenuItem.Text = "Save as...";
|
|
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
|
//
|
|
// creditsToolStripMenuItem
|
|
//
|
|
this.creditsToolStripMenuItem.Name = "creditsToolStripMenuItem";
|
|
this.creditsToolStripMenuItem.Size = new System.Drawing.Size(56, 22);
|
|
this.creditsToolStripMenuItem.Text = "Credits";
|
|
this.creditsToolStripMenuItem.Click += new System.EventHandler(this.creditsToolStripMenuItem_Click);
|
|
//
|
|
// saveListDialog
|
|
//
|
|
this.saveListDialog.Filter = "Text Files|*.txt";
|
|
//
|
|
// openListDialog
|
|
//
|
|
this.openListDialog.Filter = "Text Files|*.txt";
|
|
//
|
|
// saveBinaryDialog
|
|
//
|
|
this.saveBinaryDialog.Filter = "Binary Files|*.bin";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(430, 360);
|
|
this.Controls.Add(this.editButton);
|
|
this.Controls.Add(this.removeButton);
|
|
this.Controls.Add(this.addCodeButton);
|
|
this.Controls.Add(this.exportButton);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Text = "Nitro AR Code Manager";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckedListBox cheatListBox;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox cheatTextBox;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox descriptionTextBox;
|
|
private System.Windows.Forms.Button exportButton;
|
|
private System.Windows.Forms.Button addCodeButton;
|
|
private System.Windows.Forms.Button removeButton;
|
|
private System.Windows.Forms.Button editButton;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem creditsToolStripMenuItem;
|
|
private System.Windows.Forms.SaveFileDialog saveListDialog;
|
|
private System.Windows.Forms.OpenFileDialog openListDialog;
|
|
private System.Windows.Forms.SaveFileDialog saveBinaryDialog;
|
|
}
|
|
}
|
|
|