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);
|
||||
|
||||
|
||||
@@ -31,22 +31,22 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordPostDialog));
|
||||
this.radTreeView_Channels = new Telerik.WinControls.UI.RadTreeView();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radTextBox_Message = new Telerik.WinControls.UI.RadTextBox();
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_ProgramName = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
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.radTextBox_Message)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).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();
|
||||
//
|
||||
@@ -77,6 +77,22 @@
|
||||
this.panel1.Size = new System.Drawing.Size(514, 461);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// radTextBox_Message
|
||||
//
|
||||
this.radTextBox_Message.AcceptsReturn = true;
|
||||
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;
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(6, 33);
|
||||
@@ -136,21 +152,6 @@
|
||||
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);
|
||||
@@ -166,13 +167,13 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTreeView_Channels)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Message)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).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);
|
||||
|
||||
|
||||
@@ -42,19 +42,19 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_Titel = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radTextBox_Description = new Telerik.WinControls.UI.RadTextBox();
|
||||
this.radDropDownList_Formatting = new Telerik.WinControls.UI.RadDropDownList();
|
||||
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
||||
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
|
||||
this.radTextBox_Description = new Telerik.WinControls.UI.RadTextBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Titel)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Description)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Formatting)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Description)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -109,12 +109,28 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.panel1.Size = new System.Drawing.Size(384, 294);
|
||||
this.panel1.TabIndex = 4;
|
||||
//
|
||||
// radTextBox_Description
|
||||
//
|
||||
this.radTextBox_Description.AcceptsReturn = true;
|
||||
this.radTextBox_Description.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_Description.Location = new System.Drawing.Point(89, 31);
|
||||
this.radTextBox_Description.Multiline = true;
|
||||
this.radTextBox_Description.Name = "radTextBox_Description";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTextBox_Description.RootElement.StretchVertically = true;
|
||||
this.radTextBox_Description.Size = new System.Drawing.Size(292, 202);
|
||||
this.radTextBox_Description.TabIndex = 7;
|
||||
//
|
||||
// radDropDownList_Formatting
|
||||
//
|
||||
this.radDropDownList_Formatting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radDropDownList_Formatting.DropDownAnimationEnabled = true;
|
||||
this.radDropDownList_Formatting.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.radDropDownList_Formatting.Location = new System.Drawing.Point(89, 239);
|
||||
this.radDropDownList_Formatting.Location = new System.Drawing.Point(89, 241);
|
||||
this.radDropDownList_Formatting.Name = "radDropDownList_Formatting";
|
||||
this.radDropDownList_Formatting.Size = new System.Drawing.Size(292, 22);
|
||||
this.radDropDownList_Formatting.TabIndex = 6;
|
||||
@@ -147,21 +163,6 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// radTextBox_Description
|
||||
//
|
||||
this.radTextBox_Description.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_Description.Location = new System.Drawing.Point(89, 31);
|
||||
this.radTextBox_Description.Multiline = true;
|
||||
this.radTextBox_Description.Name = "radTextBox_Description";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTextBox_Description.RootElement.StretchVertically = true;
|
||||
this.radTextBox_Description.Size = new System.Drawing.Size(292, 202);
|
||||
this.radTextBox_Description.TabIndex = 7;
|
||||
//
|
||||
// PackageDescriptionEditor
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
|
||||
@@ -183,10 +184,10 @@ namespace Pilz.Updating.Administration.GUI
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Titel)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Description)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Formatting)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBox_Description)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user