change RadRichTextEditor's to RadTextBox
This commit is contained in:
@@ -41,20 +41,20 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_Titel = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radRichTextEditor_Description = new Telerik.WinControls.UI.RadRichTextEditor();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Description)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((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();
|
||||
//
|
||||
@@ -92,28 +92,15 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radTextBoxControl_Titel.Size = new System.Drawing.Size(292, 22);
|
||||
this.radTextBoxControl_Titel.TabIndex = 0;
|
||||
//
|
||||
// radRichTextEditor_Description
|
||||
//
|
||||
this.radRichTextEditor_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.radRichTextEditor_Description.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.radRichTextEditor_Description.Location = new System.Drawing.Point(89, 31);
|
||||
this.radRichTextEditor_Description.Name = "radRichTextEditor_Description";
|
||||
this.radRichTextEditor_Description.SelectionFill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_Description.SelectionStroke = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_Description.Size = new System.Drawing.Size(292, 202);
|
||||
this.radRichTextEditor_Description.TabIndex = 3;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.radTextBox_Description);
|
||||
this.panel1.Controls.Add(this.radDropDownList_Formatting);
|
||||
this.panel1.Controls.Add(this.radButton_Cancel);
|
||||
this.panel1.Controls.Add(this.radButton_Okay);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_Titel);
|
||||
this.panel1.Controls.Add(this.radLabel1);
|
||||
this.panel1.Controls.Add(this.radRichTextEditor_Description);
|
||||
this.panel1.Controls.Add(this.radLabel2);
|
||||
this.panel1.Controls.Add(this.radLabel3);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -160,6 +147,21 @@ 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);
|
||||
@@ -173,22 +175,18 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "PackageDescriptionEditor";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.RootElement.ApplyShapeToControl = true;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Beschreibung";
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Titel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Description)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((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);
|
||||
|
||||
@@ -198,10 +196,10 @@ namespace Pilz.Updating.Administration.GUI
|
||||
private Telerik.WinControls.UI.RadLabel radLabel2;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel3;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Titel;
|
||||
private Telerik.WinControls.UI.RadRichTextEditor radRichTextEditor_Description;
|
||||
private Panel panel1;
|
||||
private Telerik.WinControls.UI.RadDropDownList radDropDownList_Formatting;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Cancel;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Okay;
|
||||
private Telerik.WinControls.UI.RadTextBox radTextBox_Description;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user