Ejemplo n.º 1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ManiXButton.Office2010White office2010White1 = new ManiXButton.Office2010White();
            ManiXButton.Office2010Green office2010Green1 = new ManiXButton.Office2010Green();
            ManiXButton.Office2010Yellow office2010Yellow1 = new ManiXButton.Office2010Yellow();
            this.hellolabel = new System.Windows.Forms.Label();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.emailTextBox = new System.Windows.Forms.TextBox();
            this.passwordTextBox = new System.Windows.Forms.TextBox();
            this.usernameTextBox = new System.Windows.Forms.TextBox();
            this.lnameTextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.fnameTextBox = new System.Windows.Forms.TextBox();
            this.typCB = new System.Windows.Forms.ComboBox();
            this.cancleButton = new ManiXButton.XButton();
            this.addUserButton = new ManiXButton.XButton();
            this.updateButton = new ManiXButton.XButton();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // hellolabel
            // 
            this.hellolabel.AutoSize = true;
            this.hellolabel.Font = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.hellolabel.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.hellolabel.Location = new System.Drawing.Point(11, 9);
            this.hellolabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.hellolabel.Name = "hellolabel";
            this.hellolabel.Size = new System.Drawing.Size(155, 20);
            this.hellolabel.TabIndex = 2;
            this.hellolabel.Text = "Create a new User";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.2376F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.76241F));
            this.tableLayoutPanel1.Controls.Add(this.emailTextBox, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.passwordTextBox, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.usernameTextBox, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.lnameTextBox, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.fnameTextBox, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.typCB, 1, 5);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(15, 44);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 6;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(383, 175);
            this.tableLayoutPanel1.TabIndex = 4;
            // 
            // emailTextBox
            // 
            this.emailTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.emailTextBox.Location = new System.Drawing.Point(91, 119);
            this.emailTextBox.Name = "emailTextBox";
            this.emailTextBox.Size = new System.Drawing.Size(289, 20);
            this.emailTextBox.TabIndex = 5;
            // 
            // passwordTextBox
            // 
            this.passwordTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.passwordTextBox.Location = new System.Drawing.Point(91, 90);
            this.passwordTextBox.Name = "passwordTextBox";
            this.passwordTextBox.Size = new System.Drawing.Size(289, 20);
            this.passwordTextBox.TabIndex = 4;
            this.passwordTextBox.UseSystemPasswordChar = true;
            // 
            // usernameTextBox
            // 
            this.usernameTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.usernameTextBox.Location = new System.Drawing.Point(91, 61);
            this.usernameTextBox.Name = "usernameTextBox";
            this.usernameTextBox.Size = new System.Drawing.Size(289, 20);
            this.usernameTextBox.TabIndex = 3;
            // 
            // lnameTextBox
            // 
            this.lnameTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lnameTextBox.Location = new System.Drawing.Point(91, 32);
            this.lnameTextBox.Name = "lnameTextBox";
            this.lnameTextBox.Size = new System.Drawing.Size(289, 20);
            this.lnameTextBox.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Left;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(3, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(78, 29);
            this.label3.TabIndex = 1;
            this.label3.Text = "Firstname:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Dock = System.Windows.Forms.DockStyle.Left;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(3, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 29);
            this.label1.TabIndex = 2;
            this.label1.Text = "Lastname:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Left;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(3, 58);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 29);
            this.label2.TabIndex = 3;
            this.label2.Text = "Username:"******"Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(3, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(79, 29);
            this.label4.TabIndex = 4;
            this.label4.Text = "Password:"******"Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(3, 116);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(49, 29);
            this.label5.TabIndex = 5;
            this.label5.Text = "Email:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Dock = System.Windows.Forms.DockStyle.Left;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(3, 145);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(36, 30);
            this.label6.TabIndex = 6;
            this.label6.Text = "Typ:";
            // 
            // fnameTextBox
            // 
            this.fnameTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fnameTextBox.Location = new System.Drawing.Point(91, 3);
            this.fnameTextBox.Name = "fnameTextBox";
            this.fnameTextBox.Size = new System.Drawing.Size(289, 20);
            this.fnameTextBox.TabIndex = 1;
            // 
            // typCB
            // 
            this.typCB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.typCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.typCB.FormattingEnabled = true;
            this.typCB.Location = new System.Drawing.Point(91, 148);
            this.typCB.Name = "typCB";
            this.typCB.Size = new System.Drawing.Size(289, 21);
            this.typCB.TabIndex = 6;
            // 
            // cancleButton
            // 
            office2010White1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010White1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010White1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010White1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010White1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
            office2010White1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
            office2010White1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(154)))), ((int)(((byte)(154)))));
            office2010White1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            office2010White1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            office2010White1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            office2010White1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010White1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010White1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
            office2010White1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
            office2010White1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010White1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010White1.TextColor = System.Drawing.Color.Black;
            this.cancleButton.ColorTable = office2010White1;
            this.cancleButton.Location = new System.Drawing.Point(227, 225);
            this.cancleButton.Name = "cancleButton";
            this.cancleButton.Size = new System.Drawing.Size(166, 34);
            this.cancleButton.TabIndex = 8;
            this.cancleButton.Text = "Cancel";
            this.cancleButton.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.cancleButton.UseVisualStyleBackColor = true;
            this.cancleButton.Click += new System.EventHandler(this.cancleButton_Click);
            // 
            // addUserButton
            // 
            office2010Green1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010Green1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010Green1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Green1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Green1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
            office2010Green1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
            office2010Green1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(126)))), ((int)(((byte)(43)))));
            office2010Green1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(184)))), ((int)(((byte)(67)))));
            office2010Green1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(126)))), ((int)(((byte)(43)))));
            office2010Green1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(184)))), ((int)(((byte)(67)))));
            office2010Green1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Green1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Green1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
            office2010Green1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
            office2010Green1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Green1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Green1.TextColor = System.Drawing.Color.White;
            this.addUserButton.ColorTable = office2010Green1;
            this.addUserButton.Location = new System.Drawing.Point(15, 225);
            this.addUserButton.Name = "addUserButton";
            this.addUserButton.Size = new System.Drawing.Size(206, 34);
            this.addUserButton.TabIndex = 7;
            this.addUserButton.Text = "Save";
            this.addUserButton.Theme = ManiXButton.Theme.MSOffice2010_Green;
            this.addUserButton.UseVisualStyleBackColor = true;
            this.addUserButton.Click += new System.EventHandler(this.addUserButton_Click);
            // 
            // updateButton
            // 
            office2010Yellow1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010Yellow1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010Yellow1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Yellow1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Yellow1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
            office2010Yellow1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
            office2010Yellow1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
            office2010Yellow1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
            office2010Yellow1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
            office2010Yellow1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
            office2010Yellow1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Yellow1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Yellow1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
            office2010Yellow1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
            office2010Yellow1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Yellow1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Yellow1.TextColor = System.Drawing.Color.White;
            this.updateButton.ColorTable = office2010Yellow1;
            this.updateButton.Location = new System.Drawing.Point(15, 225);
            this.updateButton.Name = "updateButton";
            this.updateButton.Size = new System.Drawing.Size(206, 34);
            this.updateButton.TabIndex = 9;
            this.updateButton.Text = "Update";
            this.updateButton.Theme = ManiXButton.Theme.MSOffice2010_Yellow;
            this.updateButton.UseVisualStyleBackColor = true;
            this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
            // 
            // NewUserWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(406, 271);
            this.Controls.Add(this.updateButton);
            this.Controls.Add(this.cancleButton);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.addUserButton);
            this.Controls.Add(this.hellolabel);
            this.MinimumSize = new System.Drawing.Size(422, 310);
            this.Name = "NewUserWindow";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "New User";
            this.Enter += new System.EventHandler(this.addUserButton_Click);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ManiXButton.Office2010Red office2010Red1 = new ManiXButton.Office2010Red();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            ManiXButton.Office2010White office2010White1 = new ManiXButton.Office2010White();
            ManiXButton.Office2010Yellow office2010Yellow1 = new ManiXButton.Office2010Yellow();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.xButton7 = new ManiXButton.XButton();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.xButton12 = new ManiXButton.XButton();
            this.xButton11 = new ManiXButton.XButton();
            this.xButton10 = new ManiXButton.XButton();
            this.xButton9 = new ManiXButton.XButton();
            this.xButton8 = new ManiXButton.XButton();
            this.xButton6 = new ManiXButton.XButton();
            this.xButton13 = new ManiXButton.XButton();
            this.xButton5 = new ManiXButton.XButton();
            this.xButton4 = new ManiXButton.XButton();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.xButton3 = new ManiXButton.XButton();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.xButton2 = new ManiXButton.XButton();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.xButton1 = new ManiXButton.XButton();
            this.gmap = new GMap.NET.WindowsForms.GMapControl();
            this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.xButton7);
            this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(1902, 1033);
            this.splitContainer1.SplitterDistance = 135;
            this.splitContainer1.TabIndex = 0;
            // 
            // xButton7
            // 
            this.xButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            office2010Red1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010Red1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010Red1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
            office2010Red1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
            office2010Red1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Red1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Red1.TextColor = System.Drawing.Color.Black;
            this.xButton7.ColorTable = office2010Red1;
            this.xButton7.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.xButton7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton7.Location = new System.Drawing.Point(1857, 3);
            this.xButton7.Name = "xButton7";
            this.xButton7.Size = new System.Drawing.Size(45, 19);
            this.xButton7.TabIndex = 16;
            this.xButton7.Text = "Exit";
            this.xButton7.Theme = ManiXButton.Theme.MSOffice2010_RED;
            this.xButton7.UseVisualStyleBackColor = true;
            this.xButton7.Click += new System.EventHandler(this.xButton7_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(1902, 135);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.monthCalendar1);
            this.splitContainer2.Panel1.Controls.Add(this.textBox7);
            this.splitContainer2.Panel1.Controls.Add(this.textBox6);
            this.splitContainer2.Panel1.Controls.Add(this.textBox5);
            this.splitContainer2.Panel1.Controls.Add(this.xButton12);
            this.splitContainer2.Panel1.Controls.Add(this.xButton11);
            this.splitContainer2.Panel1.Controls.Add(this.xButton10);
            this.splitContainer2.Panel1.Controls.Add(this.xButton9);
            this.splitContainer2.Panel1.Controls.Add(this.xButton8);
            this.splitContainer2.Panel1.Controls.Add(this.xButton6);
            this.splitContainer2.Panel1.Controls.Add(this.xButton13);
            this.splitContainer2.Panel1.Controls.Add(this.xButton5);
            this.splitContainer2.Panel1.Controls.Add(this.xButton4);
            this.splitContainer2.Panel1.Controls.Add(this.textBox8);
            this.splitContainer2.Panel1.Controls.Add(this.xButton3);
            this.splitContainer2.Panel1.Controls.Add(this.textBox4);
            this.splitContainer2.Panel1.Controls.Add(this.xButton2);
            this.splitContainer2.Panel1.Controls.Add(this.textBox3);
            this.splitContainer2.Panel1.Controls.Add(this.textBox2);
            this.splitContainer2.Panel1.Controls.Add(this.textBox1);
            this.splitContainer2.Panel1.Controls.Add(this.xButton1);
            this.splitContainer2.Panel1.Font = new System.Drawing.Font("Arial Black", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.splitContainer2.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Panel1_Paint);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.gmap);
            this.splitContainer2.Size = new System.Drawing.Size(1902, 894);
            this.splitContainer2.SplitterDistance = 559;
            this.splitContainer2.TabIndex = 0;
            // 
            // monthCalendar1
            // 
            this.monthCalendar1.Font = new System.Drawing.Font("Arial Black", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
            this.monthCalendar1.Name = "monthCalendar1";
            this.monthCalendar1.TabIndex = 26;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(141, 582);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(208, 26);
            this.textBox7.TabIndex = 24;
            this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(141, 550);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(208, 26);
            this.textBox6.TabIndex = 23;
            this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(141, 516);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(208, 26);
            this.textBox5.TabIndex = 22;
            this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // xButton12
            // 
            office2010White1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010White1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010White1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010White1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010White1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
            office2010White1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
            office2010White1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(154)))), ((int)(((byte)(154)))));
            office2010White1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            office2010White1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            office2010White1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            office2010White1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010White1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010White1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
            office2010White1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
            office2010White1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010White1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010White1.TextColor = System.Drawing.Color.Black;
            this.xButton12.ColorTable = office2010White1;
            this.xButton12.Enabled = false;
            this.xButton12.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton12.Location = new System.Drawing.Point(12, 582);
            this.xButton12.Name = "xButton12";
            this.xButton12.Size = new System.Drawing.Size(123, 28);
            this.xButton12.TabIndex = 20;
            this.xButton12.Text = "Heart Rate";
            this.xButton12.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton12.UseVisualStyleBackColor = true;
            // 
            // xButton11
            // 
            this.xButton11.ColorTable = office2010White1;
            this.xButton11.Enabled = false;
            this.xButton11.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton11.Location = new System.Drawing.Point(12, 548);
            this.xButton11.Name = "xButton11";
            this.xButton11.Size = new System.Drawing.Size(123, 28);
            this.xButton11.TabIndex = 19;
            this.xButton11.Text = "Longitude";
            this.xButton11.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton11.UseVisualStyleBackColor = true;
            // 
            // xButton10
            // 
            this.xButton10.ColorTable = office2010White1;
            this.xButton10.Enabled = false;
            this.xButton10.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton10.Location = new System.Drawing.Point(12, 516);
            this.xButton10.Name = "xButton10";
            this.xButton10.Size = new System.Drawing.Size(123, 26);
            this.xButton10.TabIndex = 18;
            this.xButton10.Text = "Latitude";
            this.xButton10.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton10.UseVisualStyleBackColor = true;
            // 
            // xButton9
            // 
            office2010Yellow1.BorderColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
            office2010Yellow1.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
            office2010Yellow1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Yellow1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Yellow1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
            office2010Yellow1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
            office2010Yellow1.ButtonNormalColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
            office2010Yellow1.ButtonNormalColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
            office2010Yellow1.ButtonNormalColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
            office2010Yellow1.ButtonNormalColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
            office2010Yellow1.ButtonSelectedColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
            office2010Yellow1.ButtonSelectedColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
            office2010Yellow1.ButtonSelectedColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
            office2010Yellow1.ButtonSelectedColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
            office2010Yellow1.HoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Yellow1.SelectedTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            office2010Yellow1.TextColor = System.Drawing.Color.Black;
            this.xButton9.ColorTable = office2010Yellow1;
            this.xButton9.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.xButton9.Location = new System.Drawing.Point(12, 486);
            this.xButton9.Name = "xButton9";
            this.xButton9.Size = new System.Drawing.Size(337, 24);
            this.xButton9.TabIndex = 17;
            this.xButton9.Text = "User2";
            this.xButton9.Theme = ManiXButton.Theme.MSOffice2010_Yellow;
            this.xButton9.UseVisualStyleBackColor = true;
            // 
            // xButton8
            // 
            this.xButton8.ColorTable = office2010Yellow1;
            this.xButton8.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xButton8.Location = new System.Drawing.Point(12, 292);
            this.xButton8.Name = "xButton8";
            this.xButton8.Size = new System.Drawing.Size(337, 23);
            this.xButton8.TabIndex = 16;
            this.xButton8.Text = "User1";
            this.xButton8.Theme = ManiXButton.Theme.MSOffice2010_Yellow;
            this.xButton8.UseVisualStyleBackColor = true;
            // 
            // xButton6
            // 
            this.xButton6.AutoSize = true;
            this.xButton6.ColorTable = office2010Red1;
            this.xButton6.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton6.Location = new System.Drawing.Point(402, 44);
            this.xButton6.Name = "xButton6";
            this.xButton6.Size = new System.Drawing.Size(144, 38);
            this.xButton6.TabIndex = 15;
            this.xButton6.Text = "Disconnect";
            this.xButton6.Theme = ManiXButton.Theme.MSOffice2010_RED;
            this.xButton6.UseVisualStyleBackColor = true;
            this.xButton6.Click += new System.EventHandler(this.xButton6_Click);
            // 
            // xButton13
            // 
            this.xButton13.ColorTable = office2010White1;
            this.xButton13.Enabled = false;
            this.xButton13.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton13.Location = new System.Drawing.Point(12, 616);
            this.xButton13.Name = "xButton13";
            this.xButton13.Size = new System.Drawing.Size(123, 27);
            this.xButton13.TabIndex = 13;
            this.xButton13.Text = "Date/Time";
            this.xButton13.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton13.UseVisualStyleBackColor = true;
            // 
            // xButton5
            // 
            this.xButton5.ColorTable = office2010White1;
            this.xButton5.Enabled = false;
            this.xButton5.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton5.Location = new System.Drawing.Point(12, 418);
            this.xButton5.Name = "xButton5";
            this.xButton5.Size = new System.Drawing.Size(123, 27);
            this.xButton5.TabIndex = 13;
            this.xButton5.Text = "Date/Time";
            this.xButton5.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton5.UseVisualStyleBackColor = true;
            // 
            // xButton4
            // 
            this.xButton4.ColorTable = office2010White1;
            this.xButton4.Enabled = false;
            this.xButton4.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton4.Location = new System.Drawing.Point(12, 385);
            this.xButton4.Name = "xButton4";
            this.xButton4.Size = new System.Drawing.Size(123, 27);
            this.xButton4.TabIndex = 13;
            this.xButton4.Text = "Heart Rate";
            this.xButton4.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton4.UseVisualStyleBackColor = true;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(141, 616);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(208, 26);
            this.textBox8.TabIndex = 5;
            this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // xButton3
            // 
            this.xButton3.ColorTable = office2010White1;
            this.xButton3.Enabled = false;
            this.xButton3.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton3.Location = new System.Drawing.Point(12, 353);
            this.xButton3.Name = "xButton3";
            this.xButton3.Size = new System.Drawing.Size(123, 26);
            this.xButton3.TabIndex = 12;
            this.xButton3.Text = "Longitude";
            this.xButton3.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton3.UseVisualStyleBackColor = true;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(141, 418);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(208, 26);
            this.textBox4.TabIndex = 5;
            this.textBox4.Text = "               ";
            this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // xButton2
            // 
            this.xButton2.ColorTable = office2010White1;
            this.xButton2.Enabled = false;
            this.xButton2.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton2.Location = new System.Drawing.Point(12, 321);
            this.xButton2.Name = "xButton2";
            this.xButton2.Size = new System.Drawing.Size(123, 26);
            this.xButton2.TabIndex = 11;
            this.xButton2.Text = "Latitude";
            this.xButton2.Theme = ManiXButton.Theme.MSOffice2010_WHITE;
            this.xButton2.UseVisualStyleBackColor = true;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(141, 385);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(208, 26);
            this.textBox3.TabIndex = 5;
            this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(141, 353);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(208, 26);
            this.textBox2.TabIndex = 4;
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(141, 321);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(208, 26);
            this.textBox1.TabIndex = 3;
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // xButton1
            // 
            this.xButton1.AutoSize = true;
            this.xButton1.ColorTable = office2010Red1;
            this.xButton1.Font = new System.Drawing.Font("Arial Black", 10F);
            this.xButton1.Location = new System.Drawing.Point(402, 2);
            this.xButton1.Name = "xButton1";
            this.xButton1.Size = new System.Drawing.Size(144, 36);
            this.xButton1.TabIndex = 0;
            this.xButton1.Text = "Connect";
            this.xButton1.Theme = ManiXButton.Theme.MSOffice2010_RED;
            this.xButton1.UseVisualStyleBackColor = true;
            this.xButton1.Click += new System.EventHandler(this.xButton1_Click_1);
            // 
            // gmap
            // 
            this.gmap.AutoScroll = true;
            this.gmap.AutoSize = true;
            this.gmap.Bearing = 0F;
            this.gmap.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gmap.CanDragMap = true;
            this.gmap.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gmap.EmptyTileColor = System.Drawing.Color.Navy;
            this.gmap.GrayScaleMode = false;
            this.gmap.HelperLineOption = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
            this.gmap.LevelsKeepInMemmory = 5;
            this.gmap.Location = new System.Drawing.Point(0, 0);
            this.gmap.Margin = new System.Windows.Forms.Padding(0);
            this.gmap.MarkersEnabled = true;
            this.gmap.MaxZoom = 18;
            this.gmap.MinZoom = 5;
            this.gmap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
            this.gmap.Name = "gmap";
            this.gmap.NegativeMode = false;
            this.gmap.PolygonsEnabled = true;
            this.gmap.RetryLoadTile = 0;
            this.gmap.RoutesEnabled = true;
            this.gmap.ScaleMode = GMap.NET.WindowsForms.ScaleModes.Integer;
            this.gmap.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
            this.gmap.ShowTileGridLines = false;
            this.gmap.Size = new System.Drawing.Size(1339, 894);
            this.gmap.TabIndex = 0;
            this.gmap.Zoom = 10D;
            this.gmap.Load += new System.EventHandler(this.gmap_Load_1);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.CancelButton = this.xButton7;
            this.ClientSize = new System.Drawing.Size(1902, 1033);
            this.Controls.Add(this.splitContainer1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Yellow office2010Yellow1 = new ManiXButton.Office2010Yellow();
     ManiXButton.Office2010Red    office2010Red1    = new ManiXButton.Office2010Red();
     this.statusCB           = new System.Windows.Forms.ComboBox();
     this.label8             = new System.Windows.Forms.Label();
     this.flnameTextBox      = new System.Windows.Forms.TextBox();
     this.cancelButton       = new System.Windows.Forms.Button();
     this.priorityCB         = new System.Windows.Forms.ComboBox();
     this.label9             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label12            = new System.Windows.Forms.Label();
     this.areaCB             = new System.Windows.Forms.ComboBox();
     this.userTextBox        = new System.Windows.Forms.TextBox();
     this.label13            = new System.Windows.Forms.Label();
     this.titleTextBox       = new System.Windows.Forms.TextBox();
     this.label14            = new System.Windows.Forms.Label();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.dateTextBox        = new System.Windows.Forms.MaskedTextBox();
     this.panel2             = new System.Windows.Forms.Panel();
     this.label15            = new System.Windows.Forms.Label();
     this.descriptTextfield  = new System.Windows.Forms.RichTextBox();
     this.label16            = new System.Windows.Forms.Label();
     this.updateButton       = new ManiXButton.XButton();
     this.deleteTicketButton = new ManiXButton.XButton();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // statusCB
     //
     this.statusCB.FormattingEnabled = true;
     this.statusCB.Location          = new System.Drawing.Point(72, 267);
     this.statusCB.Name     = "statusCB";
     this.statusCB.Size     = new System.Drawing.Size(174, 21);
     this.statusCB.TabIndex = 7;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location  = new System.Drawing.Point(3, 120);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(110, 28);
     this.label8.TabIndex  = 8;
     this.label8.Text      = "Name:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // flnameTextBox
     //
     this.flnameTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flnameTextBox.Enabled  = false;
     this.flnameTextBox.Location = new System.Drawing.Point(119, 123);
     this.flnameTextBox.Name     = "flnameTextBox";
     this.flnameTextBox.ReadOnly = true;
     this.flnameTextBox.Size     = new System.Drawing.Size(326, 20);
     this.flnameTextBox.TabIndex = 9;
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(301, 349);
     this.cancelButton.Name     = "cancelButton";
     this.cancelButton.Size     = new System.Drawing.Size(165, 27);
     this.cancelButton.TabIndex = 16;
     this.cancelButton.Text     = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // priorityCB
     //
     this.priorityCB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.priorityCB.FormattingEnabled = true;
     this.priorityCB.Location          = new System.Drawing.Point(119, 99);
     this.priorityCB.Name     = "priorityCB";
     this.priorityCB.Size     = new System.Drawing.Size(326, 21);
     this.priorityCB.TabIndex = 4;
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location  = new System.Drawing.Point(3, 96);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(110, 24);
     this.label9.TabIndex  = 6;
     this.label9.Text      = "Pritority: ";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location  = new System.Drawing.Point(3, 0);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(110, 24);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "User:"******"Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location  = new System.Drawing.Point(3, 48);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(110, 24);
     this.label11.TabIndex  = 1;
     this.label11.Text      = "Area:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label12.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location  = new System.Drawing.Point(3, 72);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(110, 24);
     this.label12.TabIndex  = 2;
     this.label12.Text      = "Date and Time:";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // areaCB
     //
     this.areaCB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.areaCB.FormattingEnabled = true;
     this.areaCB.Location          = new System.Drawing.Point(119, 51);
     this.areaCB.Name     = "areaCB";
     this.areaCB.Size     = new System.Drawing.Size(326, 21);
     this.areaCB.TabIndex = 2;
     //
     // userTextBox
     //
     this.userTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.userTextBox.Enabled  = false;
     this.userTextBox.Location = new System.Drawing.Point(119, 3);
     this.userTextBox.Name     = "userTextBox";
     this.userTextBox.ReadOnly = true;
     this.userTextBox.Size     = new System.Drawing.Size(326, 20);
     this.userTextBox.TabIndex = 1;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Dock      = System.Windows.Forms.DockStyle.Left;
     this.label13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.label13.Location  = new System.Drawing.Point(3, 24);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(39, 24);
     this.label13.TabIndex  = 7;
     this.label13.Text      = "Titel:";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // titleTextBox
     //
     this.titleTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.titleTextBox.Location = new System.Drawing.Point(119, 27);
     this.titleTextBox.Name     = "titleTextBox";
     this.titleTextBox.ReadOnly = true;
     this.titleTextBox.Size     = new System.Drawing.Size(326, 20);
     this.titleTextBox.TabIndex = 1;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(3, 173);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(343, 18);
     this.label14.TabIndex = 1;
     this.label14.Text     = "What is the problem? What does the program say?";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 74F));
     this.tableLayoutPanel2.Controls.Add(this.label8, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.flnameTextBox, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.priorityCB, 1, 4);
     this.tableLayoutPanel2.Controls.Add(this.label9, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.label11, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label12, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.areaCB, 1, 2);
     this.tableLayoutPanel2.Controls.Add(this.userTextBox, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.label13, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.titleTextBox, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.dateTextBox, 1, 3);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(9, 14);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(448, 148);
     this.tableLayoutPanel2.TabIndex = 5;
     //
     // dateTextBox
     //
     this.dateTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dateTextBox.Location = new System.Drawing.Point(119, 75);
     this.dateTextBox.Mask     = "00/00/0000 00:00";
     this.dateTextBox.Name     = "dateTextBox";
     this.dateTextBox.ReadOnly = true;
     this.dateTextBox.Size     = new System.Drawing.Size(326, 20);
     this.dateTextBox.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.statusCB);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.tableLayoutPanel2);
     this.panel2.Controls.Add(this.descriptTextfield);
     this.panel2.Location = new System.Drawing.Point(12, 43);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(460, 300);
     this.panel2.TabIndex = 14;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(3, 268);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(74, 18);
     this.label15.TabIndex = 6;
     this.label15.Text     = "STATUS: ";
     //
     // descriptTextfield
     //
     this.descriptTextfield.Location = new System.Drawing.Point(6, 194);
     this.descriptTextfield.Name     = "descriptTextfield";
     this.descriptTextfield.ReadOnly = true;
     this.descriptTextfield.Size     = new System.Drawing.Size(448, 61);
     this.descriptTextfield.TabIndex = 5;
     this.descriptTextfield.Text     = "";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.Font      = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label16.Location  = new System.Drawing.Point(8, 6);
     this.label16.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(382, 20);
     this.label16.TabIndex  = 13;
     this.label16.Text      = "Change the ticket status, if you take this ticket!";
     //
     // updateButton
     //
     office2010Yellow1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Yellow1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Yellow1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Yellow1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Yellow1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Yellow1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Yellow1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
     office2010Yellow1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
     office2010Yellow1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(161)))), ((int)(((byte)(8)))));
     office2010Yellow1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(191)))), ((int)(((byte)(45)))));
     office2010Yellow1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Yellow1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Yellow1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Yellow1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Yellow1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Yellow1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Yellow1.TextColor             = System.Drawing.Color.White;
     this.updateButton.ColorTable            = office2010Yellow1;
     this.updateButton.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.updateButton.Location = new System.Drawing.Point(15, 351);
     this.updateButton.Name     = "updateButton";
     this.updateButton.Size     = new System.Drawing.Size(281, 23);
     this.updateButton.TabIndex = 15;
     this.updateButton.Text     = "Update";
     this.updateButton.Theme    = ManiXButton.Theme.MSOffice2010_Yellow;
     this.updateButton.UseCompatibleTextRendering = true;
     this.updateButton.UseVisualStyleBackColor    = true;
     this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
     //
     // deleteTicketButton
     //
     office2010Red1.BorderColor1                     = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Red1.BorderColor2                     = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Red1.ButtonMouseOverColor1            = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonMouseOverColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonMouseOverColor3            = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Red1.ButtonMouseOverColor4            = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Red1.ButtonNormalColor1               = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor2               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonNormalColor3               = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor4               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonSelectedColor1             = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonSelectedColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonSelectedColor3             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Red1.ButtonSelectedColor4             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Red1.HoverTextColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.SelectedTextColor                = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.TextColor                        = System.Drawing.Color.White;
     this.deleteTicketButton.ColorTable              = office2010Red1;
     this.deleteTicketButton.Location                = new System.Drawing.Point(15, 380);
     this.deleteTicketButton.Name                    = "deleteTicketButton";
     this.deleteTicketButton.Size                    = new System.Drawing.Size(451, 23);
     this.deleteTicketButton.TabIndex                = 17;
     this.deleteTicketButton.Text                    = "DELETE TICKET";
     this.deleteTicketButton.Theme                   = ManiXButton.Theme.MSOffice2010_RED;
     this.deleteTicketButton.UseVisualStyleBackColor = true;
     this.deleteTicketButton.Click                  += new System.EventHandler(this.deleteTicketButton_Click);
     //
     // TicketAdminWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(492, 414);
     this.Controls.Add(this.deleteTicketButton);
     this.Controls.Add(this.updateButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label16);
     this.MinimumSize   = new System.Drawing.Size(508, 422);
     this.Name          = "TicketAdminWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TicketAdminWindow";
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }