d
This commit is contained in:
@@ -43,18 +43,18 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radTextBoxControl_Version = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radDropDownList_Channel = new Telerik.WinControls.UI.RadDropDownList();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radSpinEditor_Build = new Telerik.WinControls.UI.RadSpinEditor();
|
||||
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
||||
this.radButton_Accept = new Telerik.WinControls.UI.RadButton();
|
||||
this.radSpinEditor_Build = new Telerik.WinControls.UI.RadSpinEditor();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Version)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Channel)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radSpinEditor_Build)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Accept)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radSpinEditor_Build)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -97,6 +97,7 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radDropDownList_Channel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radDropDownList_Channel.DropDownAnimationEnabled = true;
|
||||
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);
|
||||
@@ -119,6 +120,30 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.panel1.Size = new System.Drawing.Size(332, 118);
|
||||
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.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.radSpinEditor_Build.Name = "radSpinEditor_Build";
|
||||
this.radSpinEditor_Build.NullableValue = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.radSpinEditor_Build.Size = new System.Drawing.Size(255, 24);
|
||||
this.radSpinEditor_Build.TabIndex = 5;
|
||||
this.radSpinEditor_Build.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// radButton_Cancel
|
||||
//
|
||||
this.radButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
@@ -146,30 +171,6 @@ namespace Pilz.Updating.Administration.GUI
|
||||
this.radButton_Accept.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Accept.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// 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.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.radSpinEditor_Build.Name = "radSpinEditor_Build";
|
||||
this.radSpinEditor_Build.NullableValue = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.radSpinEditor_Build.Size = new System.Drawing.Size(255, 24);
|
||||
this.radSpinEditor_Build.TabIndex = 5;
|
||||
this.radSpinEditor_Build.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// ApplicationVersionInput
|
||||
//
|
||||
this.AcceptButton = this.radButton_Accept;
|
||||
@@ -197,9 +198,9 @@ namespace Pilz.Updating.Administration.GUI
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Channel)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radSpinEditor_Build)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Accept)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radSpinEditor_Build)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user