change RadRichTextEditor's to RadTextBox

This commit is contained in:
2022-11-20 10:45:45 +01:00
parent e9cd9dbea6
commit 238763596a
6 changed files with 98 additions and 104 deletions

View File

@@ -33,20 +33,20 @@
this.panel1 = new System.Windows.Forms.Panel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.radTextBoxControl_ProgramName = new Telerik.WinControls.UI.RadTextBoxControl();
this.radRichTextEditor_Message = new Telerik.WinControls.UI.RadRichTextEditor();
this.radCheckBoxPingAtEveryone = new Telerik.WinControls.UI.RadCheckBox();
this.radCheckBox_AttachDescription = new Telerik.WinControls.UI.RadCheckBox();
this.radButton_Send = new Telerik.WinControls.UI.RadButton();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radTextBox_Message = new Telerik.WinControls.UI.RadTextBox();
((System.ComponentModel.ISupportInitialize)(this.radTreeView_Channels)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Message)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radCheckBoxPingAtEveryone)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radCheckBox_AttachDescription)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Send)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Message)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
@@ -64,9 +64,9 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.radTextBox_Message);
this.panel1.Controls.Add(this.radLabel2);
this.panel1.Controls.Add(this.radTextBoxControl_ProgramName);
this.panel1.Controls.Add(this.radRichTextEditor_Message);
this.panel1.Controls.Add(this.radCheckBoxPingAtEveryone);
this.panel1.Controls.Add(this.radCheckBox_AttachDescription);
this.panel1.Controls.Add(this.radButton_Send);
@@ -94,19 +94,6 @@
this.radTextBoxControl_ProgramName.Size = new System.Drawing.Size(410, 22);
this.radTextBoxControl_ProgramName.TabIndex = 0;
//
// radRichTextEditor_Message
//
this.radRichTextEditor_Message.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radRichTextEditor_Message.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.radRichTextEditor_Message.Location = new System.Drawing.Point(101, 31);
this.radRichTextEditor_Message.Name = "radRichTextEditor_Message";
this.radRichTextEditor_Message.SelectionFill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
this.radRichTextEditor_Message.SelectionStroke = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
this.radRichTextEditor_Message.Size = new System.Drawing.Size(410, 397);
this.radRichTextEditor_Message.TabIndex = 0;
//
// radCheckBoxPingAtEveryone
//
this.radCheckBoxPingAtEveryone.CheckState = System.Windows.Forms.CheckState.Checked;
@@ -149,6 +136,21 @@
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Programmname:";
//
// radTextBox_Message
//
this.radTextBox_Message.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBox_Message.Location = new System.Drawing.Point(101, 31);
this.radTextBox_Message.Multiline = true;
this.radTextBox_Message.Name = "radTextBox_Message";
//
//
//
this.radTextBox_Message.RootElement.StretchVertically = true;
this.radTextBox_Message.Size = new System.Drawing.Size(410, 397);
this.radTextBox_Message.TabIndex = 4;
//
// DiscordPostDialog
//
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
@@ -159,10 +161,6 @@
this.Controls.Add(this.radTreeView_Channels);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DiscordPostDialog";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Aktuallisierungspost auf Discord";
((System.ComponentModel.ISupportInitialize)(this.radTreeView_Channels)).EndInit();
@@ -170,11 +168,11 @@
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Message)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radCheckBoxPingAtEveryone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radCheckBox_AttachDescription)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Send)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Message)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
@@ -190,6 +188,6 @@
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_ProgramName;
private Telerik.WinControls.UI.RadRichTextEditor radRichTextEditor_Message;
private Telerik.WinControls.UI.RadTextBox radTextBox_Message;
}
}