RadTextBox.AcceptReturn = true
This commit is contained in:
@@ -30,6 +30,7 @@ namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordBotSettingsWindow));
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radTextBox_DefaultMessage = new Telerik.WinControls.UI.RadTextBox();
|
||||
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_BotToken = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
@@ -39,8 +40,8 @@ namespace Pilz.Updating.Administration.GUI
|
||||
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.radTextBox_DefaultMessage)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_BotToken)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
@@ -50,7 +51,6 @@ namespace Pilz.Updating.Administration.GUI
|
||||
((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();
|
||||
//
|
||||
@@ -73,6 +73,22 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.panel1.Size = new System.Drawing.Size(736, 471);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// radTextBox_DefaultMessage
|
||||
//
|
||||
this.radTextBox_DefaultMessage.AcceptsReturn = true;
|
||||
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;
|
||||
//
|
||||
// radLabel4
|
||||
//
|
||||
this.radLabel4.Location = new System.Drawing.Point(3, 89);
|
||||
@@ -158,21 +174,6 @@ namespace Pilz.Updating.Administration.GUI
|
||||
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;
|
||||
@@ -184,6 +185,7 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.Text = "Discord Bot-Einstellungen";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_DefaultMessage)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_BotToken)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
@@ -193,7 +195,6 @@ namespace Pilz.Updating.Administration.GUI
|
||||
((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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user