Object and Property name changes for consistency

This commit is contained in:
Rich
2008-03-27 19:39:10 +00:00
parent 7caa952bc3
commit c0511c990d
19 changed files with 2229 additions and 1407 deletions

View File

@@ -28,8 +28,8 @@ namespace Volian.Controls.Library
{
this.components = new System.ComponentModel.Container();
this.lblTab = new System.Windows.Forms.Label();
this._DisplayRTB = new Volian.Controls.Library.StepRTB(this.components);
this.vlnExp = new Volian.Controls.Library.vlnExpander();
this._MyStepRTB = new Volian.Controls.Library.StepRTB(this.components);
this._MyvlnExpander = new Volian.Controls.Library.vlnExpander();
this.SuspendLayout();
//
// lblTab
@@ -42,75 +42,76 @@ namespace Volian.Controls.Library
this.lblTab.Visible = false;
this.lblTab.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
//
// _DisplayRTB
// _MyStepRTB
//
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);
this._DisplayRTB.LinkModifyRO += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkModifyRO);
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.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
this._MyStepRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
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(80, 0);
this._MyStepRTB.MyClassName = "RichEdit20W";
this._MyStepRTB.MyItemInfo = null;
this._MyStepRTB.MyLinkText = null;
this._MyStepRTB.Name = "_MyStepRTB";
this._MyStepRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this._MyStepRTB.Size = new System.Drawing.Size(234, 20);
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.LinkModifyTran += new Volian.Controls.Library.StepRTBLinkEvent(this._StepRTB_LinkModifyTran);
this._MyStepRTB.LinkModifyRO += new Volian.Controls.Library.StepRTBLinkEvent(this._StepRTB_LinkModifyRO);
//
// vlnExp
// _MyvlnExpander
//
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);
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(3, 3);
this._MyvlnExpander.MyExpanderStyle = Volian.Controls.Library.ExpanderStyle.Round;
this._MyvlnExpander.Name = "_MyvlnExpander";
this._MyvlnExpander.PenWidth = 0;
this._MyvlnExpander.Size = new System.Drawing.Size(14, 14);
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);
//
// DisplayItem
// StepItem
//
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.Controls.Add(this._MyStepRTB);
this.Controls.Add(this._MyvlnExpander);
this.Name = "StepItem";
this.Size = new System.Drawing.Size(314, 20);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
this.Move += new System.EventHandler(this.DisplayItem_Move);
this.Resize += new System.EventHandler(this.DisplayItem_Resize);
this.Resize += new System.EventHandler(this.StepItem_Resize);
this.Move += new System.EventHandler(this.StepItem_Move);
this.ResumeLayout(false);
}
#endregion
private vlnExpander vlnExp;
private StepRTB _DisplayRTB;
private vlnExpander _MyvlnExpander;
private StepRTB _MyStepRTB;
private System.Windows.Forms.Label lblTab;
}
}