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

@@ -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(46, 18);
this.radLabel1.Size = new System.Drawing.Size(50, 19);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Version:";
//
@@ -70,15 +70,15 @@ 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(36, 18);
this.radLabel2.Size = new System.Drawing.Size(39, 19);
this.radLabel2.TabIndex = 1;
this.radLabel2.Text = "Kanal:";
//
// radLabel3
//
this.radLabel3.Location = new System.Drawing.Point(3, 63);
this.radLabel3.Location = new System.Drawing.Point(3, 61);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(34, 18);
this.radLabel3.Size = new System.Drawing.Size(37, 19);
this.radLabel3.TabIndex = 2;
this.radLabel3.Text = "Build:";
//
@@ -100,7 +100,7 @@ namespace Pilz.Updating.Administration.GUI
this.radDropDownList_Channel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.radDropDownList_Channel.Location = new System.Drawing.Point(74, 31);
this.radDropDownList_Channel.Name = "radDropDownList_Channel";
this.radDropDownList_Channel.Size = new System.Drawing.Size(255, 24);
this.radDropDownList_Channel.Size = new System.Drawing.Size(255, 22);
this.radDropDownList_Channel.TabIndex = 0;
//
// panel1
@@ -117,14 +117,14 @@ namespace Pilz.Updating.Administration.GUI
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(332, 118);
this.panel1.Size = new System.Drawing.Size(332, 114);
this.panel1.TabIndex = 3;
//
// radSpinEditor_Build
//
this.radSpinEditor_Build.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radSpinEditor_Build.Location = new System.Drawing.Point(74, 61);
this.radSpinEditor_Build.Location = new System.Drawing.Point(74, 59);
this.radSpinEditor_Build.Minimum = new decimal(new int[] {
1,
0,
@@ -136,7 +136,7 @@ namespace Pilz.Updating.Administration.GUI
0,
0,
0});
this.radSpinEditor_Build.Size = new System.Drawing.Size(255, 24);
this.radSpinEditor_Build.Size = new System.Drawing.Size(255, 22);
this.radSpinEditor_Build.TabIndex = 5;
this.radSpinEditor_Build.Value = new decimal(new int[] {
1,
@@ -150,7 +150,7 @@ namespace Pilz.Updating.Administration.GUI
this.radButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.radButton_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.radButton_Cancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Cancel.Location = new System.Drawing.Point(123, 91);
this.radButton_Cancel.Location = new System.Drawing.Point(123, 87);
this.radButton_Cancel.Name = "radButton_Cancel";
this.radButton_Cancel.Size = new System.Drawing.Size(100, 24);
this.radButton_Cancel.TabIndex = 0;
@@ -163,7 +163,7 @@ namespace Pilz.Updating.Administration.GUI
this.radButton_Accept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Accept.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.radButton_Accept.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Accept.Location = new System.Drawing.Point(229, 91);
this.radButton_Accept.Location = new System.Drawing.Point(229, 87);
this.radButton_Accept.Name = "radButton_Accept";
this.radButton_Accept.Size = new System.Drawing.Size(100, 24);
this.radButton_Accept.TabIndex = 4;
@@ -178,7 +178,7 @@ namespace Pilz.Updating.Administration.GUI
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.radButton_Cancel;
this.ClientSize = new System.Drawing.Size(332, 118);
this.ClientSize = new System.Drawing.Size(332, 114);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));