C2022-003-Change-Textboxes-to-RTF-3

This commit is contained in:
2025-09-25 08:24:20 -04:00
parent 37b4726925
commit 52583a05f6

View File

@@ -1345,7 +1345,7 @@ namespace ROEditor
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.CaptionVisible = true;
this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel1);
this.ribbonControl1.Controls.Add(this.ribbonPanel2); //this.ribbonControl1.Controls.Add(this.ribbonPanel2);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.ForeColor = System.Drawing.Color.Black; this.ribbonControl1.ForeColor = System.Drawing.Color.Black;
//this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { //this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
@@ -1645,7 +1645,7 @@ namespace ROEditor
// //
// //
this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel1);
this.ribbonControl1.Controls.Add(this.ribbonPanel2); //this.ribbonControl1.Controls.Add(this.ribbonPanel2);
// //
// //
// //
@@ -1657,7 +1657,7 @@ namespace ROEditor
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonControl1.CaptionVisible = true; this.ribbonControl1.CaptionVisible = true;
this.ribbonControl1.Controls.Add(this.ribbonPanel1); this.ribbonControl1.Controls.Add(this.ribbonPanel1);
this.ribbonControl1.Controls.Add(this.ribbonPanel2); //this.ribbonControl1.Controls.Add(this.ribbonPanel2);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top; this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.ForeColor = System.Drawing.Color.Black; this.ribbonControl1.ForeColor = System.Drawing.Color.Black;
//this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { //this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
@@ -1677,6 +1677,8 @@ namespace ROEditor
this.tbar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right; this.tbar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
this.tbar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbar_OnClick); this.tbar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbar_OnClick);
//ribbonBar1.
// ribbonPanel1 // ribbonPanel1
// //
this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;