576 lines
27 KiB
C#
576 lines
27 KiB
C#
namespace FirstPlugin
|
|
{
|
|
partial class FloatsIntsValuePanel
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.ValueUD2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD6 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD10 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD11 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD7 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD12 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD8 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD4 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD5 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD9 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD13 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD14 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD15 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
this.ValueUD16 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD11)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD12)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD13)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD14)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD15)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD16)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ValueUD2
|
|
//
|
|
this.ValueUD2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD2.DecimalPlaces = 5;
|
|
this.ValueUD2.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD2.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD2.Location = new System.Drawing.Point(129, 10);
|
|
this.ValueUD2.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD2.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD2.Name = "ValueUD2";
|
|
this.ValueUD2.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD2.TabIndex = 5;
|
|
this.ValueUD2.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD6
|
|
//
|
|
this.ValueUD6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD6.DecimalPlaces = 5;
|
|
this.ValueUD6.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD6.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD6.Location = new System.Drawing.Point(129, 47);
|
|
this.ValueUD6.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD6.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD6.Name = "ValueUD6";
|
|
this.ValueUD6.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD6.TabIndex = 6;
|
|
this.ValueUD6.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD10
|
|
//
|
|
this.ValueUD10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueUD10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD10.DecimalPlaces = 5;
|
|
this.ValueUD10.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD10.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD10.Location = new System.Drawing.Point(129, 84);
|
|
this.ValueUD10.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD10.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD10.Name = "ValueUD10";
|
|
this.ValueUD10.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD10.TabIndex = 7;
|
|
this.ValueUD10.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD11
|
|
//
|
|
this.ValueUD11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD11.DecimalPlaces = 5;
|
|
this.ValueUD11.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD11.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD11.Location = new System.Drawing.Point(255, 84);
|
|
this.ValueUD11.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD11.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD11.Name = "ValueUD11";
|
|
this.ValueUD11.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD11.TabIndex = 11;
|
|
this.ValueUD11.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD7
|
|
//
|
|
this.ValueUD7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD7.DecimalPlaces = 5;
|
|
this.ValueUD7.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD7.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD7.Location = new System.Drawing.Point(255, 47);
|
|
this.ValueUD7.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD7.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD7.Name = "ValueUD7";
|
|
this.ValueUD7.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD7.TabIndex = 10;
|
|
this.ValueUD7.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD3
|
|
//
|
|
this.ValueUD3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD3.DecimalPlaces = 5;
|
|
this.ValueUD3.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD3.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD3.Location = new System.Drawing.Point(255, 10);
|
|
this.ValueUD3.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD3.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD3.Name = "ValueUD3";
|
|
this.ValueUD3.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD3.TabIndex = 9;
|
|
this.ValueUD3.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD12
|
|
//
|
|
this.ValueUD12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD12.DecimalPlaces = 5;
|
|
this.ValueUD12.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD12.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD12.Location = new System.Drawing.Point(381, 84);
|
|
this.ValueUD12.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD12.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD12.Name = "ValueUD12";
|
|
this.ValueUD12.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD12.TabIndex = 15;
|
|
this.ValueUD12.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD8
|
|
//
|
|
this.ValueUD8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD8.DecimalPlaces = 5;
|
|
this.ValueUD8.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD8.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD8.Location = new System.Drawing.Point(381, 47);
|
|
this.ValueUD8.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD8.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD8.Name = "ValueUD8";
|
|
this.ValueUD8.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD8.TabIndex = 14;
|
|
this.ValueUD8.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD4
|
|
//
|
|
this.ValueUD4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD4.DecimalPlaces = 5;
|
|
this.ValueUD4.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD4.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD4.Location = new System.Drawing.Point(381, 10);
|
|
this.ValueUD4.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD4.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD4.Name = "ValueUD4";
|
|
this.ValueUD4.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD4.TabIndex = 13;
|
|
this.ValueUD4.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD1
|
|
//
|
|
this.ValueUD1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueUD1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD1.DecimalPlaces = 5;
|
|
this.ValueUD1.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD1.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD1.Location = new System.Drawing.Point(3, 10);
|
|
this.ValueUD1.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD1.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD1.Name = "ValueUD1";
|
|
this.ValueUD1.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD1.TabIndex = 16;
|
|
//
|
|
// ValueUD5
|
|
//
|
|
this.ValueUD5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueUD5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD5.DecimalPlaces = 5;
|
|
this.ValueUD5.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD5.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD5.Location = new System.Drawing.Point(3, 47);
|
|
this.ValueUD5.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD5.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD5.Name = "ValueUD5";
|
|
this.ValueUD5.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD5.TabIndex = 17;
|
|
this.ValueUD5.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD9
|
|
//
|
|
this.ValueUD9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueUD9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD9.DecimalPlaces = 5;
|
|
this.ValueUD9.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD9.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD9.Location = new System.Drawing.Point(0, 84);
|
|
this.ValueUD9.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD9.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD9.Name = "ValueUD9";
|
|
this.ValueUD9.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD9.TabIndex = 18;
|
|
this.ValueUD9.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD13
|
|
//
|
|
this.ValueUD13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueUD13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD13.DecimalPlaces = 5;
|
|
this.ValueUD13.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD13.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD13.Location = new System.Drawing.Point(0, 120);
|
|
this.ValueUD13.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD13.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD13.Name = "ValueUD13";
|
|
this.ValueUD13.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD13.TabIndex = 19;
|
|
this.ValueUD13.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD14
|
|
//
|
|
this.ValueUD14.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD14.DecimalPlaces = 5;
|
|
this.ValueUD14.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD14.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD14.Location = new System.Drawing.Point(126, 120);
|
|
this.ValueUD14.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD14.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD14.Name = "ValueUD14";
|
|
this.ValueUD14.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD14.TabIndex = 20;
|
|
this.ValueUD14.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD15
|
|
//
|
|
this.ValueUD15.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD15.DecimalPlaces = 5;
|
|
this.ValueUD15.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD15.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD15.Location = new System.Drawing.Point(255, 120);
|
|
this.ValueUD15.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD15.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD15.Name = "ValueUD15";
|
|
this.ValueUD15.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD15.TabIndex = 21;
|
|
this.ValueUD15.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// ValueUD16
|
|
//
|
|
this.ValueUD16.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ValueUD16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ValueUD16.DecimalPlaces = 5;
|
|
this.ValueUD16.ForeColor = System.Drawing.Color.White;
|
|
this.ValueUD16.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.ValueUD16.Location = new System.Drawing.Point(381, 120);
|
|
this.ValueUD16.Maximum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ValueUD16.Minimum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.ValueUD16.Name = "ValueUD16";
|
|
this.ValueUD16.Size = new System.Drawing.Size(120, 20);
|
|
this.ValueUD16.TabIndex = 22;
|
|
this.ValueUD16.ValueChanged += new System.EventHandler(this.ValueUD_ValueChanged);
|
|
//
|
|
// FloatsIntsValuePanel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.Controls.Add(this.ValueUD16);
|
|
this.Controls.Add(this.ValueUD15);
|
|
this.Controls.Add(this.ValueUD14);
|
|
this.Controls.Add(this.ValueUD13);
|
|
this.Controls.Add(this.ValueUD9);
|
|
this.Controls.Add(this.ValueUD5);
|
|
this.Controls.Add(this.ValueUD1);
|
|
this.Controls.Add(this.ValueUD12);
|
|
this.Controls.Add(this.ValueUD8);
|
|
this.Controls.Add(this.ValueUD4);
|
|
this.Controls.Add(this.ValueUD11);
|
|
this.Controls.Add(this.ValueUD7);
|
|
this.Controls.Add(this.ValueUD3);
|
|
this.Controls.Add(this.ValueUD10);
|
|
this.Controls.Add(this.ValueUD6);
|
|
this.Controls.Add(this.ValueUD2);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Name = "FloatsIntsValuePanel";
|
|
this.Size = new System.Drawing.Size(501, 153);
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD11)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD12)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD13)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD14)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD15)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ValueUD16)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD6;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD10;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD11;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD7;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD3;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD12;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD8;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD4;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD1;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD5;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD9;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD13;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD14;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD15;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD16;
|
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat ValueUD2;
|
|
|
|
|
|
}
|
|
}
|