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

@@ -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.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.radTextBoxControl_ProgramName = new Telerik.WinControls.UI.RadTextBoxControl();
this.radRichTextEditor_Message = new Telerik.WinControls.UI.RadRichTextEditor();
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();
((System.ComponentModel.ISupportInitialize)(this.radTreeView_Channels)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Message)).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)).BeginInit();
this.SuspendLayout();
//
@@ -77,19 +77,11 @@
this.panel1.Size = new System.Drawing.Size(514, 461);
this.panel1.TabIndex = 1;
//
// radLabel1
//
this.radLabel1.Location = new System.Drawing.Point(6, 5);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(89, 18);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Programmname:";
//
// radLabel2
//
this.radLabel2.Location = new System.Drawing.Point(6, 33);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(57, 18);
this.radLabel2.Size = new System.Drawing.Size(62, 19);
this.radLabel2.TabIndex = 2;
this.radLabel2.Text = "Nachricht:";
//
@@ -118,9 +110,9 @@
// radCheckBoxPingAtEveryone
//
this.radCheckBoxPingAtEveryone.CheckState = System.Windows.Forms.CheckState.Checked;
this.radCheckBoxPingAtEveryone.Location = new System.Drawing.Point(170, 437);
this.radCheckBoxPingAtEveryone.Location = new System.Drawing.Point(155, 437);
this.radCheckBoxPingAtEveryone.Name = "radCheckBoxPingAtEveryone";
this.radCheckBoxPingAtEveryone.Size = new System.Drawing.Size(105, 18);
this.radCheckBoxPingAtEveryone.Size = new System.Drawing.Size(111, 17);
this.radCheckBoxPingAtEveryone.TabIndex = 0;
this.radCheckBoxPingAtEveryone.Text = "Ping @everyone";
this.radCheckBoxPingAtEveryone.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
@@ -128,9 +120,9 @@
// radCheckBox_AttachDescription
//
this.radCheckBox_AttachDescription.CheckState = System.Windows.Forms.CheckState.Checked;
this.radCheckBox_AttachDescription.Location = new System.Drawing.Point(281, 437);
this.radCheckBox_AttachDescription.Location = new System.Drawing.Point(272, 437);
this.radCheckBox_AttachDescription.Name = "radCheckBox_AttachDescription";
this.radCheckBox_AttachDescription.Size = new System.Drawing.Size(144, 18);
this.radCheckBox_AttachDescription.Size = new System.Drawing.Size(153, 17);
this.radCheckBox_AttachDescription.TabIndex = 3;
this.radCheckBox_AttachDescription.Text = "Beschreibung anhängen";
this.radCheckBox_AttachDescription.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
@@ -149,6 +141,14 @@
this.radButton_Send.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton_Send.Click += new System.EventHandler(this.ButtonX_SendMsg_Click);
//
// radLabel1
//
this.radLabel1.Location = new System.Drawing.Point(6, 5);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(97, 19);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Programmname:";
//
// DiscordPostDialog
//
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
@@ -168,13 +168,13 @@
((System.ComponentModel.ISupportInitialize)(this.radTreeView_Channels)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ProgramName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Message)).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)).EndInit();
this.ResumeLayout(false);