namespace Truffles
{
partial class OPToolEditor
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OPToolEditor));
this.txtSettings = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtFrom = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtWith = new System.Windows.Forms.TextBox();
this.btnReplc = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.openTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.toolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openTXTToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.saveTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// txtSettings
//
this.txtSettings.Location = new System.Drawing.Point(12, 27);
this.txtSettings.Multiline = true;
this.txtSettings.Name = "txtSettings";
this.txtSettings.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtSettings.Size = new System.Drawing.Size(767, 511);
this.txtSettings.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 544);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(87, 25);
this.button1.TabIndex = 1;
this.button1.Text = "Save to file";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(133, 552);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Replace:";
//
// txtFrom
//
this.txtFrom.Location = new System.Drawing.Point(200, 548);
this.txtFrom.Name = "txtFrom";
this.txtFrom.Size = new System.Drawing.Size(127, 20);
this.txtFrom.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(333, 552);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 13);
this.label2.TabIndex = 4;
this.label2.Text = "with";
//
// txtWith
//
this.txtWith.Location = new System.Drawing.Point(365, 549);
this.txtWith.Name = "txtWith";
this.txtWith.Size = new System.Drawing.Size(106, 20);
this.txtWith.TabIndex = 5;
//
// btnReplc
//
this.btnReplc.Location = new System.Drawing.Point(484, 548);
this.btnReplc.Name = "btnReplc";
this.btnReplc.Size = new System.Drawing.Size(59, 20);
this.btnReplc.TabIndex = 6;
this.btnReplc.Text = "Do";
this.btnReplc.UseVisualStyleBackColor = true;
this.btnReplc.Click += new System.EventHandler(this.btnReplc_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openTXTToolStripMenuItem,
this.saveToTXTToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
this.contextMenuStrip1.Text = "File";
//
// openTXTToolStripMenuItem
//
this.openTXTToolStripMenuItem.Name = "openTXTToolStripMenuItem";
this.openTXTToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.openTXTToolStripMenuItem.Text = "Open TXT";
//
// saveToTXTToolStripMenuItem
//
this.saveToTXTToolStripMenuItem.Name = "saveToTXTToolStripMenuItem";
this.saveToTXTToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.saveToTXTToolStripMenuItem.Text = "Save to TXT";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(791, 24);
this.menuStrip1.TabIndex = 8;
this.menuStrip1.Text = "menuStrip1";
//
// toolToolStripMenuItem
//
this.toolToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openTXTToolStripMenuItem1,
this.saveTXTToolStripMenuItem,
this.closeToolStripMenuItem});
this.toolToolStripMenuItem.Name = "toolToolStripMenuItem";
this.toolToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.toolToolStripMenuItem.Text = "Tool";
//
// openTXTToolStripMenuItem1
//
this.openTXTToolStripMenuItem1.Name = "openTXTToolStripMenuItem1";
this.openTXTToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
this.openTXTToolStripMenuItem1.Text = "Open TXT";
this.openTXTToolStripMenuItem1.Click += new System.EventHandler(this.openTXTToolStripMenuItem1_Click);
//
// saveTXTToolStripMenuItem
//
this.saveTXTToolStripMenuItem.Name = "saveTXTToolStripMenuItem";
this.saveTXTToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.saveTXTToolStripMenuItem.Text = "Save TXT";
this.saveTXTToolStripMenuItem.Click += new System.EventHandler(this.saveTXTToolStripMenuItem_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.closeToolStripMenuItem.Text = "Close";
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
//
// OPToolEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(791, 581);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.txtSettings);
this.Controls.Add(this.btnReplc);
this.Controls.Add(this.txtWith);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtFrom);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OPToolEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Text Editor";
this.contextMenuStrip1.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtSettings;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtFrom;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtWith;
private System.Windows.Forms.Button btnReplc;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem openTXTToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToTXTToolStripMenuItem;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openTXTToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem saveTXTToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
}
}