finish ui re-build
This commit is contained in:
@@ -7,7 +7,7 @@ using Microsoft.VisualBasic.CompilerServices;
|
||||
namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
[DesignerGenerated()]
|
||||
public partial class ApplicationVersionInput : DevComponents.DotNetBar.OfficeForm
|
||||
public partial class ApplicationVersionInput : Telerik.WinControls.UI.RadForm
|
||||
{
|
||||
|
||||
// Form overrides dispose to clean up the component list.
|
||||
@@ -36,244 +36,183 @@ namespace Pilz.Updating.Administration.GUI
|
||||
[DebuggerStepThrough()]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationVersionInput));
|
||||
this.TextBoxX_Version = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.ComboBoxEx_Channel = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.IntegerInput_Build = new DevComponents.Editors.IntegerInput();
|
||||
this.LayoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
|
||||
this.ButtonX_Cancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ButtonX_Okay = new DevComponents.DotNetBar.ButtonX();
|
||||
this.LayoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutControlItem4 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutSpacerItem1 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
|
||||
this.LayoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutControlItem6 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.IntegerInput_Build)).BeginInit();
|
||||
this.LayoutControl1.SuspendLayout();
|
||||
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_Version = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radDropDownList_Channel = new Telerik.WinControls.UI.RadDropDownList();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
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.radButton_Cancel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Accept)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radSpinEditor_Build)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// TextBoxX_Version
|
||||
// radLabel1
|
||||
//
|
||||
this.TextBoxX_Version.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
this.radLabel1.Location = new System.Drawing.Point(3, 5);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(46, 18);
|
||||
this.radLabel1.TabIndex = 0;
|
||||
this.radLabel1.Text = "Version:";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 33);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(36, 18);
|
||||
this.radLabel2.TabIndex = 1;
|
||||
this.radLabel2.Text = "Kanal:";
|
||||
//
|
||||
// radLabel3
|
||||
//
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 63);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(34, 18);
|
||||
this.radLabel3.TabIndex = 2;
|
||||
this.radLabel3.Text = "Build:";
|
||||
//
|
||||
// radTextBoxControl_Version
|
||||
//
|
||||
this.radTextBoxControl_Version.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TextBoxX_Version.BackColor = System.Drawing.Color.White;
|
||||
this.radTextBoxControl_Version.Location = new System.Drawing.Point(74, 3);
|
||||
this.radTextBoxControl_Version.Name = "radTextBoxControl_Version";
|
||||
this.radTextBoxControl_Version.NullText = "Bspw. 1.2.5.0";
|
||||
this.radTextBoxControl_Version.Size = new System.Drawing.Size(255, 22);
|
||||
this.radTextBoxControl_Version.TabIndex = 0;
|
||||
//
|
||||
// radDropDownList_Channel
|
||||
//
|
||||
//
|
||||
this.TextBoxX_Version.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_Version.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_Version.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_Version.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_Version.Location = new System.Drawing.Point(53, 4);
|
||||
this.TextBoxX_Version.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_Version.Name = "TextBoxX_Version";
|
||||
this.TextBoxX_Version.PreventEnterBeep = true;
|
||||
this.TextBoxX_Version.Size = new System.Drawing.Size(275, 20);
|
||||
this.TextBoxX_Version.TabIndex = 0;
|
||||
this.TextBoxX_Version.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
|
||||
this.TextBoxX_Version.WatermarkText = "Bspw.: 1.2.5.0";
|
||||
//
|
||||
// ComboBoxEx_Channel
|
||||
//
|
||||
this.ComboBoxEx_Channel.DisplayMember = "Text";
|
||||
this.ComboBoxEx_Channel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ComboBoxEx_Channel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ComboBoxEx_Channel.ForeColor = System.Drawing.Color.Black;
|
||||
this.ComboBoxEx_Channel.FormattingEnabled = true;
|
||||
this.ComboBoxEx_Channel.ItemHeight = 15;
|
||||
this.ComboBoxEx_Channel.Location = new System.Drawing.Point(53, 32);
|
||||
this.ComboBoxEx_Channel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ComboBoxEx_Channel.Name = "ComboBoxEx_Channel";
|
||||
this.ComboBoxEx_Channel.Size = new System.Drawing.Size(275, 21);
|
||||
this.ComboBoxEx_Channel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ComboBoxEx_Channel.TabIndex = 1;
|
||||
//
|
||||
// IntegerInput_Build
|
||||
//
|
||||
this.IntegerInput_Build.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
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.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.TabIndex = 0;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.radSpinEditor_Build);
|
||||
this.panel1.Controls.Add(this.radButton_Cancel);
|
||||
this.panel1.Controls.Add(this.radLabel1);
|
||||
this.panel1.Controls.Add(this.radButton_Accept);
|
||||
this.panel1.Controls.Add(this.radLabel2);
|
||||
this.panel1.Controls.Add(this.radLabel3);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_Version);
|
||||
this.panel1.Controls.Add(this.radDropDownList_Channel);
|
||||
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.TabIndex = 3;
|
||||
//
|
||||
this.IntegerInput_Build.BackgroundStyle.Class = "DateTimeInputBackground";
|
||||
this.IntegerInput_Build.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.IntegerInput_Build.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
|
||||
this.IntegerInput_Build.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
|
||||
this.IntegerInput_Build.Location = new System.Drawing.Point(53, 61);
|
||||
this.IntegerInput_Build.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.IntegerInput_Build.MinValue = 0;
|
||||
this.IntegerInput_Build.Name = "IntegerInput_Build";
|
||||
this.IntegerInput_Build.ShowUpDown = true;
|
||||
this.IntegerInput_Build.Size = new System.Drawing.Size(275, 20);
|
||||
this.IntegerInput_Build.TabIndex = 2;
|
||||
// radButton_Cancel
|
||||
//
|
||||
// LayoutControl1
|
||||
this.radButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
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.Name = "radButton_Cancel";
|
||||
this.radButton_Cancel.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Cancel.TabIndex = 0;
|
||||
this.radButton_Cancel.Text = "Abbrechen";
|
||||
this.radButton_Cancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
this.LayoutControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.LayoutControl1.Controls.Add(this.TextBoxX_Version);
|
||||
this.LayoutControl1.Controls.Add(this.ComboBoxEx_Channel);
|
||||
this.LayoutControl1.Controls.Add(this.IntegerInput_Build);
|
||||
this.LayoutControl1.Controls.Add(this.ButtonX_Cancel);
|
||||
this.LayoutControl1.Controls.Add(this.ButtonX_Okay);
|
||||
this.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.LayoutControl1.ForeColor = System.Drawing.Color.Black;
|
||||
this.LayoutControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.LayoutControl1.Name = "LayoutControl1";
|
||||
// radButton_Accept
|
||||
//
|
||||
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.Name = "radButton_Accept";
|
||||
this.radButton_Accept.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Accept.TabIndex = 4;
|
||||
this.radButton_Accept.Text = "Okay";
|
||||
this.radButton_Accept.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Accept.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// radSpinEditor_Build
|
||||
//
|
||||
this.LayoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
|
||||
this.LayoutControlItem2,
|
||||
this.LayoutControlItem3,
|
||||
this.LayoutControlItem4,
|
||||
this.LayoutSpacerItem1,
|
||||
this.LayoutControlItem5,
|
||||
this.LayoutControlItem6});
|
||||
this.LayoutControl1.Size = new System.Drawing.Size(332, 116);
|
||||
this.LayoutControl1.TabIndex = 5;
|
||||
//
|
||||
// ButtonX_Cancel
|
||||
//
|
||||
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ButtonX_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
|
||||
this.ButtonX_Cancel.Location = new System.Drawing.Point(170, 89);
|
||||
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
|
||||
this.ButtonX_Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ButtonX_Cancel.TabIndex = 4;
|
||||
this.ButtonX_Cancel.Text = "Abbrechen";
|
||||
//
|
||||
// ButtonX_Okay
|
||||
//
|
||||
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.ButtonX_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.ButtonX_Okay.Location = new System.Drawing.Point(253, 89);
|
||||
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Okay.Name = "ButtonX_Okay";
|
||||
this.ButtonX_Okay.Size = new System.Drawing.Size(75, 23);
|
||||
this.ButtonX_Okay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ButtonX_Okay.TabIndex = 5;
|
||||
this.ButtonX_Okay.Text = "Okay";
|
||||
//
|
||||
// LayoutControlItem2
|
||||
//
|
||||
this.LayoutControlItem2.Control = this.TextBoxX_Version;
|
||||
this.LayoutControlItem2.Height = 28;
|
||||
this.LayoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.LayoutControlItem2.Name = "LayoutControlItem2";
|
||||
this.LayoutControlItem2.Text = "Version:";
|
||||
this.LayoutControlItem2.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
|
||||
this.LayoutControlItem2.Width = 100;
|
||||
this.LayoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutControlItem3
|
||||
//
|
||||
this.LayoutControlItem3.Control = this.ComboBoxEx_Channel;
|
||||
this.LayoutControlItem3.Height = 29;
|
||||
this.LayoutControlItem3.MinSize = new System.Drawing.Size(64, 18);
|
||||
this.LayoutControlItem3.Name = "LayoutControlItem3";
|
||||
this.LayoutControlItem3.Text = "Kanal:";
|
||||
this.LayoutControlItem3.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
|
||||
this.LayoutControlItem3.Width = 100;
|
||||
this.LayoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutControlItem4
|
||||
//
|
||||
this.LayoutControlItem4.Control = this.IntegerInput_Build;
|
||||
this.LayoutControlItem4.Height = 28;
|
||||
this.LayoutControlItem4.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.LayoutControlItem4.Name = "LayoutControlItem4";
|
||||
this.LayoutControlItem4.Text = "Build:";
|
||||
this.LayoutControlItem4.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
|
||||
this.LayoutControlItem4.Width = 100;
|
||||
this.LayoutControlItem4.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutSpacerItem1
|
||||
//
|
||||
this.LayoutSpacerItem1.Height = 31;
|
||||
this.LayoutSpacerItem1.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
this.LayoutSpacerItem1.Name = "LayoutSpacerItem1";
|
||||
this.LayoutSpacerItem1.Width = 99;
|
||||
this.LayoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutControlItem5
|
||||
//
|
||||
this.LayoutControlItem5.Control = this.ButtonX_Cancel;
|
||||
this.LayoutControlItem5.Height = 31;
|
||||
this.LayoutControlItem5.MinSize = new System.Drawing.Size(32, 20);
|
||||
this.LayoutControlItem5.Name = "LayoutControlItem5";
|
||||
this.LayoutControlItem5.Width = 83;
|
||||
//
|
||||
// LayoutControlItem6
|
||||
//
|
||||
this.LayoutControlItem6.Control = this.ButtonX_Okay;
|
||||
this.LayoutControlItem6.Height = 31;
|
||||
this.LayoutControlItem6.MinSize = new System.Drawing.Size(32, 20);
|
||||
this.LayoutControlItem6.Name = "LayoutControlItem6";
|
||||
this.LayoutControlItem6.Width = 83;
|
||||
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.ButtonX_Okay;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AcceptButton = this.radButton_Accept;
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.ButtonX_Cancel;
|
||||
this.ClientSize = new System.Drawing.Size(332, 116);
|
||||
this.Controls.Add(this.LayoutControl1);
|
||||
this.CancelButton = this.radButton_Cancel;
|
||||
this.ClientSize = new System.Drawing.Size(332, 118);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "ApplicationVersionInput";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.RootElement.ApplyShapeToControl = true;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Version";
|
||||
this.TopLeftCornerSize = 0;
|
||||
this.TopRightCornerSize = 0;
|
||||
((System.ComponentModel.ISupportInitialize)(this.IntegerInput_Build)).EndInit();
|
||||
this.LayoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Version)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Channel)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_Version;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ComboBoxEx_Channel;
|
||||
|
||||
|
||||
private DevComponents.Editors.IntegerInput IntegerInput_Build;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControl LayoutControl1;
|
||||
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem2;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem3;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem4;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.ButtonX ButtonX_Cancel;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.ButtonX ButtonX_Okay;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutSpacerItem LayoutSpacerItem1;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem5;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem6;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel1;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel2;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel3;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Version;
|
||||
private Telerik.WinControls.UI.RadDropDownList radDropDownList_Channel;
|
||||
private Panel panel1;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Cancel;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Accept;
|
||||
private Telerik.WinControls.UI.RadSpinEditor radSpinEditor_Build;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user