namespace RomCheater.ScratchPad
{
partial class ScratchPad
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPad));
this.ScracthPadSaver = new System.Windows.Forms.SaveFileDialog();
this.ScracthPadLoader = new System.Windows.Forms.OpenFileDialog();
this.tb = new System.Windows.Forms.TabControl();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.mnuItemNew = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// ScracthPadSaver
//
this.ScracthPadSaver.DefaultExt = "txt";
this.ScracthPadSaver.Filter = "Text Files|*.txt|All Files|*.*";
this.ScracthPadSaver.SupportMultiDottedExtensions = true;
this.ScracthPadSaver.Title = "Please choose the fail to save";
//
// ScracthPadLoader
//
this.ScracthPadLoader.DefaultExt = "txt";
this.ScracthPadLoader.Filter = "Text Files|*.txt|All Files|*.*";
this.ScracthPadLoader.SupportMultiDottedExtensions = true;
this.ScracthPadLoader.Title = "Please choose the file to load";
//
// tb
//
this.tb.Dock = System.Windows.Forms.DockStyle.Fill;
this.tb.Location = new System.Drawing.Point(0, 25);
this.tb.Name = "tb";
this.tb.SelectedIndex = 0;
this.tb.Size = new System.Drawing.Size(743, 362);
this.tb.TabIndex = 1;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuItemNew});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(743, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// mnuItemNew
//
this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image")));
this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mnuItemNew.Name = "mnuItemNew";
this.mnuItemNew.Size = new System.Drawing.Size(51, 22);
this.mnuItemNew.Text = "&New";
this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click);
//
// ScratchPad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(743, 387);
this.Controls.Add(this.tb);
this.Controls.Add(this.toolStrip1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "ScratchPad";
this.Text = "Scratch Pad";
this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing);
this.Load += new System.EventHandler(this.ScratchPad_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SaveFileDialog ScracthPadSaver;
private System.Windows.Forms.OpenFileDialog ScracthPadLoader;
private System.Windows.Forms.TabControl tb;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton mnuItemNew;
}
}