136 lines
6.2 KiB
C#
136 lines
6.2 KiB
C#
namespace EduNetworkBuilder
|
|
{
|
|
partial class RTFWindow
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RTFWindow));
|
|
this.rtbContent = new System.Windows.Forms.RichTextBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.lblFind = new System.Windows.Forms.Label();
|
|
this.tbFind = new System.Windows.Forms.TextBox();
|
|
this.btnBack = new System.Windows.Forms.Button();
|
|
this.btnFwd = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// rtbContent
|
|
//
|
|
this.rtbContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.rtbContent.Location = new System.Drawing.Point(26, 11);
|
|
this.rtbContent.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.rtbContent.Name = "rtbContent";
|
|
this.rtbContent.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
this.rtbContent.Size = new System.Drawing.Size(270, 203);
|
|
this.rtbContent.TabIndex = 0;
|
|
this.rtbContent.Text = "";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Location = new System.Drawing.Point(247, 215);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(49, 27);
|
|
this.btnOK.TabIndex = 1;
|
|
this.btnOK.Text = "OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// lblFind
|
|
//
|
|
this.lblFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblFind.AutoSize = true;
|
|
this.lblFind.Location = new System.Drawing.Point(23, 220);
|
|
this.lblFind.Name = "lblFind";
|
|
this.lblFind.Size = new System.Drawing.Size(31, 15);
|
|
this.lblFind.TabIndex = 2;
|
|
this.lblFind.Text = "Find";
|
|
//
|
|
// tbFind
|
|
//
|
|
this.tbFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbFind.Location = new System.Drawing.Point(60, 219);
|
|
this.tbFind.Name = "tbFind";
|
|
this.tbFind.Size = new System.Drawing.Size(134, 20);
|
|
this.tbFind.TabIndex = 3;
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBack.Location = new System.Drawing.Point(200, 217);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.Size = new System.Drawing.Size(17, 23);
|
|
this.btnBack.TabIndex = 4;
|
|
this.btnBack.Text = "<";
|
|
this.btnBack.UseVisualStyleBackColor = true;
|
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|
//
|
|
// btnFwd
|
|
//
|
|
this.btnFwd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnFwd.Location = new System.Drawing.Point(220, 217);
|
|
this.btnFwd.Name = "btnFwd";
|
|
this.btnFwd.Size = new System.Drawing.Size(17, 23);
|
|
this.btnFwd.TabIndex = 5;
|
|
this.btnFwd.Text = ">";
|
|
this.btnFwd.UseVisualStyleBackColor = true;
|
|
this.btnFwd.Click += new System.EventHandler(this.btnFwd_Click);
|
|
//
|
|
// RTFWindow
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(320, 249);
|
|
this.Controls.Add(this.btnFwd);
|
|
this.Controls.Add(this.btnBack);
|
|
this.Controls.Add(this.tbFind);
|
|
this.Controls.Add(this.lblFind);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.rtbContent);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "RTFWindow";
|
|
this.Text = "RTFWindow";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox rtbContent;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Label lblFind;
|
|
private System.Windows.Forms.TextBox tbFind;
|
|
private System.Windows.Forms.Button btnBack;
|
|
private System.Windows.Forms.Button btnFwd;
|
|
}
|
|
} |