This commit is contained in:
@@ -65,9 +65,11 @@ namespace Volian.Controls.Library
|
||||
this._DisplayRTB.LinkGoTo += new Volian.Controls.Library.DisplayRTBLinkEvent(this._DisplayRTB_LinkGoTo);
|
||||
this._DisplayRTB.Leave += new System.EventHandler(this.veRichTextBoxText_Leave);
|
||||
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;
|
||||
@@ -85,8 +87,8 @@ namespace Volian.Controls.Library
|
||||
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.vlnExp.AttachmentClick += new vlnExpanderEvent(vlnExp_AttachmentClick);
|
||||
//
|
||||
// DisplayItem
|
||||
//
|
||||
|
Reference in New Issue
Block a user