change RadRichTextEditor's to RadTextBox
This commit is contained in:
@@ -30,39 +30,39 @@ namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordBotSettingsWindow));
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_BotToken = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_DefaultProgramName = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radRichTextEditor_DefaultMessage = new Telerik.WinControls.UI.RadRichTextEditor();
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radToggleSwitch_UseProxy = new Telerik.WinControls.UI.RadToggleSwitch();
|
||||
this.radButton_Abbrechen = new Telerik.WinControls.UI.RadButton();
|
||||
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
|
||||
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBox_DefaultMessage = new Telerik.WinControls.UI.RadTextBox();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_BotToken)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_DefaultProgramName)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_DefaultMessage)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxy)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Abbrechen)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_DefaultMessage)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.radTextBox_DefaultMessage);
|
||||
this.panel1.Controls.Add(this.radLabel4);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_BotToken);
|
||||
this.panel1.Controls.Add(this.radLabel3);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_DefaultProgramName);
|
||||
this.panel1.Controls.Add(this.radLabel2);
|
||||
this.panel1.Controls.Add(this.radRichTextEditor_DefaultMessage);
|
||||
this.panel1.Controls.Add(this.radToggleSwitch_UseProxy);
|
||||
this.panel1.Controls.Add(this.radButton_Abbrechen);
|
||||
this.panel1.Controls.Add(this.radButton_Okay);
|
||||
@@ -73,35 +73,11 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.panel1.Size = new System.Drawing.Size(736, 471);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// radLabel1
|
||||
//
|
||||
this.radLabel1.Location = new System.Drawing.Point(3, 5);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(61, 18);
|
||||
this.radLabel1.TabIndex = 0;
|
||||
this.radLabel1.Text = "Bot-Token:";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 33);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(94, 18);
|
||||
this.radLabel2.TabIndex = 1;
|
||||
this.radLabel2.Text = "Proxy verwenden:";
|
||||
//
|
||||
// radLabel3
|
||||
//
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 61);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(114, 18);
|
||||
this.radLabel3.TabIndex = 2;
|
||||
this.radLabel3.Text = "Standart-Programme:";
|
||||
//
|
||||
// radLabel4
|
||||
//
|
||||
this.radLabel4.Location = new System.Drawing.Point(3, 89);
|
||||
this.radLabel4.Name = "radLabel4";
|
||||
this.radLabel4.Size = new System.Drawing.Size(103, 18);
|
||||
this.radLabel4.Size = new System.Drawing.Size(113, 19);
|
||||
this.radLabel4.TabIndex = 3;
|
||||
this.radLabel4.Text = "Standart-Nachricht:";
|
||||
//
|
||||
@@ -114,6 +90,14 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radTextBoxControl_BotToken.Size = new System.Drawing.Size(606, 22);
|
||||
this.radTextBoxControl_BotToken.TabIndex = 0;
|
||||
//
|
||||
// radLabel3
|
||||
//
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 61);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(124, 19);
|
||||
this.radLabel3.TabIndex = 2;
|
||||
this.radLabel3.Text = "Standart-Programme:";
|
||||
//
|
||||
// radTextBoxControl_DefaultProgramName
|
||||
//
|
||||
this.radTextBoxControl_DefaultProgramName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
@@ -123,18 +107,13 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radTextBoxControl_DefaultProgramName.Size = new System.Drawing.Size(606, 22);
|
||||
this.radTextBoxControl_DefaultProgramName.TabIndex = 4;
|
||||
//
|
||||
// radRichTextEditor_DefaultMessage
|
||||
// radLabel2
|
||||
//
|
||||
this.radRichTextEditor_DefaultMessage.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_DefaultMessage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.radRichTextEditor_DefaultMessage.Location = new System.Drawing.Point(127, 87);
|
||||
this.radRichTextEditor_DefaultMessage.Name = "radRichTextEditor_DefaultMessage";
|
||||
this.radRichTextEditor_DefaultMessage.SelectionFill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_DefaultMessage.SelectionStroke = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_DefaultMessage.Size = new System.Drawing.Size(606, 351);
|
||||
this.radRichTextEditor_DefaultMessage.TabIndex = 0;
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 33);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(102, 19);
|
||||
this.radLabel2.TabIndex = 1;
|
||||
this.radLabel2.Text = "Proxy verwenden:";
|
||||
//
|
||||
// radToggleSwitch_UseProxy
|
||||
//
|
||||
@@ -171,6 +150,29 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// radLabel1
|
||||
//
|
||||
this.radLabel1.Location = new System.Drawing.Point(3, 5);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(66, 19);
|
||||
this.radLabel1.TabIndex = 0;
|
||||
this.radLabel1.Text = "Bot-Token:";
|
||||
//
|
||||
// radTextBox_DefaultMessage
|
||||
//
|
||||
this.radTextBox_DefaultMessage.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_DefaultMessage.Location = new System.Drawing.Point(127, 89);
|
||||
this.radTextBox_DefaultMessage.Multiline = true;
|
||||
this.radTextBox_DefaultMessage.Name = "radTextBox_DefaultMessage";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTextBox_DefaultMessage.RootElement.StretchVertically = true;
|
||||
this.radTextBox_DefaultMessage.Size = new System.Drawing.Size(606, 349);
|
||||
this.radTextBox_DefaultMessage.TabIndex = 6;
|
||||
//
|
||||
// DiscordBotSettingsWindow
|
||||
//
|
||||
this.CancelButton = this.radButton_Abbrechen;
|
||||
@@ -178,24 +180,20 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "DiscordBotSettingsWindow";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.RootElement.ApplyShapeToControl = true;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Discord Bot-Einstellungen";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_BotToken)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_DefaultProgramName)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_DefaultMessage)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxy)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Abbrechen)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_DefaultMessage)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
@@ -209,10 +207,10 @@ namespace Pilz.Updating.Administration.GUI
|
||||
private Telerik.WinControls.UI.RadLabel radLabel3;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_DefaultProgramName;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel2;
|
||||
private Telerik.WinControls.UI.RadRichTextEditor radRichTextEditor_DefaultMessage;
|
||||
private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitch_UseProxy;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Abbrechen;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Okay;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel1;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_DefaultMessage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user