RadTextBox.AcceptReturn = true

This commit is contained in:
2022-11-20 10:56:22 +01:00
parent 238763596a
commit 83b8b4c88e
3 changed files with 58 additions and 55 deletions

View File

@@ -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);