This commit is contained in:
@@ -50,15 +50,19 @@ namespace Volian.Controls.Library
|
||||
| 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.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 234, 20);
|
||||
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.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(234, 20);
|
||||
this._MyStepRTB.TabIndex = 2;
|
||||
this._MyStepRTB.Text = "";
|
||||
@@ -67,6 +71,8 @@ namespace Volian.Controls.Library
|
||||
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.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
|
||||
|
Reference in New Issue
Block a user