147 lines
6.9 KiB
C#
147 lines
6.9 KiB
C#
namespace newcle.us.Forms
|
|
{
|
|
partial class TextAreaForm
|
|
{
|
|
/// <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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextAreaForm));
|
|
TextEdit_TableLayoutPanel1 = new TableLayoutPanel();
|
|
Content_RichTextBox = new RichTextBox();
|
|
TextEdit_TableLayoutPanel2 = new TableLayoutPanel();
|
|
Okay_Button = new Button();
|
|
Cancel_Button = new Button();
|
|
TextEdit_ContextMenuStrip = new ContextMenuStrip(components);
|
|
copyToClipboardToolStripMenuItem = new ToolStripMenuItem();
|
|
TextEdit_TableLayoutPanel1.SuspendLayout();
|
|
TextEdit_TableLayoutPanel2.SuspendLayout();
|
|
TextEdit_ContextMenuStrip.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_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;
|
|
//
|
|
// TextEdit_ContextMenuStrip
|
|
//
|
|
TextEdit_ContextMenuStrip.ImageScalingSize = new Size(32, 32);
|
|
TextEdit_ContextMenuStrip.Items.AddRange(new ToolStripItem[] { copyToClipboardToolStripMenuItem });
|
|
TextEdit_ContextMenuStrip.Name = "TextEdit_ContextMenuStrip";
|
|
TextEdit_ContextMenuStrip.Size = new Size(283, 42);
|
|
//
|
|
// copyToClipboardToolStripMenuItem
|
|
//
|
|
copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
|
|
copyToClipboardToolStripMenuItem.Size = new Size(282, 38);
|
|
copyToClipboardToolStripMenuItem.Text = "Copy to Clipboard";
|
|
copyToClipboardToolStripMenuItem.Click += copyToClipboardToolStripMenuItem_Click;
|
|
//
|
|
// TextEdit
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1206, 777);
|
|
Controls.Add(TextEdit_TableLayoutPanel1);
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
Name = "TextEdit";
|
|
Text = "Edit";
|
|
TextEdit_TableLayoutPanel1.ResumeLayout(false);
|
|
TextEdit_TableLayoutPanel2.ResumeLayout(false);
|
|
TextEdit_ContextMenuStrip.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;
|
|
}
|
|
} |