RadTextBox.AcceptReturn = true
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user