yea, finish work! .NET 6 + Telerik

This commit is contained in:
2022-06-14 09:35:01 +02:00
parent 2461353f5f
commit 9f43598a07
6 changed files with 117 additions and 117 deletions

View File

@@ -43,18 +43,18 @@ namespace Pilz.Updating.Administration.GUI
this.radTextBoxControl_Titel = new Telerik.WinControls.UI.RadTextBoxControl();
this.radRichTextEditor_Description = new Telerik.WinControls.UI.RadRichTextEditor();
this.panel1 = new System.Windows.Forms.Panel();
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
this.radDropDownList_Formatting = new Telerik.WinControls.UI.RadDropDownList();
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
((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.radButton_Okay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).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)).BeginInit();
this.SuspendLayout();
//
@@ -62,7 +62,7 @@ namespace Pilz.Updating.Administration.GUI
//
this.radLabel1.Location = new System.Drawing.Point(3, 5);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(30, 18);
this.radLabel1.Size = new System.Drawing.Size(32, 19);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Titel:";
//
@@ -70,16 +70,16 @@ namespace Pilz.Updating.Administration.GUI
//
this.radLabel2.Location = new System.Drawing.Point(3, 33);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(76, 18);
this.radLabel2.Size = new System.Drawing.Size(83, 19);
this.radLabel2.TabIndex = 1;
this.radLabel2.Text = "Beschreibung:";
//
// radLabel3
//
this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radLabel3.Location = new System.Drawing.Point(3, 240);
this.radLabel3.Location = new System.Drawing.Point(3, 241);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(76, 18);
this.radLabel3.Size = new System.Drawing.Size(83, 19);
this.radLabel3.TabIndex = 2;
this.radLabel3.Text = "Formatierung:";
//
@@ -102,7 +102,7 @@ namespace Pilz.Updating.Administration.GUI
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, 200);
this.radRichTextEditor_Description.Size = new System.Drawing.Size(292, 202);
this.radRichTextEditor_Description.TabIndex = 3;
//
// panel1
@@ -122,19 +122,15 @@ namespace Pilz.Updating.Administration.GUI
this.panel1.Size = new System.Drawing.Size(384, 294);
this.panel1.TabIndex = 4;
//
// radButton_Okay
// radDropDownList_Formatting
//
this.radButton_Okay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.radButton_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.radButton_Okay.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Okay.Location = new System.Drawing.Point(281, 267);
this.radButton_Okay.Name = "radButton_Okay";
this.radButton_Okay.Size = new System.Drawing.Size(100, 24);
this.radButton_Okay.TabIndex = 4;
this.radButton_Okay.Text = "Okay";
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
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.Name = "radDropDownList_Formatting";
this.radDropDownList_Formatting.Size = new System.Drawing.Size(292, 22);
this.radDropDownList_Formatting.TabIndex = 6;
//
// radButton_Cancel
//
@@ -150,15 +146,19 @@ namespace Pilz.Updating.Administration.GUI
this.radButton_Cancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
// radDropDownList_Formatting
// radButton_Okay
//
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, 237);
this.radDropDownList_Formatting.Name = "radDropDownList_Formatting";
this.radDropDownList_Formatting.Size = new System.Drawing.Size(292, 24);
this.radDropDownList_Formatting.TabIndex = 6;
this.radButton_Okay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.radButton_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.radButton_Okay.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Okay.Location = new System.Drawing.Point(281, 267);
this.radButton_Okay.Name = "radButton_Okay";
this.radButton_Okay.Size = new System.Drawing.Size(100, 24);
this.radButton_Okay.TabIndex = 4;
this.radButton_Okay.Text = "Okay";
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
// PackageDescriptionEditor
//
@@ -186,9 +186,9 @@ namespace Pilz.Updating.Administration.GUI
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Description)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).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)).EndInit();
this.ResumeLayout(false);