SourceCode/PROMS/RTB Testing/frmProcess.Designer.cs

162 lines
12 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace RTB_Testing
{
partial class frmProcess
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProcess));
this.tbInput = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.stepRTB1 = new Volian.Controls.Library.StepRTB(this.components);
this.rtb = new System.Windows.Forms.RichTextBox();
this.tbText = new System.Windows.Forms.TextBox();
this.tbRtf = new System.Windows.Forms.TextBox();
this.tbProcess = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// tbInput
//
this.tbInput.Dock = System.Windows.Forms.DockStyle.Top;
this.tbInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbInput.Location = new System.Drawing.Point(0, 0);
this.tbInput.Multiline = true;
this.tbInput.Name = "tbInput";
this.tbInput.Size = new System.Drawing.Size(673, 91);
this.tbInput.TabIndex = 0;
this.tbInput.Text = resources.GetString("tbInput.Text");
this.tbInput.TextChanged += new System.EventHandler(this.tbInput_TextChanged);
//
// panel1
//
this.panel1.Controls.Add(this.rtb);
this.panel1.Controls.Add(this.stepRTB1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 91);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(673, 195);
this.panel1.TabIndex = 1;
//
// stepRTB1
//
this.stepRTB1.ActiveMode = false;
this.stepRTB1.AdjustSize = new System.Drawing.Size(0, 0);
this.stepRTB1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stepRTB1.CheckAbove = "|│└┬┼├┌┴┐┤";
this.stepRTB1.CheckBelow = "|│";
this.stepRTB1.CheckLeft = "-─┤┬├┼┌┐└‑";
this.stepRTB1.CheckRight = "-─‑";
this.stepRTB1.Closed = false;
this.stepRTB1.ContentsRectangle = new System.Drawing.Rectangle(277, 388, 100, 16);
this.stepRTB1.Dock = System.Windows.Forms.DockStyle.Left;
this.stepRTB1.EditMode = true;
this.stepRTB1.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
this.stepRTB1.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
this.stepRTB1.LastRtf = "";
this.stepRTB1.Location = new System.Drawing.Point(0, 0);
this.stepRTB1.MyClassName = "RichEdit20W";
this.stepRTB1.MyItemInfo = null;
this.stepRTB1.MyLinkText = null;
this.stepRTB1.Name = "stepRTB1";
this.stepRTB1.OrigDisplayText = null;
this.stepRTB1.OrigRTF = null;
this.stepRTB1.ProcessKeystrokes = true;
this.stepRTB1.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.stepRTB1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.stepRTB1.ShowDebug = false;
this.stepRTB1.Size = new System.Drawing.Size(324, 195);
this.stepRTB1.TabIndex = 0;
this.stepRTB1.Text = "";
this.stepRTB1.ThisContextMenuStrip = null;
this.stepRTB1.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
//
// rtb
//
this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb.Location = new System.Drawing.Point(324, 0);
this.rtb.Name = "rtb";
this.rtb.Size = new System.Drawing.Size(349, 195);
this.rtb.TabIndex = 1;
this.rtb.Text = "";
//
// tbText
//
this.tbText.Dock = System.Windows.Forms.DockStyle.Top;
this.tbText.Location = new System.Drawing.Point(0, 286);
this.tbText.Multiline = true;
this.tbText.Name = "tbText";
this.tbText.Size = new System.Drawing.Size(673, 103);
this.tbText.TabIndex = 2;
//
// tbRtf
//
this.tbRtf.Dock = System.Windows.Forms.DockStyle.Top;
this.tbRtf.Location = new System.Drawing.Point(0, 389);
this.tbRtf.Multiline = true;
this.tbRtf.Name = "tbRtf";
this.tbRtf.Size = new System.Drawing.Size(673, 103);
this.tbRtf.TabIndex = 3;
//
// tbProcess
//
this.tbProcess.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbProcess.Location = new System.Drawing.Point(0, 492);
this.tbProcess.Multiline = true;
this.tbProcess.Name = "tbProcess";
this.tbProcess.Size = new System.Drawing.Size(673, 123);
this.tbProcess.TabIndex = 4;
//
// frmProcess
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(673, 615);
this.Controls.Add(this.tbProcess);
this.Controls.Add(this.tbRtf);
this.Controls.Add(this.tbText);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tbInput);
this.Name = "frmProcess";
this.Text = "frmProcess";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbInput;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RichTextBox rtb;
private Volian.Controls.Library.StepRTB stepRTB1;
private System.Windows.Forms.TextBox tbText;
private System.Windows.Forms.TextBox tbRtf;
private System.Windows.Forms.TextBox tbProcess;
}
}