SourceCode/PROMS/Volian.Controls.Library/DisplayItem.designer.cs
Rich ee9acb929d Fix problem with Item Selected. Fixes problem so that Item selected stays selected even if it is not active.
Also, makes DSOFramer properly select the related tab when it becomes active.
2008-02-26 16:20:00 +00:00

116 lines
4.9 KiB
C#

namespace Volian.Controls.Library
{
partial class DisplayItem
{
/// <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 Component 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();
this.lblTab = new System.Windows.Forms.Label();
this._DisplayRTB = new Volian.Controls.Library.DisplayRTB(this.components);
this.vlnExp = new Volian.Controls.Library.vlnExpander();
this.SuspendLayout();
//
// lblTab
//
this.lblTab.BackColor = System.Drawing.Color.Transparent;
this.lblTab.Location = new System.Drawing.Point(20, 0);
this.lblTab.Name = "lblTab";
this.lblTab.Size = new System.Drawing.Size(61, 23);
this.lblTab.TabIndex = 3;
this.lblTab.Visible = false;
this.lblTab.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
//
// _DisplayRTB
//
this._DisplayRTB.AdjustSize = new System.Drawing.Size(0, 0);
this._DisplayRTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this._DisplayRTB.BackColor = System.Drawing.Color.Linen;
this._DisplayRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
this._DisplayRTB.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
this._DisplayRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
this._DisplayRTB.Font = new System.Drawing.Font("Prestige Elite Tall", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
this._DisplayRTB.Location = new System.Drawing.Point(80, 0);
this._DisplayRTB.MyClassName = "RichEdit20W";
this._DisplayRTB.MyItem = null;
this._DisplayRTB.Name = "_DisplayRTB";
this._DisplayRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this._DisplayRTB.Size = new System.Drawing.Size(234, 20);
this._DisplayRTB.TabIndex = 2;
this._DisplayRTB.Text = "";
this._DisplayRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
this._DisplayRTB.Enter += new System.EventHandler(this._DisplayRTB_Enter);
this._DisplayRTB.LinkGoTo += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkGoTo);
this._DisplayRTB.HeightChanged += new Volian.Controls.Library.DisplayRTBEvent(this.veRichTextBoxText_HeightChanged);
this._DisplayRTB.LinkModifyTran += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkModifyTran);
//
// vlnExp
//
this.vlnExp.Attachment = false;
this.vlnExp.BackColor = System.Drawing.Color.Transparent;
this.vlnExp.BorderColor = System.Drawing.Color.Silver;
this.vlnExp.Color1 = System.Drawing.Color.Aquamarine;
this.vlnExp.Color2 = System.Drawing.Color.Violet;
this.vlnExp.Expanded = false;
this.vlnExp.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.vlnExp.GradientAngle = 45;
this.vlnExp.Location = new System.Drawing.Point(3, 3);
this.vlnExp.Name = "vlnExp";
this.vlnExp.PenWidth = 0;
this.vlnExp.Size = new System.Drawing.Size(14, 14);
this.vlnExp.Style = Volian.Controls.Library.ExpanderStyle.Round;
this.vlnExp.TabIndex = 0;
this.vlnExp.Trans1 = 128;
this.vlnExp.Trans2 = 128;
this.vlnExp.WidthFactor = 7;
this.vlnExp.BeforeExpand += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeExpand);
this.vlnExp.AttachmentClick += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_AttachmentClick);
this.vlnExp.BeforeColapse += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeColapse);
//
// DisplayItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ButtonFace;
this.Controls.Add(this.lblTab);
this.Controls.Add(this._DisplayRTB);
this.Controls.Add(this.vlnExp);
this.Name = "DisplayItem";
this.Size = new System.Drawing.Size(314, 20);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
this.Move += new System.EventHandler(this.vlnCSLARTB_Move);
this.Resize += new System.EventHandler(this.vlnCSLARTB_Resize);
this.ResumeLayout(false);
}
#endregion
private vlnExpander vlnExp;
private DisplayRTB _DisplayRTB;
private System.Windows.Forms.Label lblTab;
}
}