namespace trakker.Forms
{
partial class TextAreaForm
{
///
/// 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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextAreaForm));
TextEdit_TableLayoutPanel1 = new TableLayoutPanel();
Content_RichTextBox = new RichTextBox();
TextEdit_ContextMenuStrip = new ContextMenuStrip(components);
copyToClipboardToolStripMenuItem = new ToolStripMenuItem();
enableDisableWordWrapToolStripMenuItem = new ToolStripMenuItem();
TextEdit_TableLayoutPanel2 = new TableLayoutPanel();
Okay_Button = new Button();
Cancel_Button = new Button();
TextEdit_TableLayoutPanel1.SuspendLayout();
TextEdit_ContextMenuStrip.SuspendLayout();
TextEdit_TableLayoutPanel2.SuspendLayout();
SuspendLayout();
//
// TextEdit_TableLayoutPanel1
//
TextEdit_TableLayoutPanel1.ColumnCount = 1;
TextEdit_TableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
TextEdit_TableLayoutPanel1.Controls.Add(Content_RichTextBox, 0, 0);
TextEdit_TableLayoutPanel1.Controls.Add(TextEdit_TableLayoutPanel2, 0, 1);
TextEdit_TableLayoutPanel1.Dock = DockStyle.Fill;
TextEdit_TableLayoutPanel1.Location = new Point(0, 0);
TextEdit_TableLayoutPanel1.Name = "TextEdit_TableLayoutPanel1";
TextEdit_TableLayoutPanel1.RowCount = 2;
TextEdit_TableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
TextEdit_TableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 75F));
TextEdit_TableLayoutPanel1.Size = new Size(1206, 777);
TextEdit_TableLayoutPanel1.TabIndex = 0;
//
// Content_RichTextBox
//
Content_RichTextBox.ContextMenuStrip = TextEdit_ContextMenuStrip;
Content_RichTextBox.Dock = DockStyle.Fill;
Content_RichTextBox.Font = new Font("Cascadia Code", 10.125F, FontStyle.Regular, GraphicsUnit.Point, 0);
Content_RichTextBox.Location = new Point(3, 3);
Content_RichTextBox.Name = "Content_RichTextBox";
Content_RichTextBox.Size = new Size(1200, 696);
Content_RichTextBox.TabIndex = 0;
Content_RichTextBox.Text = "";
Content_RichTextBox.LinkClicked += Content_RichTextBox_LinkClicked;
//
// TextEdit_ContextMenuStrip
//
TextEdit_ContextMenuStrip.ImageScalingSize = new Size(32, 32);
TextEdit_ContextMenuStrip.Items.AddRange(new ToolStripItem[] { copyToClipboardToolStripMenuItem, enableDisableWordWrapToolStripMenuItem });
TextEdit_ContextMenuStrip.Name = "TextEdit_ContextMenuStrip";
TextEdit_ContextMenuStrip.Size = new Size(388, 80);
//
// copyToClipboardToolStripMenuItem
//
copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
copyToClipboardToolStripMenuItem.Size = new Size(387, 38);
copyToClipboardToolStripMenuItem.Text = "Copy to Clipboard";
copyToClipboardToolStripMenuItem.Click += copyToClipboardToolStripMenuItem_Click;
//
// enableDisableWordWrapToolStripMenuItem
//
enableDisableWordWrapToolStripMenuItem.Name = "enableDisableWordWrapToolStripMenuItem";
enableDisableWordWrapToolStripMenuItem.Size = new Size(387, 38);
enableDisableWordWrapToolStripMenuItem.Text = "Enable / Disable Word Wrap";
enableDisableWordWrapToolStripMenuItem.Click += enableDisableWordWrapToolStripMenuItem_Click;
//
// TextEdit_TableLayoutPanel2
//
TextEdit_TableLayoutPanel2.ColumnCount = 3;
TextEdit_TableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
TextEdit_TableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 225F));
TextEdit_TableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 225F));
TextEdit_TableLayoutPanel2.Controls.Add(Okay_Button, 1, 0);
TextEdit_TableLayoutPanel2.Controls.Add(Cancel_Button, 2, 0);
TextEdit_TableLayoutPanel2.Dock = DockStyle.Fill;
TextEdit_TableLayoutPanel2.Location = new Point(3, 705);
TextEdit_TableLayoutPanel2.Name = "TextEdit_TableLayoutPanel2";
TextEdit_TableLayoutPanel2.RowCount = 1;
TextEdit_TableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
TextEdit_TableLayoutPanel2.Size = new Size(1200, 69);
TextEdit_TableLayoutPanel2.TabIndex = 1;
//
// Okay_Button
//
Okay_Button.Dock = DockStyle.Fill;
Okay_Button.Location = new Point(753, 3);
Okay_Button.Name = "Okay_Button";
Okay_Button.Size = new Size(219, 63);
Okay_Button.TabIndex = 0;
Okay_Button.Text = "Okay";
Okay_Button.UseVisualStyleBackColor = true;
//
// Cancel_Button
//
Cancel_Button.Dock = DockStyle.Fill;
Cancel_Button.Location = new Point(978, 3);
Cancel_Button.Name = "Cancel_Button";
Cancel_Button.Size = new Size(219, 63);
Cancel_Button.TabIndex = 1;
Cancel_Button.Text = "Cancel";
Cancel_Button.UseVisualStyleBackColor = true;
//
// TextAreaForm
//
AutoScaleDimensions = new SizeF(13F, 32F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1206, 777);
Controls.Add(TextEdit_TableLayoutPanel1);
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "TextAreaForm";
Text = "Edit";
TextEdit_TableLayoutPanel1.ResumeLayout(false);
TextEdit_ContextMenuStrip.ResumeLayout(false);
TextEdit_TableLayoutPanel2.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private TableLayoutPanel TextEdit_TableLayoutPanel1;
private RichTextBox Content_RichTextBox;
private TableLayoutPanel TextEdit_TableLayoutPanel2;
private Button Okay_Button;
private Button Cancel_Button;
private ContextMenuStrip TextEdit_ContextMenuStrip;
private ToolStripMenuItem copyToClipboardToolStripMenuItem;
private ToolStripMenuItem enableDisableWordWrapToolStripMenuItem;
}
}