135 lines
5.8 KiB
C#
135 lines
5.8 KiB
C#
namespace AyaNova
|
|
{
|
|
partial class test
|
|
{
|
|
/// <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()
|
|
{
|
|
this.rt = new System.Windows.Forms.RichTextBox();
|
|
this.tbInsert = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbRtfInControl = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// rt
|
|
//
|
|
this.rt.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.rt.Location = new System.Drawing.Point(0, 17);
|
|
this.rt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.rt.Name = "rt";
|
|
this.rt.Size = new System.Drawing.Size(1388, 246);
|
|
this.rt.TabIndex = 0;
|
|
this.rt.Text = "";
|
|
this.rt.TextChanged += new System.EventHandler(this.rt_TextChanged);
|
|
//
|
|
// tbInsert
|
|
//
|
|
this.tbInsert.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tbInsert.Location = new System.Drawing.Point(0, 280);
|
|
this.tbInsert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbInsert.Multiline = true;
|
|
this.tbInsert.Name = "tbInsert";
|
|
this.tbInsert.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.tbInsert.Size = new System.Drawing.Size(1388, 246);
|
|
this.tbInsert.TabIndex = 1;
|
|
this.tbInsert.TextChanged += new System.EventHandler(this.tbInsert_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(113, 17);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Rich text control:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label2.Location = new System.Drawing.Point(0, 263);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(252, 17);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Raw RTF to insert into rich text control:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label3.Location = new System.Drawing.Point(0, 526);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(182, 17);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "View of RTF in rich text box:";
|
|
//
|
|
// tbRtfInControl
|
|
//
|
|
this.tbRtfInControl.BackColor = System.Drawing.SystemColors.Info;
|
|
this.tbRtfInControl.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tbRtfInControl.Location = new System.Drawing.Point(0, 543);
|
|
this.tbRtfInControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbRtfInControl.Multiline = true;
|
|
this.tbRtfInControl.Name = "tbRtfInControl";
|
|
this.tbRtfInControl.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.tbRtfInControl.Size = new System.Drawing.Size(1388, 349);
|
|
this.tbRtfInControl.TabIndex = 5;
|
|
//
|
|
// test
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1388, 907);
|
|
this.Controls.Add(this.tbRtfInControl);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tbInsert);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.rt);
|
|
this.Controls.Add(this.label1);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "test";
|
|
this.Text = "test";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox rt;
|
|
private System.Windows.Forms.TextBox tbInsert;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox tbRtfInControl;
|
|
}
|
|
} |