namespace Volian.Controls.Library { partial class StepItem { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { DisposeOfChildren(MyAfterStepItems); DisposeOfChildren(MyBeforeStepItems); DisposeOfChildren(MyRNOStepItems); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); MyItemInfo.MyContent.Changed -= new VEPROMS.CSLA.Library.ContentInfoEvent(MyContent_Changed); } private void DisposeOfChildren(System.Collections.Generic.List children) { if (children == null) return; foreach (StepItem child in children) child.Dispose(); children = null; } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.lblTab = new System.Windows.Forms.Label(); this._MyToolTip = new DevComponents.DotNetBar.SuperTooltip(); this._MyStepRTB = new Volian.Controls.Library.StepRTB(this.components); this._MyvlnExpander = new Volian.Controls.Library.vlnExpander(); this.SuspendLayout(); // // lblTab // this.lblTab.BackColor = System.Drawing.Color.Transparent; this.lblTab.Location = new System.Drawing.Point(27, 0); this.lblTab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTab.Name = "lblTab"; this.lblTab.Size = new System.Drawing.Size(81, 28); this.lblTab.TabIndex = 3; this.lblTab.Visible = false; this.lblTab.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown); // // _MyToolTip // this._MyToolTip.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; // // _MyStepRTB // this._MyStepRTB.AdjustSize = new System.Drawing.Size(0, 0); this._MyStepRTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._MyStepRTB.BackColor = System.Drawing.Color.Linen; this._MyStepRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this._MyStepRTB.CheckAbove = "|│└┬┼├┌┴┐┤"; this._MyStepRTB.CheckBelow = "|│"; this._MyStepRTB.CheckLeft = "-─┤┬├┼┌┐└‑"; this._MyStepRTB.CheckRight = "-─‑"; this._MyStepRTB.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 234, 20); this._MyStepRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit; this._MyStepRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText; this._MyStepRTB.Font = new System.Drawing.Font("Prestige Elite Tall", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2))); this._MyStepRTB.Location = new System.Drawing.Point(107, 0); this._MyStepRTB.Margin = new System.Windows.Forms.Padding(4); this._MyStepRTB.MyClassName = "RichEdit20W"; this._MyStepRTB.MyItemInfo = null; this._MyStepRTB.MyLinkText = null; this._MyStepRTB.MyStepItem = null; this._MyStepRTB.Name = "_MyStepRTB"; this._MyStepRTB.ProcessKeystrokes = true; this._MyStepRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks; this._MyStepRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this._MyStepRTB.ShowDebug = false; this._MyStepRTB.Size = new System.Drawing.Size(312, 25); this._MyStepRTB.TabIndex = 2; this._MyStepRTB.Text = ""; this._MyStepRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit; this._MyStepRTB.LinkGoTo += new Volian.Controls.Library.StepRTBLinkEvent(this._StepRTB_LinkGoTo); this._MyStepRTB.Enter += new System.EventHandler(this._StepRTB_Enter); this._MyStepRTB.HeightChanged += new Volian.Controls.Library.StepRTBEvent(this._StepRTB_HeightChanged); this._MyStepRTB.ModeChange += new Volian.Controls.Library.StepRTBModeChangeEvent(this._MyStepRTB_ModeChange); this._MyStepRTB.LinkModifyTran += new Volian.Controls.Library.StepRTBLinkEvent(this._StepRTB_LinkModifyTran); this._MyStepRTB.CursorKeyPress += new Volian.Controls.Library.StepRTBCursorKeysEvent(this._MyStepRTB_CursorKeyPress); this._MyStepRTB.CursorMovement += new Volian.Controls.Library.StepRTBCursorMovementEvent(this._MyStepRTB_CursorMovement); this._MyStepRTB.LinkModifyRO += new Volian.Controls.Library.StepRTBLinkEvent(this._StepRTB_LinkModifyRO); // // _MyvlnExpander // this._MyvlnExpander.Attachment = false; this._MyvlnExpander.BackColor = System.Drawing.Color.Transparent; this._MyvlnExpander.BorderColor = System.Drawing.Color.Silver; this._MyvlnExpander.Color1 = System.Drawing.Color.Aquamarine; this._MyvlnExpander.Color2 = System.Drawing.Color.Violet; this._MyvlnExpander.Expanded = false; this._MyvlnExpander.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this._MyvlnExpander.GradientAngle = 45; this._MyvlnExpander.Location = new System.Drawing.Point(4, 4); this._MyvlnExpander.Margin = new System.Windows.Forms.Padding(5); this._MyvlnExpander.MyExpanderStyle = Volian.Controls.Library.ExpanderStyle.Round; this._MyvlnExpander.Name = "_MyvlnExpander"; this._MyvlnExpander.PenWidth = 0; this._MyvlnExpander.Size = new System.Drawing.Size(17, 17); this._MyvlnExpander.TabIndex = 0; this._MyvlnExpander.Trans1 = 128; this._MyvlnExpander.Trans2 = 128; this._MyvlnExpander.WidthFactor = 7; this._MyvlnExpander.AttachmentClick += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_AttachmentClick); this._MyvlnExpander.BeforeColapse += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeColapse); this._MyvlnExpander.BeforeExpand += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeExpand); // // StepItem // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ButtonFace; this.Controls.Add(this.lblTab); this.Controls.Add(this._MyStepRTB); this.Controls.Add(this._MyvlnExpander); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "StepItem"; this.Size = new System.Drawing.Size(419, 25); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown); this.Resize += new System.EventHandler(this.StepItem_Resize); this.Move += new System.EventHandler(this.StepItem_Move); this.ResumeLayout(false); } #endregion private vlnExpander _MyvlnExpander; private StepRTB _MyStepRTB; private System.Windows.Forms.Label lblTab; private DevComponents.DotNetBar.SuperTooltip _MyToolTip; } }