https://github.com/salvadorp2001/Inventory_Taker
Raw File
Tip revision: ee895d77d8875ecea0d50e934670e39ae56ae6ae authored by salvadorp2001 on 25 April 2015, 19:03:31 UTC
Added item slots
Tip revision: ee895d7
Form1.Designer.cs
namespace Inventory_app
{
    partial class Form1
    {
        /// <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 Windows Form 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.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
            this.textBox15 = new System.Windows.Forms.TextBox();
            this.numericUpDown14 = new System.Windows.Forms.NumericUpDown();
            this.textBox16 = new System.Windows.Forms.TextBox();
            this.numericUpDown15 = new System.Windows.Forms.NumericUpDown();
            this.textBox17 = new System.Windows.Forms.TextBox();
            this.numericUpDown16 = new System.Windows.Forms.NumericUpDown();
            this.textBox18 = new System.Windows.Forms.TextBox();
            this.numericUpDown17 = new System.Windows.Forms.NumericUpDown();
            this.textBox19 = new System.Windows.Forms.TextBox();
            this.numericUpDown18 = new System.Windows.Forms.NumericUpDown();
            this.textBox20 = new System.Windows.Forms.TextBox();
            this.numericUpDown19 = new System.Windows.Forms.NumericUpDown();
            this.textBox21 = new System.Windows.Forms.TextBox();
            this.numericUpDown20 = new System.Windows.Forms.NumericUpDown();
            this.textBox22 = new System.Windows.Forms.TextBox();
            this.numericUpDown21 = new System.Windows.Forms.NumericUpDown();
            this.textBox23 = new System.Windows.Forms.TextBox();
            this.numericUpDown22 = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).BeginInit();
            this.SuspendLayout();
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(13, 52);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown1.TabIndex = 0;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(50, 52);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(242, 20);
            this.textBox1.TabIndex = 1;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(50, 78);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(242, 20);
            this.textBox2.TabIndex = 3;
            // 
            // numericUpDown2
            // 
            this.numericUpDown2.Location = new System.Drawing.Point(13, 78);
            this.numericUpDown2.Name = "numericUpDown2";
            this.numericUpDown2.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown2.TabIndex = 2;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(50, 104);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(242, 20);
            this.textBox3.TabIndex = 5;
            // 
            // numericUpDown3
            // 
            this.numericUpDown3.Location = new System.Drawing.Point(13, 104);
            this.numericUpDown3.Name = "numericUpDown3";
            this.numericUpDown3.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown3.TabIndex = 4;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(50, 130);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(242, 20);
            this.textBox4.TabIndex = 7;
            // 
            // numericUpDown4
            // 
            this.numericUpDown4.Location = new System.Drawing.Point(13, 130);
            this.numericUpDown4.Name = "numericUpDown4";
            this.numericUpDown4.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown4.TabIndex = 6;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 368);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(280, 50);
            this.button1.TabIndex = 14;
            this.button1.Text = "Save";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(334, 368);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(284, 50);
            this.button2.TabIndex = 15;
            this.button2.Text = "Load";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(50, 234);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(242, 20);
            this.textBox5.TabIndex = 23;
            // 
            // numericUpDown5
            // 
            this.numericUpDown5.Location = new System.Drawing.Point(13, 234);
            this.numericUpDown5.Name = "numericUpDown5";
            this.numericUpDown5.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown5.TabIndex = 22;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(50, 208);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(242, 20);
            this.textBox6.TabIndex = 21;
            // 
            // numericUpDown6
            // 
            this.numericUpDown6.Location = new System.Drawing.Point(13, 208);
            this.numericUpDown6.Name = "numericUpDown6";
            this.numericUpDown6.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown6.TabIndex = 20;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(50, 182);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(242, 20);
            this.textBox7.TabIndex = 19;
            // 
            // numericUpDown7
            // 
            this.numericUpDown7.Location = new System.Drawing.Point(13, 182);
            this.numericUpDown7.Name = "numericUpDown7";
            this.numericUpDown7.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown7.TabIndex = 18;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(50, 156);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(242, 20);
            this.textBox8.TabIndex = 17;
            // 
            // numericUpDown8
            // 
            this.numericUpDown8.Location = new System.Drawing.Point(13, 156);
            this.numericUpDown8.Name = "numericUpDown8";
            this.numericUpDown8.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown8.TabIndex = 16;
            // 
            // numericUpDown9
            // 
            this.numericUpDown9.Location = new System.Drawing.Point(13, 261);
            this.numericUpDown9.Name = "numericUpDown9";
            this.numericUpDown9.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown9.TabIndex = 24;
            // 
            // textBox9
            // 
            this.textBox9.Location = new System.Drawing.Point(50, 260);
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new System.Drawing.Size(242, 20);
            this.textBox9.TabIndex = 25;
            // 
            // numericUpDown10
            // 
            this.numericUpDown10.Location = new System.Drawing.Point(13, 288);
            this.numericUpDown10.Name = "numericUpDown10";
            this.numericUpDown10.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown10.TabIndex = 26;
            // 
            // textBox10
            // 
            this.textBox10.Location = new System.Drawing.Point(50, 288);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(242, 20);
            this.textBox10.TabIndex = 27;
            // 
            // numericUpDown11
            // 
            this.numericUpDown11.Location = new System.Drawing.Point(13, 315);
            this.numericUpDown11.Name = "numericUpDown11";
            this.numericUpDown11.Size = new System.Drawing.Size(30, 20);
            this.numericUpDown11.TabIndex = 28;
            // 
            // textBox11
            // 
            this.textBox11.Location = new System.Drawing.Point(50, 315);
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new System.Drawing.Size(242, 20);
            this.textBox11.TabIndex = 29;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(13, 13);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(605, 33);
            this.button3.TabIndex = 30;
            this.button3.Text = "About";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // textBox12
            // 
            this.textBox12.Location = new System.Drawing.Point(13, 342);
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new System.Drawing.Size(605, 20);
            this.textBox12.TabIndex = 31;
            this.textBox12.Text = "File Destination";
            // 
            // numericUpDown12
            // 
            this.numericUpDown12.Location = new System.Drawing.Point(298, 52);
            this.numericUpDown12.Name = "numericUpDown12";
            this.numericUpDown12.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown12.TabIndex = 32;
            // 
            // textBox13
            // 
            this.textBox13.Location = new System.Drawing.Point(334, 52);
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new System.Drawing.Size(284, 20);
            this.textBox13.TabIndex = 33;
            // 
            // textBox14
            // 
            this.textBox14.Location = new System.Drawing.Point(334, 78);
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new System.Drawing.Size(284, 20);
            this.textBox14.TabIndex = 35;
            // 
            // numericUpDown13
            // 
            this.numericUpDown13.Location = new System.Drawing.Point(298, 78);
            this.numericUpDown13.Name = "numericUpDown13";
            this.numericUpDown13.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown13.TabIndex = 34;
            // 
            // textBox15
            // 
            this.textBox15.Location = new System.Drawing.Point(334, 103);
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new System.Drawing.Size(284, 20);
            this.textBox15.TabIndex = 37;
            // 
            // numericUpDown14
            // 
            this.numericUpDown14.Location = new System.Drawing.Point(298, 103);
            this.numericUpDown14.Name = "numericUpDown14";
            this.numericUpDown14.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown14.TabIndex = 36;
            // 
            // textBox16
            // 
            this.textBox16.Location = new System.Drawing.Point(334, 130);
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new System.Drawing.Size(284, 20);
            this.textBox16.TabIndex = 39;
            // 
            // numericUpDown15
            // 
            this.numericUpDown15.Location = new System.Drawing.Point(298, 130);
            this.numericUpDown15.Name = "numericUpDown15";
            this.numericUpDown15.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown15.TabIndex = 38;
            // 
            // textBox17
            // 
            this.textBox17.Location = new System.Drawing.Point(334, 156);
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new System.Drawing.Size(284, 20);
            this.textBox17.TabIndex = 41;
            // 
            // numericUpDown16
            // 
            this.numericUpDown16.Location = new System.Drawing.Point(298, 156);
            this.numericUpDown16.Name = "numericUpDown16";
            this.numericUpDown16.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown16.TabIndex = 40;
            // 
            // textBox18
            // 
            this.textBox18.Location = new System.Drawing.Point(334, 181);
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new System.Drawing.Size(284, 20);
            this.textBox18.TabIndex = 43;
            // 
            // numericUpDown17
            // 
            this.numericUpDown17.Location = new System.Drawing.Point(298, 181);
            this.numericUpDown17.Name = "numericUpDown17";
            this.numericUpDown17.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown17.TabIndex = 42;
            // 
            // textBox19
            // 
            this.textBox19.Location = new System.Drawing.Point(334, 208);
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new System.Drawing.Size(284, 20);
            this.textBox19.TabIndex = 45;
            // 
            // numericUpDown18
            // 
            this.numericUpDown18.Location = new System.Drawing.Point(298, 208);
            this.numericUpDown18.Name = "numericUpDown18";
            this.numericUpDown18.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown18.TabIndex = 44;
            // 
            // textBox20
            // 
            this.textBox20.Location = new System.Drawing.Point(334, 234);
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new System.Drawing.Size(284, 20);
            this.textBox20.TabIndex = 47;
            // 
            // numericUpDown19
            // 
            this.numericUpDown19.Location = new System.Drawing.Point(298, 234);
            this.numericUpDown19.Name = "numericUpDown19";
            this.numericUpDown19.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown19.TabIndex = 46;
            // 
            // textBox21
            // 
            this.textBox21.Location = new System.Drawing.Point(334, 260);
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new System.Drawing.Size(284, 20);
            this.textBox21.TabIndex = 49;
            // 
            // numericUpDown20
            // 
            this.numericUpDown20.Location = new System.Drawing.Point(298, 260);
            this.numericUpDown20.Name = "numericUpDown20";
            this.numericUpDown20.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown20.TabIndex = 48;
            // 
            // textBox22
            // 
            this.textBox22.Location = new System.Drawing.Point(334, 286);
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new System.Drawing.Size(284, 20);
            this.textBox22.TabIndex = 51;
            // 
            // numericUpDown21
            // 
            this.numericUpDown21.Location = new System.Drawing.Point(298, 286);
            this.numericUpDown21.Name = "numericUpDown21";
            this.numericUpDown21.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown21.TabIndex = 50;
            // 
            // textBox23
            // 
            this.textBox23.Location = new System.Drawing.Point(334, 316);
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new System.Drawing.Size(284, 20);
            this.textBox23.TabIndex = 53;
            // 
            // numericUpDown22
            // 
            this.numericUpDown22.Location = new System.Drawing.Point(298, 316);
            this.numericUpDown22.Name = "numericUpDown22";
            this.numericUpDown22.Size = new System.Drawing.Size(29, 20);
            this.numericUpDown22.TabIndex = 52;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(630, 422);
            this.Controls.Add(this.textBox23);
            this.Controls.Add(this.numericUpDown22);
            this.Controls.Add(this.textBox22);
            this.Controls.Add(this.numericUpDown21);
            this.Controls.Add(this.textBox21);
            this.Controls.Add(this.numericUpDown20);
            this.Controls.Add(this.textBox20);
            this.Controls.Add(this.numericUpDown19);
            this.Controls.Add(this.textBox19);
            this.Controls.Add(this.numericUpDown18);
            this.Controls.Add(this.textBox18);
            this.Controls.Add(this.numericUpDown17);
            this.Controls.Add(this.textBox17);
            this.Controls.Add(this.numericUpDown16);
            this.Controls.Add(this.textBox16);
            this.Controls.Add(this.numericUpDown15);
            this.Controls.Add(this.textBox15);
            this.Controls.Add(this.numericUpDown14);
            this.Controls.Add(this.textBox14);
            this.Controls.Add(this.numericUpDown13);
            this.Controls.Add(this.textBox13);
            this.Controls.Add(this.numericUpDown12);
            this.Controls.Add(this.textBox12);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.textBox11);
            this.Controls.Add(this.numericUpDown11);
            this.Controls.Add(this.textBox10);
            this.Controls.Add(this.numericUpDown10);
            this.Controls.Add(this.textBox9);
            this.Controls.Add(this.numericUpDown9);
            this.Controls.Add(this.textBox5);
            this.Controls.Add(this.numericUpDown5);
            this.Controls.Add(this.textBox6);
            this.Controls.Add(this.numericUpDown6);
            this.Controls.Add(this.textBox7);
            this.Controls.Add(this.numericUpDown7);
            this.Controls.Add(this.textBox8);
            this.Controls.Add(this.numericUpDown8);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox4);
            this.Controls.Add(this.numericUpDown4);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.numericUpDown3);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.numericUpDown2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.numericUpDown1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form1";
            this.Text = "Inventory";
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.NumericUpDown numericUpDown1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.NumericUpDown numericUpDown2;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.NumericUpDown numericUpDown3;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.NumericUpDown numericUpDown4;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.NumericUpDown numericUpDown5;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.NumericUpDown numericUpDown6;
        private System.Windows.Forms.TextBox textBox7;
        private System.Windows.Forms.NumericUpDown numericUpDown7;
        private System.Windows.Forms.TextBox textBox8;
        private System.Windows.Forms.NumericUpDown numericUpDown8;
        private System.Windows.Forms.NumericUpDown numericUpDown9;
        private System.Windows.Forms.TextBox textBox9;
        private System.Windows.Forms.NumericUpDown numericUpDown10;
        private System.Windows.Forms.TextBox textBox10;
        private System.Windows.Forms.NumericUpDown numericUpDown11;
        private System.Windows.Forms.TextBox textBox11;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox textBox12;
        private System.Windows.Forms.NumericUpDown numericUpDown12;
        private System.Windows.Forms.TextBox textBox13;
        private System.Windows.Forms.TextBox textBox14;
        private System.Windows.Forms.NumericUpDown numericUpDown13;
        private System.Windows.Forms.TextBox textBox15;
        private System.Windows.Forms.NumericUpDown numericUpDown14;
        private System.Windows.Forms.TextBox textBox16;
        private System.Windows.Forms.NumericUpDown numericUpDown15;
        private System.Windows.Forms.TextBox textBox17;
        private System.Windows.Forms.NumericUpDown numericUpDown16;
        private System.Windows.Forms.TextBox textBox18;
        private System.Windows.Forms.NumericUpDown numericUpDown17;
        private System.Windows.Forms.TextBox textBox19;
        private System.Windows.Forms.NumericUpDown numericUpDown18;
        private System.Windows.Forms.TextBox textBox20;
        private System.Windows.Forms.NumericUpDown numericUpDown19;
        private System.Windows.Forms.TextBox textBox21;
        private System.Windows.Forms.NumericUpDown numericUpDown20;
        private System.Windows.Forms.TextBox textBox22;
        private System.Windows.Forms.NumericUpDown numericUpDown21;
        private System.Windows.Forms.TextBox textBox23;
        private System.Windows.Forms.NumericUpDown numericUpDown22;
    }
}

back to top