/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionImage          captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionImage          captionImage3 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(MetroForm1));
     this.SuspendLayout();
     //
     // MetroForm1
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(227)))), ((int)(((byte)(116)))));
     this.BorderThickness         = 2;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(207)))), ((int)(((byte)(96)))));
     this.CaptionBarHeight        = 74;
     this.CaptionButtonColor      = System.Drawing.Color.Black;
     this.CaptionButtonHoverColor = System.Drawing.Color.White;
     this.CaptionFont             = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = global::Products.Common.Properties.Resources.close;
     captionImage1.Location       = new System.Drawing.Point(760, 3);
     captionImage1.Name           = "imgClose";
     captionImage1.Size           = new System.Drawing.Size(32, 32);
     captionImage2.BackColor      = System.Drawing.Color.Transparent;
     captionImage2.Image          = global::Products.Common.Properties.Resources.maximize;
     captionImage2.Location       = new System.Drawing.Point(720, 3);
     captionImage2.Name           = "imgMaxRestore";
     captionImage2.Size           = new System.Drawing.Size(32, 32);
     captionImage3.BackColor      = System.Drawing.Color.Transparent;
     captionImage3.Image          = global::Products.Common.Properties.Resources.minimize;
     captionImage3.Location       = new System.Drawing.Point(680, 3);
     captionImage3.Name           = "imgMinimize";
     captionImage3.Size           = new System.Drawing.Size(32, 32);
     this.CaptionImages.Add(captionImage1);
     this.CaptionImages.Add(captionImage2);
     this.CaptionImages.Add(captionImage3);
     this.CaptionVerticalAlignment = Syncfusion.Windows.Forms.VerticalAlignment.Top;
     this.ClientSize      = new System.Drawing.Size(788, 475);
     this.ControlBox      = false;
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(207)))), ((int)(((byte)(96)))));
     this.Name            = "MetroForm1";
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Termin für Service-Auftrag";
     this.SizeChanged    += new System.EventHandler(this.ServiceterminView_SizeChanged);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(CalculatorForm));
     this.calculatorControl1 = new Syncfusion.Windows.Forms.Tools.CalculatorControl();
     this.SuspendLayout();
     //
     // calculatorControl1
     //
     this.calculatorControl1.AccessibleDescription = "Calculator control";
     this.calculatorControl1.AccessibleName        = "Calculator Control";
     this.calculatorControl1.BeforeTouchSize       = new System.Drawing.Size(487, 502);
     this.calculatorControl1.BorderStyle           = System.Windows.Forms.Border3DStyle.Flat;
     this.calculatorControl1.ButtonStyle           = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.calculatorControl1.Culture        = new System.Globalization.CultureInfo("en-US");
     this.calculatorControl1.DoubleValue    = 0D;
     this.calculatorControl1.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.calculatorControl1.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.calculatorControl1.Location       = new System.Drawing.Point(65, 52);
     this.calculatorControl1.MetroColor     = System.Drawing.Color.Black;
     this.calculatorControl1.Name           = "calculatorControl1";
     this.calculatorControl1.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.calculatorControl1.Size           = new System.Drawing.Size(487, 502);
     this.calculatorControl1.TabIndex       = 0;
     this.calculatorControl1.Text           = "calculatorControl1";
     this.calculatorControl1.UseVisualStyle = true;
     //
     // CalculatorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionBarHeight    = 50;
     this.CaptionForeColor    = System.Drawing.Color.Black;
     captionImage1.BackColor  = System.Drawing.Color.Black;
     captionImage1.Image      = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location   = new System.Drawing.Point(15, 10);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(30, 30);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(619, 605);
     this.Controls.Add(this.calculatorControl1);
     this.MetroColor = System.Drawing.Color.Black;
     this.Name       = "CalculatorForm";
     this.ShowIcon   = false;
     this.Text       = "MetroForm1";
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.Range           range1        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.radialGauge1 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.label2       = new System.Windows.Forms.Label();
     this.trackBar1    = new System.Windows.Forms.TrackBar();
     this.label1       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.panel3       = new System.Windows.Forms.Panel();
     this.panel2       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // radialGauge1
     //
     this.radialGauge1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.ForeColor                    = System.Drawing.Color.Black;
     this.radialGauge1.FrameType                    = Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle;
     this.radialGauge1.GaugeArcColor                = System.Drawing.Color.White;
     this.radialGauge1.GaugeLabel                   = "";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueColor              = System.Drawing.SystemColors.HotTrack;
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(32)))), ((int)(((byte)(33)))));
     this.radialGauge1.InnerFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(7)))), ((int)(((byte)(7)))));
     this.radialGauge1.InterLinesColor              = System.Drawing.Color.White;
     this.radialGauge1.Location            = new System.Drawing.Point(26, 3);
     this.radialGauge1.MajorDifference     = 120F;
     this.radialGauge1.MajorTickMarkColor  = System.Drawing.Color.White;
     this.radialGauge1.MinimumSize         = new System.Drawing.Size(230, 152);
     this.radialGauge1.MinorTickMarkColor  = System.Drawing.Color.White;
     this.radialGauge1.MinorTickMarkHeight = 0;
     this.radialGauge1.Name        = "radialGauge1";
     this.radialGauge1.NeedleColor = System.Drawing.Color.White;
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(35)))), ((int)(((byte)(36)))));
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(49)))), ((int)(((byte)(50)))));
     range1.Color          = System.Drawing.SystemColors.MenuHighlight;
     range1.EndValue       = 90F;
     range1.Height         = 70;
     range1.InRange        = false;
     range1.Name           = "BlueColor";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 1F;
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     range2.EndValue       = 119F;
     range2.Height         = 70;
     range2.InRange        = false;
     range2.Name           = "GrayColor";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 85F;
     this.radialGauge1.Ranges.Add(range1);
     this.radialGauge1.Ranges.Add(range2);
     this.radialGauge1.ScaleLabelColor     = System.Drawing.Color.White;
     this.radialGauge1.ShowBackgroundFrame = false;
     this.radialGauge1.ShowNeedle          = false;
     this.radialGauge1.ShowScaleLabel      = false;
     this.radialGauge1.Size        = new System.Drawing.Size(403, 268);
     this.radialGauge1.TabIndex    = 0;
     this.radialGauge1.VisualStyle = Syncfusion.Windows.Forms.Gauge.ThemeStyle.Black;
     this.radialGauge1.Click      += new System.EventHandler(this.radialGauge1_Click);
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(449, 247);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(46, 20);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "120M";
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(744, 356);
     this.trackBar1.Maximum  = 120;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(104, 45);
     this.trackBar1.TabIndex = 2;
     this.trackBar1.Visible  = false;
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(143, 246);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(30, 20);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "0M";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(252, 180);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(120, 37);
     this.label4.TabIndex = 6;
     this.label4.Text     = "$50,360";
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(81)))));
     this.label3.Location  = new System.Drawing.Point(280, 220);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(67, 21);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "$50,360";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.radialGauge1);
     this.panel1.Location = new System.Drawing.Point(77, 42);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(468, 300);
     this.panel1.TabIndex = 8;
     //
     // panel3
     //
     this.panel3.Location = new System.Drawing.Point(338, 198);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(102, 10);
     this.panel3.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(25, 198);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(102, 10);
     this.panel2.TabIndex = 9;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     captionImage1.Image      = global::GaugeDemo.Properties.Resources.captionimage;
     captionImage1.Location   = new System.Drawing.Point(0, 0);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(30, 52);
     this.ClientSize          = new System.Drawing.Size(644, 390);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.panel1);
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Half Circle";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(PrintForm));
     this.tableComboBox = new System.Windows.Forms.ComboBox();
     this.label1        = new System.Windows.Forms.Label();
     this.cancelButton  = new System.Windows.Forms.Button();
     this.printButton   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // tableComboBox
     //
     this.tableComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tableComboBox.FormattingEnabled = true;
     this.tableComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "Employees",
         "Employee Schedule",
         "Customers",
         "Customer Attendance"
     });
     this.tableComboBox.Location = new System.Drawing.Point(61, 65);
     this.tableComboBox.Name     = "tableComboBox";
     this.tableComboBox.Size     = new System.Drawing.Size(159, 21);
     this.tableComboBox.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(61, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Select table:";
     //
     // cancelButton
     //
     this.cancelButton.BackColor               = System.Drawing.Color.Red;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.ForeColor               = System.Drawing.Color.White;
     this.cancelButton.Location                = new System.Drawing.Point(103, 180);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 10;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // printButton
     //
     this.printButton.BackColor               = System.Drawing.Color.DeepSkyBlue;
     this.printButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.printButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.printButton.ForeColor               = System.Drawing.Color.White;
     this.printButton.Location                = new System.Drawing.Point(103, 124);
     this.printButton.Name                    = "printButton";
     this.printButton.Size                    = new System.Drawing.Size(75, 35);
     this.printButton.TabIndex                = 11;
     this.printButton.Text                    = "Print";
     this.printButton.UseVisualStyleBackColor = false;
     this.printButton.Click                  += new System.EventHandler(this.printButton_Click);
     //
     // PrintForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton            = this.cancelButton;
     this.CaptionBarColor         = System.Drawing.Color.DeepSkyBlue;
     this.CaptionBarHeight        = 40;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(20, -4);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(276, 215);
     this.Controls.Add(this.printButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tableComboBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PrintForm";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Print ";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.PrintForm_FormClosing);
     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();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem1     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem2     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem3     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem4     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem5     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem6     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem7     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem8     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem9     = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem10    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem11    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem12    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem13    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem14    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem15    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem16    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem17    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem18    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem19    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem20    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem21    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem22    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem23    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.Tools.TextItem        textItem24    = new Syncfusion.Windows.Forms.Tools.TextItem();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(FunctionalityForm));
     this.BudgetServerTile = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.hubTile1         = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.hubTile2         = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.hubTile3         = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.hubTile4         = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.hubTile5         = new Syncfusion.Windows.Forms.Tools.HubTile();
     this.FunctionCarousel = new Syncfusion.Windows.Forms.Tools.Carousel();
     this.button5          = new System.Windows.Forms.Button();
     this.button6          = new System.Windows.Forms.Button();
     this.button11         = new System.Windows.Forms.Button();
     this.button13         = new System.Windows.Forms.Button();
     this.button14         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // BudgetServerTile
     //
     this.BudgetServerTile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem1.Font                                         = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem1.HubTile                                      = this.BudgetServerTile;
     textItem1.Text                                         = "Functionality | Budget Tools";
     this.BudgetServerTile.Banner                           = textItem1;
     this.BudgetServerTile.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BudgetServerTile.BannerHeight                     = 20;
     textItem2.Font                                         = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem2.HubTile                                      = this.BudgetServerTile;
     this.BudgetServerTile.Body                             = textItem2;
     this.BudgetServerTile.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem3.Font                                         = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem3.HubTile                                      = this.BudgetServerTile;
     this.BudgetServerTile.Footer                           = textItem3;
     this.BudgetServerTile.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.BudgetServerTile.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.BudgetServerTile.Location                         = new System.Drawing.Point(882, 121);
     this.BudgetServerTile.Margin                           = new System.Windows.Forms.Padding(1);
     this.BudgetServerTile.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.BudgetServerTile.Name                             = "BudgetServerTile";
     this.BudgetServerTile.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.BudgetServerTile.ShowBanner                       = true;
     this.BudgetServerTile.ShowBannerIcon                   = true;
     this.BudgetServerTile.ShowRotateTileBanner             = true;
     this.BudgetServerTile.Size                             = new System.Drawing.Size(261, 105);
     this.BudgetServerTile.SwitchRotateTileBannerVisibility = true;
     this.BudgetServerTile.TabIndex                         = 71;
     textItem4.Font                                         = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem4.HubTile                                      = this.BudgetServerTile;
     this.BudgetServerTile.Title                            = textItem4;
     //
     // hubTile1
     //
     this.hubTile1.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem5.Font                                 = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem5.HubTile                              = this.hubTile1;
     textItem5.Text                                 = "Functionality | Budget Tools";
     this.hubTile1.Banner                           = textItem5;
     this.hubTile1.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.hubTile1.BannerHeight                     = 20;
     textItem6.Font                                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem6.HubTile                              = this.hubTile1;
     this.hubTile1.Body                             = textItem6;
     this.hubTile1.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem7.Font                                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem7.HubTile                              = this.hubTile1;
     this.hubTile1.Footer                           = textItem7;
     this.hubTile1.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.hubTile1.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.hubTile1.Location                         = new System.Drawing.Point(855, 477);
     this.hubTile1.Margin                           = new System.Windows.Forms.Padding(1);
     this.hubTile1.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.hubTile1.Name                             = "hubTile1";
     this.hubTile1.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.hubTile1.ShowBanner                       = true;
     this.hubTile1.ShowBannerIcon                   = true;
     this.hubTile1.ShowRotateTileBanner             = true;
     this.hubTile1.Size                             = new System.Drawing.Size(329, 240);
     this.hubTile1.SwitchRotateTileBannerVisibility = true;
     this.hubTile1.TabIndex                         = 72;
     textItem8.Font                                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem8.HubTile                              = this.hubTile1;
     this.hubTile1.Title                            = textItem8;
     //
     // hubTile2
     //
     this.hubTile2.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem9.Font                                 = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem9.HubTile                              = this.hubTile2;
     textItem9.Text                                 = "Functionality | Budget Tools";
     this.hubTile2.Banner                           = textItem9;
     this.hubTile2.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.hubTile2.BannerHeight                     = 20;
     textItem10.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem10.HubTile                             = this.hubTile2;
     this.hubTile2.Body                             = textItem10;
     this.hubTile2.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem11.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem11.HubTile                             = this.hubTile2;
     this.hubTile2.Footer                           = textItem11;
     this.hubTile2.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.hubTile2.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.hubTile2.Location                         = new System.Drawing.Point(1192, 121);
     this.hubTile2.Margin                           = new System.Windows.Forms.Padding(1);
     this.hubTile2.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.hubTile2.Name                             = "hubTile2";
     this.hubTile2.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.hubTile2.ShowBanner                       = true;
     this.hubTile2.ShowBannerIcon                   = true;
     this.hubTile2.ShowRotateTileBanner             = true;
     this.hubTile2.Size                             = new System.Drawing.Size(324, 264);
     this.hubTile2.SwitchRotateTileBannerVisibility = true;
     this.hubTile2.TabIndex                         = 73;
     textItem12.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem12.HubTile                             = this.hubTile2;
     this.hubTile2.Title                            = textItem12;
     //
     // hubTile3
     //
     this.hubTile3.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem13.Font                                = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem13.HubTile                             = this.hubTile3;
     textItem13.Text                                = "Functionality | Budget Tools";
     this.hubTile3.Banner                           = textItem13;
     this.hubTile3.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.hubTile3.BannerHeight                     = 20;
     textItem14.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem14.HubTile                             = this.hubTile3;
     this.hubTile3.Body                             = textItem14;
     this.hubTile3.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem15.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem15.HubTile                             = this.hubTile3;
     this.hubTile3.Footer                           = textItem15;
     this.hubTile3.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.hubTile3.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.hubTile3.Location                         = new System.Drawing.Point(48, 111);
     this.hubTile3.Margin                           = new System.Windows.Forms.Padding(1);
     this.hubTile3.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.hubTile3.Name                             = "hubTile3";
     this.hubTile3.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.hubTile3.ShowBanner                       = true;
     this.hubTile3.ShowBannerIcon                   = true;
     this.hubTile3.ShowRotateTileBanner             = true;
     this.hubTile3.Size                             = new System.Drawing.Size(340, 261);
     this.hubTile3.SwitchRotateTileBannerVisibility = true;
     this.hubTile3.TabIndex                         = 74;
     textItem16.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem16.HubTile                             = this.hubTile3;
     this.hubTile3.Title                            = textItem16;
     //
     // hubTile4
     //
     this.hubTile4.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem17.Font                                = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem17.HubTile                             = this.hubTile4;
     textItem17.Text                                = "Functionality | Budget Tools";
     this.hubTile4.Banner                           = textItem17;
     this.hubTile4.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.hubTile4.BannerHeight                     = 20;
     textItem18.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem18.HubTile                             = this.hubTile4;
     this.hubTile4.Body                             = textItem18;
     this.hubTile4.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem19.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem19.HubTile                             = this.hubTile4;
     this.hubTile4.Footer                           = textItem19;
     this.hubTile4.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.hubTile4.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.hubTile4.Location                         = new System.Drawing.Point(882, 277);
     this.hubTile4.Margin                           = new System.Windows.Forms.Padding(1);
     this.hubTile4.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.hubTile4.Name                             = "hubTile4";
     this.hubTile4.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.hubTile4.ShowBanner                       = true;
     this.hubTile4.ShowBannerIcon                   = true;
     this.hubTile4.ShowRotateTileBanner             = true;
     this.hubTile4.Size                             = new System.Drawing.Size(246, 108);
     this.hubTile4.SwitchRotateTileBannerVisibility = true;
     this.hubTile4.TabIndex                         = 75;
     textItem20.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem20.HubTile                             = this.hubTile4;
     this.hubTile4.Title                            = textItem20;
     //
     // hubTile5
     //
     this.hubTile5.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textItem21.Font                                = new System.Drawing.Font("Segoe UI Semibold", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textItem21.HubTile                             = this.hubTile5;
     textItem21.Text                                = "Functionality | Budget Tools";
     this.hubTile5.Banner                           = textItem21;
     this.hubTile5.BannerColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.hubTile5.BannerHeight                     = 20;
     textItem22.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem22.HubTile                             = this.hubTile5;
     this.hubTile5.Body                             = textItem22;
     this.hubTile5.Font                             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem23.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem23.HubTile                             = this.hubTile5;
     this.hubTile5.Footer                           = textItem23;
     this.hubTile5.ForeColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.hubTile5.HoveredBorderColor               = System.Drawing.SystemColors.MenuHighlight;
     this.hubTile5.Location                         = new System.Drawing.Point(376, 516);
     this.hubTile5.Margin                           = new System.Windows.Forms.Padding(1);
     this.hubTile5.MinimumSize                      = new System.Drawing.Size(100, 100);
     this.hubTile5.Name                             = "hubTile5";
     this.hubTile5.SelectionMarkerColor             = System.Drawing.Color.SteelBlue;
     this.hubTile5.ShowBanner                       = true;
     this.hubTile5.ShowBannerIcon                   = true;
     this.hubTile5.ShowRotateTileBanner             = true;
     this.hubTile5.Size                             = new System.Drawing.Size(372, 261);
     this.hubTile5.SwitchRotateTileBannerVisibility = true;
     this.hubTile5.TabIndex                         = 76;
     textItem24.Font                                = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
     textItem24.HubTile                             = this.hubTile5;
     this.hubTile5.Title                            = textItem24;
     //
     // FunctionCarousel
     //
     this.FunctionCarousel.BackColor             = System.Drawing.Color.Black;
     this.FunctionCarousel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.FunctionCarousel.CarouselBounds        = 200;
     this.FunctionCarousel.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FunctionCarousel.HighlightColor            = System.Drawing.Color.Lavender;
     this.FunctionCarousel.ImageshadeColor           = System.Drawing.Color.Black;
     this.FunctionCarousel.ImageSlides               = true;
     this.FunctionCarousel.Location                  = new System.Drawing.Point(1234, 643);
     this.FunctionCarousel.Margin                    = new System.Windows.Forms.Padding(2);
     this.FunctionCarousel.Name                      = "FunctionCarousel";
     this.FunctionCarousel.PadX                      = 0;
     this.FunctionCarousel.PadY                      = 1;
     this.FunctionCarousel.Perspective               = 5F;
     this.FunctionCarousel.RotateAlways              = false;
     this.FunctionCarousel.ShowImagePreview          = true;
     this.FunctionCarousel.ShowImageShadow           = true;
     this.FunctionCarousel.Size                      = new System.Drawing.Size(174, 194);
     this.FunctionCarousel.TabIndex                  = 6;
     this.FunctionCarousel.Text                      = "carousel2";
     this.FunctionCarousel.TouchTransitionSpeed      = 1F;
     this.FunctionCarousel.UseOriginalImageinPreview = false;
     this.FunctionCarousel.VisualStyle               = Syncfusion.Windows.Forms.Tools.CarouselVisualStyle.Default;
     this.FunctionCarousel.Click                    += new System.EventHandler(this.FunctionCarousel_Click);
     //
     // button5
     //
     this.button5.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
     this.button5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SteelBlue;
     this.button5.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button5.ForeColor               = System.Drawing.SystemColors.Info;
     this.button5.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button5.Location                = new System.Drawing.Point(48, 493);
     this.button5.Name                    = "button5";
     this.button5.Size                    = new System.Drawing.Size(242, 74);
     this.button5.TabIndex                = 11;
     this.button5.Text                    = "button5";
     this.button5.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button5.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button5.UseVisualStyleBackColor = true;
     //
     // button6
     //
     this.button6.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button6.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
     this.button6.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SteelBlue;
     this.button6.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button6.ForeColor               = System.Drawing.SystemColors.Info;
     this.button6.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button6.Location                = new System.Drawing.Point(465, 293);
     this.button6.Name                    = "button6";
     this.button6.Size                    = new System.Drawing.Size(224, 79);
     this.button6.TabIndex                = 12;
     this.button6.Text                    = "button6";
     this.button6.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button6.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button6.UseVisualStyleBackColor = true;
     //
     // button11
     //
     this.button11.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button11.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
     this.button11.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SteelBlue;
     this.button11.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button11.ForeColor               = System.Drawing.SystemColors.Info;
     this.button11.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button11.Location                = new System.Drawing.Point(48, 599);
     this.button11.Name                    = "button11";
     this.button11.Size                    = new System.Drawing.Size(242, 68);
     this.button11.TabIndex                = 17;
     this.button11.Text                    = "button11";
     this.button11.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button11.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button11.UseVisualStyleBackColor = true;
     //
     // button13
     //
     this.button13.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button13.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
     this.button13.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SteelBlue;
     this.button13.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button13.ForeColor               = System.Drawing.SystemColors.Info;
     this.button13.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button13.Location                = new System.Drawing.Point(465, 111);
     this.button13.Name                    = "button13";
     this.button13.Size                    = new System.Drawing.Size(233, 78);
     this.button13.TabIndex                = 19;
     this.button13.Text                    = "button13";
     this.button13.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button13.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button13.UseVisualStyleBackColor = true;
     //
     // button14
     //
     this.button14.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.button14.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
     this.button14.FlatAppearance.MouseOverBackColor = System.Drawing.Color.SteelBlue;
     this.button14.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button14.ForeColor               = System.Drawing.SystemColors.Info;
     this.button14.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button14.Location                = new System.Drawing.Point(48, 698);
     this.button14.Name                    = "button14";
     this.button14.Size                    = new System.Drawing.Size(242, 79);
     this.button14.TabIndex                = 20;
     this.button14.Text                    = "button14";
     this.button14.TextAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.button14.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button14.UseVisualStyleBackColor = true;
     //
     // FunctionalityForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionBarHeight    = 70;
     this.CaptionFont         = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor    = System.Drawing.SystemColors.MenuHighlight;
     captionImage1.BackColor  = System.Drawing.Color.Black;
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(100, 50);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(1588, 924);
     this.Controls.Add(this.hubTile5);
     this.Controls.Add(this.hubTile4);
     this.Controls.Add(this.hubTile3);
     this.Controls.Add(this.hubTile2);
     this.Controls.Add(this.hubTile1);
     this.Controls.Add(this.BudgetServerTile);
     this.Controls.Add(this.button14);
     this.Controls.Add(this.button13);
     this.Controls.Add(this.button11);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.FunctionCarousel);
     this.Font       = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MetroColor = System.Drawing.Color.Black;
     this.Name       = "FunctionalityForm";
     this.ShowIcon   = false;
     this.Text       = "Functionality";
     this.ResumeLayout(false);
 }
        /// <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();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource4 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource5 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RelatorioForm));
            Syncfusion.Windows.Forms.CaptionImage captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
            this.tabControlAdv1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tabPessoal = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.rvFicha = new Microsoft.Reporting.WinForms.ReportViewer();
            this.tabDados = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.rvDados = new Microsoft.Reporting.WinForms.ReportViewer();
            this.btnContinuar = new Syncfusion.Windows.Forms.ButtonAdv();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
            this.tabControlAdv1.SuspendLayout();
            this.tabPessoal.SuspendLayout();
            this.tabDados.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControlAdv1
            // 
            this.tabControlAdv1.ActiveTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.tabControlAdv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlAdv1.BeforeTouchSize = new System.Drawing.Size(684, 379);
            this.tabControlAdv1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tabControlAdv1.Controls.Add(this.tabPessoal);
            this.tabControlAdv1.Controls.Add(this.tabDados);
            this.tabControlAdv1.FocusOnTabClick = false;
            this.tabControlAdv1.InactiveTabColor = System.Drawing.Color.WhiteSmoke;
            this.tabControlAdv1.Location = new System.Drawing.Point(-1, 3);
            this.tabControlAdv1.Name = "tabControlAdv1";
            this.tabControlAdv1.Size = new System.Drawing.Size(684, 379);
            this.tabControlAdv1.TabIndex = 0;
            this.tabControlAdv1.TabPanelBackColor = System.Drawing.Color.WhiteSmoke;
            this.tabControlAdv1.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            // 
            // tabPessoal
            // 
            this.tabPessoal.Controls.Add(this.rvFicha);
            this.tabPessoal.Image = null;
            this.tabPessoal.ImageSize = new System.Drawing.Size(16, 16);
            this.tabPessoal.Location = new System.Drawing.Point(0, 21);
            this.tabPessoal.Name = "tabPessoal";
            this.tabPessoal.ShowCloseButton = true;
            this.tabPessoal.Size = new System.Drawing.Size(684, 358);
            this.tabPessoal.TabForeColor = System.Drawing.Color.Gray;
            this.tabPessoal.TabIndex = 1;
            this.tabPessoal.Text = "Ficha de Matrícula";
            this.tabPessoal.ThemesEnabled = false;
            // 
            // rvFicha
            // 
            this.rvFicha.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "dtsMatricula";
            reportDataSource1.Value = null;
            reportDataSource2.Name = "dtsFone";
            reportDataSource2.Value = null;
            this.rvFicha.LocalReport.DataSources.Add(reportDataSource1);
            this.rvFicha.LocalReport.DataSources.Add(reportDataSource2);
            this.rvFicha.LocalReport.ReportEmbeddedResource = "Matricula.View.FichaMatricula.rdlc";
            this.rvFicha.Location = new System.Drawing.Point(0, 0);
            this.rvFicha.Name = "rvFicha";
            this.rvFicha.ShowBackButton = false;
            this.rvFicha.ShowContextMenu = false;
            this.rvFicha.ShowCredentialPrompts = false;
            this.rvFicha.ShowDocumentMapButton = false;
            this.rvFicha.ShowFindControls = false;
            this.rvFicha.ShowPageNavigationControls = false;
            this.rvFicha.ShowRefreshButton = false;
            this.rvFicha.ShowStopButton = false;
            this.rvFicha.Size = new System.Drawing.Size(684, 358);
            this.rvFicha.TabIndex = 0;
            // 
            // tabDados
            // 
            this.tabDados.Controls.Add(this.rvDados);
            this.tabDados.Image = null;
            this.tabDados.ImageSize = new System.Drawing.Size(16, 16);
            this.tabDados.Location = new System.Drawing.Point(0, 21);
            this.tabDados.Name = "tabDados";
            this.tabDados.ShowCloseButton = true;
            this.tabDados.Size = new System.Drawing.Size(684, 358);
            this.tabDados.TabForeColor = System.Drawing.Color.DimGray;
            this.tabDados.TabIndex = 3;
            this.tabDados.Text = "Dados Pessoais";
            this.tabDados.ThemesEnabled = false;
            // 
            // rvDados
            // 
            this.rvDados.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource3.Name = "dtsFone";
            reportDataSource3.Value = null;
            reportDataSource4.Name = "dtsMatricula";
            reportDataSource4.Value = null;
            reportDataSource5.Name = "dtsCel";
            reportDataSource5.Value = null;
            this.rvDados.LocalReport.DataSources.Add(reportDataSource3);
            this.rvDados.LocalReport.DataSources.Add(reportDataSource4);
            this.rvDados.LocalReport.DataSources.Add(reportDataSource5);
            this.rvDados.LocalReport.ReportEmbeddedResource = "Matricula.View.DadosAluno.rdlc";
            this.rvDados.Location = new System.Drawing.Point(0, 0);
            this.rvDados.Name = "rvDados";
            this.rvDados.ShowBackButton = false;
            this.rvDados.ShowContextMenu = false;
            this.rvDados.ShowCredentialPrompts = false;
            this.rvDados.ShowDocumentMapButton = false;
            this.rvDados.ShowFindControls = false;
            this.rvDados.ShowPageNavigationControls = false;
            this.rvDados.ShowProgress = false;
            this.rvDados.ShowRefreshButton = false;
            this.rvDados.ShowStopButton = false;
            this.rvDados.Size = new System.Drawing.Size(684, 358);
            this.rvDados.TabIndex = 0;
            // 
            // btnContinuar
            // 
            this.btnContinuar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnContinuar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnContinuar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnContinuar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnContinuar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnContinuar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnContinuar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnContinuar.FlatAppearance.BorderSize = 0;
            this.btnContinuar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnContinuar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnContinuar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnContinuar.ForeColor = System.Drawing.Color.White;
            this.btnContinuar.IsBackStageButton = false;
            this.btnContinuar.Location = new System.Drawing.Point(600, 388);
            this.btnContinuar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnContinuar.Name = "btnContinuar";
            this.btnContinuar.Size = new System.Drawing.Size(75, 23);
            this.btnContinuar.TabIndex = 0;
            this.btnContinuar.Text = "Continuar";
            this.btnContinuar.UseVisualStyle = false;
            this.btnContinuar.UseVisualStyleBackColor = false;
            this.btnContinuar.Click += new System.EventHandler(this.btnContinuar_Click);
            // 
            // RelatorioForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.BorderThickness = 2;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 60;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(30, 9);
            captionImage1.Name = "CaptionImage3";
            captionImage1.Size = new System.Drawing.Size(45, 45);
            captionImage2.Image = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
            captionImage2.Location = new System.Drawing.Point(80, 20);
            captionImage2.Name = "CaptionImage1";
            captionImage2.Size = new System.Drawing.Size(217, 28);
            this.CaptionImages.Add(captionImage1);
            this.CaptionImages.Add(captionImage2);
            this.ClientSize = new System.Drawing.Size(682, 413);
            this.Controls.Add(this.btnContinuar);
            this.Controls.Add(this.tabControlAdv1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "RelatorioForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.TopMost = true;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RelatorioForm_FormClosing);
            this.Load += new System.EventHandler(this.RelatorioForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
            this.tabControlAdv1.ResumeLayout(false);
            this.tabPessoal.ResumeLayout(false);
            this.tabDados.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <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();
            Syncfusion.Windows.Forms.MetroColorTable metroColorTable1 = new Syncfusion.Windows.Forms.MetroColorTable();
            Syncfusion.Windows.Forms.MetroColorTable metroColorTable2 = new Syncfusion.Windows.Forms.MetroColorTable();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuestionarioForm));
            Syncfusion.Windows.Forms.CaptionImage captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
            this.tabControl = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tab1 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.panel14 = new System.Windows.Forms.Panel();
            this.rb143 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb144 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel14 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb141 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb142 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel13 = new System.Windows.Forms.Panel();
            this.rb136 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb135 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb134 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb133 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel13 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb131 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb132 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel12 = new System.Windows.Forms.Panel();
            this.rb124 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb123 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel12 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb121 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb122 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel11 = new System.Windows.Forms.Panel();
            this.rb115 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb114 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb113 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel11 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb111 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb112 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel10 = new System.Windows.Forms.Panel();
            this.rb105 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb104 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel5 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb102 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb103 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb101 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel09 = new System.Windows.Forms.Panel();
            this.rb096 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb095 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel9 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb092 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb093 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb091 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb094 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel06 = new System.Windows.Forms.Panel();
            this.rb068 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb069 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb067 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb063 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb064 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb062 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb066 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb061 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb065 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel8 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel01 = new System.Windows.Forms.Panel();
            this.autoLabel1 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb013 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb014 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb012 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb016 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb011 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb015 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel02 = new System.Windows.Forms.Panel();
            this.autoLabel2 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb023 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb024 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb022 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb021 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb025 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel05 = new System.Windows.Forms.Panel();
            this.rb058 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb059 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb057 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel6 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb053 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb054 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb052 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb056 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb051 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb055 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel08 = new System.Windows.Forms.Panel();
            this.rb083 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel10 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb082 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb081 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel07 = new System.Windows.Forms.Panel();
            this.autoLabel7 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb072 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb073 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb071 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb074 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel04 = new System.Windows.Forms.Panel();
            this.autoLabel4 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb043 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb044 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb042 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb041 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel03 = new System.Windows.Forms.Panel();
            this.autoLabel3 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb033 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb034 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb032 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb031 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb035 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.tab2 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txtQuest27 = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel27 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel26 = new System.Windows.Forms.Panel();
            this.rb265 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb264 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb263 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb262 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel26 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb261 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel19 = new System.Windows.Forms.Panel();
            this.rb195 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb194 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb193 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb192 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel18 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb191 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel16 = new System.Windows.Forms.Panel();
            this.rb165 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb164 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb163 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb162 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb161 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel21 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel25 = new System.Windows.Forms.Panel();
            this.rb256 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb255 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb254 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb253 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb252 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel25 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb251 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel15 = new System.Windows.Forms.Panel();
            this.rb154 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb152 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb153 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel15 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb151 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel24 = new System.Windows.Forms.Panel();
            this.rb245 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb244 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb243 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb242 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb241 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel24 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel21 = new System.Windows.Forms.Panel();
            this.rb215 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb214 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb213 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb212 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb211 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel20 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel18 = new System.Windows.Forms.Panel();
            this.rb185 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb184 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb183 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb182 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel17 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb181 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel23 = new System.Windows.Forms.Panel();
            this.rb235 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb234 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb233 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb232 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel23 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb231 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel20 = new System.Windows.Forms.Panel();
            this.rb205 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb204 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb203 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb202 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb201 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel19 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel17 = new System.Windows.Forms.Panel();
            this.rb176 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb175 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb174 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb173 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel16 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb171 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb172 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.panel22 = new System.Windows.Forms.Panel();
            this.rb225 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb224 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb223 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel22 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.rb221 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rb222 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.sfTab1 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components);
            this.sfTab2 = new Syncfusion.Windows.Forms.ScrollersFrame(this.components);
            this.btnEnviar = new Syncfusion.Windows.Forms.ButtonAdv();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
            this.tabControl.SuspendLayout();
            this.tab1.SuspendLayout();
            this.panel14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb143)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb144)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb141)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb142)).BeginInit();
            this.panel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb136)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb135)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb134)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb133)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb131)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb132)).BeginInit();
            this.panel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb124)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb123)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb121)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb122)).BeginInit();
            this.panel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb115)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb114)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb113)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb111)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb112)).BeginInit();
            this.panel10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb105)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb104)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb102)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb103)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb101)).BeginInit();
            this.panel09.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb096)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb095)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb092)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb093)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb091)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb094)).BeginInit();
            this.panel06.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb068)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb069)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb067)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb063)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb064)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb062)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb066)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb061)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb065)).BeginInit();
            this.panel01.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb013)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb014)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb012)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb016)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb011)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb015)).BeginInit();
            this.panel02.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb023)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb024)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb022)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb021)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb025)).BeginInit();
            this.panel05.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb058)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb059)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb057)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb053)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb054)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb052)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb056)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb051)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb055)).BeginInit();
            this.panel08.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb083)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb082)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb081)).BeginInit();
            this.panel07.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb072)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb073)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb071)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb074)).BeginInit();
            this.panel04.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb043)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb044)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb042)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb041)).BeginInit();
            this.panel03.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb033)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb034)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb032)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb031)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb035)).BeginInit();
            this.tab2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtQuest27)).BeginInit();
            this.panel26.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb265)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb264)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb263)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb262)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb261)).BeginInit();
            this.panel19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb195)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb194)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb193)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb192)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb191)).BeginInit();
            this.panel16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb165)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb164)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb163)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb162)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb161)).BeginInit();
            this.panel25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb256)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb255)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb254)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb253)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb252)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb251)).BeginInit();
            this.panel15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb154)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb152)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb153)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb151)).BeginInit();
            this.panel24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb245)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb244)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb243)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb242)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb241)).BeginInit();
            this.panel21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb215)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb214)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb213)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb212)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb211)).BeginInit();
            this.panel18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb185)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb184)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb183)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb182)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb181)).BeginInit();
            this.panel23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb235)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb234)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb233)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb232)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb231)).BeginInit();
            this.panel20.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb205)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb204)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb203)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb202)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb201)).BeginInit();
            this.panel17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb176)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb175)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb174)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb173)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb171)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb172)).BeginInit();
            this.panel22.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb225)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb224)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb223)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb221)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb222)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.ActiveTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl.BeforeTouchSize = new System.Drawing.Size(1357, 690);
            this.tabControl.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tabControl.Controls.Add(this.tab1);
            this.tabControl.Controls.Add(this.tab2);
            this.tabControl.FocusOnTabClick = false;
            this.tabControl.InactiveTabColor = System.Drawing.Color.WhiteSmoke;
            this.tabControl.Location = new System.Drawing.Point(5, 3);
            this.tabControl.Name = "tabControl";
            this.tabControl.Size = new System.Drawing.Size(1357, 690);
            this.tabControl.TabIndex = 0;
            this.tabControl.TabPanelBackColor = System.Drawing.Color.WhiteSmoke;
            this.tabControl.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            // 
            // tab1
            // 
            this.tab1.AutoScroll = true;
            this.tab1.Controls.Add(this.panel14);
            this.tab1.Controls.Add(this.panel13);
            this.tab1.Controls.Add(this.panel12);
            this.tab1.Controls.Add(this.panel11);
            this.tab1.Controls.Add(this.panel10);
            this.tab1.Controls.Add(this.panel09);
            this.tab1.Controls.Add(this.panel06);
            this.tab1.Controls.Add(this.panel01);
            this.tab1.Controls.Add(this.panel02);
            this.tab1.Controls.Add(this.panel05);
            this.tab1.Controls.Add(this.panel08);
            this.tab1.Controls.Add(this.panel07);
            this.tab1.Controls.Add(this.panel04);
            this.tab1.Controls.Add(this.panel03);
            this.tab1.Image = null;
            this.tab1.ImageSize = new System.Drawing.Size(16, 16);
            this.tab1.Location = new System.Drawing.Point(0, 21);
            this.tab1.Name = "tab1";
            this.tab1.ShowCloseButton = false;
            this.tab1.Size = new System.Drawing.Size(1357, 669);
            this.tab1.TabForeColor = System.Drawing.Color.Gray;
            this.tab1.TabIndex = 1;
            this.tab1.Text = "1 -- 14";
            this.tab1.ThemesEnabled = false;
            // 
            // panel14
            // 
            this.panel14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel14.Controls.Add(this.rb143);
            this.panel14.Controls.Add(this.rb144);
            this.panel14.Controls.Add(this.autoLabel14);
            this.panel14.Controls.Add(this.rb141);
            this.panel14.Controls.Add(this.rb142);
            this.panel14.Location = new System.Drawing.Point(1026, 495);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(287, 124);
            this.panel14.TabIndex = 13;
            // 
            // rb143
            // 
            this.rb143.BeforeTouchSize = new System.Drawing.Size(292, 21);
            this.rb143.DrawFocusRectangle = false;
            this.rb143.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb143.Location = new System.Drawing.Point(0, 72);
            this.rb143.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb143.Name = "rb143";
            this.rb143.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb143.Size = new System.Drawing.Size(292, 21);
            this.rb143.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb143.TabIndex = 29;
            this.rb143.Text = "Sim, em tempo integral (40 horas semanais)";
            this.rb143.ThemesEnabled = false;
            // 
            // rb144
            // 
            this.rb144.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb144.DrawFocusRectangle = false;
            this.rb144.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb144.Location = new System.Drawing.Point(0, 99);
            this.rb144.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb144.Name = "rb144";
            this.rb144.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb144.Size = new System.Drawing.Size(192, 21);
            this.rb144.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb144.TabIndex = 26;
            this.rb144.Text = "Sim, trabalho eventualmente";
            this.rb144.ThemesEnabled = false;
            // 
            // autoLabel14
            // 
            this.autoLabel14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel14.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel14.Location = new System.Drawing.Point(0, 0);
            this.autoLabel14.Name = "autoLabel14";
            this.autoLabel14.Size = new System.Drawing.Size(266, 15);
            this.autoLabel14.TabIndex = 20;
            this.autoLabel14.Text = "14 - Você exerce atividade remunerada?";
            // 
            // rb141
            // 
            this.rb141.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb141.DrawFocusRectangle = false;
            this.rb141.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb141.Location = new System.Drawing.Point(0, 18);
            this.rb141.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb141.Name = "rb141";
            this.rb141.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb141.Size = new System.Drawing.Size(192, 21);
            this.rb141.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb141.TabIndex = 23;
            this.rb141.Text = "Não";
            this.rb141.ThemesEnabled = false;
            // 
            // rb142
            // 
            this.rb142.BeforeTouchSize = new System.Drawing.Size(267, 21);
            this.rb142.DrawFocusRectangle = false;
            this.rb142.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb142.Location = new System.Drawing.Point(0, 45);
            this.rb142.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb142.Name = "rb142";
            this.rb142.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb142.Size = new System.Drawing.Size(267, 21);
            this.rb142.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb142.TabIndex = 24;
            this.rb142.Text = "Sim, em tempo parcial (até 30 horas semanais)";
            this.rb142.ThemesEnabled = false;
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.rb136);
            this.panel13.Controls.Add(this.rb135);
            this.panel13.Controls.Add(this.rb134);
            this.panel13.Controls.Add(this.rb133);
            this.panel13.Controls.Add(this.autoLabel13);
            this.panel13.Controls.Add(this.rb131);
            this.panel13.Controls.Add(this.rb132);
            this.panel13.Location = new System.Drawing.Point(1026, 315);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(287, 175);
            this.panel13.TabIndex = 12;
            // 
            // rb136
            // 
            this.rb136.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb136.DrawFocusRectangle = false;
            this.rb136.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb136.Location = new System.Drawing.Point(3, 153);
            this.rb136.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb136.Name = "rb136";
            this.rb136.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb136.Size = new System.Drawing.Size(155, 21);
            this.rb136.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb136.TabIndex = 5;
            this.rb136.Text = "Aposentado";
            this.rb136.ThemesEnabled = false;
            // 
            // rb135
            // 
            this.rb135.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb135.DrawFocusRectangle = false;
            this.rb135.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb135.Location = new System.Drawing.Point(3, 126);
            this.rb135.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb135.Name = "rb135";
            this.rb135.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb135.Size = new System.Drawing.Size(155, 21);
            this.rb135.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb135.TabIndex = 4;
            this.rb135.Text = "Trabalhador autônomo";
            this.rb135.ThemesEnabled = false;
            // 
            // rb134
            // 
            this.rb134.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb134.DrawFocusRectangle = false;
            this.rb134.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb134.Location = new System.Drawing.Point(3, 99);
            this.rb134.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb134.Name = "rb134";
            this.rb134.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb134.Size = new System.Drawing.Size(155, 21);
            this.rb134.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb134.TabIndex = 3;
            this.rb134.Text = "Servidor público";
            this.rb134.ThemesEnabled = false;
            // 
            // rb133
            // 
            this.rb133.BeforeTouchSize = new System.Drawing.Size(267, 21);
            this.rb133.DrawFocusRectangle = false;
            this.rb133.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb133.Location = new System.Drawing.Point(3, 72);
            this.rb133.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb133.Name = "rb133";
            this.rb133.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb133.Size = new System.Drawing.Size(267, 21);
            this.rb133.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb133.TabIndex = 2;
            this.rb133.Text = "Contratado com carteira de trabalho assinada";
            this.rb133.ThemesEnabled = false;
            // 
            // autoLabel13
            // 
            this.autoLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel13.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel13.Location = new System.Drawing.Point(3, 0);
            this.autoLabel13.Name = "autoLabel13";
            this.autoLabel13.Size = new System.Drawing.Size(179, 15);
            this.autoLabel13.TabIndex = 20;
            this.autoLabel13.Text = "13 - Qual a sua ocupação?";
            // 
            // rb131
            // 
            this.rb131.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb131.DrawFocusRectangle = false;
            this.rb131.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb131.Location = new System.Drawing.Point(3, 18);
            this.rb131.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb131.Name = "rb131";
            this.rb131.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb131.Size = new System.Drawing.Size(192, 21);
            this.rb131.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb131.TabIndex = 0;
            this.rb131.Text = "Estudante";
            this.rb131.ThemesEnabled = false;
            // 
            // rb132
            // 
            this.rb132.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb132.DrawFocusRectangle = false;
            this.rb132.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb132.Location = new System.Drawing.Point(3, 45);
            this.rb132.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb132.Name = "rb132";
            this.rb132.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb132.Size = new System.Drawing.Size(145, 21);
            this.rb132.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb132.TabIndex = 1;
            this.rb132.Text = "Desempregado";
            this.rb132.ThemesEnabled = false;
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.rb124);
            this.panel12.Controls.Add(this.rb123);
            this.panel12.Controls.Add(this.autoLabel12);
            this.panel12.Controls.Add(this.rb121);
            this.panel12.Controls.Add(this.rb122);
            this.panel12.Location = new System.Drawing.Point(1026, 183);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(287, 126);
            this.panel12.TabIndex = 11;
            // 
            // rb124
            // 
            this.rb124.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb124.DrawFocusRectangle = false;
            this.rb124.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb124.Location = new System.Drawing.Point(3, 99);
            this.rb124.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb124.Name = "rb124";
            this.rb124.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb124.Size = new System.Drawing.Size(155, 21);
            this.rb124.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb124.TabIndex = 3;
            this.rb124.Text = "Sim, mas já conclui";
            this.rb124.ThemesEnabled = false;
            // 
            // rb123
            // 
            this.rb123.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb123.DrawFocusRectangle = false;
            this.rb123.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb123.Location = new System.Drawing.Point(3, 72);
            this.rb123.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb123.Name = "rb123";
            this.rb123.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb123.Size = new System.Drawing.Size(145, 21);
            this.rb123.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb123.TabIndex = 2;
            this.rb123.Text = "Sim, estou cursando";
            this.rb123.ThemesEnabled = false;
            // 
            // autoLabel12
            // 
            this.autoLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel12.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel12.Location = new System.Drawing.Point(3, 0);
            this.autoLabel12.Name = "autoLabel12";
            this.autoLabel12.Size = new System.Drawing.Size(278, 15);
            this.autoLabel12.TabIndex = 20;
            this.autoLabel12.Text = "12 - Você já iniciou algum curso superior?";
            // 
            // rb121
            // 
            this.rb121.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb121.DrawFocusRectangle = false;
            this.rb121.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb121.Location = new System.Drawing.Point(3, 18);
            this.rb121.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb121.Name = "rb121";
            this.rb121.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb121.Size = new System.Drawing.Size(192, 21);
            this.rb121.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb121.TabIndex = 0;
            this.rb121.Text = "Não";
            this.rb121.ThemesEnabled = false;
            // 
            // rb122
            // 
            this.rb122.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb122.DrawFocusRectangle = false;
            this.rb122.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb122.Location = new System.Drawing.Point(3, 45);
            this.rb122.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb122.Name = "rb122";
            this.rb122.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb122.Size = new System.Drawing.Size(145, 21);
            this.rb122.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb122.TabIndex = 1;
            this.rb122.Text = "Sim, mas abandonei";
            this.rb122.ThemesEnabled = false;
            // 
            // panel11
            // 
            this.panel11.Controls.Add(this.rb115);
            this.panel11.Controls.Add(this.rb114);
            this.panel11.Controls.Add(this.rb113);
            this.panel11.Controls.Add(this.autoLabel11);
            this.panel11.Controls.Add(this.rb111);
            this.panel11.Controls.Add(this.rb112);
            this.panel11.Location = new System.Drawing.Point(1026, 15);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(287, 161);
            this.panel11.TabIndex = 10;
            // 
            // rb115
            // 
            this.rb115.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb115.DrawFocusRectangle = false;
            this.rb115.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb115.Location = new System.Drawing.Point(3, 141);
            this.rb115.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb115.Name = "rb115";
            this.rb115.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb115.Size = new System.Drawing.Size(155, 21);
            this.rb115.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb115.TabIndex = 4;
            this.rb115.Text = "Mais de três vezes";
            this.rb115.ThemesEnabled = false;
            // 
            // rb114
            // 
            this.rb114.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb114.DrawFocusRectangle = false;
            this.rb114.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb114.Location = new System.Drawing.Point(3, 114);
            this.rb114.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb114.Name = "rb114";
            this.rb114.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb114.Size = new System.Drawing.Size(155, 21);
            this.rb114.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb114.TabIndex = 3;
            this.rb114.Text = "Três vezes";
            this.rb114.ThemesEnabled = false;
            // 
            // rb113
            // 
            this.rb113.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb113.DrawFocusRectangle = false;
            this.rb113.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb113.Location = new System.Drawing.Point(3, 87);
            this.rb113.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb113.Name = "rb113";
            this.rb113.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb113.Size = new System.Drawing.Size(145, 21);
            this.rb113.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb113.TabIndex = 2;
            this.rb113.Text = "Duas vezes";
            this.rb113.ThemesEnabled = false;
            // 
            // autoLabel11
            // 
            this.autoLabel11.AutoSize = false;
            this.autoLabel11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel11.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel11.Location = new System.Drawing.Point(3, 0);
            this.autoLabel11.Name = "autoLabel11";
            this.autoLabel11.Size = new System.Drawing.Size(292, 30);
            this.autoLabel11.TabIndex = 20;
            this.autoLabel11.Text = "11 - Quantas vezes você prestou o processo de acesso para o vestibular na FATEC I" +
    "tu?";
            // 
            // rb111
            // 
            this.rb111.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb111.DrawFocusRectangle = false;
            this.rb111.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb111.Location = new System.Drawing.Point(3, 33);
            this.rb111.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb111.Name = "rb111";
            this.rb111.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb111.Size = new System.Drawing.Size(192, 21);
            this.rb111.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb111.TabIndex = 0;
            this.rb111.Text = "Nenhuma";
            this.rb111.ThemesEnabled = false;
            // 
            // rb112
            // 
            this.rb112.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb112.DrawFocusRectangle = false;
            this.rb112.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb112.Location = new System.Drawing.Point(3, 60);
            this.rb112.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb112.Name = "rb112";
            this.rb112.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb112.Size = new System.Drawing.Size(145, 21);
            this.rb112.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb112.TabIndex = 1;
            this.rb112.Text = "Uma vez";
            this.rb112.ThemesEnabled = false;
            // 
            // panel10
            // 
            this.panel10.Controls.Add(this.rb105);
            this.panel10.Controls.Add(this.rb104);
            this.panel10.Controls.Add(this.autoLabel5);
            this.panel10.Controls.Add(this.rb102);
            this.panel10.Controls.Add(this.rb103);
            this.panel10.Controls.Add(this.rb101);
            this.panel10.Location = new System.Drawing.Point(649, 440);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(287, 163);
            this.panel10.TabIndex = 9;
            // 
            // rb105
            // 
            this.rb105.BeforeTouchSize = new System.Drawing.Size(155, 21);
            this.rb105.DrawFocusRectangle = false;
            this.rb105.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb105.Location = new System.Drawing.Point(3, 142);
            this.rb105.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb105.Name = "rb105";
            this.rb105.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb105.Size = new System.Drawing.Size(155, 21);
            this.rb105.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb105.TabIndex = 4;
            this.rb105.Text = "Sim, por mais de um ano";
            this.rb105.ThemesEnabled = false;
            // 
            // rb104
            // 
            this.rb104.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb104.DrawFocusRectangle = false;
            this.rb104.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb104.Location = new System.Drawing.Point(3, 115);
            this.rb104.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb104.Name = "rb104";
            this.rb104.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb104.Size = new System.Drawing.Size(145, 21);
            this.rb104.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb104.TabIndex = 3;
            this.rb104.Text = "Sim, por um ano";
            this.rb104.ThemesEnabled = false;
            // 
            // autoLabel5
            // 
            this.autoLabel5.AutoSize = false;
            this.autoLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel5.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel5.Location = new System.Drawing.Point(0, 0);
            this.autoLabel5.Name = "autoLabel5";
            this.autoLabel5.Size = new System.Drawing.Size(284, 31);
            this.autoLabel5.TabIndex = 20;
            this.autoLabel5.Text = "10 - Você frequentou cursinho preparatório para ingressar na FATEC Itu?";
            // 
            // rb102
            // 
            this.rb102.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb102.DrawFocusRectangle = false;
            this.rb102.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb102.Location = new System.Drawing.Point(3, 61);
            this.rb102.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb102.Name = "rb102";
            this.rb102.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb102.Size = new System.Drawing.Size(192, 21);
            this.rb102.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb102.TabIndex = 1;
            this.rb102.Text = "Sim, menos de um semestre";
            this.rb102.ThemesEnabled = false;
            // 
            // rb103
            // 
            this.rb103.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb103.DrawFocusRectangle = false;
            this.rb103.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb103.Location = new System.Drawing.Point(3, 88);
            this.rb103.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb103.Name = "rb103";
            this.rb103.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb103.Size = new System.Drawing.Size(145, 21);
            this.rb103.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb103.TabIndex = 2;
            this.rb103.Text = "Sim, um semestre";
            this.rb103.ThemesEnabled = false;
            // 
            // rb101
            // 
            this.rb101.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb101.DrawFocusRectangle = false;
            this.rb101.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb101.Location = new System.Drawing.Point(3, 34);
            this.rb101.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb101.Name = "rb101";
            this.rb101.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb101.Size = new System.Drawing.Size(192, 21);
            this.rb101.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb101.TabIndex = 0;
            this.rb101.Text = "Não";
            this.rb101.ThemesEnabled = false;
            // 
            // panel09
            // 
            this.panel09.Controls.Add(this.rb096);
            this.panel09.Controls.Add(this.rb095);
            this.panel09.Controls.Add(this.autoLabel9);
            this.panel09.Controls.Add(this.rb092);
            this.panel09.Controls.Add(this.rb093);
            this.panel09.Controls.Add(this.rb091);
            this.panel09.Controls.Add(this.rb094);
            this.panel09.Location = new System.Drawing.Point(649, 259);
            this.panel09.Name = "panel09";
            this.panel09.Size = new System.Drawing.Size(269, 175);
            this.panel09.TabIndex = 8;
            // 
            // rb096
            // 
            this.rb096.BeforeTouchSize = new System.Drawing.Size(245, 21);
            this.rb096.DrawFocusRectangle = false;
            this.rb096.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb096.Location = new System.Drawing.Point(3, 153);
            this.rb096.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb096.Name = "rb096";
            this.rb096.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb096.Size = new System.Drawing.Size(245, 21);
            this.rb096.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb096.TabIndex = 5;
            this.rb096.Text = "Maior parte dos anos em escola conveniada";
            this.rb096.ThemesEnabled = false;
            // 
            // rb095
            // 
            this.rb095.BeforeTouchSize = new System.Drawing.Size(235, 21);
            this.rb095.DrawFocusRectangle = false;
            this.rb095.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb095.Location = new System.Drawing.Point(3, 126);
            this.rb095.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb095.Name = "rb095";
            this.rb095.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb095.Size = new System.Drawing.Size(235, 21);
            this.rb095.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb095.TabIndex = 4;
            this.rb095.Text = "Somente em escola conveniada";
            this.rb095.ThemesEnabled = false;
            // 
            // autoLabel9
            // 
            this.autoLabel9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel9.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel9.Location = new System.Drawing.Point(3, 0);
            this.autoLabel9.Name = "autoLabel9";
            this.autoLabel9.Size = new System.Drawing.Size(267, 15);
            this.autoLabel9.TabIndex = 14;
            this.autoLabel9.Text = "9 - Em que tipo de escola você estudou?";
            // 
            // rb092
            // 
            this.rb092.BeforeTouchSize = new System.Drawing.Size(226, 21);
            this.rb092.DrawFocusRectangle = false;
            this.rb092.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb092.Location = new System.Drawing.Point(3, 45);
            this.rb092.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb092.Name = "rb092";
            this.rb092.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb092.Size = new System.Drawing.Size(226, 21);
            this.rb092.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb092.TabIndex = 1;
            this.rb092.Text = "Maior parte dos anos em escola pública";
            this.rb092.ThemesEnabled = false;
            // 
            // rb093
            // 
            this.rb093.BeforeTouchSize = new System.Drawing.Size(197, 21);
            this.rb093.DrawFocusRectangle = false;
            this.rb093.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb093.Location = new System.Drawing.Point(3, 72);
            this.rb093.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb093.Name = "rb093";
            this.rb093.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb093.Size = new System.Drawing.Size(197, 21);
            this.rb093.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb093.TabIndex = 2;
            this.rb093.Text = "Somente em escola particular";
            this.rb093.ThemesEnabled = false;
            // 
            // rb091
            // 
            this.rb091.BeforeTouchSize = new System.Drawing.Size(176, 21);
            this.rb091.DrawFocusRectangle = false;
            this.rb091.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb091.Location = new System.Drawing.Point(3, 18);
            this.rb091.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb091.Name = "rb091";
            this.rb091.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb091.Size = new System.Drawing.Size(176, 21);
            this.rb091.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb091.TabIndex = 0;
            this.rb091.Text = "Somente em escola pública";
            this.rb091.ThemesEnabled = false;
            // 
            // rb094
            // 
            this.rb094.BeforeTouchSize = new System.Drawing.Size(235, 21);
            this.rb094.DrawFocusRectangle = false;
            this.rb094.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb094.Location = new System.Drawing.Point(3, 99);
            this.rb094.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb094.Name = "rb094";
            this.rb094.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb094.Size = new System.Drawing.Size(235, 21);
            this.rb094.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb094.TabIndex = 3;
            this.rb094.Text = "Maior parte dos anos em escola particular";
            this.rb094.ThemesEnabled = false;
            // 
            // panel06
            // 
            this.panel06.Controls.Add(this.rb068);
            this.panel06.Controls.Add(this.rb069);
            this.panel06.Controls.Add(this.rb067);
            this.panel06.Controls.Add(this.rb063);
            this.panel06.Controls.Add(this.rb064);
            this.panel06.Controls.Add(this.rb062);
            this.panel06.Controls.Add(this.rb066);
            this.panel06.Controls.Add(this.rb061);
            this.panel06.Controls.Add(this.rb065);
            this.panel06.Controls.Add(this.autoLabel8);
            this.panel06.Location = new System.Drawing.Point(319, 321);
            this.panel06.Name = "panel06";
            this.panel06.Size = new System.Drawing.Size(248, 255);
            this.panel06.TabIndex = 5;
            // 
            // rb068
            // 
            this.rb068.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb068.DrawFocusRectangle = false;
            this.rb068.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb068.Location = new System.Drawing.Point(3, 207);
            this.rb068.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb068.Name = "rb068";
            this.rb068.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb068.Size = new System.Drawing.Size(181, 21);
            this.rb068.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb068.TabIndex = 7;
            this.rb068.Text = "Pós-graduação";
            this.rb068.ThemesEnabled = false;
            // 
            // rb069
            // 
            this.rb069.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb069.DrawFocusRectangle = false;
            this.rb069.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb069.Location = new System.Drawing.Point(3, 234);
            this.rb069.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb069.Name = "rb069";
            this.rb069.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb069.Size = new System.Drawing.Size(181, 21);
            this.rb069.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb069.TabIndex = 8;
            this.rb069.Text = "Não sei";
            this.rb069.ThemesEnabled = false;
            // 
            // rb067
            // 
            this.rb067.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb067.DrawFocusRectangle = false;
            this.rb067.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb067.Location = new System.Drawing.Point(3, 180);
            this.rb067.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb067.Name = "rb067";
            this.rb067.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb067.Size = new System.Drawing.Size(181, 21);
            this.rb067.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb067.TabIndex = 6;
            this.rb067.Text = "Ensino Superior - completo";
            this.rb067.ThemesEnabled = false;
            // 
            // rb063
            // 
            this.rb063.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb063.DrawFocusRectangle = false;
            this.rb063.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb063.Location = new System.Drawing.Point(3, 72);
            this.rb063.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb063.Name = "rb063";
            this.rb063.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb063.Size = new System.Drawing.Size(192, 21);
            this.rb063.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb063.TabIndex = 2;
            this.rb063.Text = "Ensino Fundamental - completo";
            this.rb063.ThemesEnabled = false;
            // 
            // rb064
            // 
            this.rb064.BeforeTouchSize = new System.Drawing.Size(158, 21);
            this.rb064.DrawFocusRectangle = false;
            this.rb064.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb064.Location = new System.Drawing.Point(3, 99);
            this.rb064.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb064.Name = "rb064";
            this.rb064.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb064.Size = new System.Drawing.Size(158, 21);
            this.rb064.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb064.TabIndex = 3;
            this.rb064.Text = "Ensino Médio - incompleto";
            this.rb064.ThemesEnabled = false;
            // 
            // rb062
            // 
            this.rb062.BeforeTouchSize = new System.Drawing.Size(194, 21);
            this.rb062.DrawFocusRectangle = false;
            this.rb062.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb062.Location = new System.Drawing.Point(3, 45);
            this.rb062.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb062.Name = "rb062";
            this.rb062.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb062.Size = new System.Drawing.Size(194, 21);
            this.rb062.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb062.TabIndex = 1;
            this.rb062.Text = "Ensino Fundamental - incompleto";
            this.rb062.ThemesEnabled = false;
            // 
            // rb066
            // 
            this.rb066.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb066.DrawFocusRectangle = false;
            this.rb066.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb066.Location = new System.Drawing.Point(3, 153);
            this.rb066.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb066.Name = "rb066";
            this.rb066.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb066.Size = new System.Drawing.Size(181, 21);
            this.rb066.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb066.TabIndex = 5;
            this.rb066.Text = "Ensino Superior - incompleto";
            this.rb066.ThemesEnabled = false;
            // 
            // rb061
            // 
            this.rb061.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb061.DrawFocusRectangle = false;
            this.rb061.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb061.Location = new System.Drawing.Point(3, 18);
            this.rb061.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb061.Name = "rb061";
            this.rb061.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb061.Size = new System.Drawing.Size(145, 21);
            this.rb061.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb061.TabIndex = 0;
            this.rb061.Text = "Não estudou";
            this.rb061.ThemesEnabled = false;
            // 
            // rb065
            // 
            this.rb065.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb065.DrawFocusRectangle = false;
            this.rb065.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb065.Location = new System.Drawing.Point(3, 126);
            this.rb065.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb065.Name = "rb065";
            this.rb065.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb065.Size = new System.Drawing.Size(181, 21);
            this.rb065.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb065.TabIndex = 4;
            this.rb065.Text = "Ensino Médio - completo";
            this.rb065.ThemesEnabled = false;
            // 
            // autoLabel8
            // 
            this.autoLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel8.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel8.Location = new System.Drawing.Point(3, 0);
            this.autoLabel8.Name = "autoLabel8";
            this.autoLabel8.Size = new System.Drawing.Size(244, 15);
            this.autoLabel8.TabIndex = 8;
            this.autoLabel8.Text = "6 - Qual a escolaridade da sua mãe?";
            // 
            // panel01
            // 
            this.panel01.Controls.Add(this.autoLabel1);
            this.panel01.Controls.Add(this.rb013);
            this.panel01.Controls.Add(this.rb014);
            this.panel01.Controls.Add(this.rb012);
            this.panel01.Controls.Add(this.rb016);
            this.panel01.Controls.Add(this.rb011);
            this.panel01.Controls.Add(this.rb015);
            this.panel01.Location = new System.Drawing.Point(44, 13);
            this.panel01.Name = "panel01";
            this.panel01.Size = new System.Drawing.Size(200, 174);
            this.panel01.TabIndex = 0;
            // 
            // autoLabel1
            // 
            this.autoLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel1.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel1.Location = new System.Drawing.Point(3, 0);
            this.autoLabel1.Name = "autoLabel1";
            this.autoLabel1.Size = new System.Drawing.Size(145, 15);
            this.autoLabel1.TabIndex = 0;
            this.autoLabel1.Text = "1 - Qual a sua idade?";
            // 
            // rb013
            // 
            this.rb013.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb013.DrawFocusRectangle = false;
            this.rb013.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb013.Location = new System.Drawing.Point(3, 72);
            this.rb013.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb013.Name = "rb013";
            this.rb013.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb013.Size = new System.Drawing.Size(145, 21);
            this.rb013.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb013.TabIndex = 2;
            this.rb013.Text = "Entre 26 a 30 anos";
            this.rb013.ThemesEnabled = false;
            // 
            // rb014
            // 
            this.rb014.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb014.DrawFocusRectangle = false;
            this.rb014.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb014.Location = new System.Drawing.Point(3, 99);
            this.rb014.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb014.Name = "rb014";
            this.rb014.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb014.Size = new System.Drawing.Size(145, 21);
            this.rb014.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb014.TabIndex = 3;
            this.rb014.Text = "Entre 31 a 35 anos";
            this.rb014.ThemesEnabled = false;
            // 
            // rb012
            // 
            this.rb012.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb012.DrawFocusRectangle = false;
            this.rb012.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb012.Location = new System.Drawing.Point(3, 45);
            this.rb012.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb012.Name = "rb012";
            this.rb012.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb012.Size = new System.Drawing.Size(145, 21);
            this.rb012.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb012.TabIndex = 1;
            this.rb012.Text = "Entre 18 a 25 anos";
            this.rb012.ThemesEnabled = false;
            // 
            // rb016
            // 
            this.rb016.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb016.DrawFocusRectangle = false;
            this.rb016.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb016.Location = new System.Drawing.Point(3, 153);
            this.rb016.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb016.Name = "rb016";
            this.rb016.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb016.Size = new System.Drawing.Size(145, 21);
            this.rb016.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb016.TabIndex = 5;
            this.rb016.Text = "Maior que 40 anos";
            this.rb016.ThemesEnabled = false;
            // 
            // rb011
            // 
            this.rb011.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb011.DrawFocusRectangle = false;
            this.rb011.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb011.Location = new System.Drawing.Point(3, 18);
            this.rb011.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb011.Name = "rb011";
            this.rb011.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb011.Size = new System.Drawing.Size(145, 21);
            this.rb011.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb011.TabIndex = 0;
            this.rb011.Text = "Menor que 18 anos";
            this.rb011.ThemesEnabled = false;
            // 
            // rb015
            // 
            this.rb015.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb015.DrawFocusRectangle = false;
            this.rb015.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb015.Location = new System.Drawing.Point(3, 126);
            this.rb015.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb015.Name = "rb015";
            this.rb015.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb015.Size = new System.Drawing.Size(145, 21);
            this.rb015.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb015.TabIndex = 4;
            this.rb015.Text = "Entre 36 a 40 anos";
            this.rb015.ThemesEnabled = false;
            // 
            // panel02
            // 
            this.panel02.Controls.Add(this.autoLabel2);
            this.panel02.Controls.Add(this.rb023);
            this.panel02.Controls.Add(this.rb024);
            this.panel02.Controls.Add(this.rb022);
            this.panel02.Controls.Add(this.rb021);
            this.panel02.Controls.Add(this.rb025);
            this.panel02.Location = new System.Drawing.Point(44, 199);
            this.panel02.Name = "panel02";
            this.panel02.Size = new System.Drawing.Size(200, 144);
            this.panel02.TabIndex = 1;
            // 
            // autoLabel2
            // 
            this.autoLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel2.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel2.Location = new System.Drawing.Point(3, 0);
            this.autoLabel2.Name = "autoLabel2";
            this.autoLabel2.Size = new System.Drawing.Size(158, 15);
            this.autoLabel2.TabIndex = 8;
            this.autoLabel2.Text = "2 - Qual a sua religião?";
            // 
            // rb023
            // 
            this.rb023.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb023.DrawFocusRectangle = false;
            this.rb023.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb023.Location = new System.Drawing.Point(3, 72);
            this.rb023.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb023.Name = "rb023";
            this.rb023.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb023.Size = new System.Drawing.Size(145, 21);
            this.rb023.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb023.TabIndex = 2;
            this.rb023.Text = "Evangélica";
            this.rb023.ThemesEnabled = false;
            // 
            // rb024
            // 
            this.rb024.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb024.DrawFocusRectangle = false;
            this.rb024.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb024.Location = new System.Drawing.Point(3, 99);
            this.rb024.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb024.Name = "rb024";
            this.rb024.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb024.Size = new System.Drawing.Size(145, 21);
            this.rb024.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb024.TabIndex = 3;
            this.rb024.Text = "Outras";
            this.rb024.ThemesEnabled = false;
            // 
            // rb022
            // 
            this.rb022.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb022.DrawFocusRectangle = false;
            this.rb022.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb022.Location = new System.Drawing.Point(3, 45);
            this.rb022.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb022.Name = "rb022";
            this.rb022.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb022.Size = new System.Drawing.Size(145, 21);
            this.rb022.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb022.TabIndex = 1;
            this.rb022.Text = "Espírita";
            this.rb022.ThemesEnabled = false;
            // 
            // rb021
            // 
            this.rb021.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb021.DrawFocusRectangle = false;
            this.rb021.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb021.Location = new System.Drawing.Point(3, 18);
            this.rb021.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb021.Name = "rb021";
            this.rb021.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb021.Size = new System.Drawing.Size(145, 21);
            this.rb021.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb021.TabIndex = 0;
            this.rb021.Text = "Católica";
            this.rb021.ThemesEnabled = false;
            // 
            // rb025
            // 
            this.rb025.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb025.DrawFocusRectangle = false;
            this.rb025.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb025.Location = new System.Drawing.Point(3, 126);
            this.rb025.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb025.Name = "rb025";
            this.rb025.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb025.Size = new System.Drawing.Size(145, 21);
            this.rb025.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb025.TabIndex = 4;
            this.rb025.Text = "Nenhuma";
            this.rb025.ThemesEnabled = false;
            // 
            // panel05
            // 
            this.panel05.Controls.Add(this.rb058);
            this.panel05.Controls.Add(this.rb059);
            this.panel05.Controls.Add(this.rb057);
            this.panel05.Controls.Add(this.autoLabel6);
            this.panel05.Controls.Add(this.rb053);
            this.panel05.Controls.Add(this.rb054);
            this.panel05.Controls.Add(this.rb052);
            this.panel05.Controls.Add(this.rb056);
            this.panel05.Controls.Add(this.rb051);
            this.panel05.Controls.Add(this.rb055);
            this.panel05.Location = new System.Drawing.Point(319, 15);
            this.panel05.Name = "panel05";
            this.panel05.Size = new System.Drawing.Size(240, 261);
            this.panel05.TabIndex = 4;
            // 
            // rb058
            // 
            this.rb058.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb058.DrawFocusRectangle = false;
            this.rb058.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb058.Location = new System.Drawing.Point(3, 207);
            this.rb058.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb058.Name = "rb058";
            this.rb058.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb058.Size = new System.Drawing.Size(181, 21);
            this.rb058.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb058.TabIndex = 7;
            this.rb058.Text = "Pós-graduação";
            this.rb058.ThemesEnabled = false;
            // 
            // rb059
            // 
            this.rb059.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb059.DrawFocusRectangle = false;
            this.rb059.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb059.Location = new System.Drawing.Point(3, 234);
            this.rb059.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb059.Name = "rb059";
            this.rb059.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb059.Size = new System.Drawing.Size(181, 21);
            this.rb059.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb059.TabIndex = 8;
            this.rb059.Text = "Não sei";
            this.rb059.ThemesEnabled = false;
            // 
            // rb057
            // 
            this.rb057.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb057.DrawFocusRectangle = false;
            this.rb057.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb057.Location = new System.Drawing.Point(3, 180);
            this.rb057.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb057.Name = "rb057";
            this.rb057.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb057.Size = new System.Drawing.Size(181, 21);
            this.rb057.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb057.TabIndex = 6;
            this.rb057.Text = "Ensino Superior - completo";
            this.rb057.ThemesEnabled = false;
            // 
            // autoLabel6
            // 
            this.autoLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel6.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel6.Location = new System.Drawing.Point(3, 0);
            this.autoLabel6.Name = "autoLabel6";
            this.autoLabel6.Size = new System.Drawing.Size(236, 15);
            this.autoLabel6.TabIndex = 0;
            this.autoLabel6.Text = "5 - Qual a escolaridade do seu pai?";
            // 
            // rb053
            // 
            this.rb053.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb053.DrawFocusRectangle = false;
            this.rb053.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb053.Location = new System.Drawing.Point(3, 72);
            this.rb053.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb053.Name = "rb053";
            this.rb053.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb053.Size = new System.Drawing.Size(192, 21);
            this.rb053.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb053.TabIndex = 2;
            this.rb053.Text = "Ensino Fundamental - completo";
            this.rb053.ThemesEnabled = false;
            // 
            // rb054
            // 
            this.rb054.BeforeTouchSize = new System.Drawing.Size(158, 21);
            this.rb054.DrawFocusRectangle = false;
            this.rb054.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb054.Location = new System.Drawing.Point(3, 99);
            this.rb054.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb054.Name = "rb054";
            this.rb054.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb054.Size = new System.Drawing.Size(158, 21);
            this.rb054.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb054.TabIndex = 3;
            this.rb054.Text = "Ensino Médio - incompleto";
            this.rb054.ThemesEnabled = false;
            // 
            // rb052
            // 
            this.rb052.BeforeTouchSize = new System.Drawing.Size(194, 21);
            this.rb052.DrawFocusRectangle = false;
            this.rb052.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb052.Location = new System.Drawing.Point(3, 45);
            this.rb052.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb052.Name = "rb052";
            this.rb052.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb052.Size = new System.Drawing.Size(194, 21);
            this.rb052.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb052.TabIndex = 1;
            this.rb052.Text = "Ensino Fundamental - incompleto";
            this.rb052.ThemesEnabled = false;
            // 
            // rb056
            // 
            this.rb056.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb056.DrawFocusRectangle = false;
            this.rb056.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb056.Location = new System.Drawing.Point(3, 153);
            this.rb056.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb056.Name = "rb056";
            this.rb056.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb056.Size = new System.Drawing.Size(181, 21);
            this.rb056.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb056.TabIndex = 5;
            this.rb056.Text = "Ensino Superior - incompleto";
            this.rb056.ThemesEnabled = false;
            // 
            // rb051
            // 
            this.rb051.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb051.DrawFocusRectangle = false;
            this.rb051.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb051.Location = new System.Drawing.Point(3, 18);
            this.rb051.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb051.Name = "rb051";
            this.rb051.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb051.Size = new System.Drawing.Size(145, 21);
            this.rb051.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb051.TabIndex = 0;
            this.rb051.Text = "Não estudou";
            this.rb051.ThemesEnabled = false;
            // 
            // rb055
            // 
            this.rb055.BeforeTouchSize = new System.Drawing.Size(181, 21);
            this.rb055.DrawFocusRectangle = false;
            this.rb055.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb055.Location = new System.Drawing.Point(3, 126);
            this.rb055.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb055.Name = "rb055";
            this.rb055.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb055.Size = new System.Drawing.Size(181, 21);
            this.rb055.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb055.TabIndex = 4;
            this.rb055.Text = "Ensino Médio - completo";
            this.rb055.ThemesEnabled = false;
            // 
            // panel08
            // 
            this.panel08.Controls.Add(this.rb083);
            this.panel08.Controls.Add(this.autoLabel10);
            this.panel08.Controls.Add(this.rb082);
            this.panel08.Controls.Add(this.rb081);
            this.panel08.Location = new System.Drawing.Point(649, 157);
            this.panel08.Name = "panel08";
            this.panel08.Size = new System.Drawing.Size(200, 96);
            this.panel08.TabIndex = 7;
            // 
            // rb083
            // 
            this.rb083.BeforeTouchSize = new System.Drawing.Size(176, 21);
            this.rb083.DrawFocusRectangle = false;
            this.rb083.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb083.Location = new System.Drawing.Point(3, 72);
            this.rb083.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb083.Name = "rb083";
            this.rb083.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb083.Size = new System.Drawing.Size(176, 21);
            this.rb083.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb083.TabIndex = 2;
            this.rb083.Text = "Ensino Superior - completo";
            this.rb083.ThemesEnabled = false;
            // 
            // autoLabel10
            // 
            this.autoLabel10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel10.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel10.Location = new System.Drawing.Point(3, 0);
            this.autoLabel10.Name = "autoLabel10";
            this.autoLabel10.Size = new System.Drawing.Size(192, 15);
            this.autoLabel10.TabIndex = 8;
            this.autoLabel10.Text = "8 - Qual a sua escolaridade?";
            // 
            // rb082
            // 
            this.rb082.BeforeTouchSize = new System.Drawing.Size(176, 21);
            this.rb082.DrawFocusRectangle = false;
            this.rb082.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb082.Location = new System.Drawing.Point(3, 45);
            this.rb082.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb082.Name = "rb082";
            this.rb082.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb082.Size = new System.Drawing.Size(176, 21);
            this.rb082.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb082.TabIndex = 1;
            this.rb082.Text = "Ensino Superior - incompleto";
            this.rb082.ThemesEnabled = false;
            // 
            // rb081
            // 
            this.rb081.BeforeTouchSize = new System.Drawing.Size(184, 21);
            this.rb081.DrawFocusRectangle = false;
            this.rb081.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb081.Location = new System.Drawing.Point(3, 18);
            this.rb081.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb081.Name = "rb081";
            this.rb081.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb081.Size = new System.Drawing.Size(184, 21);
            this.rb081.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb081.TabIndex = 0;
            this.rb081.Text = "Ensino Médio - completo";
            this.rb081.ThemesEnabled = false;
            // 
            // panel07
            // 
            this.panel07.Controls.Add(this.autoLabel7);
            this.panel07.Controls.Add(this.rb072);
            this.panel07.Controls.Add(this.rb073);
            this.panel07.Controls.Add(this.rb071);
            this.panel07.Controls.Add(this.rb074);
            this.panel07.Location = new System.Drawing.Point(649, 15);
            this.panel07.Name = "panel07";
            this.panel07.Size = new System.Drawing.Size(311, 137);
            this.panel07.TabIndex = 6;
            // 
            // autoLabel7
            // 
            this.autoLabel7.AutoSize = false;
            this.autoLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel7.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel7.Gap = 5;
            this.autoLabel7.Location = new System.Drawing.Point(3, 0);
            this.autoLabel7.Name = "autoLabel7";
            this.autoLabel7.Size = new System.Drawing.Size(284, 30);
            this.autoLabel7.TabIndex = 0;
            this.autoLabel7.Text = "7 - Quantos idiomas além do português você domina?";
            // 
            // rb072
            // 
            this.rb072.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb072.DrawFocusRectangle = false;
            this.rb072.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb072.Location = new System.Drawing.Point(0, 60);
            this.rb072.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb072.Name = "rb072";
            this.rb072.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb072.Size = new System.Drawing.Size(145, 21);
            this.rb072.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb072.TabIndex = 1;
            this.rb072.Text = "Um idioma";
            this.rb072.ThemesEnabled = false;
            // 
            // rb073
            // 
            this.rb073.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb073.DrawFocusRectangle = false;
            this.rb073.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb073.Location = new System.Drawing.Point(0, 87);
            this.rb073.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb073.Name = "rb073";
            this.rb073.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb073.Size = new System.Drawing.Size(145, 21);
            this.rb073.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb073.TabIndex = 2;
            this.rb073.Text = "Dois idiomas";
            this.rb073.ThemesEnabled = false;
            // 
            // rb071
            // 
            this.rb071.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb071.DrawFocusRectangle = false;
            this.rb071.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb071.Location = new System.Drawing.Point(0, 33);
            this.rb071.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb071.Name = "rb071";
            this.rb071.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb071.Size = new System.Drawing.Size(145, 21);
            this.rb071.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb071.TabIndex = 0;
            this.rb071.Text = "Nenhum";
            this.rb071.ThemesEnabled = false;
            // 
            // rb074
            // 
            this.rb074.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb074.DrawFocusRectangle = false;
            this.rb074.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb074.Location = new System.Drawing.Point(0, 113);
            this.rb074.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb074.Name = "rb074";
            this.rb074.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb074.Size = new System.Drawing.Size(145, 21);
            this.rb074.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb074.TabIndex = 3;
            this.rb074.Text = "Três idiomas ou mais";
            this.rb074.ThemesEnabled = false;
            // 
            // panel04
            // 
            this.panel04.Controls.Add(this.autoLabel4);
            this.panel04.Controls.Add(this.rb043);
            this.panel04.Controls.Add(this.rb044);
            this.panel04.Controls.Add(this.rb042);
            this.panel04.Controls.Add(this.rb041);
            this.panel04.Location = new System.Drawing.Point(44, 519);
            this.panel04.Name = "panel04";
            this.panel04.Size = new System.Drawing.Size(200, 117);
            this.panel04.TabIndex = 3;
            // 
            // autoLabel4
            // 
            this.autoLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel4.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel4.Location = new System.Drawing.Point(6, 0);
            this.autoLabel4.Name = "autoLabel4";
            this.autoLabel4.Size = new System.Drawing.Size(181, 15);
            this.autoLabel4.TabIndex = 20;
            this.autoLabel4.Text = "4 - Qual o seu estado civil?";
            // 
            // rb043
            // 
            this.rb043.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb043.DrawFocusRectangle = false;
            this.rb043.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb043.Location = new System.Drawing.Point(6, 72);
            this.rb043.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb043.Name = "rb043";
            this.rb043.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb043.Size = new System.Drawing.Size(192, 21);
            this.rb043.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb043.TabIndex = 2;
            this.rb043.Text = "Separado/divorciado/desquitado";
            this.rb043.ThemesEnabled = false;
            // 
            // rb044
            // 
            this.rb044.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb044.DrawFocusRectangle = false;
            this.rb044.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb044.Location = new System.Drawing.Point(6, 99);
            this.rb044.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb044.Name = "rb044";
            this.rb044.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb044.Size = new System.Drawing.Size(145, 21);
            this.rb044.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb044.TabIndex = 3;
            this.rb044.Text = "Viúvo";
            this.rb044.ThemesEnabled = false;
            // 
            // rb042
            // 
            this.rb042.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb042.DrawFocusRectangle = false;
            this.rb042.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb042.Location = new System.Drawing.Point(6, 45);
            this.rb042.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb042.Name = "rb042";
            this.rb042.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb042.Size = new System.Drawing.Size(192, 21);
            this.rb042.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb042.TabIndex = 1;
            this.rb042.Text = "Casado/moracom o companheiro";
            this.rb042.ThemesEnabled = false;
            // 
            // rb041
            // 
            this.rb041.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb041.DrawFocusRectangle = false;
            this.rb041.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb041.Location = new System.Drawing.Point(6, 18);
            this.rb041.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb041.Name = "rb041";
            this.rb041.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb041.Size = new System.Drawing.Size(145, 21);
            this.rb041.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb041.TabIndex = 0;
            this.rb041.Text = "Solteiro";
            this.rb041.ThemesEnabled = false;
            // 
            // panel03
            // 
            this.panel03.Controls.Add(this.autoLabel3);
            this.panel03.Controls.Add(this.rb033);
            this.panel03.Controls.Add(this.rb034);
            this.panel03.Controls.Add(this.rb032);
            this.panel03.Controls.Add(this.rb031);
            this.panel03.Controls.Add(this.rb035);
            this.panel03.Location = new System.Drawing.Point(44, 358);
            this.panel03.Name = "panel03";
            this.panel03.Size = new System.Drawing.Size(200, 144);
            this.panel03.TabIndex = 2;
            // 
            // autoLabel3
            // 
            this.autoLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel3.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel3.Location = new System.Drawing.Point(3, 0);
            this.autoLabel3.Name = "autoLabel3";
            this.autoLabel3.Size = new System.Drawing.Size(192, 15);
            this.autoLabel3.TabIndex = 14;
            this.autoLabel3.Text = "3 - Como você se considera?";
            // 
            // rb033
            // 
            this.rb033.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb033.DrawFocusRectangle = false;
            this.rb033.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb033.Location = new System.Drawing.Point(3, 72);
            this.rb033.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb033.Name = "rb033";
            this.rb033.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb033.Size = new System.Drawing.Size(145, 21);
            this.rb033.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb033.TabIndex = 2;
            this.rb033.Text = "Negro";
            this.rb033.ThemesEnabled = false;
            // 
            // rb034
            // 
            this.rb034.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb034.DrawFocusRectangle = false;
            this.rb034.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb034.Location = new System.Drawing.Point(3, 99);
            this.rb034.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb034.Name = "rb034";
            this.rb034.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb034.Size = new System.Drawing.Size(145, 21);
            this.rb034.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb034.TabIndex = 3;
            this.rb034.Text = "Amarelo";
            this.rb034.ThemesEnabled = false;
            // 
            // rb032
            // 
            this.rb032.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb032.DrawFocusRectangle = false;
            this.rb032.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb032.Location = new System.Drawing.Point(3, 45);
            this.rb032.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb032.Name = "rb032";
            this.rb032.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb032.Size = new System.Drawing.Size(145, 21);
            this.rb032.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb032.TabIndex = 1;
            this.rb032.Text = "Pardo";
            this.rb032.ThemesEnabled = false;
            // 
            // rb031
            // 
            this.rb031.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb031.DrawFocusRectangle = false;
            this.rb031.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb031.Location = new System.Drawing.Point(3, 18);
            this.rb031.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb031.Name = "rb031";
            this.rb031.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb031.Size = new System.Drawing.Size(145, 21);
            this.rb031.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb031.TabIndex = 0;
            this.rb031.Text = "Branco";
            this.rb031.ThemesEnabled = false;
            // 
            // rb035
            // 
            this.rb035.BeforeTouchSize = new System.Drawing.Size(145, 21);
            this.rb035.DrawFocusRectangle = false;
            this.rb035.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb035.Location = new System.Drawing.Point(3, 126);
            this.rb035.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb035.Name = "rb035";
            this.rb035.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb035.Size = new System.Drawing.Size(145, 21);
            this.rb035.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb035.TabIndex = 4;
            this.rb035.Text = "Indígena";
            this.rb035.ThemesEnabled = false;
            // 
            // tab2
            // 
            this.tab2.AutoScroll = true;
            this.tab2.Controls.Add(this.panel1);
            this.tab2.Controls.Add(this.panel26);
            this.tab2.Controls.Add(this.panel19);
            this.tab2.Controls.Add(this.panel16);
            this.tab2.Controls.Add(this.panel25);
            this.tab2.Controls.Add(this.panel15);
            this.tab2.Controls.Add(this.panel24);
            this.tab2.Controls.Add(this.panel21);
            this.tab2.Controls.Add(this.panel18);
            this.tab2.Controls.Add(this.panel23);
            this.tab2.Controls.Add(this.panel20);
            this.tab2.Controls.Add(this.panel17);
            this.tab2.Controls.Add(this.panel22);
            this.tab2.Image = null;
            this.tab2.ImageSize = new System.Drawing.Size(16, 16);
            this.tab2.Location = new System.Drawing.Point(0, 21);
            this.tab2.Name = "tab2";
            this.tab2.ShowCloseButton = true;
            this.tab2.Size = new System.Drawing.Size(1357, 669);
            this.tab2.TabForeColor = System.Drawing.Color.Gray;
            this.tab2.TabIndex = 2;
            this.tab2.Text = "15 -- 27";
            this.tab2.ThemesEnabled = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.txtQuest27);
            this.panel1.Controls.Add(this.autoLabel27);
            this.panel1.Location = new System.Drawing.Point(1059, 395);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(273, 205);
            this.panel1.TabIndex = 16;
            // 
            // txtQuest27
            // 
            this.txtQuest27.BeforeTouchSize = new System.Drawing.Size(270, 135);
            this.txtQuest27.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtQuest27.Location = new System.Drawing.Point(3, 67);
            this.txtQuest27.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtQuest27.Multiline = true;
            this.txtQuest27.Name = "txtQuest27";
            this.txtQuest27.Size = new System.Drawing.Size(270, 135);
            this.txtQuest27.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtQuest27.TabIndex = 21;
            // 
            // autoLabel27
            // 
            this.autoLabel27.AutoSize = false;
            this.autoLabel27.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel27.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel27.Location = new System.Drawing.Point(3, 0);
            this.autoLabel27.Name = "autoLabel27";
            this.autoLabel27.Size = new System.Drawing.Size(270, 64);
            this.autoLabel27.TabIndex = 20;
            this.autoLabel27.Text = "27- Escreva em poucas palavras qual a sua expectativa em relação ao ingresso na F" +
    "atec Itu? E em relação ao Curso que escolheu?";
            // 
            // panel26
            // 
            this.panel26.Controls.Add(this.rb265);
            this.panel26.Controls.Add(this.rb264);
            this.panel26.Controls.Add(this.rb263);
            this.panel26.Controls.Add(this.rb262);
            this.panel26.Controls.Add(this.autoLabel26);
            this.panel26.Controls.Add(this.rb261);
            this.panel26.Location = new System.Drawing.Point(1059, 209);
            this.panel26.Name = "panel26";
            this.panel26.Size = new System.Drawing.Size(273, 180);
            this.panel26.TabIndex = 15;
            // 
            // rb265
            // 
            this.rb265.BeforeTouchSize = new System.Drawing.Size(211, 21);
            this.rb265.DrawFocusRectangle = false;
            this.rb265.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb265.Location = new System.Drawing.Point(3, 142);
            this.rb265.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb265.Name = "rb265";
            this.rb265.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb265.Size = new System.Drawing.Size(211, 21);
            this.rb265.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb265.TabIndex = 28;
            this.rb265.Text = "Amigos, vizinhos ou parentes";
            this.rb265.ThemesEnabled = false;
            // 
            // rb264
            // 
            this.rb264.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb264.DrawFocusRectangle = false;
            this.rb264.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb264.Location = new System.Drawing.Point(3, 115);
            this.rb264.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb264.Name = "rb264";
            this.rb264.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb264.Size = new System.Drawing.Size(192, 21);
            this.rb264.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb264.TabIndex = 27;
            this.rb264.Text = "Escola de ensino médio/cursinho";
            this.rb264.ThemesEnabled = false;
            // 
            // rb263
            // 
            this.rb263.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb263.DrawFocusRectangle = false;
            this.rb263.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb263.Location = new System.Drawing.Point(3, 88);
            this.rb263.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb263.Name = "rb263";
            this.rb263.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb263.Size = new System.Drawing.Size(166, 21);
            this.rb263.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb263.TabIndex = 26;
            this.rb263.Text = "Televisão/Rádio";
            this.rb263.ThemesEnabled = false;
            // 
            // rb262
            // 
            this.rb262.BeforeTouchSize = new System.Drawing.Size(205, 21);
            this.rb262.DrawFocusRectangle = false;
            this.rb262.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb262.Location = new System.Drawing.Point(3, 61);
            this.rb262.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb262.Name = "rb262";
            this.rb262.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb262.Size = new System.Drawing.Size(205, 21);
            this.rb262.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb262.TabIndex = 25;
            this.rb262.Text = "Material gráfico (cartazes/panfletos)";
            this.rb262.ThemesEnabled = false;
            // 
            // autoLabel26
            // 
            this.autoLabel26.AutoSize = false;
            this.autoLabel26.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel26.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel26.Location = new System.Drawing.Point(3, 0);
            this.autoLabel26.Name = "autoLabel26";
            this.autoLabel26.Size = new System.Drawing.Size(270, 31);
            this.autoLabel26.TabIndex = 20;
            this.autoLabel26.Text = "26 - Como você tomou conhecimento do processo seletivo da FATEC Itu?";
            // 
            // rb261
            // 
            this.rb261.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb261.DrawFocusRectangle = false;
            this.rb261.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb261.Location = new System.Drawing.Point(3, 34);
            this.rb261.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb261.Name = "rb261";
            this.rb261.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb261.Size = new System.Drawing.Size(166, 21);
            this.rb261.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb261.TabIndex = 24;
            this.rb261.Text = "Jornais/Internet";
            this.rb261.ThemesEnabled = false;
            // 
            // panel19
            // 
            this.panel19.Controls.Add(this.rb195);
            this.panel19.Controls.Add(this.rb194);
            this.panel19.Controls.Add(this.rb193);
            this.panel19.Controls.Add(this.rb192);
            this.panel19.Controls.Add(this.autoLabel18);
            this.panel19.Controls.Add(this.rb191);
            this.panel19.Location = new System.Drawing.Point(395, 3);
            this.panel19.Name = "panel19";
            this.panel19.Size = new System.Drawing.Size(249, 167);
            this.panel19.TabIndex = 14;
            // 
            // rb195
            // 
            this.rb195.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb195.DrawFocusRectangle = false;
            this.rb195.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb195.Location = new System.Drawing.Point(3, 144);
            this.rb195.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb195.Name = "rb195";
            this.rb195.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb195.Size = new System.Drawing.Size(166, 21);
            this.rb195.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb195.TabIndex = 28;
            this.rb195.Text = "Mais de 10 pessoas";
            this.rb195.ThemesEnabled = false;
            // 
            // rb194
            // 
            this.rb194.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb194.DrawFocusRectangle = false;
            this.rb194.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb194.Location = new System.Drawing.Point(3, 117);
            this.rb194.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb194.Name = "rb194";
            this.rb194.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb194.Size = new System.Drawing.Size(166, 21);
            this.rb194.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb194.TabIndex = 27;
            this.rb194.Text = "De 6 a 10 pessoas";
            this.rb194.ThemesEnabled = false;
            // 
            // rb193
            // 
            this.rb193.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb193.DrawFocusRectangle = false;
            this.rb193.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb193.Location = new System.Drawing.Point(3, 90);
            this.rb193.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb193.Name = "rb193";
            this.rb193.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb193.Size = new System.Drawing.Size(166, 21);
            this.rb193.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb193.TabIndex = 26;
            this.rb193.Text = "5 ou 6 pessoas";
            this.rb193.ThemesEnabled = false;
            // 
            // rb192
            // 
            this.rb192.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb192.DrawFocusRectangle = false;
            this.rb192.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb192.Location = new System.Drawing.Point(3, 63);
            this.rb192.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb192.Name = "rb192";
            this.rb192.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb192.Size = new System.Drawing.Size(166, 21);
            this.rb192.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb192.TabIndex = 25;
            this.rb192.Text = "3 ou 4 pessoas";
            this.rb192.ThemesEnabled = false;
            // 
            // autoLabel18
            // 
            this.autoLabel18.AutoSize = false;
            this.autoLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel18.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel18.Location = new System.Drawing.Point(3, 2);
            this.autoLabel18.Name = "autoLabel18";
            this.autoLabel18.Size = new System.Drawing.Size(246, 31);
            this.autoLabel18.TabIndex = 20;
            this.autoLabel18.Text = "18 - Quantas pessoas compõem sua família?";
            // 
            // rb191
            // 
            this.rb191.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb191.DrawFocusRectangle = false;
            this.rb191.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb191.Location = new System.Drawing.Point(3, 36);
            this.rb191.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb191.Name = "rb191";
            this.rb191.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb191.Size = new System.Drawing.Size(166, 21);
            this.rb191.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb191.TabIndex = 24;
            this.rb191.Text = "1 ou 2 pessoas";
            this.rb191.ThemesEnabled = false;
            // 
            // panel16
            // 
            this.panel16.Controls.Add(this.rb165);
            this.panel16.Controls.Add(this.rb164);
            this.panel16.Controls.Add(this.rb163);
            this.panel16.Controls.Add(this.rb162);
            this.panel16.Controls.Add(this.rb161);
            this.panel16.Controls.Add(this.autoLabel21);
            this.panel16.Location = new System.Drawing.Point(395, 506);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(249, 127);
            this.panel16.TabIndex = 13;
            // 
            // rb165
            // 
            this.rb165.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb165.DrawFocusRectangle = false;
            this.rb165.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb165.Location = new System.Drawing.Point(0, 102);
            this.rb165.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb165.Name = "rb165";
            this.rb165.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb165.Size = new System.Drawing.Size(166, 21);
            this.rb165.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb165.TabIndex = 33;
            this.rb165.Text = "Outros";
            this.rb165.ThemesEnabled = false;
            // 
            // rb164
            // 
            this.rb164.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb164.DrawFocusRectangle = false;
            this.rb164.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb164.Location = new System.Drawing.Point(0, 79);
            this.rb164.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb164.Name = "rb164";
            this.rb164.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb164.Size = new System.Drawing.Size(166, 21);
            this.rb164.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb164.TabIndex = 32;
            this.rb164.Text = "Comércio";
            this.rb164.ThemesEnabled = false;
            // 
            // rb163
            // 
            this.rb163.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb163.DrawFocusRectangle = false;
            this.rb163.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb163.Location = new System.Drawing.Point(0, 57);
            this.rb163.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb163.Name = "rb163";
            this.rb163.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb163.Size = new System.Drawing.Size(166, 21);
            this.rb163.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb163.TabIndex = 31;
            this.rb163.Text = "Indústrias";
            this.rb163.ThemesEnabled = false;
            // 
            // rb162
            // 
            this.rb162.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb162.DrawFocusRectangle = false;
            this.rb162.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb162.Location = new System.Drawing.Point(0, 37);
            this.rb162.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb162.Name = "rb162";
            this.rb162.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb162.Size = new System.Drawing.Size(166, 21);
            this.rb162.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb162.TabIndex = 30;
            this.rb162.Text = "Educação";
            this.rb162.ThemesEnabled = false;
            // 
            // rb161
            // 
            this.rb161.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb161.DrawFocusRectangle = false;
            this.rb161.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb161.Location = new System.Drawing.Point(0, 16);
            this.rb161.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb161.Name = "rb161";
            this.rb161.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb161.Size = new System.Drawing.Size(166, 21);
            this.rb161.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb161.TabIndex = 29;
            this.rb161.Text = "Saúde";
            this.rb161.ThemesEnabled = false;
            // 
            // autoLabel21
            // 
            this.autoLabel21.AutoSize = false;
            this.autoLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel21.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel21.Location = new System.Drawing.Point(0, 0);
            this.autoLabel21.Name = "autoLabel21";
            this.autoLabel21.Size = new System.Drawing.Size(246, 13);
            this.autoLabel21.TabIndex = 20;
            this.autoLabel21.Text = "21 - Qual é o seu ramo de atividade?";
            // 
            // panel25
            // 
            this.panel25.Controls.Add(this.rb256);
            this.panel25.Controls.Add(this.rb255);
            this.panel25.Controls.Add(this.rb254);
            this.panel25.Controls.Add(this.rb253);
            this.panel25.Controls.Add(this.rb252);
            this.panel25.Controls.Add(this.autoLabel25);
            this.panel25.Controls.Add(this.rb251);
            this.panel25.Location = new System.Drawing.Point(1059, 5);
            this.panel25.Name = "panel25";
            this.panel25.Size = new System.Drawing.Size(263, 198);
            this.panel25.TabIndex = 11;
            // 
            // rb256
            // 
            this.rb256.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb256.DrawFocusRectangle = false;
            this.rb256.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb256.Location = new System.Drawing.Point(3, 169);
            this.rb256.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb256.Name = "rb256";
            this.rb256.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb256.Size = new System.Drawing.Size(166, 21);
            this.rb256.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb256.TabIndex = 29;
            this.rb256.Text = "Van";
            this.rb256.ThemesEnabled = false;
            // 
            // rb255
            // 
            this.rb255.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb255.DrawFocusRectangle = false;
            this.rb255.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb255.Location = new System.Drawing.Point(3, 142);
            this.rb255.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb255.Name = "rb255";
            this.rb255.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb255.Size = new System.Drawing.Size(166, 21);
            this.rb255.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb255.TabIndex = 28;
            this.rb255.Text = "Moto própria";
            this.rb255.ThemesEnabled = false;
            // 
            // rb254
            // 
            this.rb254.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb254.DrawFocusRectangle = false;
            this.rb254.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb254.Location = new System.Drawing.Point(3, 115);
            this.rb254.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb254.Name = "rb254";
            this.rb254.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb254.Size = new System.Drawing.Size(166, 21);
            this.rb254.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb254.TabIndex = 27;
            this.rb254.Text = "Carro próprio";
            this.rb254.ThemesEnabled = false;
            // 
            // rb253
            // 
            this.rb253.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb253.DrawFocusRectangle = false;
            this.rb253.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb253.Location = new System.Drawing.Point(3, 88);
            this.rb253.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb253.Name = "rb253";
            this.rb253.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb253.Size = new System.Drawing.Size(166, 21);
            this.rb253.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb253.TabIndex = 26;
            this.rb253.Text = "Bicicleta/ à pé";
            this.rb253.ThemesEnabled = false;
            // 
            // rb252
            // 
            this.rb252.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb252.DrawFocusRectangle = false;
            this.rb252.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb252.Location = new System.Drawing.Point(3, 61);
            this.rb252.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb252.Name = "rb252";
            this.rb252.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb252.Size = new System.Drawing.Size(166, 21);
            this.rb252.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb252.TabIndex = 25;
            this.rb252.Text = "Ônibus interurbano";
            this.rb252.ThemesEnabled = false;
            // 
            // autoLabel25
            // 
            this.autoLabel25.AutoSize = false;
            this.autoLabel25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel25.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel25.Location = new System.Drawing.Point(3, 1);
            this.autoLabel25.Name = "autoLabel25";
            this.autoLabel25.Size = new System.Drawing.Size(275, 31);
            this.autoLabel25.TabIndex = 20;
            this.autoLabel25.Text = "25 - Qual o meio de transporte utilizado para ir à FATEC Itu?";
            // 
            // rb251
            // 
            this.rb251.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb251.DrawFocusRectangle = false;
            this.rb251.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb251.Location = new System.Drawing.Point(3, 34);
            this.rb251.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb251.Name = "rb251";
            this.rb251.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb251.Size = new System.Drawing.Size(166, 21);
            this.rb251.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb251.TabIndex = 24;
            this.rb251.Text = "Ônibus urbano";
            this.rb251.ThemesEnabled = false;
            // 
            // panel15
            // 
            this.panel15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel15.Controls.Add(this.rb154);
            this.panel15.Controls.Add(this.rb152);
            this.panel15.Controls.Add(this.rb153);
            this.panel15.Controls.Add(this.autoLabel15);
            this.panel15.Controls.Add(this.rb151);
            this.panel15.Location = new System.Drawing.Point(29, 13);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(287, 137);
            this.panel15.TabIndex = 1;
            // 
            // rb154
            // 
            this.rb154.BeforeTouchSize = new System.Drawing.Size(222, 21);
            this.rb154.DrawFocusRectangle = false;
            this.rb154.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb154.Location = new System.Drawing.Point(0, 115);
            this.rb154.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb154.Name = "rb154";
            this.rb154.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb154.Size = new System.Drawing.Size(222, 21);
            this.rb154.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb154.TabIndex = 30;
            this.rb154.Text = "Sim, desde o 1º ano em tempo integral";
            this.rb154.ThemesEnabled = false;
            // 
            // rb152
            // 
            this.rb152.BeforeTouchSize = new System.Drawing.Size(240, 21);
            this.rb152.DrawFocusRectangle = false;
            this.rb152.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb152.Location = new System.Drawing.Point(0, 61);
            this.rb152.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb152.Name = "rb152";
            this.rb152.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb152.Size = new System.Drawing.Size(240, 21);
            this.rb152.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb152.TabIndex = 29;
            this.rb152.Text = "Sim, apenas em estágios";
            this.rb152.ThemesEnabled = false;
            // 
            // rb153
            // 
            this.rb153.BeforeTouchSize = new System.Drawing.Size(222, 21);
            this.rb153.DrawFocusRectangle = false;
            this.rb153.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb153.Location = new System.Drawing.Point(0, 88);
            this.rb153.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb153.Name = "rb153";
            this.rb153.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb153.Size = new System.Drawing.Size(222, 21);
            this.rb153.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb153.TabIndex = 26;
            this.rb153.Text = "Sim, desde o 1º ano em tempo parcial";
            this.rb153.ThemesEnabled = false;
            // 
            // autoLabel15
            // 
            this.autoLabel15.AutoSize = false;
            this.autoLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel15.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel15.Location = new System.Drawing.Point(0, 0);
            this.autoLabel15.Name = "autoLabel15";
            this.autoLabel15.Size = new System.Drawing.Size(284, 31);
            this.autoLabel15.TabIndex = 20;
            this.autoLabel15.Text = "15 - Você pretende trabalhar enquanto faz o curso?";
            // 
            // rb151
            // 
            this.rb151.BeforeTouchSize = new System.Drawing.Size(267, 21);
            this.rb151.DrawFocusRectangle = false;
            this.rb151.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb151.Location = new System.Drawing.Point(0, 34);
            this.rb151.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb151.Name = "rb151";
            this.rb151.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb151.Size = new System.Drawing.Size(267, 21);
            this.rb151.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb151.TabIndex = 24;
            this.rb151.Text = "Não";
            this.rb151.ThemesEnabled = false;
            // 
            // panel24
            // 
            this.panel24.Controls.Add(this.rb245);
            this.panel24.Controls.Add(this.rb244);
            this.panel24.Controls.Add(this.rb243);
            this.panel24.Controls.Add(this.rb242);
            this.panel24.Controls.Add(this.rb241);
            this.panel24.Controls.Add(this.autoLabel24);
            this.panel24.Location = new System.Drawing.Point(741, 373);
            this.panel24.Name = "panel24";
            this.panel24.Size = new System.Drawing.Size(249, 174);
            this.panel24.TabIndex = 10;
            // 
            // rb245
            // 
            this.rb245.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb245.DrawFocusRectangle = false;
            this.rb245.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb245.Location = new System.Drawing.Point(3, 157);
            this.rb245.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb245.Name = "rb245";
            this.rb245.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb245.Size = new System.Drawing.Size(166, 21);
            this.rb245.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb245.TabIndex = 29;
            this.rb245.Text = "Outros";
            this.rb245.ThemesEnabled = false;
            // 
            // rb244
            // 
            this.rb244.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb244.DrawFocusRectangle = false;
            this.rb244.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb244.Location = new System.Drawing.Point(3, 130);
            this.rb244.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb244.Name = "rb244";
            this.rb244.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb244.Size = new System.Drawing.Size(166, 21);
            this.rb244.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb244.TabIndex = 28;
            this.rb244.Text = "Internet";
            this.rb244.ThemesEnabled = false;
            // 
            // rb243
            // 
            this.rb243.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb243.DrawFocusRectangle = false;
            this.rb243.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb243.Location = new System.Drawing.Point(3, 103);
            this.rb243.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb243.Name = "rb243";
            this.rb243.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb243.Size = new System.Drawing.Size(166, 21);
            this.rb243.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb243.TabIndex = 27;
            this.rb243.Text = "Rádio";
            this.rb243.ThemesEnabled = false;
            // 
            // rb242
            // 
            this.rb242.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb242.DrawFocusRectangle = false;
            this.rb242.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb242.Location = new System.Drawing.Point(3, 76);
            this.rb242.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb242.Name = "rb242";
            this.rb242.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb242.Size = new System.Drawing.Size(166, 21);
            this.rb242.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb242.TabIndex = 26;
            this.rb242.Text = "Televisão";
            this.rb242.ThemesEnabled = false;
            // 
            // rb241
            // 
            this.rb241.BeforeTouchSize = new System.Drawing.Size(205, 21);
            this.rb241.DrawFocusRectangle = false;
            this.rb241.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb241.Location = new System.Drawing.Point(3, 49);
            this.rb241.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb241.Name = "rb241";
            this.rb241.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb241.Size = new System.Drawing.Size(205, 21);
            this.rb241.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb241.TabIndex = 25;
            this.rb241.Text = "Jornal escrito/revista";
            this.rb241.ThemesEnabled = false;
            // 
            // autoLabel24
            // 
            this.autoLabel24.AutoSize = false;
            this.autoLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel24.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel24.Location = new System.Drawing.Point(3, 0);
            this.autoLabel24.Name = "autoLabel24";
            this.autoLabel24.Size = new System.Drawing.Size(243, 46);
            this.autoLabel24.TabIndex = 20;
            this.autoLabel24.Text = "24 - Qual é o meio de comunicação que você mais utiliza para se manter informado?" +
    "";
            // 
            // panel21
            // 
            this.panel21.Controls.Add(this.rb215);
            this.panel21.Controls.Add(this.rb214);
            this.panel21.Controls.Add(this.rb213);
            this.panel21.Controls.Add(this.rb212);
            this.panel21.Controls.Add(this.rb211);
            this.panel21.Controls.Add(this.autoLabel20);
            this.panel21.Location = new System.Drawing.Point(395, 337);
            this.panel21.Name = "panel21";
            this.panel21.Size = new System.Drawing.Size(264, 167);
            this.panel21.TabIndex = 7;
            // 
            // rb215
            // 
            this.rb215.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb215.DrawFocusRectangle = false;
            this.rb215.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb215.Location = new System.Drawing.Point(3, 144);
            this.rb215.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb215.Name = "rb215";
            this.rb215.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb215.Size = new System.Drawing.Size(166, 21);
            this.rb215.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb215.TabIndex = 33;
            this.rb215.Text = "Ser faculdade pública";
            this.rb215.ThemesEnabled = false;
            // 
            // rb214
            // 
            this.rb214.BeforeTouchSize = new System.Drawing.Size(221, 21);
            this.rb214.DrawFocusRectangle = false;
            this.rb214.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb214.Location = new System.Drawing.Point(3, 117);
            this.rb214.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb214.Name = "rb214";
            this.rb214.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb214.Size = new System.Drawing.Size(221, 21);
            this.rb214.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb214.TabIndex = 32;
            this.rb214.Text = "Preparação para o vestivular";
            this.rb214.ThemesEnabled = false;
            // 
            // rb213
            // 
            this.rb213.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb213.DrawFocusRectangle = false;
            this.rb213.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb213.Location = new System.Drawing.Point(3, 90);
            this.rb213.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb213.Name = "rb213";
            this.rb213.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb213.Size = new System.Drawing.Size(166, 21);
            this.rb213.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb213.TabIndex = 31;
            this.rb213.Text = "Melhoria salarial";
            this.rb213.ThemesEnabled = false;
            // 
            // rb212
            // 
            this.rb212.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb212.DrawFocusRectangle = false;
            this.rb212.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb212.Location = new System.Drawing.Point(3, 63);
            this.rb212.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb212.Name = "rb212";
            this.rb212.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb212.Size = new System.Drawing.Size(166, 21);
            this.rb212.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb212.TabIndex = 30;
            this.rb212.Text = "Exigência do serviço";
            this.rb212.ThemesEnabled = false;
            // 
            // rb211
            // 
            this.rb211.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb211.DrawFocusRectangle = false;
            this.rb211.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb211.Location = new System.Drawing.Point(3, 36);
            this.rb211.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb211.Name = "rb211";
            this.rb211.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb211.Size = new System.Drawing.Size(166, 21);
            this.rb211.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb211.TabIndex = 29;
            this.rb211.Text = "Qualificação Profissional";
            this.rb211.ThemesEnabled = false;
            // 
            // autoLabel20
            // 
            this.autoLabel20.AutoSize = false;
            this.autoLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel20.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel20.Location = new System.Drawing.Point(3, 2);
            this.autoLabel20.Name = "autoLabel20";
            this.autoLabel20.Size = new System.Drawing.Size(266, 31);
            this.autoLabel20.TabIndex = 20;
            this.autoLabel20.Text = "20 - Qual motivo o levou a escolher um curso da FATEC Itu?";
            // 
            // panel18
            // 
            this.panel18.Controls.Add(this.rb185);
            this.panel18.Controls.Add(this.rb184);
            this.panel18.Controls.Add(this.rb183);
            this.panel18.Controls.Add(this.rb182);
            this.panel18.Controls.Add(this.autoLabel17);
            this.panel18.Controls.Add(this.rb181);
            this.panel18.Location = new System.Drawing.Point(29, 390);
            this.panel18.Name = "panel18";
            this.panel18.Size = new System.Drawing.Size(249, 210);
            this.panel18.TabIndex = 4;
            // 
            // rb185
            // 
            this.rb185.BeforeTouchSize = new System.Drawing.Size(235, 28);
            this.rb185.DrawFocusRectangle = false;
            this.rb185.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb185.Location = new System.Drawing.Point(3, 180);
            this.rb185.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb185.Name = "rb185";
            this.rb185.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb185.Size = new System.Drawing.Size(235, 28);
            this.rb185.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb185.TabIndex = 29;
            this.rb185.Text = "Trabalha, e é o responsável pelo sustento da família";
            this.rb185.ThemesEnabled = false;
            // 
            // rb184
            // 
            this.rb184.BeforeTouchSize = new System.Drawing.Size(256, 42);
            this.rb184.DrawFocusRectangle = false;
            this.rb184.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb184.Location = new System.Drawing.Point(3, 132);
            this.rb184.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb184.Name = "rb184";
            this.rb184.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb184.Size = new System.Drawing.Size(256, 42);
            this.rb184.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb184.TabIndex = 28;
            this.rb184.Text = "Trabalha, e é o responsável pelo seu próprio sustento, e contribui parcialmente p" +
    "ara o sustento de outras pessoas";
            this.rb184.ThemesEnabled = false;
            // 
            // rb183
            // 
            this.rb183.BeforeTouchSize = new System.Drawing.Size(262, 29);
            this.rb183.DrawFocusRectangle = false;
            this.rb183.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb183.Location = new System.Drawing.Point(3, 97);
            this.rb183.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb183.Name = "rb183";
            this.rb183.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb183.Size = new System.Drawing.Size(262, 29);
            this.rb183.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb183.TabIndex = 27;
            this.rb183.Text = "Trabalha, e é responsável pelo seu próprio sustento, não recebendo ajuda financei" +
    "ra";
            this.rb183.ThemesEnabled = false;
            // 
            // rb182
            // 
            this.rb182.BeforeTouchSize = new System.Drawing.Size(235, 32);
            this.rb182.DrawFocusRectangle = false;
            this.rb182.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb182.Location = new System.Drawing.Point(3, 61);
            this.rb182.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb182.Name = "rb182";
            this.rb182.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb182.Size = new System.Drawing.Size(235, 32);
            this.rb182.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb182.TabIndex = 25;
            this.rb182.Text = "Trabalha, mas recebe ajuda financeira da família ou de outras pessoas";
            this.rb182.ThemesEnabled = false;
            // 
            // autoLabel17
            // 
            this.autoLabel17.AutoSize = false;
            this.autoLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel17.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel17.Location = new System.Drawing.Point(3, 0);
            this.autoLabel17.Name = "autoLabel17";
            this.autoLabel17.Size = new System.Drawing.Size(256, 31);
            this.autoLabel17.TabIndex = 20;
            this.autoLabel17.Text = "17 - Qual a sua participação na vida econômica da sua família?";
            // 
            // rb181
            // 
            this.rb181.BeforeTouchSize = new System.Drawing.Size(256, 17);
            this.rb181.DrawFocusRectangle = false;
            this.rb181.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb181.Location = new System.Drawing.Point(3, 34);
            this.rb181.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb181.Name = "rb181";
            this.rb181.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb181.Size = new System.Drawing.Size(256, 17);
            this.rb181.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb181.TabIndex = 24;
            this.rb181.Text = "Financiado pela família ou por outras pessoas";
            this.rb181.ThemesEnabled = false;
            // 
            // panel23
            // 
            this.panel23.Controls.Add(this.rb235);
            this.panel23.Controls.Add(this.rb234);
            this.panel23.Controls.Add(this.rb233);
            this.panel23.Controls.Add(this.rb232);
            this.panel23.Controls.Add(this.autoLabel23);
            this.panel23.Controls.Add(this.rb231);
            this.panel23.Location = new System.Drawing.Point(741, 180);
            this.panel23.Name = "panel23";
            this.panel23.Size = new System.Drawing.Size(264, 168);
            this.panel23.TabIndex = 9;
            // 
            // rb235
            // 
            this.rb235.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb235.DrawFocusRectangle = false;
            this.rb235.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb235.Location = new System.Drawing.Point(3, 142);
            this.rb235.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb235.Name = "rb235";
            this.rb235.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb235.Size = new System.Drawing.Size(166, 21);
            this.rb235.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb235.TabIndex = 28;
            this.rb235.Text = "Outros";
            this.rb235.ThemesEnabled = false;
            // 
            // rb234
            // 
            this.rb234.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb234.DrawFocusRectangle = false;
            this.rb234.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb234.Location = new System.Drawing.Point(3, 115);
            this.rb234.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb234.Name = "rb234";
            this.rb234.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb234.Size = new System.Drawing.Size(166, 21);
            this.rb234.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb234.TabIndex = 27;
            this.rb234.Text = "Esportiva";
            this.rb234.ThemesEnabled = false;
            // 
            // rb233
            // 
            this.rb233.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb233.DrawFocusRectangle = false;
            this.rb233.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb233.Location = new System.Drawing.Point(3, 88);
            this.rb233.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb233.Name = "rb233";
            this.rb233.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb233.Size = new System.Drawing.Size(166, 21);
            this.rb233.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb233.TabIndex = 26;
            this.rb233.Text = "Política partidária";
            this.rb233.ThemesEnabled = false;
            // 
            // rb232
            // 
            this.rb232.BeforeTouchSize = new System.Drawing.Size(205, 21);
            this.rb232.DrawFocusRectangle = false;
            this.rb232.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb232.Location = new System.Drawing.Point(3, 61);
            this.rb232.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb232.Name = "rb232";
            this.rb232.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb232.Size = new System.Drawing.Size(205, 21);
            this.rb232.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb232.TabIndex = 25;
            this.rb232.Text = "Artística e cultural (cinema, show)";
            this.rb232.ThemesEnabled = false;
            // 
            // autoLabel23
            // 
            this.autoLabel23.AutoSize = false;
            this.autoLabel23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel23.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel23.Location = new System.Drawing.Point(3, 0);
            this.autoLabel23.Name = "autoLabel23";
            this.autoLabel23.Size = new System.Drawing.Size(261, 31);
            this.autoLabel23.TabIndex = 20;
            this.autoLabel23.Text = "23 - Qual é o tipo de atividade da qual você mais participa?";
            // 
            // rb231
            // 
            this.rb231.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb231.DrawFocusRectangle = false;
            this.rb231.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb231.Location = new System.Drawing.Point(3, 34);
            this.rb231.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb231.Name = "rb231";
            this.rb231.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb231.Size = new System.Drawing.Size(166, 21);
            this.rb231.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb231.TabIndex = 24;
            this.rb231.Text = "Religiosa";
            this.rb231.ThemesEnabled = false;
            // 
            // panel20
            // 
            this.panel20.Controls.Add(this.rb205);
            this.panel20.Controls.Add(this.rb204);
            this.panel20.Controls.Add(this.rb203);
            this.panel20.Controls.Add(this.rb202);
            this.panel20.Controls.Add(this.rb201);
            this.panel20.Controls.Add(this.autoLabel19);
            this.panel20.Location = new System.Drawing.Point(395, 170);
            this.panel20.Name = "panel20";
            this.panel20.Size = new System.Drawing.Size(249, 165);
            this.panel20.TabIndex = 6;
            // 
            // rb205
            // 
            this.rb205.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb205.DrawFocusRectangle = false;
            this.rb205.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb205.Location = new System.Drawing.Point(3, 144);
            this.rb205.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb205.Name = "rb205";
            this.rb205.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb205.Size = new System.Drawing.Size(166, 21);
            this.rb205.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb205.TabIndex = 33;
            this.rb205.Text = "Mais de 10 salários mínimos";
            this.rb205.ThemesEnabled = false;
            // 
            // rb204
            // 
            this.rb204.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb204.DrawFocusRectangle = false;
            this.rb204.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb204.Location = new System.Drawing.Point(3, 117);
            this.rb204.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb204.Name = "rb204";
            this.rb204.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb204.Size = new System.Drawing.Size(166, 21);
            this.rb204.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb204.TabIndex = 32;
            this.rb204.Text = "De 6 a 10 salários mínimos";
            this.rb204.ThemesEnabled = false;
            // 
            // rb203
            // 
            this.rb203.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb203.DrawFocusRectangle = false;
            this.rb203.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb203.Location = new System.Drawing.Point(3, 90);
            this.rb203.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb203.Name = "rb203";
            this.rb203.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb203.Size = new System.Drawing.Size(166, 21);
            this.rb203.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb203.TabIndex = 31;
            this.rb203.Text = "De 3 a 6 salários mínimos";
            this.rb203.ThemesEnabled = false;
            // 
            // rb202
            // 
            this.rb202.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb202.DrawFocusRectangle = false;
            this.rb202.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb202.Location = new System.Drawing.Point(3, 63);
            this.rb202.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb202.Name = "rb202";
            this.rb202.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb202.Size = new System.Drawing.Size(166, 21);
            this.rb202.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb202.TabIndex = 30;
            this.rb202.Text = "De 1 a 3 salários mínimos";
            this.rb202.ThemesEnabled = false;
            // 
            // rb201
            // 
            this.rb201.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb201.DrawFocusRectangle = false;
            this.rb201.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb201.Location = new System.Drawing.Point(3, 36);
            this.rb201.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb201.Name = "rb201";
            this.rb201.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb201.Size = new System.Drawing.Size(166, 21);
            this.rb201.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb201.TabIndex = 29;
            this.rb201.Text = "Menos de 1 salário mínimo";
            this.rb201.ThemesEnabled = false;
            // 
            // autoLabel19
            // 
            this.autoLabel19.AutoSize = false;
            this.autoLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel19.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel19.Location = new System.Drawing.Point(3, 2);
            this.autoLabel19.Name = "autoLabel19";
            this.autoLabel19.Size = new System.Drawing.Size(246, 31);
            this.autoLabel19.TabIndex = 20;
            this.autoLabel19.Text = "19 - Qual é a renda mensal de sua família (todos que residem na casa)?";
            // 
            // panel17
            // 
            this.panel17.Controls.Add(this.rb176);
            this.panel17.Controls.Add(this.rb175);
            this.panel17.Controls.Add(this.rb174);
            this.panel17.Controls.Add(this.rb173);
            this.panel17.Controls.Add(this.autoLabel16);
            this.panel17.Controls.Add(this.rb171);
            this.panel17.Controls.Add(this.rb172);
            this.panel17.Location = new System.Drawing.Point(29, 179);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(249, 176);
            this.panel17.TabIndex = 3;
            // 
            // rb176
            // 
            this.rb176.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb176.DrawFocusRectangle = false;
            this.rb176.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb176.Location = new System.Drawing.Point(0, 153);
            this.rb176.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb176.Name = "rb176";
            this.rb176.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb176.Size = new System.Drawing.Size(166, 21);
            this.rb176.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb176.TabIndex = 28;
            this.rb176.Text = "Mais de 10 salários mínimos";
            this.rb176.ThemesEnabled = false;
            // 
            // rb175
            // 
            this.rb175.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb175.DrawFocusRectangle = false;
            this.rb175.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb175.Location = new System.Drawing.Point(0, 126);
            this.rb175.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb175.Name = "rb175";
            this.rb175.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb175.Size = new System.Drawing.Size(166, 21);
            this.rb175.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb175.TabIndex = 27;
            this.rb175.Text = "De 6 a 10 salários mínimos";
            this.rb175.ThemesEnabled = false;
            // 
            // rb174
            // 
            this.rb174.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb174.DrawFocusRectangle = false;
            this.rb174.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb174.Location = new System.Drawing.Point(0, 99);
            this.rb174.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb174.Name = "rb174";
            this.rb174.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb174.Size = new System.Drawing.Size(166, 21);
            this.rb174.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb174.TabIndex = 26;
            this.rb174.Text = "De 3 a 6 salários mínimos";
            this.rb174.ThemesEnabled = false;
            // 
            // rb173
            // 
            this.rb173.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb173.DrawFocusRectangle = false;
            this.rb173.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb173.Location = new System.Drawing.Point(0, 72);
            this.rb173.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb173.Name = "rb173";
            this.rb173.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb173.Size = new System.Drawing.Size(166, 21);
            this.rb173.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb173.TabIndex = 25;
            this.rb173.Text = "De 1 a 3 salários mínimos";
            this.rb173.ThemesEnabled = false;
            // 
            // autoLabel16
            // 
            this.autoLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel16.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel16.Location = new System.Drawing.Point(0, 0);
            this.autoLabel16.Name = "autoLabel16";
            this.autoLabel16.Size = new System.Drawing.Size(205, 15);
            this.autoLabel16.TabIndex = 20;
            this.autoLabel16.Text = "16 - Qual a sua renda mensal?";
            // 
            // rb171
            // 
            this.rb171.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb171.DrawFocusRectangle = false;
            this.rb171.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb171.Location = new System.Drawing.Point(0, 18);
            this.rb171.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb171.Name = "rb171";
            this.rb171.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb171.Size = new System.Drawing.Size(192, 21);
            this.rb171.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb171.TabIndex = 23;
            this.rb171.Text = "Não tenho";
            this.rb171.ThemesEnabled = false;
            // 
            // rb172
            // 
            this.rb172.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb172.DrawFocusRectangle = false;
            this.rb172.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb172.Location = new System.Drawing.Point(0, 45);
            this.rb172.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb172.Name = "rb172";
            this.rb172.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb172.Size = new System.Drawing.Size(166, 21);
            this.rb172.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb172.TabIndex = 24;
            this.rb172.Text = "Menos de 1 salário mínimo";
            this.rb172.ThemesEnabled = false;
            // 
            // panel22
            // 
            this.panel22.Controls.Add(this.rb225);
            this.panel22.Controls.Add(this.rb224);
            this.panel22.Controls.Add(this.rb223);
            this.panel22.Controls.Add(this.autoLabel22);
            this.panel22.Controls.Add(this.rb221);
            this.panel22.Controls.Add(this.rb222);
            this.panel22.Location = new System.Drawing.Point(741, 3);
            this.panel22.Name = "panel22";
            this.panel22.Size = new System.Drawing.Size(249, 143);
            this.panel22.TabIndex = 8;
            // 
            // rb225
            // 
            this.rb225.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb225.DrawFocusRectangle = false;
            this.rb225.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb225.Location = new System.Drawing.Point(3, 126);
            this.rb225.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb225.Name = "rb225";
            this.rb225.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb225.Size = new System.Drawing.Size(166, 21);
            this.rb225.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb225.TabIndex = 27;
            this.rb225.Text = "Outras";
            this.rb225.ThemesEnabled = false;
            // 
            // rb224
            // 
            this.rb224.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb224.DrawFocusRectangle = false;
            this.rb224.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb224.Location = new System.Drawing.Point(3, 99);
            this.rb224.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb224.Name = "rb224";
            this.rb224.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb224.Size = new System.Drawing.Size(166, 21);
            this.rb224.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb224.TabIndex = 26;
            this.rb224.Text = "Alugada";
            this.rb224.ThemesEnabled = false;
            // 
            // rb223
            // 
            this.rb223.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb223.DrawFocusRectangle = false;
            this.rb223.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb223.Location = new System.Drawing.Point(3, 72);
            this.rb223.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb223.Name = "rb223";
            this.rb223.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb223.Size = new System.Drawing.Size(166, 21);
            this.rb223.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb223.TabIndex = 25;
            this.rb223.Text = "Financiada";
            this.rb223.ThemesEnabled = false;
            // 
            // autoLabel22
            // 
            this.autoLabel22.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel22.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel22.Location = new System.Drawing.Point(3, 0);
            this.autoLabel22.Name = "autoLabel22";
            this.autoLabel22.Size = new System.Drawing.Size(230, 15);
            this.autoLabel22.TabIndex = 20;
            this.autoLabel22.Text = "22 - Qual é o tipo de sua moradia?";
            // 
            // rb221
            // 
            this.rb221.BeforeTouchSize = new System.Drawing.Size(192, 21);
            this.rb221.DrawFocusRectangle = false;
            this.rb221.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb221.Location = new System.Drawing.Point(3, 18);
            this.rb221.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb221.Name = "rb221";
            this.rb221.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb221.Size = new System.Drawing.Size(192, 21);
            this.rb221.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb221.TabIndex = 23;
            this.rb221.Text = "Própria";
            this.rb221.ThemesEnabled = false;
            // 
            // rb222
            // 
            this.rb222.BeforeTouchSize = new System.Drawing.Size(166, 21);
            this.rb222.DrawFocusRectangle = false;
            this.rb222.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
            this.rb222.Location = new System.Drawing.Point(3, 45);
            this.rb222.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rb222.Name = "rb222";
            this.rb222.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rb222.Size = new System.Drawing.Size(166, 21);
            this.rb222.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rb222.TabIndex = 24;
            this.rb222.Text = "Cedida";
            this.rb222.ThemesEnabled = false;
            // 
            // sfTab1
            // 
            this.sfTab1.AttachedTo = this.tab1;
            this.sfTab1.CustomRender = null;
            this.sfTab1.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed;
            this.sfTab1.MetroThumbSize = new System.Drawing.Size(0, 0);
            metroColorTable1.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
            metroColorTable1.ArrowInActive = System.Drawing.Color.White;
            metroColorTable1.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
            metroColorTable1.ArrowNormalBackGround = System.Drawing.Color.Empty;
            metroColorTable1.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90)))));
            metroColorTable1.ArrowPushedBackGround = System.Drawing.Color.Empty;
            metroColorTable1.ScrollerBackground = System.Drawing.Color.White;
            metroColorTable1.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
            metroColorTable1.ThumbInActive = System.Drawing.Color.White;
            metroColorTable1.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
            metroColorTable1.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90)))));
            metroColorTable1.ThumbPushedBorder = System.Drawing.Color.Empty;
            this.sfTab1.ScrollMetroColorTable = metroColorTable1;
            this.sfTab1.ShowMetroArrowButton = true;
            this.sfTab1.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto;
            this.sfTab1.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            // 
            // sfTab2
            // 
            this.sfTab2.AttachedTo = this.tab2;
            this.sfTab2.CustomRender = null;
            this.sfTab2.MetroColorScheme = Syncfusion.Windows.Forms.MetroColorScheme.Managed;
            this.sfTab2.MetroThumbSize = new System.Drawing.Size(0, 0);
            metroColorTable2.ArrowChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
            metroColorTable2.ArrowInActive = System.Drawing.Color.White;
            metroColorTable2.ArrowNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
            metroColorTable2.ArrowNormalBackGround = System.Drawing.Color.Empty;
            metroColorTable2.ArrowPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90)))));
            metroColorTable2.ArrowPushedBackGround = System.Drawing.Color.Empty;
            metroColorTable2.ScrollerBackground = System.Drawing.Color.White;
            metroColorTable2.ThumbChecked = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
            metroColorTable2.ThumbInActive = System.Drawing.Color.White;
            metroColorTable2.ThumbNormal = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
            metroColorTable2.ThumbPushed = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(90)))));
            metroColorTable2.ThumbPushedBorder = System.Drawing.Color.Empty;
            this.sfTab2.ScrollMetroColorTable = metroColorTable2;
            this.sfTab2.ShowMetroArrowButton = true;
            this.sfTab2.SizeGripperVisibility = Syncfusion.Windows.Forms.SizeGripperVisibility.Auto;
            this.sfTab2.VisualStyle = Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro;
            // 
            // btnEnviar
            // 
            this.btnEnviar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEnviar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnEnviar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEnviar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnEnviar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnEnviar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnEnviar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnEnviar.FlatAppearance.BorderSize = 0;
            this.btnEnviar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEnviar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnEnviar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnEnviar.ForeColor = System.Drawing.Color.White;
            this.btnEnviar.IsBackStageButton = false;
            this.btnEnviar.Location = new System.Drawing.Point(1252, 670);
            this.btnEnviar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEnviar.Name = "btnEnviar";
            this.btnEnviar.Size = new System.Drawing.Size(75, 23);
            this.btnEnviar.TabIndex = 30;
            this.btnEnviar.Text = "Enviar";
            this.btnEnviar.UseVisualStyle = false;
            this.btnEnviar.UseVisualStyleBackColor = false;
            this.btnEnviar.Click += new System.EventHandler(this.btnEnviar_Click);
            // 
            // QuestionarioForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 60;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(30, 9);
            captionImage1.Name = "CaptionImage1";
            captionImage1.Size = new System.Drawing.Size(45, 45);
            captionImage2.Image = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
            captionImage2.Location = new System.Drawing.Point(80, 20);
            captionImage2.Name = "CaptionImage2";
            captionImage2.Size = new System.Drawing.Size(266, 28);
            this.CaptionImages.Add(captionImage1);
            this.CaptionImages.Add(captionImage2);
            this.ClientSize = new System.Drawing.Size(1366, 679);
            this.Controls.Add(this.btnEnviar);
            this.Controls.Add(this.tabControl);
            this.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.Name = "QuestionarioForm";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.QuestionarioForm_FormClosing);
            this.Load += new System.EventHandler(this.QuestionarioForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.tab1.ResumeLayout(false);
            this.panel14.ResumeLayout(false);
            this.panel14.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb143)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb144)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb141)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb142)).EndInit();
            this.panel13.ResumeLayout(false);
            this.panel13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb136)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb135)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb134)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb133)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb131)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb132)).EndInit();
            this.panel12.ResumeLayout(false);
            this.panel12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb124)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb123)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb121)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb122)).EndInit();
            this.panel11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb115)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb114)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb113)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb111)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb112)).EndInit();
            this.panel10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb105)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb104)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb102)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb103)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb101)).EndInit();
            this.panel09.ResumeLayout(false);
            this.panel09.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb096)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb095)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb092)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb093)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb091)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb094)).EndInit();
            this.panel06.ResumeLayout(false);
            this.panel06.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb068)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb069)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb067)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb063)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb064)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb062)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb066)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb061)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb065)).EndInit();
            this.panel01.ResumeLayout(false);
            this.panel01.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb013)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb014)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb012)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb016)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb011)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb015)).EndInit();
            this.panel02.ResumeLayout(false);
            this.panel02.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb023)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb024)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb022)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb021)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb025)).EndInit();
            this.panel05.ResumeLayout(false);
            this.panel05.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb058)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb059)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb057)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb053)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb054)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb052)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb056)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb051)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb055)).EndInit();
            this.panel08.ResumeLayout(false);
            this.panel08.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb083)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb082)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb081)).EndInit();
            this.panel07.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb072)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb073)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb071)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb074)).EndInit();
            this.panel04.ResumeLayout(false);
            this.panel04.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb043)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb044)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb042)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb041)).EndInit();
            this.panel03.ResumeLayout(false);
            this.panel03.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb033)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb034)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb032)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb031)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb035)).EndInit();
            this.tab2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtQuest27)).EndInit();
            this.panel26.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb265)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb264)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb263)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb262)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb261)).EndInit();
            this.panel19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb195)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb194)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb193)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb192)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb191)).EndInit();
            this.panel16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb165)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb164)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb163)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb162)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb161)).EndInit();
            this.panel25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb256)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb255)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb254)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb253)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb252)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb251)).EndInit();
            this.panel15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb154)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb152)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb153)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb151)).EndInit();
            this.panel24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb245)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb244)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb243)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb242)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb241)).EndInit();
            this.panel21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb215)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb214)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb213)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb212)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb211)).EndInit();
            this.panel18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb185)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb184)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb183)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb182)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb181)).EndInit();
            this.panel23.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb235)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb234)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb233)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb232)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb231)).EndInit();
            this.panel20.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rb205)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb204)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb203)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb202)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb201)).EndInit();
            this.panel17.ResumeLayout(false);
            this.panel17.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb176)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb175)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb174)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb173)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb171)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb172)).EndInit();
            this.panel22.ResumeLayout(false);
            this.panel22.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rb225)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb224)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb223)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb221)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rb222)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor2 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor3 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor4 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor5 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor6 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor7 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor8 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor9 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor10 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor11 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor12 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor13 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor14 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor15 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor16 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor17 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor18 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor19 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor20 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor21 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor22 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor23 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor24 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor25 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor26 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor27 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor28 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor29 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor30 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor31 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor32 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor33 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor34 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor35 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor36 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor37 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor38 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor39 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor40 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor gridColumnDescriptor41 = new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            Syncfusion.Windows.Forms.CaptionImage captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.consultasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.matriculasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.todosAlunosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.alunoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nomeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cPFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cursoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eventosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mecatrônicaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gTIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.manhãToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.noiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gestãoEmpresarialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.outrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.religiãoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.escolaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cidadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.relatóriosToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.cPFToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.códigoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.questionárioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.GraficosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cadastrarLoginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lblAluno = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.dgConsultas = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
            this.bsMatriculas = new System.Windows.Forms.BindingSource(this.components);
            this.dSMatricula = new Matricula.DSMatricula();
            this.matriculasTableAdapter1 = new Matricula.DSMatriculaTableAdapters.MatriculasTableAdapter();
            this.btnNovo = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnAlterar = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnExcluir = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnPesquisa = new Syncfusion.Windows.Forms.ButtonAdv();
            this.bsLogins = new System.Windows.Forms.BindingSource(this.components);
            this.loginsTableAdapter = new Matricula.DSMatriculaTableAdapters.LoginsTableAdapter();
            this.txtAluno = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgConsultas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsMatriculas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dSMatricula)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsLogins)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAluno)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.consultasToolStripMenuItem,
            this.GraficosToolStripMenuItem,
            this.cadastrarLoginToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(598, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // consultasToolStripMenuItem
            // 
            this.consultasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.matriculasToolStripMenuItem,
            this.relatóriosToolStripMenuItem1,
            this.questionárioToolStripMenuItem});
            this.consultasToolStripMenuItem.Name = "consultasToolStripMenuItem";
            this.consultasToolStripMenuItem.Size = new System.Drawing.Size(74, 20);
            this.consultasToolStripMenuItem.Text = "Matrículas";
            // 
            // matriculasToolStripMenuItem
            // 
            this.matriculasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.todosAlunosToolStripMenuItem,
            this.alunoToolStripMenuItem,
            this.cursoToolStripMenuItem,
            this.outrosToolStripMenuItem});
            this.matriculasToolStripMenuItem.Name = "matriculasToolStripMenuItem";
            this.matriculasToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.matriculasToolStripMenuItem.Text = "Consultas";
            // 
            // todosAlunosToolStripMenuItem
            // 
            this.todosAlunosToolStripMenuItem.Name = "todosAlunosToolStripMenuItem";
            this.todosAlunosToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.todosAlunosToolStripMenuItem.Text = "Todos Alunos";
            this.todosAlunosToolStripMenuItem.Click += new System.EventHandler(this.todosAlunosToolStripMenuItem_Click);
            // 
            // alunoToolStripMenuItem
            // 
            this.alunoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nomeToolStripMenuItem,
            this.cPFToolStripMenuItem});
            this.alunoToolStripMenuItem.Name = "alunoToolStripMenuItem";
            this.alunoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.alunoToolStripMenuItem.Text = "Aluno";
            // 
            // nomeToolStripMenuItem
            // 
            this.nomeToolStripMenuItem.Name = "nomeToolStripMenuItem";
            this.nomeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.nomeToolStripMenuItem.Text = "Nome";
            this.nomeToolStripMenuItem.Click += new System.EventHandler(this.nomeToolStripMenuItem_Click);
            // 
            // cPFToolStripMenuItem
            // 
            this.cPFToolStripMenuItem.Name = "cPFToolStripMenuItem";
            this.cPFToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.cPFToolStripMenuItem.Text = "CPF";
            this.cPFToolStripMenuItem.Click += new System.EventHandler(this.cPFToolStripMenuItem_Click);
            // 
            // cursoToolStripMenuItem
            // 
            this.cursoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.eventosToolStripMenuItem,
            this.aDSToolStripMenuItem,
            this.mecatrônicaToolStripMenuItem,
            this.gTIToolStripMenuItem,
            this.gestãoEmpresarialToolStripMenuItem});
            this.cursoToolStripMenuItem.Name = "cursoToolStripMenuItem";
            this.cursoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.cursoToolStripMenuItem.Text = "Curso";
            // 
            // eventosToolStripMenuItem
            // 
            this.eventosToolStripMenuItem.Name = "eventosToolStripMenuItem";
            this.eventosToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.eventosToolStripMenuItem.Text = "Eventos";
            this.eventosToolStripMenuItem.Click += new System.EventHandler(this.eventosToolStripMenuItem_Click_1);
            // 
            // aDSToolStripMenuItem
            // 
            this.aDSToolStripMenuItem.Name = "aDSToolStripMenuItem";
            this.aDSToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.aDSToolStripMenuItem.Text = "ADS";
            this.aDSToolStripMenuItem.Click += new System.EventHandler(this.aDSToolStripMenuItem_Click_1);
            // 
            // mecatrônicaToolStripMenuItem
            // 
            this.mecatrônicaToolStripMenuItem.Name = "mecatrônicaToolStripMenuItem";
            this.mecatrônicaToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.mecatrônicaToolStripMenuItem.Text = "Mecatrônica";
            this.mecatrônicaToolStripMenuItem.Click += new System.EventHandler(this.mecatrônicaToolStripMenuItem_Click_1);
            // 
            // gTIToolStripMenuItem
            // 
            this.gTIToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.manhãToolStripMenuItem,
            this.noiteToolStripMenuItem});
            this.gTIToolStripMenuItem.Name = "gTIToolStripMenuItem";
            this.gTIToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.gTIToolStripMenuItem.Text = "GTI";
            // 
            // manhãToolStripMenuItem
            // 
            this.manhãToolStripMenuItem.Name = "manhãToolStripMenuItem";
            this.manhãToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.manhãToolStripMenuItem.Text = "Manhã";
            this.manhãToolStripMenuItem.Click += new System.EventHandler(this.manhãToolStripMenuItem_Click_1);
            // 
            // noiteToolStripMenuItem
            // 
            this.noiteToolStripMenuItem.Name = "noiteToolStripMenuItem";
            this.noiteToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
            this.noiteToolStripMenuItem.Text = "Noite";
            this.noiteToolStripMenuItem.Click += new System.EventHandler(this.noiteToolStripMenuItem_Click_1);
            // 
            // gestãoEmpresarialToolStripMenuItem
            // 
            this.gestãoEmpresarialToolStripMenuItem.Name = "gestãoEmpresarialToolStripMenuItem";
            this.gestãoEmpresarialToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
            this.gestãoEmpresarialToolStripMenuItem.Text = "Gestão Empresarial";
            this.gestãoEmpresarialToolStripMenuItem.Click += new System.EventHandler(this.gestãoEmpresarialToolStripMenuItem_Click_1);
            // 
            // outrosToolStripMenuItem
            // 
            this.outrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.religiãoToolStripMenuItem,
            this.escolaToolStripMenuItem,
            this.cidadeToolStripMenuItem});
            this.outrosToolStripMenuItem.Name = "outrosToolStripMenuItem";
            this.outrosToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.outrosToolStripMenuItem.Text = "Outros";
            // 
            // religiãoToolStripMenuItem
            // 
            this.religiãoToolStripMenuItem.Name = "religiãoToolStripMenuItem";
            this.religiãoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.religiãoToolStripMenuItem.Text = "Religião";
            this.religiãoToolStripMenuItem.Click += new System.EventHandler(this.religiãoToolStripMenuItem_Click);
            // 
            // escolaToolStripMenuItem
            // 
            this.escolaToolStripMenuItem.Name = "escolaToolStripMenuItem";
            this.escolaToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.escolaToolStripMenuItem.Text = "Escola";
            this.escolaToolStripMenuItem.Click += new System.EventHandler(this.escolaToolStripMenuItem_Click);
            // 
            // cidadeToolStripMenuItem
            // 
            this.cidadeToolStripMenuItem.Name = "cidadeToolStripMenuItem";
            this.cidadeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.cidadeToolStripMenuItem.Text = "Cidade";
            this.cidadeToolStripMenuItem.Click += new System.EventHandler(this.cidadeToolStripMenuItem_Click);
            // 
            // relatóriosToolStripMenuItem1
            // 
            this.relatóriosToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cPFToolStripMenuItem2,
            this.códigoToolStripMenuItem1});
            this.relatóriosToolStripMenuItem1.Name = "relatóriosToolStripMenuItem1";
            this.relatóriosToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.relatóriosToolStripMenuItem1.Text = "Relatórios";
            // 
            // cPFToolStripMenuItem2
            // 
            this.cPFToolStripMenuItem2.Name = "cPFToolStripMenuItem2";
            this.cPFToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
            this.cPFToolStripMenuItem2.Text = "CPF";
            this.cPFToolStripMenuItem2.Click += new System.EventHandler(this.cPFToolStripMenuItem2_Click);
            // 
            // códigoToolStripMenuItem1
            // 
            this.códigoToolStripMenuItem1.Name = "códigoToolStripMenuItem1";
            this.códigoToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.códigoToolStripMenuItem1.Text = "Código";
            this.códigoToolStripMenuItem1.Click += new System.EventHandler(this.códigoToolStripMenuItem1_Click);
            // 
            // questionárioToolStripMenuItem
            // 
            this.questionárioToolStripMenuItem.Name = "questionárioToolStripMenuItem";
            this.questionárioToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.questionárioToolStripMenuItem.Text = "Questionário";
            this.questionárioToolStripMenuItem.Click += new System.EventHandler(this.questionárioToolStripMenuItem_Click);
            // 
            // GraficosToolStripMenuItem
            // 
            this.GraficosToolStripMenuItem.Name = "GraficosToolStripMenuItem";
            this.GraficosToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
            this.GraficosToolStripMenuItem.Text = "Gráficos";
            this.GraficosToolStripMenuItem.Click += new System.EventHandler(this.GraficosToolStripMenuItem_Click);
            // 
            // cadastrarLoginToolStripMenuItem
            // 
            this.cadastrarLoginToolStripMenuItem.Name = "cadastrarLoginToolStripMenuItem";
            this.cadastrarLoginToolStripMenuItem.Size = new System.Drawing.Size(102, 20);
            this.cadastrarLoginToolStripMenuItem.Text = "Cadastrar Login";
            this.cadastrarLoginToolStripMenuItem.Click += new System.EventHandler(this.cadastrarLoginToolStripMenuItem_Click);
            // 
            // lblAluno
            // 
            this.lblAluno.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAluno.ForeColor = System.Drawing.Color.DimGray;
            this.lblAluno.Location = new System.Drawing.Point(11, 52);
            this.lblAluno.Name = "lblAluno";
            this.lblAluno.Size = new System.Drawing.Size(0, 15);
            this.lblAluno.TabIndex = 7;
            this.lblAluno.Visible = false;
            // 
            // dgConsultas
            // 
            this.dgConsultas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgConsultas.BackColor = System.Drawing.SystemColors.Window;
            this.dgConsultas.DataSource = this.bsMatriculas;
            this.dgConsultas.FreezeCaption = false;
            this.dgConsultas.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
            this.dgConsultas.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
            this.dgConsultas.Location = new System.Drawing.Point(12, 81);
            this.dgConsultas.Name = "dgConsultas";
            this.dgConsultas.Size = new System.Drawing.Size(574, 264);
            this.dgConsultas.TabIndex = 9;
            this.dgConsultas.TableDescriptor.AllowNew = false;
            gridColumnDescriptor1.HeaderImage = null;
            gridColumnDescriptor1.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor1.HeaderText = "Código";
            gridColumnDescriptor1.MappingName = "codigo";
            gridColumnDescriptor1.Name = "codigo";
            gridColumnDescriptor1.SerializedImageArray = "";
            gridColumnDescriptor2.HeaderImage = null;
            gridColumnDescriptor2.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor2.HeaderText = "Nome";
            gridColumnDescriptor2.MappingName = "nome";
            gridColumnDescriptor2.SerializedImageArray = "";
            gridColumnDescriptor3.HeaderImage = null;
            gridColumnDescriptor3.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor3.HeaderText = "Nascimento";
            gridColumnDescriptor3.MappingName = "dtNasc";
            gridColumnDescriptor3.SerializedImageArray = "";
            gridColumnDescriptor4.HeaderImage = null;
            gridColumnDescriptor4.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor4.HeaderText = "Sexo";
            gridColumnDescriptor4.MappingName = "sexo";
            gridColumnDescriptor4.SerializedImageArray = "";
            gridColumnDescriptor5.HeaderImage = null;
            gridColumnDescriptor5.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor5.HeaderText = "Nacionalidade";
            gridColumnDescriptor5.MappingName = "nacionalidade";
            gridColumnDescriptor5.SerializedImageArray = "";
            gridColumnDescriptor6.HeaderImage = null;
            gridColumnDescriptor6.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor6.HeaderText = "Naturalidade";
            gridColumnDescriptor6.MappingName = "naturalidade";
            gridColumnDescriptor6.SerializedImageArray = "";
            gridColumnDescriptor7.HeaderImage = null;
            gridColumnDescriptor7.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor7.HeaderText = "Cor";
            gridColumnDescriptor7.MappingName = "cor";
            gridColumnDescriptor7.SerializedImageArray = "";
            gridColumnDescriptor8.HeaderImage = null;
            gridColumnDescriptor8.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor8.HeaderText = "Estado Civil";
            gridColumnDescriptor8.MappingName = "estadoCivil";
            gridColumnDescriptor8.SerializedImageArray = "";
            gridColumnDescriptor9.HeaderImage = null;
            gridColumnDescriptor9.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor9.HeaderText = "Estado";
            gridColumnDescriptor9.MappingName = "estado";
            gridColumnDescriptor9.SerializedImageArray = "";
            gridColumnDescriptor10.HeaderImage = null;
            gridColumnDescriptor10.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor10.HeaderText = "Religião";
            gridColumnDescriptor10.MappingName = "religiao";
            gridColumnDescriptor10.SerializedImageArray = "";
            gridColumnDescriptor11.HeaderImage = null;
            gridColumnDescriptor11.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor11.HeaderText = "Tipo Sanguíneo";
            gridColumnDescriptor11.MappingName = "tipoSanguineo";
            gridColumnDescriptor11.SerializedImageArray = "";
            gridColumnDescriptor12.HeaderImage = null;
            gridColumnDescriptor12.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor12.HeaderText = "RH";
            gridColumnDescriptor12.MappingName = "rh";
            gridColumnDescriptor12.SerializedImageArray = "";
            gridColumnDescriptor13.HeaderImage = null;
            gridColumnDescriptor13.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor13.HeaderText = "Nome Pai";
            gridColumnDescriptor13.MappingName = "nomePai";
            gridColumnDescriptor13.SerializedImageArray = "";
            gridColumnDescriptor14.HeaderImage = null;
            gridColumnDescriptor14.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor14.HeaderText = "Nome Mae";
            gridColumnDescriptor14.MappingName = "nomeMae";
            gridColumnDescriptor14.SerializedImageArray = "";
            gridColumnDescriptor15.HeaderImage = null;
            gridColumnDescriptor15.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor15.HeaderText = "Email";
            gridColumnDescriptor15.MappingName = "email";
            gridColumnDescriptor15.SerializedImageArray = "";
            gridColumnDescriptor16.HeaderImage = null;
            gridColumnDescriptor16.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor16.HeaderText = "CEP";
            gridColumnDescriptor16.MappingName = "cep";
            gridColumnDescriptor16.SerializedImageArray = "";
            gridColumnDescriptor17.HeaderImage = null;
            gridColumnDescriptor17.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor17.HeaderText = "Endereço";
            gridColumnDescriptor17.MappingName = "endereco";
            gridColumnDescriptor17.SerializedImageArray = "";
            gridColumnDescriptor18.HeaderImage = null;
            gridColumnDescriptor18.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor18.HeaderText = "Número";
            gridColumnDescriptor18.MappingName = "numero";
            gridColumnDescriptor18.SerializedImageArray = "";
            gridColumnDescriptor19.HeaderImage = null;
            gridColumnDescriptor19.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor19.HeaderText = "Complemento";
            gridColumnDescriptor19.MappingName = "complemento";
            gridColumnDescriptor19.SerializedImageArray = "";
            gridColumnDescriptor20.HeaderImage = null;
            gridColumnDescriptor20.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor20.HeaderText = "Bairro";
            gridColumnDescriptor20.MappingName = "bairro";
            gridColumnDescriptor20.SerializedImageArray = "";
            gridColumnDescriptor21.HeaderImage = null;
            gridColumnDescriptor21.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor21.HeaderText = "Município";
            gridColumnDescriptor21.MappingName = "municipio";
            gridColumnDescriptor21.SerializedImageArray = "";
            gridColumnDescriptor22.HeaderImage = null;
            gridColumnDescriptor22.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor22.HeaderText = "CPF";
            gridColumnDescriptor22.MappingName = "cpf";
            gridColumnDescriptor22.SerializedImageArray = "";
            gridColumnDescriptor23.HeaderImage = null;
            gridColumnDescriptor23.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor23.HeaderText = "Emissão CPF";
            gridColumnDescriptor23.MappingName = "dataEmissaoCpf";
            gridColumnDescriptor23.SerializedImageArray = "";
            gridColumnDescriptor24.HeaderImage = null;
            gridColumnDescriptor24.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor24.HeaderText = "RG";
            gridColumnDescriptor24.MappingName = "rg";
            gridColumnDescriptor24.SerializedImageArray = "";
            gridColumnDescriptor25.HeaderImage = null;
            gridColumnDescriptor25.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor25.HeaderText = "Emissão RG";
            gridColumnDescriptor25.MappingName = "dataEmissaoRg";
            gridColumnDescriptor25.SerializedImageArray = "";
            gridColumnDescriptor26.HeaderImage = null;
            gridColumnDescriptor26.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor26.HeaderText = "Expedição";
            gridColumnDescriptor26.MappingName = "expedidoRG";
            gridColumnDescriptor26.SerializedImageArray = "";
            gridColumnDescriptor27.HeaderImage = null;
            gridColumnDescriptor27.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor27.HeaderText = "Reserva Militar";
            gridColumnDescriptor27.MappingName = "reservaMilitar";
            gridColumnDescriptor27.SerializedImageArray = "";
            gridColumnDescriptor28.HeaderImage = null;
            gridColumnDescriptor28.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor28.HeaderText = "Expedição Militar";
            gridColumnDescriptor28.MappingName = "expedidoMilitar";
            gridColumnDescriptor28.SerializedImageArray = "";
            gridColumnDescriptor29.HeaderImage = null;
            gridColumnDescriptor29.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor29.HeaderText = "Data Reservista";
            gridColumnDescriptor29.MappingName = "dataMilitar";
            gridColumnDescriptor29.SerializedImageArray = "";
            gridColumnDescriptor30.HeaderImage = null;
            gridColumnDescriptor30.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor30.HeaderText = "Título";
            gridColumnDescriptor30.MappingName = "tituloEleitor";
            gridColumnDescriptor30.SerializedImageArray = "";
            gridColumnDescriptor31.HeaderImage = null;
            gridColumnDescriptor31.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor31.HeaderText = "Seção";
            gridColumnDescriptor31.MappingName = "secao";
            gridColumnDescriptor31.SerializedImageArray = "";
            gridColumnDescriptor32.HeaderImage = null;
            gridColumnDescriptor32.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor32.HeaderText = "Zona";
            gridColumnDescriptor32.MappingName = "zona";
            gridColumnDescriptor32.SerializedImageArray = "";
            gridColumnDescriptor33.HeaderImage = null;
            gridColumnDescriptor33.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor33.HeaderText = "Escola";
            gridColumnDescriptor33.MappingName = "escola";
            gridColumnDescriptor33.SerializedImageArray = "";
            gridColumnDescriptor34.HeaderImage = null;
            gridColumnDescriptor34.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor34.HeaderText = "CIdade Escola";
            gridColumnDescriptor34.MappingName = "cidadeEscola";
            gridColumnDescriptor34.SerializedImageArray = "";
            gridColumnDescriptor35.HeaderImage = null;
            gridColumnDescriptor35.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor35.HeaderText = "Estado Escola";
            gridColumnDescriptor35.MappingName = "estadoEscola";
            gridColumnDescriptor35.SerializedImageArray = "";
            gridColumnDescriptor36.HeaderImage = null;
            gridColumnDescriptor36.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor36.HeaderText = "Ano Conclusão";
            gridColumnDescriptor36.MappingName = "anoConclusao";
            gridColumnDescriptor36.SerializedImageArray = "";
            gridColumnDescriptor37.HeaderImage = null;
            gridColumnDescriptor37.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor37.HeaderText = "Classificação";
            gridColumnDescriptor37.MappingName = "classificacao";
            gridColumnDescriptor37.SerializedImageArray = "";
            gridColumnDescriptor38.HeaderImage = null;
            gridColumnDescriptor38.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor38.HeaderText = "Pontuação";
            gridColumnDescriptor38.MappingName = "pontuacao";
            gridColumnDescriptor38.SerializedImageArray = "";
            gridColumnDescriptor39.HeaderImage = null;
            gridColumnDescriptor39.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor39.HeaderText = "Curso";
            gridColumnDescriptor39.MappingName = "curso";
            gridColumnDescriptor39.SerializedImageArray = "";
            gridColumnDescriptor40.HeaderImage = null;
            gridColumnDescriptor40.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor40.HeaderText = "Turno";
            gridColumnDescriptor40.MappingName = "turno";
            gridColumnDescriptor40.SerializedImageArray = "";
            gridColumnDescriptor41.HeaderImage = null;
            gridColumnDescriptor41.HeaderImageAlignment = Syncfusion.Windows.Forms.Grid.Grouping.HeaderImageAlignment.Left;
            gridColumnDescriptor41.HeaderText = "Foto";
            gridColumnDescriptor41.MappingName = "foto";
            gridColumnDescriptor41.SerializedImageArray = "";
            this.dgConsultas.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
            gridColumnDescriptor1,
            gridColumnDescriptor2,
            gridColumnDescriptor3,
            gridColumnDescriptor4,
            gridColumnDescriptor5,
            gridColumnDescriptor6,
            gridColumnDescriptor7,
            gridColumnDescriptor8,
            gridColumnDescriptor9,
            gridColumnDescriptor10,
            gridColumnDescriptor11,
            gridColumnDescriptor12,
            gridColumnDescriptor13,
            gridColumnDescriptor14,
            gridColumnDescriptor15,
            gridColumnDescriptor16,
            gridColumnDescriptor17,
            gridColumnDescriptor18,
            gridColumnDescriptor19,
            gridColumnDescriptor20,
            gridColumnDescriptor21,
            gridColumnDescriptor22,
            gridColumnDescriptor23,
            gridColumnDescriptor24,
            gridColumnDescriptor25,
            gridColumnDescriptor26,
            gridColumnDescriptor27,
            gridColumnDescriptor28,
            gridColumnDescriptor29,
            gridColumnDescriptor30,
            gridColumnDescriptor31,
            gridColumnDescriptor32,
            gridColumnDescriptor33,
            gridColumnDescriptor34,
            gridColumnDescriptor35,
            gridColumnDescriptor36,
            gridColumnDescriptor37,
            gridColumnDescriptor38,
            gridColumnDescriptor39,
            gridColumnDescriptor40,
            gridColumnDescriptor41});
            this.dgConsultas.TableDescriptor.TableOptions.CaptionRowHeight = 29;
            this.dgConsultas.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
            this.dgConsultas.TableDescriptor.TableOptions.RecordRowHeight = 25;
            this.dgConsultas.VersionInfo = "13.3450.0.7";
            this.dgConsultas.QueryCellStyleInfo += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellStyleInfoEventHandler(this.dgConsultas_QueryCellStyleInfo);
            this.dgConsultas.TableControlCurrentCellStartEditing += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCancelEventHandler(this.dgConsultas_TableControlCurrentCellStartEditing);
            this.dgConsultas.TableControlCurrentCellActivating += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCurrentCellActivatingEventHandler(this.dgConsultas_TableControlCurrentCellActivating);
            this.dgConsultas.TableControlCellClick += new Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCellClickEventHandler(this.dgConsultas_TableControlCellClick);
            // 
            // bsMatriculas
            // 
            this.bsMatriculas.DataMember = "Matriculas";
            this.bsMatriculas.DataSource = this.dSMatricula;
            // 
            // dSMatricula
            // 
            this.dSMatricula.DataSetName = "DSMatricula";
            this.dSMatricula.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // matriculasTableAdapter1
            // 
            this.matriculasTableAdapter1.ClearBeforeFill = true;
            // 
            // btnNovo
            // 
            this.btnNovo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNovo.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnNovo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnNovo.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnNovo.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnNovo.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnNovo.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnNovo.FlatAppearance.BorderSize = 0;
            this.btnNovo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnNovo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnNovo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNovo.ForeColor = System.Drawing.Color.White;
            this.btnNovo.IsBackStageButton = false;
            this.btnNovo.Location = new System.Drawing.Point(349, 52);
            this.btnNovo.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnNovo.Name = "btnNovo";
            this.btnNovo.Size = new System.Drawing.Size(75, 23);
            this.btnNovo.TabIndex = 10;
            this.btnNovo.Text = "Novo";
            this.btnNovo.UseVisualStyle = false;
            this.btnNovo.UseVisualStyleBackColor = false;
            this.btnNovo.Click += new System.EventHandler(this.btnNovo_Click);
            // 
            // btnAlterar
            // 
            this.btnAlterar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAlterar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnAlterar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnAlterar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnAlterar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnAlterar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnAlterar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnAlterar.FlatAppearance.BorderSize = 0;
            this.btnAlterar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnAlterar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnAlterar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAlterar.ForeColor = System.Drawing.Color.White;
            this.btnAlterar.IsBackStageButton = false;
            this.btnAlterar.Location = new System.Drawing.Point(430, 52);
            this.btnAlterar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnAlterar.Name = "btnAlterar";
            this.btnAlterar.Size = new System.Drawing.Size(75, 23);
            this.btnAlterar.TabIndex = 11;
            this.btnAlterar.Text = "Alterar";
            this.btnAlterar.UseVisualStyle = false;
            this.btnAlterar.UseVisualStyleBackColor = false;
            this.btnAlterar.Click += new System.EventHandler(this.btnAlterar_Click);
            // 
            // btnExcluir
            // 
            this.btnExcluir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExcluir.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnExcluir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnExcluir.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnExcluir.FlatAppearance.BorderSize = 0;
            this.btnExcluir.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnExcluir.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(50)))), ((int)(((byte)(36)))));
            this.btnExcluir.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExcluir.ForeColor = System.Drawing.Color.White;
            this.btnExcluir.IsBackStageButton = false;
            this.btnExcluir.Location = new System.Drawing.Point(511, 52);
            this.btnExcluir.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnExcluir.Name = "btnExcluir";
            this.btnExcluir.Size = new System.Drawing.Size(75, 23);
            this.btnExcluir.TabIndex = 12;
            this.btnExcluir.Text = "Excluir";
            this.btnExcluir.UseVisualStyle = false;
            this.btnExcluir.Click += new System.EventHandler(this.btnExcluir_Click);
            // 
            // btnPesquisa
            // 
            this.btnPesquisa.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnPesquisa.BeforeTouchSize = new System.Drawing.Size(62, 20);
            this.btnPesquisa.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnPesquisa.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnPesquisa.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnPesquisa.FlatAppearance.BorderSize = 0;
            this.btnPesquisa.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnPesquisa.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnPesquisa.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPesquisa.ForeColor = System.Drawing.Color.White;
            this.btnPesquisa.IsBackStageButton = false;
            this.btnPesquisa.Location = new System.Drawing.Point(190, 55);
            this.btnPesquisa.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnPesquisa.Name = "btnPesquisa";
            this.btnPesquisa.Size = new System.Drawing.Size(62, 20);
            this.btnPesquisa.TabIndex = 13;
            this.btnPesquisa.Text = "Buscar";
            this.btnPesquisa.UseVisualStyle = false;
            this.btnPesquisa.UseVisualStyleBackColor = false;
            this.btnPesquisa.Visible = false;
            this.btnPesquisa.Click += new System.EventHandler(this.btnPesquisa_Click);
            // 
            // bsLogins
            // 
            this.bsLogins.DataMember = "Logins";
            this.bsLogins.DataSource = this.dSMatricula;
            // 
            // loginsTableAdapter
            // 
            this.loginsTableAdapter.ClearBeforeFill = true;
            // 
            // txtAluno
            // 
            this.txtAluno.BackColor = System.Drawing.Color.White;
            this.txtAluno.BeforeTouchSize = new System.Drawing.Size(172, 20);
            this.txtAluno.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtAluno.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtAluno.DecimalSeparator = '.';
            this.txtAluno.Location = new System.Drawing.Point(12, 55);
            this.txtAluno.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtAluno.Name = "txtAluno";
            this.txtAluno.PassivePromptCharacterInt = 95;
            this.txtAluno.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.txtAluno.PromptCharacterInt = 95;
            this.txtAluno.Size = new System.Drawing.Size(172, 20);
            this.txtAluno.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtAluno.TabIndex = 14;
            this.txtAluno.Visible = false;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 60;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.White;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(30, 9);
            captionImage1.Name = "CaptionImage1";
            captionImage1.Size = new System.Drawing.Size(45, 45);
            captionImage2.Image = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
            captionImage2.Location = new System.Drawing.Point(80, 20);
            captionImage2.Name = "CaptionImage2";
            captionImage2.Size = new System.Drawing.Size(74, 28);
            this.CaptionImages.Add(captionImage1);
            this.CaptionImages.Add(captionImage2);
            this.ClientSize = new System.Drawing.Size(598, 357);
            this.Controls.Add(this.txtAluno);
            this.Controls.Add(this.btnPesquisa);
            this.Controls.Add(this.btnExcluir);
            this.Controls.Add(this.btnAlterar);
            this.Controls.Add(this.btnNovo);
            this.Controls.Add(this.dgConsultas);
            this.Controls.Add(this.lblAluno);
            this.Controls.Add(this.menuStrip1);
            this.DoubleBuffered = true;
            this.MainMenuStrip = this.menuStrip1;
            this.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.Name = "MainForm";
            this.ShowIcon = false;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Activated += new System.EventHandler(this.MainForm_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgConsultas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsMatriculas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dSMatricula)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsLogins)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAluno)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(fec_Main));
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo9  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo8  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo7  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo6  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo5  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo4  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo3  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo2  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo1  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.databaseGrid           = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.addEmployeeButton      = new System.Windows.Forms.Button();
     this.removeButton           = new System.Windows.Forms.Button();
     this.toolTip                = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     this.searchTextBox          = new System.Windows.Forms.TextBox();
     this.searchButton           = new System.Windows.Forms.Button();
     this.searchComboBox         = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.addCustomerButton      = new System.Windows.Forms.Button();
     this.searchCategoryComboBox = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.printGridButton        = new System.Windows.Forms.Button();
     this.settingsButton         = new System.Windows.Forms.Button();
     this.gridDocument           = new System.Drawing.Printing.PrintDocument();
     ((System.ComponentModel.ISupportInitialize)(this.databaseGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchCategoryComboBox)).BeginInit();
     this.SuspendLayout();
     //
     // databaseGrid
     //
     this.databaseGrid.AllowedOptimizations = ((Syncfusion.Grouping.EngineOptimizations)((((Syncfusion.Grouping.EngineOptimizations.DisableCounters | Syncfusion.Grouping.EngineOptimizations.VirtualMode)
                                                                                           | Syncfusion.Grouping.EngineOptimizations.PassThroughSort)
                                                                                          | Syncfusion.Grouping.EngineOptimizations.RecordsAsDisplayElements)));
     this.databaseGrid.AlphaBlendSelectionColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.databaseGrid.Appearance.AnyCell.DropDownStyle = Syncfusion.Windows.Forms.Grid.GridDropDownStyle.Exclusive;
     this.databaseGrid.Appearance.AnyCell.RightToLeft   = System.Windows.Forms.RightToLeft.Inherit;
     this.databaseGrid.Appearance.AnyCell.TextAlign     = Syncfusion.Windows.Forms.Grid.GridTextAlign.Left;
     this.databaseGrid.BackColor         = System.Drawing.SystemColors.Window;
     this.databaseGrid.CacheRecordValues = false;
     this.databaseGrid.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.databaseGrid.ChildGroupOptions.ShowFilterBar = false;
     this.databaseGrid.ChildGroupOptions.ShowSummaries = false;
     this.databaseGrid.CounterLogic                 = Syncfusion.Grouping.EngineCounters.YAmount;
     this.databaseGrid.GridOfficeScrollBars         = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.databaseGrid.GridVisualStyles             = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.databaseGrid.HorizontalScrollTips         = true;
     this.databaseGrid.InvalidateAllWhenListChanged = false;
     this.databaseGrid.Location      = new System.Drawing.Point(40, 54);
     this.databaseGrid.MarkColHeader = true;
     this.databaseGrid.MarkRowHeader = true;
     this.databaseGrid.Name          = "databaseGrid";
     this.databaseGrid.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.databaseGrid.NestedTableGroupOptions.ShowFilterBar      = false;
     this.databaseGrid.NestedTableGroupOptions.ShowStackedHeaders = true;
     this.databaseGrid.PrintRowHeader = false;
     this.databaseGrid.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.databaseGrid.ShowRelationFields            = Syncfusion.Grouping.ShowRelationFields.Hide;
     this.databaseGrid.Size     = new System.Drawing.Size(687, 423);
     this.databaseGrid.TabIndex = 0;
     this.databaseGrid.TableDescriptor.AllowNew = false;
     this.databaseGrid.TableDescriptor.Appearance.AnyCell.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.databaseGrid.TableDescriptor.Appearance.AnyCell.TextAlign       = Syncfusion.Windows.Forms.Grid.GridTextAlign.Default;
     this.databaseGrid.TableDescriptor.TableOptions.CaptionRowHeight      = 29;
     this.databaseGrid.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.databaseGrid.TableDescriptor.TableOptions.RecordRowHeight       = 32;
     this.databaseGrid.TableOptions.AllowMultiColumnSort          = false;
     this.databaseGrid.TableOptions.AllowSelection                = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend;
     this.databaseGrid.TableOptions.ColumnsMaxLengthFirstNRecords = 50;
     this.databaseGrid.TableOptions.DefaultColumnWidth            = 100;
     this.databaseGrid.TableOptions.DrawTextWithGdiInterop        = true;
     this.databaseGrid.TableOptions.IndentWidth            = 0;
     this.databaseGrid.TableOptions.ListBoxSelectionMode   = System.Windows.Forms.SelectionMode.None;
     this.databaseGrid.TableOptions.RecordPreviewRowHeight = 32;
     this.databaseGrid.TableOptions.RecordRowHeight        = 32;
     this.databaseGrid.TableOptions.RowHeaderWidth         = 18;
     this.databaseGrid.TableOptions.ShowRowHeader          = true;
     this.databaseGrid.TableOptions.ShowTableIndent        = true;
     this.databaseGrid.Text = "Database Grid";
     this.databaseGrid.TopLevelGroupOptions.ShowAddNewRecordAfterDetails  = false;
     this.databaseGrid.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.databaseGrid.TopLevelGroupOptions.ShowColumnHeaders             = true;
     this.databaseGrid.TopLevelGroupOptions.ShowFilterBar = true;
     this.databaseGrid.UseDefaultsForFasterDrawing        = true;
     this.databaseGrid.UseRightToLeftCompatibleTextBox    = true;
     this.databaseGrid.VersionInfo         = "14.3200.0.49";
     this.databaseGrid.RecordValueChanged += new Syncfusion.Grouping.RecordValueChangedEventHandler(this.databaseGrid_RecordValueChanged);
     //
     // addEmployeeButton
     //
     this.addEmployeeButton.BackColor   = System.Drawing.Color.White;
     this.addEmployeeButton.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.addEmployeeButton.Image       = ((System.Drawing.Image)(resources.GetObject("addEmployeeButton.Image")));
     this.addEmployeeButton.Location    = new System.Drawing.Point(747, 110);
     this.addEmployeeButton.Name        = "addEmployeeButton";
     this.addEmployeeButton.Size        = new System.Drawing.Size(37, 37);
     this.addEmployeeButton.TabIndex    = 1;
     toolTipInfo9.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo9.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image8")));
     toolTipInfo9.Body.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolTipInfo9.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo9.Body.Text             = "Add a new employee in the database.";
     toolTipInfo9.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo9.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo9.ForeColor             = System.Drawing.Color.White;
     toolTipInfo9.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo9.Header.Text           = "Add Employee";
     this.toolTip.SetToolTip(this.addEmployeeButton, toolTipInfo9);
     this.addEmployeeButton.UseVisualStyleBackColor = false;
     this.addEmployeeButton.Click += new System.EventHandler(this.addEmployeeButton_Click);
     //
     // removeButton
     //
     this.removeButton.BackColor  = System.Drawing.Color.White;
     this.removeButton.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.removeButton.Image      = ((System.Drawing.Image)(resources.GetObject("removeButton.Image")));
     this.removeButton.Location   = new System.Drawing.Point(747, 233);
     this.removeButton.Name       = "removeButton";
     this.removeButton.Size       = new System.Drawing.Size(37, 37);
     this.removeButton.TabIndex   = 2;
     toolTipInfo8.BackColor       = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo8.Body.Image      = ((System.Drawing.Image)(resources.GetObject("resource.Image7")));
     toolTipInfo8.Body.Size       = new System.Drawing.Size(48, 48);
     toolTipInfo8.Body.Text       = "Remove selected entry from the database. (Employees and Customers only).";
     toolTipInfo8.Body.TextMargin = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo8.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo8.ForeColor       = System.Drawing.Color.White;
     toolTipInfo8.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo8.Header.Text     = "Remove Entry";
     this.toolTip.SetToolTip(this.removeButton, toolTipInfo8);
     this.removeButton.UseVisualStyleBackColor = false;
     this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     //
     // toolTip
     //
     this.toolTip.GradientBackGround = false;
     this.toolTip.InitialDelay       = 500;
     this.toolTip.MaxWidth           = 300;
     this.toolTip.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.toolTip.ToolTipDuration    = 20;
     this.toolTip.UseFading          = Syncfusion.Windows.Forms.Tools.SuperToolTip.FadingType.System;
     this.toolTip.VisualStyle        = Syncfusion.Windows.Forms.Tools.SuperToolTip.Appearance.Metro;
     //
     // searchTextBox
     //
     this.searchTextBox.Location = new System.Drawing.Point(442, 28);
     this.searchTextBox.Name     = "searchTextBox";
     this.searchTextBox.Size     = new System.Drawing.Size(195, 20);
     this.searchTextBox.TabIndex = 4;
     toolTipInfo7.BackColor      = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo7.Body.Image     = ((System.Drawing.Image)(resources.GetObject("resource.Image6")));
     toolTipInfo7.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo7.Body.Text      = "The value to search in the database. Must be exact to yield results. To end a sea" +
                                   "rch, clear this.";
     toolTipInfo7.Body.TextMargin = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo7.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo7.ForeColor       = System.Drawing.Color.White;
     toolTipInfo7.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo7.Header.Text     = "Search Text Box";
     this.toolTip.SetToolTip(this.searchTextBox, toolTipInfo7);
     this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
     //
     // searchButton
     //
     this.searchButton.BackColor = System.Drawing.Color.LightSalmon;
     this.searchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.searchButton.ForeColor = System.Drawing.Color.White;
     this.searchButton.Location  = new System.Drawing.Point(643, 27);
     this.searchButton.Name      = "searchButton";
     this.searchButton.Size      = new System.Drawing.Size(84, 21);
     this.searchButton.TabIndex  = 5;
     this.searchButton.Text      = "Search";
     toolTipInfo6.BackColor      = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo6.Body.Image     = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     toolTipInfo6.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo6.Body.Text      = "Search the database for the exact entered entry. To clear the search, clear the s" +
                                   "earch text box.";
     toolTipInfo6.Body.TextMargin = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo6.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo6.Footer.Text     = "";
     toolTipInfo6.ForeColor       = System.Drawing.Color.White;
     toolTipInfo6.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo6.Header.Text     = "Search";
     this.toolTip.SetToolTip(this.searchButton, toolTipInfo6);
     this.searchButton.UseVisualStyleBackColor = false;
     this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
     //
     // searchComboBox
     //
     this.searchComboBox.AllowNewText    = false;
     this.searchComboBox.BackColor       = System.Drawing.Color.White;
     this.searchComboBox.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.searchComboBox.DisplayMember   = "0";
     this.searchComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.searchComboBox.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.searchComboBox.GrayOnReadOnly  = false;
     this.searchComboBox.Items.AddRange(new object[] {
         "Id",
         "Name",
         "Job",
         "Address",
         "Phone"
     });
     this.searchComboBox.Location = new System.Drawing.Point(315, 28);
     this.searchComboBox.Name     = "searchComboBox";
     this.searchComboBox.Size     = new System.Drawing.Size(121, 21);
     this.searchComboBox.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.searchComboBox.TabIndex = 6;
     this.searchComboBox.Text     = "Id";
     toolTipInfo5.BackColor       = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo5.Body.Image      = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     toolTipInfo5.Body.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo5.Body.Text       = "The entry category to search the database for.";
     toolTipInfo5.Body.TextMargin = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo5.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo5.ForeColor       = System.Drawing.Color.White;
     toolTipInfo5.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo5.Header.Text     = "Search Category";
     this.toolTip.SetToolTip(this.searchComboBox, toolTipInfo5);
     this.searchComboBox.UseMetroColorsInActiveMode = true;
     //
     // addCustomerButton
     //
     this.addCustomerButton.BackColor   = System.Drawing.Color.White;
     this.addCustomerButton.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.addCustomerButton.Image       = ((System.Drawing.Image)(resources.GetObject("addCustomerButton.Image")));
     this.addCustomerButton.Location    = new System.Drawing.Point(747, 164);
     this.addCustomerButton.Name        = "addCustomerButton";
     this.addCustomerButton.Size        = new System.Drawing.Size(37, 37);
     this.addCustomerButton.TabIndex    = 7;
     toolTipInfo4.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo4.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     toolTipInfo4.Body.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolTipInfo4.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo4.Body.Text             = "Add a new customer in the database.";
     toolTipInfo4.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo4.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo4.ForeColor             = System.Drawing.Color.White;
     toolTipInfo4.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo4.Header.Text           = "Add Customer";
     this.toolTip.SetToolTip(this.addCustomerButton, toolTipInfo4);
     this.addCustomerButton.UseVisualStyleBackColor = false;
     this.addCustomerButton.Click += new System.EventHandler(this.addCustomerButton_Click);
     //
     // searchCategoryComboBox
     //
     this.searchCategoryComboBox.AllowNewText    = false;
     this.searchCategoryComboBox.BackColor       = System.Drawing.Color.White;
     this.searchCategoryComboBox.BeforeTouchSize = new System.Drawing.Size(121, 21);
     this.searchCategoryComboBox.DisplayMember   = "0";
     this.searchCategoryComboBox.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.searchCategoryComboBox.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.searchCategoryComboBox.GrayOnReadOnly  = false;
     this.searchCategoryComboBox.Items.AddRange(new object[] {
         "All",
         "Employees",
         "Customers"
     });
     this.searchCategoryComboBox.Location = new System.Drawing.Point(188, 28);
     this.searchCategoryComboBox.Name     = "searchCategoryComboBox";
     this.searchCategoryComboBox.Size     = new System.Drawing.Size(121, 21);
     this.searchCategoryComboBox.Style    = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.searchCategoryComboBox.TabIndex = 8;
     this.searchCategoryComboBox.Text     = "All";
     toolTipInfo3.BackColor       = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo3.Body.Image      = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     toolTipInfo3.Body.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo3.Body.Text       = "The tables to search in.";
     toolTipInfo3.Body.TextMargin = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo3.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo3.ForeColor       = System.Drawing.Color.White;
     toolTipInfo3.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo3.Header.Text     = "Table Range";
     this.toolTip.SetToolTip(this.searchCategoryComboBox, toolTipInfo3);
     this.searchCategoryComboBox.UseMetroColorsInActiveMode = true;
     this.searchCategoryComboBox.SelectedIndexChanged      += new System.EventHandler(this.searchCategoryComboBox_SelectedIndexChanged);
     //
     // printGridButton
     //
     this.printGridButton.BackColor     = System.Drawing.Color.White;
     this.printGridButton.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.printGridButton.Image         = ((System.Drawing.Image)(resources.GetObject("printGridButton.Image")));
     this.printGridButton.Location      = new System.Drawing.Point(87, 11);
     this.printGridButton.Name          = "printGridButton";
     this.printGridButton.Size          = new System.Drawing.Size(37, 37);
     this.printGridButton.TabIndex      = 9;
     toolTipInfo2.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo2.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipInfo2.Body.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolTipInfo2.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo2.Body.Text             = "Print a table report from the database.";
     toolTipInfo2.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo2.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo2.ForeColor             = System.Drawing.Color.White;
     toolTipInfo2.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Text           = "Print Grid";
     this.toolTip.SetToolTip(this.printGridButton, toolTipInfo2);
     this.printGridButton.UseVisualStyleBackColor = false;
     this.printGridButton.Click += new System.EventHandler(this.printGridButton_Click);
     //
     // settingsButton
     //
     this.settingsButton.BackColor      = System.Drawing.Color.White;
     this.settingsButton.FlatStyle      = System.Windows.Forms.FlatStyle.Flat;
     this.settingsButton.Image          = ((System.Drawing.Image)(resources.GetObject("settingsButton.Image")));
     this.settingsButton.Location       = new System.Drawing.Point(40, 11);
     this.settingsButton.Name           = "settingsButton";
     this.settingsButton.Size           = new System.Drawing.Size(37, 37);
     this.settingsButton.TabIndex       = 11;
     toolTipInfo1.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo1.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipInfo1.Body.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolTipInfo1.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo1.Body.Text             = "Open settings and database maintenance.";
     toolTipInfo1.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo1.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.ForeColor             = System.Drawing.Color.White;
     toolTipInfo1.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Text           = "Settings and Database Maintenance";
     this.toolTip.SetToolTip(this.settingsButton, toolTipInfo1);
     this.settingsButton.UseVisualStyleBackColor = false;
     this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
     //
     // gridDocument
     //
     this.gridDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.gridDocument_PrintPage);
     //
     // fec_Main
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.DeepSkyBlue;
     this.CaptionBarHeight        = 52;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(30, -3);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(60, 60);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(798, 500);
     this.Controls.Add(this.settingsButton);
     this.Controls.Add(this.printGridButton);
     this.Controls.Add(this.searchCategoryComboBox);
     this.Controls.Add(this.addCustomerButton);
     this.Controls.Add(this.databaseGrid);
     this.Controls.Add(this.searchComboBox);
     this.Controls.Add(this.searchButton);
     this.Controls.Add(this.searchTextBox);
     this.Controls.Add(this.removeButton);
     this.Controls.Add(this.addEmployeeButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "fec_Main";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Smile Family Entertainment Center Database";
     ((System.ComponentModel.ISupportInitialize)(this.databaseGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchCategoryComboBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Error));
     this.Info           = new System.Windows.Forms.RichTextBox();
     this.OkButton       = new MetroSet_UI.Controls.MetroSetButton();
     this.metroSetPanel1 = new MetroSet_UI.Controls.MetroSetPanel();
     this.StackButton    = new MetroSet_UI.Controls.MetroSetButton();
     this.TargetButton   = new MetroSet_UI.Controls.MetroSetButton();
     this.metroSetPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // Info
     //
     this.Info.BackColor   = System.Drawing.Color.Black;
     this.Info.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Info.Font        = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Info.ForeColor   = System.Drawing.SystemColors.GradientActiveCaption;
     this.Info.Location    = new System.Drawing.Point(31, 3);
     this.Info.Name        = "Info";
     this.Info.Size        = new System.Drawing.Size(411, 239);
     this.Info.TabIndex    = 0;
     this.Info.Text        = "Message Here";
     //
     // OkButton
     //
     this.OkButton.DisabledBackColor   = System.Drawing.Color.Transparent;
     this.OkButton.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
     this.OkButton.DisabledForeColor   = System.Drawing.Color.Gray;
     this.OkButton.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OkButton.HoverBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(207)))), ((int)(((byte)(255)))));
     this.OkButton.HoverColor        = System.Drawing.Color.SteelBlue;
     this.OkButton.HoverTextColor    = System.Drawing.Color.White;
     this.OkButton.Location          = new System.Drawing.Point(63, 284);
     this.OkButton.Name              = "OkButton";
     this.OkButton.NormalBorderColor = System.Drawing.Color.Black;
     this.OkButton.NormalColor       = System.Drawing.Color.Transparent;
     this.OkButton.NormalTextColor   = System.Drawing.SystemColors.MenuHighlight;
     this.OkButton.PressBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.OkButton.PressColor        = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.OkButton.PressTextColor    = System.Drawing.Color.White;
     this.OkButton.Size              = new System.Drawing.Size(100, 36);
     this.OkButton.Style             = MetroSet_UI.Design.Style.Custom;
     this.OkButton.StyleManager      = null;
     this.OkButton.TabIndex          = 1;
     this.OkButton.Text              = "OK";
     this.OkButton.ThemeAuthor       = "Narwin";
     this.OkButton.ThemeName         = "MetroDark";
     this.OkButton.Click            += new System.EventHandler(this.OkButton_OnClick);
     //
     // metroSetPanel1
     //
     this.metroSetPanel1.BackgroundColor = System.Drawing.Color.Black;
     this.metroSetPanel1.BorderColor     = System.Drawing.Color.Red;
     this.metroSetPanel1.BorderThickness = 1;
     this.metroSetPanel1.Controls.Add(this.Info);
     this.metroSetPanel1.Location     = new System.Drawing.Point(79, 12);
     this.metroSetPanel1.Name         = "metroSetPanel1";
     this.metroSetPanel1.Size         = new System.Drawing.Size(445, 245);
     this.metroSetPanel1.Style        = MetroSet_UI.Design.Style.Custom;
     this.metroSetPanel1.StyleManager = null;
     this.metroSetPanel1.TabIndex     = 2;
     this.metroSetPanel1.ThemeAuthor  = "Narwin";
     this.metroSetPanel1.ThemeName    = "MetroDark";
     //
     // StackButton
     //
     this.StackButton.DisabledBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
     this.StackButton.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
     this.StackButton.DisabledForeColor   = System.Drawing.Color.Gray;
     this.StackButton.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StackButton.HoverBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(207)))), ((int)(((byte)(255)))));
     this.StackButton.HoverColor        = System.Drawing.Color.SteelBlue;
     this.StackButton.HoverTextColor    = System.Drawing.Color.White;
     this.StackButton.Location          = new System.Drawing.Point(231, 284);
     this.StackButton.Name              = "StackButton";
     this.StackButton.NormalBorderColor = System.Drawing.Color.Black;
     this.StackButton.NormalColor       = System.Drawing.Color.Black;
     this.StackButton.NormalTextColor   = System.Drawing.SystemColors.MenuHighlight;
     this.StackButton.PressBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.StackButton.PressColor        = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.StackButton.PressTextColor    = System.Drawing.Color.White;
     this.StackButton.Size              = new System.Drawing.Size(100, 36);
     this.StackButton.Style             = MetroSet_UI.Design.Style.Custom;
     this.StackButton.StyleManager      = null;
     this.StackButton.TabIndex          = 3;
     this.StackButton.Text              = "Stack";
     this.StackButton.ThemeAuthor       = "Narwin";
     this.StackButton.ThemeName         = "MetroDark";
     this.StackButton.Click            += new System.EventHandler(this.StackButton_OnClick);
     //
     // TargetButton
     //
     this.TargetButton.DisabledBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
     this.TargetButton.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
     this.TargetButton.DisabledForeColor   = System.Drawing.Color.Gray;
     this.TargetButton.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TargetButton.HoverBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(207)))), ((int)(((byte)(255)))));
     this.TargetButton.HoverColor        = System.Drawing.Color.SteelBlue;
     this.TargetButton.HoverTextColor    = System.Drawing.Color.White;
     this.TargetButton.Location          = new System.Drawing.Point(408, 284);
     this.TargetButton.Name              = "TargetButton";
     this.TargetButton.NormalBorderColor = System.Drawing.Color.Black;
     this.TargetButton.NormalColor       = System.Drawing.Color.Transparent;
     this.TargetButton.NormalTextColor   = System.Drawing.SystemColors.MenuHighlight;
     this.TargetButton.PressBorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.TargetButton.PressColor        = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(147)))), ((int)(((byte)(195)))));
     this.TargetButton.PressTextColor    = System.Drawing.Color.White;
     this.TargetButton.Size              = new System.Drawing.Size(100, 36);
     this.TargetButton.Style             = MetroSet_UI.Design.Style.Custom;
     this.TargetButton.StyleManager      = null;
     this.TargetButton.TabIndex          = 4;
     this.TargetButton.Text              = "Target";
     this.TargetButton.ThemeAuthor       = "Narwin";
     this.TargetButton.ThemeName         = "MetroDark";
     this.TargetButton.Click            += new System.EventHandler(this.TargetButton_OnClick);
     //
     // Error
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionForeColor    = System.Drawing.Color.Black;
     captionImage1.BackColor  = System.Drawing.Color.Black;
     captionImage1.Image      = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location   = new System.Drawing.Point(5, 5);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(25, 25);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(600, 336);
     this.Controls.Add(this.TargetButton);
     this.Controls.Add(this.StackButton);
     this.Controls.Add(this.metroSetPanel1);
     this.Controls.Add(this.OkButton);
     this.ForeColor     = System.Drawing.Color.LightSteelBlue;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MetroColor    = System.Drawing.Color.Black;
     this.MinimizeBox   = false;
     this.Name          = "Error";
     this.ShowIcon      = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Message";
     this.TopMost       = true;
     this.metroSetPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(fec_Main));
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo2  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo1  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.employeeGrid         = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.addEmployeeButton    = new System.Windows.Forms.Button();
     this.removeEmployeeButton = new System.Windows.Forms.Button();
     this.toolTip = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.employeeGrid)).BeginInit();
     this.SuspendLayout();
     //
     // employeeGrid
     //
     this.employeeGrid.AllowedOptimizations = ((Syncfusion.Grouping.EngineOptimizations)((((Syncfusion.Grouping.EngineOptimizations.DisableCounters | Syncfusion.Grouping.EngineOptimizations.VirtualMode)
                                                                                           | Syncfusion.Grouping.EngineOptimizations.PassThroughSort)
                                                                                          | Syncfusion.Grouping.EngineOptimizations.RecordsAsDisplayElements)));
     this.employeeGrid.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.employeeGrid.BackColor         = System.Drawing.SystemColors.Window;
     this.employeeGrid.CacheRecordValues = false;
     this.employeeGrid.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.employeeGrid.ChildGroupOptions.ShowFilterBar = true;
     this.employeeGrid.CounterLogic         = Syncfusion.Grouping.EngineCounters.YAmount;
     this.employeeGrid.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.employeeGrid.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.employeeGrid.HorizontalScrollTips = true;
     this.employeeGrid.Location             = new System.Drawing.Point(29, 21);
     this.employeeGrid.MarkColHeader        = true;
     this.employeeGrid.Name = "employeeGrid";
     this.employeeGrid.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.employeeGrid.NestedTableGroupOptions.ShowFilterBar      = true;
     this.employeeGrid.NestedTableGroupOptions.ShowStackedHeaders = true;
     this.employeeGrid.Office2007ScrollBars          = true;
     this.employeeGrid.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.employeeGrid.ShowRelationFields            = Syncfusion.Grouping.ShowRelationFields.Hide;
     this.employeeGrid.Size     = new System.Drawing.Size(586, 369);
     this.employeeGrid.TabIndex = 0;
     this.employeeGrid.TableDescriptor.AllowNew = false;
     this.employeeGrid.TableDescriptor.TableOptions.CaptionRowHeight      = 29;
     this.employeeGrid.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 25;
     this.employeeGrid.TableDescriptor.TableOptions.RecordRowHeight       = 25;
     this.employeeGrid.TableOptions.DefaultColumnWidth     = 469;
     this.employeeGrid.TableOptions.IndentWidth            = 0;
     this.employeeGrid.TableOptions.RecordPreviewRowHeight = 32;
     this.employeeGrid.TableOptions.RecordRowHeight        = 32;
     this.employeeGrid.TableOptions.RowHeaderWidth         = 18;
     this.employeeGrid.TableOptions.ShowRowHeader          = true;
     this.employeeGrid.TableOptions.ShowTableIndent        = true;
     this.employeeGrid.Text = "gridGroupingControl1";
     this.employeeGrid.TopLevelGroupOptions.ShowAddNewRecordAfterDetails  = false;
     this.employeeGrid.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
     this.employeeGrid.TopLevelGroupOptions.ShowColumnHeaders             = true;
     this.employeeGrid.TopLevelGroupOptions.ShowFilterBar = true;
     this.employeeGrid.UseDefaultsForFasterDrawing        = true;
     this.employeeGrid.UseRightToLeftCompatibleTextBox    = true;
     this.employeeGrid.VersionInfo          = "14.3200.0.49";
     this.employeeGrid.RecordValueChanging += new Syncfusion.Grouping.RecordValueChangingEventHandler(this.employeeGrid_RecordValueChanging);
     this.employeeGrid.RecordValueChanged  += new Syncfusion.Grouping.RecordValueChangedEventHandler(this.employeeGrid_RecordValueChanged);
     //
     // addEmployeeButton
     //
     this.addEmployeeButton.Image       = ((System.Drawing.Image)(resources.GetObject("addEmployeeButton.Image")));
     this.addEmployeeButton.Location    = new System.Drawing.Point(634, 82);
     this.addEmployeeButton.Name        = "addEmployeeButton";
     this.addEmployeeButton.Size        = new System.Drawing.Size(37, 37);
     this.addEmployeeButton.TabIndex    = 1;
     toolTipInfo2.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo2.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipInfo2.Body.ImageScalingSize = new System.Drawing.Size(48, 48);
     toolTipInfo2.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo2.Body.Text             = "Add a new employee in the database.";
     toolTipInfo2.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo2.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo2.ForeColor             = System.Drawing.Color.White;
     toolTipInfo2.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Text           = "Add Employee";
     this.toolTip.SetToolTip(this.addEmployeeButton, toolTipInfo2);
     this.addEmployeeButton.UseVisualStyleBackColor = true;
     this.addEmployeeButton.Click += new System.EventHandler(this.addEmployeeButton_Click);
     //
     // removeEmployeeButton
     //
     this.removeEmployeeButton.Image    = ((System.Drawing.Image)(resources.GetObject("removeEmployeeButton.Image")));
     this.removeEmployeeButton.Location = new System.Drawing.Point(634, 138);
     this.removeEmployeeButton.Name     = "removeEmployeeButton";
     this.removeEmployeeButton.Size     = new System.Drawing.Size(37, 37);
     this.removeEmployeeButton.TabIndex = 2;
     toolTipInfo1.BackColor             = System.Drawing.Color.DeepSkyBlue;
     toolTipInfo1.Body.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipInfo1.Body.Size             = new System.Drawing.Size(48, 48);
     toolTipInfo1.Body.Text             = "Remove selected employee records from the database.";
     toolTipInfo1.Body.TextMargin       = new System.Windows.Forms.Padding(0, 18, 0, 0);
     toolTipInfo1.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.ForeColor             = System.Drawing.Color.White;
     toolTipInfo1.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Text           = "Remove Employee(s)";
     this.toolTip.SetToolTip(this.removeEmployeeButton, toolTipInfo1);
     this.removeEmployeeButton.UseVisualStyleBackColor = true;
     this.removeEmployeeButton.Click += new System.EventHandler(this.removeEmployeeButton_Click);
     //
     // toolTip
     //
     this.toolTip.GradientBackGround = false;
     this.toolTip.MaxWidth           = 300;
     this.toolTip.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.toolTip.VisualStyle        = Syncfusion.Windows.Forms.Tools.SuperToolTip.Appearance.Metro;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(616, 395);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // fec_Main
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.DeepSkyBlue;
     this.CaptionBarHeight        = 52;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(30, -3);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(60, 60);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(693, 416);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.removeEmployeeButton);
     this.Controls.Add(this.addEmployeeButton);
     this.Controls.Add(this.employeeGrid);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "fec_Main";
     this.ShowIcon = false;
     this.Text     = "Smile Family Entertainment Center Database";
     ((System.ComponentModel.ISupportInitialize)(this.employeeGrid)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #12
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     captionImage1          = new Syncfusion.Windows.Forms.CaptionImage();
     captionLabel1          = new Syncfusion.Windows.Forms.CaptionLabel();
     this.navigationDrawer1 = new Syncfusion.Windows.Forms.Tools.NavigationDrawer();
     this.imageListAdv1     = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components);
     this.SettingsPanel     = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.label2            = new System.Windows.Forms.Label();
     this.Cancel            = new Syncfusion.Windows.Forms.ButtonAdv();
     this.SlideOnTop        = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.Apply             = new Syncfusion.Windows.Forms.ButtonAdv();
     this.Reveal            = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.Push            = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.panel3          = new System.Windows.Forms.Panel();
     this.panel4          = new System.Windows.Forms.Panel();
     this.panel1          = new System.Windows.Forms.Panel();
     this.BottomPosition  = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.TopPosition     = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.rightPosition   = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.leftposition    = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.comboboxAdv1    = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label3          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.drawerMenuItem1 = new DrawerMenuItem();
     this.drawerMenuItem2 = new DrawerMenuItem();
     this.drawerMenuItem3 = new DrawerMenuItem();
     this.drawerMenuItem4 = new DrawerMenuItem();
     this.drawerMenuItem5 = new DrawerMenuItem();
     this.header          = new DrawerHeader();
     this.SettingsPanel.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SlideOnTop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reveal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Push)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomPosition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopPosition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rightPosition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leftposition)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboboxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // navigationDrawer1
     //
     this.navigationDrawer1.Dock = System.Windows.Forms.DockStyle.Fill;
     header.Size = new System.Drawing.Size(header.Width, 120);
     header.Font = new System.Drawing.Font("Arial Narrow", 12, System.Drawing.FontStyle.Regular);
     this.navigationDrawer1.Items.Add(this.header);
     this.navigationDrawer1.Items.Add(this.drawerMenuItem1);
     this.navigationDrawer1.Items.Add(this.drawerMenuItem2);
     this.navigationDrawer1.Items.Add(this.drawerMenuItem3);
     this.navigationDrawer1.Items.Add(this.drawerMenuItem4);
     this.navigationDrawer1.Items.Add(this.drawerMenuItem5);
     this.navigationDrawer1.Location = new System.Drawing.Point(0, 0);
     this.navigationDrawer1.Name     = "navigationDrawer1";
     this.navigationDrawer1.Size     = new System.Drawing.Size(988, 719);
     this.navigationDrawer1.TabIndex = 0;
     this.navigationDrawer1.Text     = "navigationDrawer1";
     this.navigationDrawer1.Style    = NavigationDrawerStyle.Office2016Colorful;
     this.navigationDrawer1.Font     = new System.Drawing.Font("Arial Narrow", 12, System.Drawing.FontStyle.Regular);
     //
     // imageListAdv1
     //
     this.imageListAdv1.Images.AddRange(new System.Drawing.Image[] {
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images1"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images2"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images3"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images4"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images5"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images6"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images7"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images8"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images9"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images10"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images11"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images12"))),
         ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images13")))
     });
     //
     // SettingsPanel
     //
     this.SettingsPanel.Controls.Add(this.panel2);
     this.SettingsPanel.Controls.Add(this.panel3);
     this.SettingsPanel.Controls.Add(this.panel1);
     this.SettingsPanel.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SettingsPanel.Location = new System.Drawing.Point(534, 9);
     this.SettingsPanel.Name     = "SettingsPanel";
     this.SettingsPanel.Size     = new System.Drawing.Size(294, 661);
     this.SettingsPanel.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.Cancel);
     this.panel2.Controls.Add(this.SlideOnTop);
     this.panel2.Controls.Add(this.Apply);
     this.panel2.Controls.Add(this.Reveal);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.comboboxAdv1);
     this.panel2.Controls.Add(this.Push);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.None;
     this.panel2.Location = new System.Drawing.Point(0, 254);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(294, 500);
     this.panel2.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(18, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(86, 21);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Transition";
     //
     // Cancel
     //
     this.Cancel.BeforeTouchSize   = new System.Drawing.Size(85, 27);
     this.Cancel.ForeColor         = System.Drawing.Color.White;
     this.Cancel.IsBackStageButton = false;
     this.Cancel.Location          = new System.Drawing.Point(165, 330);
     this.Cancel.Name           = "Cancel";
     this.Cancel.Size           = new System.Drawing.Size(85, 27);
     this.Cancel.TabIndex       = 15;
     this.Cancel.Text           = "Reset";
     this.Cancel.UseVisualStyle = true;
     this.Cancel.Click         += new System.EventHandler(this.Cancel_Click);
     this.Cancel.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     //
     // SlideOnTop
     //
     this.SlideOnTop.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.SlideOnTop.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SlideOnTop.Location             = new System.Drawing.Point(42, 73);
     this.SlideOnTop.Name                 = "SlideOnTop";
     this.SlideOnTop.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.SlideOnTop.Size                 = new System.Drawing.Size(150, 21);
     this.SlideOnTop.TabIndex             = 11;
     this.SlideOnTop.Text                 = "Slide On Top";
     this.SlideOnTop.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.SlideOnTop.ThemesEnabled        = false;
     this.SlideOnTop.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // Apply
     //
     this.Apply.BeforeTouchSize   = new System.Drawing.Size(85, 27);
     this.Apply.IsBackStageButton = false;
     this.Apply.Location          = new System.Drawing.Point(43, 330);
     this.Apply.Name           = "Apply";
     this.Apply.Size           = new System.Drawing.Size(85, 27);
     this.Apply.TabIndex       = 14;
     this.Apply.Text           = "Apply";
     this.Apply.UseVisualStyle = true;
     this.Apply.Click         += new System.EventHandler(this.Apply_Click);
     this.Apply.Appearance     = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     //
     // Reveal
     //
     this.Reveal.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.Reveal.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Reveal.Location             = new System.Drawing.Point(42, 108);
     this.Reveal.Name                 = "Reveal";
     this.Reveal.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.Reveal.Size                 = new System.Drawing.Size(150, 21);
     this.Reveal.TabIndex             = 12;
     this.Reveal.Text                 = "Reveal";
     this.Reveal.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.Reveal.ThemesEnabled        = false;
     this.Reveal.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // Push
     //
     this.Push.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.Push.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Push.Location             = new System.Drawing.Point(42, 143);
     this.Push.Name                 = "Push";
     this.Push.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.Push.Size                 = new System.Drawing.Size(150, 21);
     this.Push.TabIndex             = 13;
     this.Push.Text                 = "Push";
     this.Push.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.Push.ThemesEnabled        = false;
     this.Push.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // panel3
     //
     this.panel3.Dock     = System.Windows.Forms.DockStyle.None;
     this.panel3.Location = new System.Drawing.Point(0, 250);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(25, 0, 25, 0);
     this.panel3.Size     = new System.Drawing.Size(294, 2);
     this.panel3.TabIndex = 17;
     //
     // panel4
     //
     this.panel4.Dock     = System.Windows.Forms.DockStyle.None;
     this.panel4.Location = new System.Drawing.Point(0, 200);
     this.panel4.Name     = "panel4";
     this.panel4.Padding  = new System.Windows.Forms.Padding(25, 0, 25, 0);
     this.panel4.Size     = new System.Drawing.Size(294, 2);
     this.panel4.TabIndex = 17;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.BottomPosition);
     this.panel1.Controls.Add(this.TopPosition);
     this.panel1.Controls.Add(this.rightPosition);
     this.panel1.Controls.Add(this.leftposition);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(294, 322);
     this.panel1.TabIndex = 16;
     //
     // BottomPosition
     //
     this.BottomPosition.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.BottomPosition.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BottomPosition.Location             = new System.Drawing.Point(39, 192);
     this.BottomPosition.Name                 = "BottomPosition";
     this.BottomPosition.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.BottomPosition.Size                 = new System.Drawing.Size(150, 21);
     this.BottomPosition.TabIndex             = 15;
     this.BottomPosition.Text                 = "Bottom";
     this.BottomPosition.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.BottomPosition.ThemesEnabled        = false;
     this.BottomPosition.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // TopPosition
     //
     this.TopPosition.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.TopPosition.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TopPosition.Location             = new System.Drawing.Point(39, 157);
     this.TopPosition.Name                 = "TopPosition";
     this.TopPosition.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.TopPosition.Size                 = new System.Drawing.Size(150, 21);
     this.TopPosition.TabIndex             = 14;
     this.TopPosition.Text                 = "Top";
     this.TopPosition.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.TopPosition.ThemesEnabled        = false;
     this.TopPosition.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // rightPosition
     //
     this.rightPosition.BeforeTouchSize      = new System.Drawing.Size(150, 21);
     this.rightPosition.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rightPosition.Location             = new System.Drawing.Point(39, 122);
     this.rightPosition.Name                 = "rightPosition";
     this.rightPosition.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.rightPosition.Size                 = new System.Drawing.Size(150, 21);
     this.rightPosition.TabIndex             = 13;
     this.rightPosition.Text                 = "Right";
     this.rightPosition.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.rightPosition.ThemesEnabled        = false;
     this.rightPosition.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     // leftposition
     //
     this.leftposition.BeforeTouchSize    = new System.Drawing.Size(150, 21);
     this.leftposition.DrawFocusRectangle = false;
     this.leftposition.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.leftposition.Location             = new System.Drawing.Point(39, 87);
     this.leftposition.Name                 = "leftposition";
     this.leftposition.RightToLeft          = System.Windows.Forms.RightToLeft.Yes;
     this.leftposition.Size                 = new System.Drawing.Size(150, 21);
     this.leftposition.TabIndex             = 12;
     this.leftposition.Text                 = "Left";
     this.leftposition.TextContentAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.leftposition.ThemesEnabled        = false;
     this.leftposition.Style                = RadioButtonAdvStyle.Office2016Colorful;
     //
     //comboBoxAdv1
     //
     this.comboboxAdv1.Items.AddRange(new object[] {
         "Office2016Colorful",
         "Office2016White",
         "Office2016DarkGray",
         "Office2016Black"
     });
     this.comboboxAdv1.Location                      = new System.Drawing.Point(50, 270);
     this.comboboxAdv1.DropDownStyle                 = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboboxAdv1.Size                          = new System.Drawing.Size(200, 200);
     this.comboboxAdv1.Name                          = "Style";
     this.comboboxAdv1.Style                         = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
     this.comboboxAdv1.SelectedIndex                 = 0;
     this.comboboxAdv1.ListBox.SelectionMode         = SelectionMode.One;
     this.comboboxAdv1.ListBox.SelectedIndexChanged += new System.EventHandler(ComboboxAdv1_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(13, 61);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(73, 21);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Position";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(20, 210);
     this.label4.Text     = "Style";
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 14F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(13, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 25);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Settings";
     //
     // drawerMenuItem1
     //
     this.drawerMenuItem1.Font        = new System.Drawing.Font("Segoe UI", 12, System.Drawing.FontStyle.Regular);
     this.drawerMenuItem1.ItemText    = "   Home";
     this.drawerMenuItem1.Location    = new System.Drawing.Point(2, 0);
     this.drawerMenuItem1.Margin      = new System.Windows.Forms.Padding(0);
     this.drawerMenuItem1.MinimumSize = new System.Drawing.Size(200, 50);
     this.drawerMenuItem1.Name        = "drawerMenuItem1";
     this.drawerMenuItem1.Size        = new System.Drawing.Size(200, 50);
     this.drawerMenuItem1.TabIndex    = 0;
     this.drawerMenuItem1.TextAlign   = TextAlignment.Left;
     //
     // drawerMenuItem2
     //
     this.drawerMenuItem2.Font        = new System.Drawing.Font("Segoe UI", 12, System.Drawing.FontStyle.Regular);
     this.drawerMenuItem2.ItemText    = "People";
     this.drawerMenuItem2.Location    = new System.Drawing.Point(2, 50);
     this.drawerMenuItem2.Margin      = new System.Windows.Forms.Padding(0);
     this.drawerMenuItem2.MinimumSize = new System.Drawing.Size(200, 50);
     this.drawerMenuItem2.Name        = "drawerMenuItem2";
     //this.drawerMenuItem2.Selected = false;
     this.drawerMenuItem2.Size      = new System.Drawing.Size(200, 50);
     this.drawerMenuItem2.TabIndex  = 1;
     this.drawerMenuItem2.Text      = "   People";
     this.drawerMenuItem2.TextAlign = TextAlignment.Left;
     //
     // drawerMenuItem3
     //
     this.drawerMenuItem3.Font        = new System.Drawing.Font("Segoe UI", 12, System.Drawing.FontStyle.Regular);
     this.drawerMenuItem3.ItemText    = "Profile";
     this.drawerMenuItem3.Location    = new System.Drawing.Point(2, 100);
     this.drawerMenuItem3.Margin      = new System.Windows.Forms.Padding(0);
     this.drawerMenuItem3.MinimumSize = new System.Drawing.Size(200, 50);
     this.drawerMenuItem3.Name        = "drawerMenuItem3";
     //this.drawerMenuItem3.Selected = false;
     this.drawerMenuItem3.Size      = new System.Drawing.Size(200, 50);
     this.drawerMenuItem3.TabIndex  = 2;
     this.drawerMenuItem3.Text      = "   Profile";
     this.drawerMenuItem3.TextAlign = TextAlignment.Left;
     //
     // drawerMenuItem4
     //
     this.drawerMenuItem4.Font        = new System.Drawing.Font("Segoe UI", 12, System.Drawing.FontStyle.Regular);
     this.drawerMenuItem4.ItemText    = "Photos";
     this.drawerMenuItem4.Location    = new System.Drawing.Point(2, 150);
     this.drawerMenuItem4.Margin      = new System.Windows.Forms.Padding(0);
     this.drawerMenuItem4.MinimumSize = new System.Drawing.Size(200, 50);
     this.drawerMenuItem4.Name        = "drawerMenuItem4";
     //this.drawerMenuItem4.Selected = false;
     this.drawerMenuItem4.Size      = new System.Drawing.Size(200, 50);
     this.drawerMenuItem4.TabIndex  = 3;
     this.drawerMenuItem4.Text      = "   Photos";
     this.drawerMenuItem4.TextAlign = TextAlignment.Left;
     //
     // drawerMenuItem5
     //
     this.drawerMenuItem5.Font        = new System.Drawing.Font("Segoe UI", 12, System.Drawing.FontStyle.Regular);
     this.drawerMenuItem5.ItemText    = "About us";
     this.drawerMenuItem5.Location    = new System.Drawing.Point(2, 200);
     this.drawerMenuItem5.Margin      = new System.Windows.Forms.Padding(0);
     this.drawerMenuItem5.MinimumSize = new System.Drawing.Size(200, 50);
     this.drawerMenuItem5.Name        = "drawerMenuItem5";
     //this.drawerMenuItem5.Selected = false;
     this.drawerMenuItem5.Size      = new System.Drawing.Size(200, 50);
     this.drawerMenuItem5.TabIndex  = 4;
     this.drawerMenuItem5.Text      = "   About us";
     this.drawerMenuItem5.Visible   = false;
     this.drawerMenuItem5.TextAlign = TextAlignment.Left;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderThickness     = 1;
     this.CaptionBarHeight    = 50;
     captionImage1.Image      = global::NavigationDrawer_2010.Properties.Resources.TriggerImage6_1;
     captionImage1.Location   = new System.Drawing.Point(6, 15);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(45, 28);
     this.CaptionImages.Add(captionImage1);
     captionLabel1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     captionLabel1.ForeColor = System.Drawing.Color.White;
     captionLabel1.Location  = new System.Drawing.Point(55, 16);
     captionLabel1.Name      = "CaptionLabel1";
     captionLabel1.Text      = "Home";
     this.CaptionLabels.Add(captionLabel1);
     this.ClientSize = new System.Drawing.Size(988, 719);
     this.Controls.Add(this.SettingsPanel);
     this.Controls.Add(this.navigationDrawer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.SettingsPanel.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SlideOnTop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reveal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Push)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BottomPosition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopPosition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rightPosition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leftposition)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboboxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetCopyPaste            spreadsheetCopyPaste1            = new Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetCopyPaste();
     Syncfusion.Windows.Forms.Spreadsheet.FormulaRangeSelectionController formulaRangeSelectionController1 = new Syncfusion.Windows.Forms.Spreadsheet.FormulaRangeSelectionController();
     VisualPlus.Structure.TextStyle textStyle4 = new VisualPlus.Structure.TextStyle();
     VisualPlus.Structure.TextStyle textStyle3 = new VisualPlus.Structure.TextStyle();
     VisualPlus.Structure.TextStyle textStyle2 = new VisualPlus.Structure.TextStyle();
     VisualPlus.Structure.TextStyle textStyle1 = new VisualPlus.Structure.TextStyle();
     Syncfusion.Windows.Forms.Tools.Office2016ColorTable office2016ColorTable1 = new Syncfusion.Windows.Forms.Tools.Office2016ColorTable();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(ExcelForm));
     this.BudgetReport       = new Syncfusion.Windows.Forms.Spreadsheet.Spreadsheet();
     this.toolStripTabItem1  = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
     this.toolStripEx1       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripTabItem2  = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
     this.toolStripEx2       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.metroSetPanel1     = new MetroSet_UI.Controls.MetroSetPanel();
     this.superToolTip1      = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     this.CarryOverButton    = new VisualPlus.Toolkit.Controls.Interactivity.VisualRadioButton();
     this.CurrentYearButton  = new VisualPlus.Toolkit.Controls.Interactivity.VisualRadioButton();
     this.visualGroupBox3    = new VisualPlus.Toolkit.Controls.Layout.VisualGroupBox();
     this.flowLayoutPanel3   = new System.Windows.Forms.FlowLayoutPanel();
     this.visualGroupBox1    = new VisualPlus.Toolkit.Controls.Layout.VisualGroupBox();
     this.flowLayoutPanel1   = new System.Windows.Forms.FlowLayoutPanel();
     this.toolStripButton1   = new System.Windows.Forms.ToolStripButton();
     this.spreadsheetRibbon1 = new Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetRibbon();
     this.toolStripTabItem1.Panel.SuspendLayout();
     this.toolStripTabItem2.Panel.SuspendLayout();
     this.metroSetPanel1.SuspendLayout();
     this.visualGroupBox3.SuspendLayout();
     this.visualGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spreadsheetRibbon1)).BeginInit();
     this.SuspendLayout();
     //
     // BudgetReport
     //
     this.BudgetReport.AllowCellContextMenu       = true;
     this.BudgetReport.AllowExtendRowColumnCount  = true;
     this.BudgetReport.AllowFormulaRangeSelection = true;
     this.BudgetReport.AllowTabItemContextMenu    = true;
     this.BudgetReport.AllowZooming = true;
     this.BudgetReport.BackColor    = System.Drawing.SystemColors.ScrollBar;
     spreadsheetCopyPaste1.AllowPasteOptionPopup = true;
     spreadsheetCopyPaste1.DefaultPasteOption    = Syncfusion.Windows.Forms.Spreadsheet.PasteOptions.Paste;
     this.BudgetReport.CopyPaste          = spreadsheetCopyPaste1;
     this.BudgetReport.DefaultColumnCount = 15;
     this.BudgetReport.DefaultRowCount    = 60;
     this.BudgetReport.DisplayAlerts      = true;
     this.BudgetReport.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.BudgetReport.FileName             = "Book2";
     this.BudgetReport.Font                 = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BudgetReport.ForeColor            = System.Drawing.Color.Black;
     this.BudgetReport.FormulaBarVisibility = true;
     formulaRangeSelectionController1.AllowMouseSelection     = true;
     formulaRangeSelectionController1.AllowSelectionOnEditing = true;
     this.BudgetReport.FormulaRangeSelectionController        = formulaRangeSelectionController1;
     this.BudgetReport.IsCustomTabItemContextMenuEnabled      = false;
     this.BudgetReport.Location           = new System.Drawing.Point(0, 0);
     this.BudgetReport.Name               = "BudgetReport";
     this.BudgetReport.SelectedTabIndex   = 0;
     this.BudgetReport.SelectedTabItem    = null;
     this.BudgetReport.ShowBusyIndicator  = true;
     this.BudgetReport.Size               = new System.Drawing.Size(1170, 1011);
     this.BudgetReport.TabIndex           = 1;
     this.BudgetReport.TabItemContextMenu = null;
     this.BudgetReport.ThemeName          = "Default";
     //
     // toolStripTabItem1
     //
     this.toolStripTabItem1.Name = "toolStripTabItem1";
     //
     //
     //
     this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx1);
     this.toolStripTabItem1.Panel.Name           = "";
     this.toolStripTabItem1.Panel.ScrollPosition = 0;
     this.toolStripTabItem1.Panel.TabIndex       = 5;
     this.toolStripTabItem1.Panel.Text           = "toolStripTabItem1";
     this.toolStripTabItem1.Position             = -1;
     this.toolStripTabItem1.Size = new System.Drawing.Size(174, 40);
     this.toolStripTabItem1.Text = "toolStripTabItem1";
     //
     // toolStripEx1
     //
     this.toolStripEx1.AutoSize         = false;
     this.toolStripEx1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStripEx1.Font             = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx1.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.toolStripEx1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx1.Image            = null;
     this.toolStripEx1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStripEx1.LauncherStyle    = Syncfusion.Windows.Forms.Tools.LauncherStyle.Metro;
     this.toolStripEx1.Location         = new System.Drawing.Point(0, 1);
     this.toolStripEx1.Name             = "toolStripEx1";
     this.toolStripEx1.Office12Mode     = false;
     this.toolStripEx1.Size             = new System.Drawing.Size(100, 25);
     this.toolStripEx1.TabIndex         = 0;
     //
     // toolStripTabItem2
     //
     this.toolStripTabItem2.Name = "toolStripTabItem2";
     //
     //
     //
     this.toolStripTabItem2.Panel.Controls.Add(this.toolStripEx2);
     this.toolStripTabItem2.Panel.Name           = "";
     this.toolStripTabItem2.Panel.ScrollPosition = 0;
     this.toolStripTabItem2.Panel.TabIndex       = 5;
     this.toolStripTabItem2.Panel.Text           = "toolStripTabItem2";
     this.toolStripTabItem2.Position             = -1;
     this.toolStripTabItem2.Size = new System.Drawing.Size(174, 40);
     this.toolStripTabItem2.Text = "toolStripTabItem2";
     //
     // toolStripEx2
     //
     this.toolStripEx2.AutoSize         = false;
     this.toolStripEx2.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStripEx2.Font             = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx2.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.toolStripEx2.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx2.Image            = null;
     this.toolStripEx2.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStripEx2.Location         = new System.Drawing.Point(0, 1);
     this.toolStripEx2.Name             = "toolStripEx2";
     this.toolStripEx2.Office12Mode     = false;
     this.toolStripEx2.Size             = new System.Drawing.Size(100, 25);
     this.toolStripEx2.TabIndex         = 0;
     //
     // metroSetPanel1
     //
     this.metroSetPanel1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.metroSetPanel1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(110)))), ((int)(((byte)(110)))));
     this.metroSetPanel1.BorderThickness = 1;
     this.metroSetPanel1.Controls.Add(this.spreadsheetRibbon1);
     this.metroSetPanel1.Controls.Add(this.BudgetReport);
     this.metroSetPanel1.Location     = new System.Drawing.Point(465, 12);
     this.metroSetPanel1.Name         = "metroSetPanel1";
     this.metroSetPanel1.Size         = new System.Drawing.Size(1170, 1011);
     this.metroSetPanel1.Style        = MetroSet_UI.Design.Style.Dark;
     this.metroSetPanel1.StyleManager = null;
     this.metroSetPanel1.TabIndex     = 2;
     this.metroSetPanel1.ThemeAuthor  = "Narwin";
     this.metroSetPanel1.ThemeName    = "MetroDark";
     //
     // superToolTip1
     //
     this.superToolTip1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     //
     // CarryOverButton
     //
     this.CarryOverButton.Border.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.CarryOverButton.Border.HoverColor   = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
     this.CarryOverButton.Border.HoverVisible = true;
     this.CarryOverButton.Border.Rounding     = 12;
     this.CarryOverButton.Border.Thickness    = 1;
     this.CarryOverButton.Border.Type         = VisualPlus.Enumerators.ShapeType.Rounded;
     this.CarryOverButton.Border.Visible      = true;
     this.CarryOverButton.Box = new System.Drawing.Size(14, 14);
     this.CarryOverButton.BoxColorState.Disabled   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CarryOverButton.BoxColorState.Enabled    = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.CarryOverButton.BoxColorState.Hover      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CarryOverButton.BoxColorState.Pressed    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.CarryOverButton.BoxSpacing               = 2;
     this.CarryOverButton.CheckStyle.AutoSize      = true;
     this.CarryOverButton.CheckStyle.Bounds        = new System.Drawing.Rectangle(0, 0, 8, 8);
     this.CarryOverButton.CheckStyle.Character     = '✔';
     this.CarryOverButton.CheckStyle.CheckColor    = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(136)))), ((int)(((byte)(45)))));
     this.CarryOverButton.CheckStyle.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
     this.CarryOverButton.CheckStyle.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     this.CarryOverButton.CheckStyle.ShapeRounding = 6;
     this.CarryOverButton.CheckStyle.ShapeType     = VisualPlus.Enumerators.ShapeType.Rounded;
     this.CarryOverButton.CheckStyle.Style         = VisualPlus.Structure.CheckStyle.CheckType.Shape;
     this.CarryOverButton.CheckStyle.Thickness     = 2F;
     this.CarryOverButton.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.CarryOverButton.Font        = new System.Drawing.Font("Segoe UI", 8.25F);
     this.CarryOverButton.ForeColor   = System.Drawing.Color.LightSteelBlue;
     this.CarryOverButton.IsBoxLarger = false;
     this.CarryOverButton.Location    = new System.Drawing.Point(256, 86);
     this.CarryOverButton.MouseState  = VisualPlus.Enumerators.MouseStates.Normal;
     this.CarryOverButton.Name        = "CarryOverButton";
     this.CarryOverButton.Size        = new System.Drawing.Size(125, 23);
     this.CarryOverButton.TabIndex    = 175;
     this.CarryOverButton.Text        = "CarryOver";
     this.CarryOverButton.TextSize    = new System.Drawing.Size(80, 24);
     textStyle4.Disabled            = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
     textStyle4.Enabled             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textStyle4.Hover               = System.Drawing.Color.Empty;
     textStyle4.TextRenderingHint   = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.CarryOverButton.TextStyle = textStyle4;
     //
     // CurrentYearButton
     //
     this.CurrentYearButton.Border.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.CurrentYearButton.Border.HoverColor   = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(183)))), ((int)(((byte)(230)))));
     this.CurrentYearButton.Border.HoverVisible = true;
     this.CurrentYearButton.Border.Rounding     = 12;
     this.CurrentYearButton.Border.Thickness    = 1;
     this.CurrentYearButton.Border.Type         = VisualPlus.Enumerators.ShapeType.Rounded;
     this.CurrentYearButton.Border.Visible      = true;
     this.CurrentYearButton.Box = new System.Drawing.Size(14, 14);
     this.CurrentYearButton.BoxColorState.Disabled   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CurrentYearButton.BoxColorState.Enabled    = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.CurrentYearButton.BoxColorState.Hover      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CurrentYearButton.BoxColorState.Pressed    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.CurrentYearButton.BoxSpacing               = 2;
     this.CurrentYearButton.CheckStyle.AutoSize      = true;
     this.CurrentYearButton.CheckStyle.Bounds        = new System.Drawing.Rectangle(0, 0, 8, 8);
     this.CurrentYearButton.CheckStyle.Character     = '✔';
     this.CurrentYearButton.CheckStyle.CheckColor    = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(136)))), ((int)(((byte)(45)))));
     this.CurrentYearButton.CheckStyle.Font          = new System.Drawing.Font("Segoe UI", 8.25F);
     this.CurrentYearButton.CheckStyle.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     this.CurrentYearButton.CheckStyle.ShapeRounding = 6;
     this.CurrentYearButton.CheckStyle.ShapeType     = VisualPlus.Enumerators.ShapeType.Rounded;
     this.CurrentYearButton.CheckStyle.Style         = VisualPlus.Structure.CheckStyle.CheckType.Shape;
     this.CurrentYearButton.CheckStyle.Thickness     = 2F;
     this.CurrentYearButton.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.CurrentYearButton.Font        = new System.Drawing.Font("Segoe UI", 8.25F);
     this.CurrentYearButton.ForeColor   = System.Drawing.Color.LightSteelBlue;
     this.CurrentYearButton.IsBoxLarger = false;
     this.CurrentYearButton.Location    = new System.Drawing.Point(65, 86);
     this.CurrentYearButton.MouseState  = VisualPlus.Enumerators.MouseStates.Normal;
     this.CurrentYearButton.Name        = "CurrentYearButton";
     this.CurrentYearButton.Size        = new System.Drawing.Size(125, 23);
     this.CurrentYearButton.TabIndex    = 176;
     this.CurrentYearButton.Text        = "CurrentYear";
     this.CurrentYearButton.TextSize    = new System.Drawing.Size(95, 24);
     textStyle3.Disabled              = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
     textStyle3.Enabled               = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textStyle3.Hover                 = System.Drawing.Color.Empty;
     textStyle3.TextRenderingHint     = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.CurrentYearButton.TextStyle = textStyle3;
     //
     // visualGroupBox3
     //
     this.visualGroupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.visualGroupBox3.BackColorState.Disabled = System.Drawing.Color.Black;
     this.visualGroupBox3.BackColorState.Enabled  = System.Drawing.Color.Black;
     this.visualGroupBox3.Border.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.visualGroupBox3.Border.HoverColor       = System.Drawing.SystemColors.MenuHighlight;
     this.visualGroupBox3.Border.HoverVisible     = true;
     this.visualGroupBox3.Border.Rounding         = 6;
     this.visualGroupBox3.Border.Thickness        = 1;
     this.visualGroupBox3.Border.Type             = VisualPlus.Enumerators.ShapeType.Rounded;
     this.visualGroupBox3.Border.Visible          = true;
     this.visualGroupBox3.BoxStyle = VisualPlus.Toolkit.Controls.Layout.VisualGroupBox.GroupBoxStyle.Default;
     this.visualGroupBox3.Controls.Add(this.flowLayoutPanel3);
     this.visualGroupBox3.Font              = new System.Drawing.Font("Segoe UI", 8.25F);
     this.visualGroupBox3.ForeColor         = System.Drawing.Color.LightSteelBlue;
     this.visualGroupBox3.Image             = null;
     this.visualGroupBox3.Location          = new System.Drawing.Point(61, 152);
     this.visualGroupBox3.MouseState        = VisualPlus.Enumerators.MouseStates.Normal;
     this.visualGroupBox3.Name              = "visualGroupBox3";
     this.visualGroupBox3.Padding           = new System.Windows.Forms.Padding(5, 26, 5, 5);
     this.visualGroupBox3.Separator         = true;
     this.visualGroupBox3.SeparatorColor    = System.Drawing.Color.Black;
     this.visualGroupBox3.Size              = new System.Drawing.Size(320, 287);
     this.visualGroupBox3.TabIndex          = 177;
     this.visualGroupBox3.Text              = "Division";
     this.visualGroupBox3.TextAlignment     = System.Drawing.StringAlignment.Center;
     this.visualGroupBox3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.visualGroupBox3.TextLineAlignment = System.Drawing.StringAlignment.Center;
     textStyle2.Disabled                 = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
     textStyle2.Enabled                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textStyle2.Hover                    = System.Drawing.Color.Empty;
     textStyle2.TextRenderingHint        = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.visualGroupBox3.TextStyle      = textStyle2;
     this.visualGroupBox3.TitleBoxHeight = 25;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.BackColor     = System.Drawing.Color.Black;
     this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel3.Location      = new System.Drawing.Point(30, 52);
     this.flowLayoutPanel3.Name          = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size          = new System.Drawing.Size(268, 178);
     this.flowLayoutPanel3.TabIndex      = 1;
     //
     // visualGroupBox1
     //
     this.visualGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.visualGroupBox1.BackColorState.Disabled = System.Drawing.Color.Black;
     this.visualGroupBox1.BackColorState.Enabled  = System.Drawing.Color.Black;
     this.visualGroupBox1.Border.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.visualGroupBox1.Border.HoverColor       = System.Drawing.SystemColors.MenuHighlight;
     this.visualGroupBox1.Border.HoverVisible     = true;
     this.visualGroupBox1.Border.Rounding         = 6;
     this.visualGroupBox1.Border.Thickness        = 1;
     this.visualGroupBox1.Border.Type             = VisualPlus.Enumerators.ShapeType.Rounded;
     this.visualGroupBox1.Border.Visible          = true;
     this.visualGroupBox1.BoxStyle = VisualPlus.Toolkit.Controls.Layout.VisualGroupBox.GroupBoxStyle.Default;
     this.visualGroupBox1.Controls.Add(this.flowLayoutPanel1);
     this.visualGroupBox1.Font              = new System.Drawing.Font("Segoe UI", 8.25F);
     this.visualGroupBox1.ForeColor         = System.Drawing.Color.LightSteelBlue;
     this.visualGroupBox1.Image             = null;
     this.visualGroupBox1.Location          = new System.Drawing.Point(61, 463);
     this.visualGroupBox1.MouseState        = VisualPlus.Enumerators.MouseStates.Normal;
     this.visualGroupBox1.Name              = "visualGroupBox1";
     this.visualGroupBox1.Padding           = new System.Windows.Forms.Padding(5, 26, 5, 5);
     this.visualGroupBox1.Separator         = true;
     this.visualGroupBox1.SeparatorColor    = System.Drawing.Color.Black;
     this.visualGroupBox1.Size              = new System.Drawing.Size(320, 258);
     this.visualGroupBox1.TabIndex          = 178;
     this.visualGroupBox1.Text              = "Division";
     this.visualGroupBox1.TextAlignment     = System.Drawing.StringAlignment.Center;
     this.visualGroupBox1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.visualGroupBox1.TextLineAlignment = System.Drawing.StringAlignment.Center;
     textStyle1.Disabled                 = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(129)))), ((int)(((byte)(129)))));
     textStyle1.Enabled                  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     textStyle1.Hover                    = System.Drawing.Color.Empty;
     textStyle1.TextRenderingHint        = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.visualGroupBox1.TextStyle      = textStyle1;
     this.visualGroupBox1.TitleBoxHeight = 25;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.BackColor     = System.Drawing.Color.Black;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(30, 52);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(268, 178);
     this.flowLayoutPanel1.TabIndex      = 1;
     //
     // toolStripButton1
     //
     this.toolStripButton1.BackColor             = System.Drawing.Color.SteelBlue;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // spreadsheetRibbon1
     //
     this.spreadsheetRibbon1.CaptionFont              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.spreadsheetRibbon1.Dock                     = Syncfusion.Windows.Forms.Tools.DockStyleEx.Top;
     this.spreadsheetRibbon1.Font                     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.spreadsheetRibbon1.HideMenuButtonToolTip    = true;
     this.spreadsheetRibbon1.LauncherStyle            = Syncfusion.Windows.Forms.Tools.LauncherStyle.Metro;
     this.spreadsheetRibbon1.Location                 = new System.Drawing.Point(0, 0);
     this.spreadsheetRibbon1.MenuButtonFont           = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.spreadsheetRibbon1.MenuButtonText           = "FILE";
     this.spreadsheetRibbon1.MenuButtonWidth          = 56;
     this.spreadsheetRibbon1.MenuColor                = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.spreadsheetRibbon1.Name                     = "spreadsheetRibbon1";
     this.spreadsheetRibbon1.Office2013ColorScheme    = Syncfusion.Windows.Forms.Tools.Office2013ColorScheme.DarkGray;
     this.spreadsheetRibbon1.Office2016ColorScheme    = Syncfusion.Windows.Forms.Tools.Office2016ColorScheme.Black;
     office2016ColorTable1.DropDownBackColor          = System.Drawing.SystemColors.AppWorkspace;
     office2016ColorTable1.GalleryItemNormalColor     = System.Drawing.SystemColors.AppWorkspace;
     office2016ColorTable1.QuickDropDownBackColor     = System.Drawing.SystemColors.AppWorkspace;
     office2016ColorTable1.ToolStripCheckBoxBackColor = System.Drawing.SystemColors.AppWorkspace;
     this.spreadsheetRibbon1.Office2016ColorTable.Add(office2016ColorTable1);
     this.spreadsheetRibbon1.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Black;
     //
     // spreadsheetRibbon1.OfficeMenu
     //
     this.spreadsheetRibbon1.OfficeMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.spreadsheetRibbon1.OfficeMenu.Name             = "OfficeMenu";
     this.spreadsheetRibbon1.OfficeMenu.ShowItemToolTips = true;
     this.spreadsheetRibbon1.OfficeMenu.Size             = new System.Drawing.Size(12, 65);
     this.spreadsheetRibbon1.QuickPanelImageLayout       = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.spreadsheetRibbon1.QuickPanelVisible           = false;
     this.spreadsheetRibbon1.RibbonHeaderImage           = Syncfusion.Windows.Forms.Tools.RibbonHeaderImage.None;
     this.spreadsheetRibbon1.RibbonStyle = Syncfusion.Windows.Forms.Tools.RibbonStyle.Office2016;
     this.spreadsheetRibbon1.ShowQuickItemsDropDownButton  = false;
     this.spreadsheetRibbon1.ShowRibbonDisplayOptionButton = true;
     this.spreadsheetRibbon1.Size        = new System.Drawing.Size(1170, 220);
     this.spreadsheetRibbon1.Spreadsheet = this.BudgetReport;
     this.spreadsheetRibbon1.SystemText.QuickAccessDialogDropDownName = "Start menu";
     this.spreadsheetRibbon1.SystemText.RenameDisplayLabelText        = "&Display Name:";
     this.spreadsheetRibbon1.TabIndex   = 0;
     this.spreadsheetRibbon1.Text       = "spreadsheetRibbon1";
     this.spreadsheetRibbon1.ThemeName  = "Default";
     this.spreadsheetRibbon1.TitleColor = System.Drawing.Color.White;
     this.spreadsheetRibbon1.TitleFont  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // ExcelForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor               = System.Drawing.Color.Black;
     this.BorderColor             = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor         = System.Drawing.Color.Black;
     this.CaptionBarHeight        = 45;
     this.CaptionButtonHoverColor = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor        = System.Drawing.SystemColors.MenuHighlight;
     captionImage1.BackColor      = System.Drawing.Color.Black;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(10, 5);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(100, 30);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(1647, 1025);
     this.Controls.Add(this.visualGroupBox1);
     this.Controls.Add(this.visualGroupBox3);
     this.Controls.Add(this.CurrentYearButton);
     this.Controls.Add(this.CarryOverButton);
     this.Controls.Add(this.metroSetPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MetroColor    = System.Drawing.Color.Black;
     this.Name          = "ExcelForm";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.ExcelForm_Load);
     this.toolStripTabItem1.Panel.ResumeLayout(false);
     this.toolStripTabItem2.Panel.ResumeLayout(false);
     this.metroSetPanel1.ResumeLayout(false);
     this.visualGroupBox3.ResumeLayout(false);
     this.visualGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spreadsheetRibbon1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #14
0
 /// <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();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(frmRegister));
     this.txtLastName        = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.Panel2             = new System.Windows.Forms.Panel();
     this.txtTeacherID       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.Label7             = new System.Windows.Forms.Label();
     this.cbUserRole         = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.txtPassword        = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.txtUsername        = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.txtTRole           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.txtFirstName       = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.btnCancle          = new Syncfusion.Windows.Forms.ButtonAdv();
     this.btnRegister        = new Syncfusion.Windows.Forms.ButtonAdv();
     this.Label5             = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.Label2             = new System.Windows.Forms.Label();
     this.Label1             = new System.Windows.Forms.Label();
     this.lblCaptionPassword = new System.Windows.Forms.Label();
     this.lblCaptionUserName = new System.Windows.Forms.Label();
     this.ckbShowPwd         = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.ckbGeneratePwd     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.ckbGenUsername     = new Syncfusion.Windows.Forms.Tools.CheckBoxAdv();
     this.errorProvider      = new System.Windows.Forms.ErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeacherID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUserRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbShowPwd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbGeneratePwd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbGenUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // txtLastName
     //
     this.txtLastName.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtLastName.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtLastName.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLastName.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtLastName.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLastName.ForeColor       = System.Drawing.Color.DimGray;
     this.txtLastName.Location        = new System.Drawing.Point(305, 119);
     this.txtLastName.Margin          = new System.Windows.Forms.Padding(5);
     this.txtLastName.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtLastName.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtLastName.Name            = "txtLastName";
     this.txtLastName.Size            = new System.Drawing.Size(249, 30);
     this.txtLastName.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtLastName.TabIndex        = 59;
     this.txtLastName.Text            = "txtLastName";
     this.txtLastName.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtLastName.WordWrap        = false;
     this.txtLastName.Validating     += new System.ComponentModel.CancelEventHandler(this.txtLastName_Validating);
     //
     // Panel2
     //
     this.Panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.Panel2.Location  = new System.Drawing.Point(-3, 255);
     this.Panel2.Name      = "Panel2";
     this.Panel2.Size      = new System.Drawing.Size(987, 1);
     this.Panel2.TabIndex  = 74;
     //
     // txtTeacherID
     //
     this.txtTeacherID.BackColor       = System.Drawing.Color.White;
     this.txtTeacherID.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtTeacherID.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtTeacherID.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTeacherID.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtTeacherID.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTeacherID.ForeColor       = System.Drawing.Color.DimGray;
     this.txtTeacherID.Location        = new System.Drawing.Point(32, 51);
     this.txtTeacherID.Margin          = new System.Windows.Forms.Padding(5);
     this.txtTeacherID.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtTeacherID.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtTeacherID.Name            = "txtTeacherID";
     this.txtTeacherID.Size            = new System.Drawing.Size(249, 30);
     this.txtTeacherID.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtTeacherID.TabIndex        = 56;
     this.txtTeacherID.Text            = "txtTeacherID";
     this.txtTeacherID.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtTeacherID.WordWrap        = false;
     this.txtTeacherID.Validating     += new System.ComponentModel.CancelEventHandler(this.txtTeacherID_Validating);
     //
     // Label7
     //
     this.Label7.AutoSize  = true;
     this.Label7.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label7.ForeColor = System.Drawing.Color.DimGray;
     this.Label7.Location  = new System.Drawing.Point(27, 18);
     this.Label7.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(96, 28);
     this.Label7.TabIndex  = 73;
     this.Label7.Text      = "รหัสประจำตัว";
     //
     // cbUserRole
     //
     this.cbUserRole.BackColor           = System.Drawing.Color.White;
     this.cbUserRole.BeforeTouchSize     = new System.Drawing.Size(245, 31);
     this.cbUserRole.FlatBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.cbUserRole.Font                = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbUserRole.ForeColor           = System.Drawing.Color.DimGray;
     this.cbUserRole.Location            = new System.Drawing.Point(32, 295);
     this.cbUserRole.MetroBorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.cbUserRole.Name                = "cbUserRole";
     this.cbUserRole.Size                = new System.Drawing.Size(245, 31);
     this.cbUserRole.Style               = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.cbUserRole.TabIndex            = 64;
     this.cbUserRole.Text                = "กรุณาเลือก";
     this.cbUserRole.TextAlign           = System.Windows.Forms.HorizontalAlignment.Center;
     this.cbUserRole.UseMetroButtonColor = true;
     this.cbUserRole.Validating         += new System.ComponentModel.CancelEventHandler(this.cbUserRole_Validating);
     //
     // txtPassword
     //
     this.txtPassword.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtPassword.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtPassword.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPassword.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.ForeColor       = System.Drawing.Color.DimGray;
     this.txtPassword.Location        = new System.Drawing.Point(303, 188);
     this.txtPassword.Margin          = new System.Windows.Forms.Padding(5);
     this.txtPassword.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtPassword.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtPassword.Name            = "txtPassword";
     this.txtPassword.PasswordChar    = '•';
     this.txtPassword.Size            = new System.Drawing.Size(249, 30);
     this.txtPassword.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtPassword.TabIndex        = 61;
     this.txtPassword.Text            = "txtPassword";
     this.txtPassword.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtPassword.WordWrap        = false;
     this.txtPassword.Validating     += new System.ComponentModel.CancelEventHandler(this.txtPassword_Validating);
     //
     // txtUsername
     //
     this.txtUsername.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtUsername.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtUsername.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUsername.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtUsername.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.ForeColor       = System.Drawing.Color.DimGray;
     this.txtUsername.Location        = new System.Drawing.Point(30, 188);
     this.txtUsername.Margin          = new System.Windows.Forms.Padding(5);
     this.txtUsername.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtUsername.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtUsername.Name            = "txtUsername";
     this.txtUsername.Size            = new System.Drawing.Size(249, 30);
     this.txtUsername.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtUsername.TabIndex        = 60;
     this.txtUsername.Text            = "txtUsername";
     this.txtUsername.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtUsername.WordWrap        = false;
     this.txtUsername.Validating     += new System.ComponentModel.CancelEventHandler(this.txtUsername_Validating);
     //
     // txtTRole
     //
     this.txtTRole.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtTRole.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtTRole.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTRole.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtTRole.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTRole.ForeColor       = System.Drawing.Color.DimGray;
     this.txtTRole.Location        = new System.Drawing.Point(305, 51);
     this.txtTRole.Margin          = new System.Windows.Forms.Padding(5);
     this.txtTRole.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtTRole.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtTRole.Name            = "txtTRole";
     this.txtTRole.Size            = new System.Drawing.Size(249, 30);
     this.txtTRole.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtTRole.TabIndex        = 57;
     this.txtTRole.Text            = "txtTRole";
     this.txtTRole.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtTRole.WordWrap        = false;
     this.txtTRole.Validating     += new System.ComponentModel.CancelEventHandler(this.txtTRole_Validating);
     //
     // txtFirstName
     //
     this.txtFirstName.BeforeTouchSize = new System.Drawing.Size(249, 30);
     this.txtFirstName.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.txtFirstName.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFirstName.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.txtFirstName.Font            = new System.Drawing.Font("Roboto Light", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFirstName.ForeColor       = System.Drawing.Color.DimGray;
     this.txtFirstName.Location        = new System.Drawing.Point(32, 119);
     this.txtFirstName.Margin          = new System.Windows.Forms.Padding(5);
     this.txtFirstName.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.txtFirstName.MinimumSize     = new System.Drawing.Size(8, 4);
     this.txtFirstName.Name            = "txtFirstName";
     this.txtFirstName.Size            = new System.Drawing.Size(249, 30);
     this.txtFirstName.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.txtFirstName.TabIndex        = 58;
     this.txtFirstName.Text            = "txtFirstName";
     this.txtFirstName.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtFirstName.WordWrap        = false;
     this.txtFirstName.Validating     += new System.ComponentModel.CancelEventHandler(this.txtFirstName_Validating);
     //
     // btnCancle
     //
     this.btnCancle.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnCancle.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.btnCancle.BeforeTouchSize   = new System.Drawing.Size(120, 31);
     this.btnCancle.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.btnCancle.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancle.Font              = new System.Drawing.Font("Roboto Condensed Light", 12F);
     this.btnCancle.ForeColor         = System.Drawing.Color.White;
     this.btnCancle.IsBackStageButton = false;
     this.btnCancle.Location          = new System.Drawing.Point(434, 295);
     this.btnCancle.Name              = "btnCancle";
     this.btnCancle.Size              = new System.Drawing.Size(120, 31);
     this.btnCancle.TabIndex          = 66;
     this.btnCancle.Text              = "ยกเลิก";
     this.btnCancle.Click            += new System.EventHandler(this.btnCancle_Click);
     //
     // btnRegister
     //
     this.btnRegister.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.btnRegister.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.btnRegister.BeforeTouchSize   = new System.Drawing.Size(120, 31);
     this.btnRegister.BorderStyleAdv    = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner;
     this.btnRegister.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.btnRegister.Font              = new System.Drawing.Font("Roboto Condensed Light", 12F);
     this.btnRegister.ForeColor         = System.Drawing.Color.White;
     this.btnRegister.IsBackStageButton = false;
     this.btnRegister.Location          = new System.Drawing.Point(303, 295);
     this.btnRegister.Name              = "btnRegister";
     this.btnRegister.Size              = new System.Drawing.Size(120, 31);
     this.btnRegister.TabIndex          = 65;
     this.btnRegister.Text              = "ลงทะเบียน";
     this.btnRegister.Click            += new System.EventHandler(this.btnRegister_Click);
     //
     // Label5
     //
     this.Label5.AutoSize  = true;
     this.Label5.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label5.ForeColor = System.Drawing.Color.DimGray;
     this.Label5.Location  = new System.Drawing.Point(27, 264);
     this.Label5.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(104, 28);
     this.Label5.TabIndex  = 72;
     this.Label5.Text      = "สิทธิการใช้งาน";
     //
     // Label3
     //
     this.Label3.AutoSize  = true;
     this.Label3.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label3.ForeColor = System.Drawing.Color.DimGray;
     this.Label3.Location  = new System.Drawing.Point(302, 18);
     this.Label3.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(65, 28);
     this.Label3.TabIndex  = 71;
     this.Label3.Text      = "ตำแหน่ง";
     //
     // Label2
     //
     this.Label2.AutoSize  = true;
     this.Label2.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label2.ForeColor = System.Drawing.Color.DimGray;
     this.Label2.Location  = new System.Drawing.Point(300, 86);
     this.Label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(68, 28);
     this.Label2.TabIndex  = 70;
     this.Label2.Text      = "นามสกุล";
     //
     // Label1
     //
     this.Label1.AutoSize  = true;
     this.Label1.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.Color.DimGray;
     this.Label1.Location  = new System.Drawing.Point(27, 86);
     this.Label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(31, 28);
     this.Label1.TabIndex  = 69;
     this.Label1.Text      = "ชื่อ";
     //
     // lblCaptionPassword
     //
     this.lblCaptionPassword.AutoSize  = true;
     this.lblCaptionPassword.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCaptionPassword.ForeColor = System.Drawing.Color.DimGray;
     this.lblCaptionPassword.Location  = new System.Drawing.Point(298, 154);
     this.lblCaptionPassword.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblCaptionPassword.Name      = "lblCaptionPassword";
     this.lblCaptionPassword.Size      = new System.Drawing.Size(66, 28);
     this.lblCaptionPassword.TabIndex  = 68;
     this.lblCaptionPassword.Text      = "รหัสผ่าน";
     //
     // lblCaptionUserName
     //
     this.lblCaptionUserName.AutoSize  = true;
     this.lblCaptionUserName.Font      = new System.Drawing.Font("Roboto Condensed", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCaptionUserName.ForeColor = System.Drawing.Color.DimGray;
     this.lblCaptionUserName.Location  = new System.Drawing.Point(27, 154);
     this.lblCaptionUserName.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblCaptionUserName.Name      = "lblCaptionUserName";
     this.lblCaptionUserName.Size      = new System.Drawing.Size(83, 28);
     this.lblCaptionUserName.TabIndex  = 67;
     this.lblCaptionUserName.Text      = "ชื่อผู้ใช้งาน";
     //
     // ckbShowPwd
     //
     this.ckbShowPwd.BeforeTouchSize    = new System.Drawing.Size(107, 47);
     this.ckbShowPwd.Font               = new System.Drawing.Font("Roboto Condensed", 9.5F);
     this.ckbShowPwd.ForeColor          = System.Drawing.Color.DimGray;
     this.ckbShowPwd.Location           = new System.Drawing.Point(316, 211);
     this.ckbShowPwd.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ckbShowPwd.Name               = "ckbShowPwd";
     this.ckbShowPwd.Size               = new System.Drawing.Size(107, 47);
     this.ckbShowPwd.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.ckbShowPwd.TabIndex           = 62;
     this.ckbShowPwd.Text               = "แสดงรหัสผ่าน";
     this.ckbShowPwd.ThemesEnabled      = false;
     this.ckbShowPwd.CheckStateChanged += new System.EventHandler(this.ckbShowPwd_CheckStateChanged);
     //
     // ckbGeneratePwd
     //
     this.ckbGeneratePwd.BeforeTouchSize    = new System.Drawing.Size(107, 47);
     this.ckbGeneratePwd.Font               = new System.Drawing.Font("Roboto Condensed", 9.5F);
     this.ckbGeneratePwd.ForeColor          = System.Drawing.Color.DimGray;
     this.ckbGeneratePwd.Location           = new System.Drawing.Point(438, 211);
     this.ckbGeneratePwd.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ckbGeneratePwd.Name               = "ckbGeneratePwd";
     this.ckbGeneratePwd.Size               = new System.Drawing.Size(107, 47);
     this.ckbGeneratePwd.Style              = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.ckbGeneratePwd.TabIndex           = 63;
     this.ckbGeneratePwd.Text               = "สร้างอัตโนมัติ";
     this.ckbGeneratePwd.ThemesEnabled      = false;
     this.ckbGeneratePwd.CheckStateChanged += new System.EventHandler(this.ckbGeneratePwd_CheckStateChanged);
     //
     // ckbGenUsername
     //
     this.ckbGenUsername.BeforeTouchSize = new System.Drawing.Size(107, 47);
     this.ckbGenUsername.Font            = new System.Drawing.Font("Roboto Condensed", 9.5F);
     this.ckbGenUsername.ForeColor       = System.Drawing.Color.DimGray;
     this.ckbGenUsername.Location        = new System.Drawing.Point(30, 209);
     this.ckbGenUsername.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.ckbGenUsername.Name            = "ckbGenUsername";
     this.ckbGenUsername.Size            = new System.Drawing.Size(107, 47);
     this.ckbGenUsername.Style           = Syncfusion.Windows.Forms.Tools.CheckBoxAdvStyle.Metro;
     this.ckbGenUsername.TabIndex        = 75;
     this.ckbGenUsername.Text            = "สร้างอัตโนมัติ";
     this.ckbGenUsername.ThemesEnabled   = false;
     //
     // errorProvider
     //
     this.errorProvider.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;
     this.errorProvider.ContainerControl = this;
     //
     // frmRegister
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
     this.BorderThickness     = 2;
     this.CaptionBarHeight    = 72;
     this.CaptionFont         = new System.Drawing.Font("Roboto Condensed Light", 23F);
     captionImage1.BackColor  = System.Drawing.Color.Transparent;
     captionImage1.Image      = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location   = new System.Drawing.Point(15, 15);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(588, 352);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.Panel2);
     this.Controls.Add(this.txtTeacherID);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.cbUserRole);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.txtTRole);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.btnCancle);
     this.Controls.Add(this.btnRegister);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.lblCaptionPassword);
     this.Controls.Add(this.lblCaptionUserName);
     this.Controls.Add(this.ckbShowPwd);
     this.Controls.Add(this.ckbGeneratePwd);
     this.Controls.Add(this.ckbGenUsername);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "frmRegister";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ลงทะเบียน";
     this.Load         += new System.EventHandler(this.frmRegister_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeacherID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUserRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbShowPwd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbGeneratePwd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckbGenUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #15
0
 /// <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();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
     this.radioButtonAdv1 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.radioButtonAdv2 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
     this.autoLabel1      = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.textBoxExt1     = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.textBoxExt2     = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.autoLabel2      = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     this.buttonAdv1      = new Syncfusion.Windows.Forms.ButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).BeginInit();
     this.SuspendLayout();
     //
     // radioButtonAdv1
     //
     this.radioButtonAdv1.BeforeTouchSize    = new System.Drawing.Size(97, 21);
     this.radioButtonAdv1.DrawFocusRectangle = false;
     this.radioButtonAdv1.Location           = new System.Drawing.Point(12, 29);
     this.radioButtonAdv1.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
     this.radioButtonAdv1.Name          = "radioButtonAdv1";
     this.radioButtonAdv1.Size          = new System.Drawing.Size(97, 21);
     this.radioButtonAdv1.Style         = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButtonAdv1.TabIndex      = 0;
     this.radioButtonAdv1.TabStop       = false;
     this.radioButtonAdv1.Text          = "Administrador";
     this.radioButtonAdv1.ThemesEnabled = false;
     //
     // radioButtonAdv2
     //
     this.radioButtonAdv2.BeforeTouchSize    = new System.Drawing.Size(53, 21);
     this.radioButtonAdv2.Checked            = true;
     this.radioButtonAdv2.DrawFocusRectangle = false;
     this.radioButtonAdv2.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.radioButtonAdv2.Location           = new System.Drawing.Point(158, 29);
     this.radioButtonAdv2.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
     this.radioButtonAdv2.Name = "radioButtonAdv2";
     this.radioButtonAdv2.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
     this.radioButtonAdv2.Size          = new System.Drawing.Size(53, 21);
     this.radioButtonAdv2.Style         = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
     this.radioButtonAdv2.TabIndex      = 1;
     this.radioButtonAdv2.Text          = "Aluno";
     this.radioButtonAdv2.ThemesEnabled = false;
     //
     // autoLabel1
     //
     this.autoLabel1.Location = new System.Drawing.Point(12, 69);
     this.autoLabel1.Name     = "autoLabel1";
     this.autoLabel1.Size     = new System.Drawing.Size(33, 13);
     this.autoLabel1.TabIndex = 2;
     this.autoLabel1.Text     = "Login";
     //
     // textBoxExt1
     //
     this.textBoxExt1.BeforeTouchSize = new System.Drawing.Size(526, 20);
     this.textBoxExt1.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxExt1.Location        = new System.Drawing.Point(12, 85);
     this.textBoxExt1.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.textBoxExt1.Name            = "textBoxExt1";
     this.textBoxExt1.Size            = new System.Drawing.Size(220, 20);
     this.textBoxExt1.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBoxExt1.TabIndex        = 3;
     //
     // textBoxExt2
     //
     this.textBoxExt2.BeforeTouchSize = new System.Drawing.Size(526, 20);
     this.textBoxExt2.Cursor          = System.Windows.Forms.Cursors.IBeam;
     this.textBoxExt2.Location        = new System.Drawing.Point(12, 135);
     this.textBoxExt2.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.textBoxExt2.Name            = "textBoxExt2";
     this.textBoxExt2.PasswordChar    = '*';
     this.textBoxExt2.Size            = new System.Drawing.Size(220, 20);
     this.textBoxExt2.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
     this.textBoxExt2.TabIndex        = 5;
     //
     // autoLabel2
     //
     this.autoLabel2.Location = new System.Drawing.Point(12, 119);
     this.autoLabel2.Name     = "autoLabel2";
     this.autoLabel2.Size     = new System.Drawing.Size(38, 13);
     this.autoLabel2.TabIndex = 4;
     this.autoLabel2.Text     = "Senha";
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(80, 191);
     this.buttonAdv1.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv1.Name           = "buttonAdv1";
     this.buttonAdv1.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv1.TabIndex       = 6;
     this.buttonAdv1.Text           = "Entrar";
     this.buttonAdv1.UseVisualStyle = true;
     //
     // LoginForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor               = System.Drawing.Color.WhiteSmoke;
     this.BorderColor             = System.Drawing.Color.WhiteSmoke;
     this.CaptionAlign            = System.Windows.Forms.HorizontalAlignment.Left;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.CaptionBarHeight        = 30;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.White;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(12, 6);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(47, 25);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(244, 226);
     this.Controls.Add(this.buttonAdv1);
     this.Controls.Add(this.textBoxExt2);
     this.Controls.Add(this.autoLabel2);
     this.Controls.Add(this.textBoxExt1);
     this.Controls.Add(this.autoLabel1);
     this.Controls.Add(this.radioButtonAdv2);
     this.Controls.Add(this.radioButtonAdv1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.Name            = "LoginForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #16
0
 /// <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();
     System.ComponentModel.ComponentResourceManager          resources          = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbLegend          = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbProgressTextbox = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
     Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1  = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
     Syncfusion.Windows.Forms.CaptionImage      captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionLabel      captionLabel1 = new Syncfusion.Windows.Forms.CaptionLabel();
     this.dockingManager1          = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
     this.Legend                   = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
     this.ProgressTextbox          = new System.Windows.Forms.TextBox();
     this.dockingClientPanel1      = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
     this.axMap1                   = new AxMapWinGIS.AxMap();
     this.statusStripEx1           = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
     this.statusStripProjection    = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripDivider2      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripMapUnits      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripDivider1      = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripCoordinates   = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
     this.statusStripTilesProvider = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStripProgressLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStripProgressBar   = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripEx1             = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolButtonNewProject     = new System.Windows.Forms.ToolStripButton();
     this.toolButtonAddLayer       = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Legend)).BeginInit();
     this.dockingClientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axMap1)).BeginInit();
     this.statusStripEx1.SuspendLayout();
     this.toolStripEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // dockingManager1
     //
     this.dockingManager1.ActiveCaptionFont         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.DockLayoutStream          = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
     this.dockingManager1.DragProviderStyle         = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2012;
     this.dockingManager1.HostControl               = this;
     this.dockingManager1.InActiveCaptionBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212))))));
     this.dockingManager1.InActiveCaptionFont       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.dockingManager1.MetroButtonColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dockingManager1.MetroCaptionColor         = System.Drawing.Color.White;
     this.dockingManager1.MetroColor             = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.dockingManager1.MetroSplitterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(159)))), ((int)(((byte)(183)))));
     this.dockingManager1.ReduceFlickeringInRtl  = false;
     this.dockingManager1.VisualStyle            = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
     this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
     this.dockingManager1.SetDockLabel(this.Legend, "Legend");
     this.dockingManager1.SetEnableDocking(this.Legend, true);
     ccbLegend.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.Legend, ccbLegend);
     this.dockingManager1.SetDockLabel(this.ProgressTextbox, "Messages");
     this.dockingManager1.SetEnableDocking(this.ProgressTextbox, true);
     this.dockingManager1.SetAutoHideOnLoad(this.ProgressTextbox, true);
     ccbProgressTextbox.MergeWith(this.dockingManager1.CaptionButtons, false);
     this.dockingManager1.SetCustomCaptionButtons(this.ProgressTextbox, ccbProgressTextbox);
     //
     // Legend
     //
     this.Legend.BackColor             = System.Drawing.Color.White;
     this.Legend.BeforeTouchSize       = new System.Drawing.Size(148, 612);
     this.Legend.Border3DStyle         = System.Windows.Forms.Border3DStyle.Flat;
     this.Legend.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Legend.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.CanSelectDisabledNode = false;
     this.Legend.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     //
     //
     //
     this.Legend.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.HelpTextControl.Location    = new System.Drawing.Point(0, 0);
     this.Legend.HelpTextControl.Name        = "helpText";
     this.Legend.HelpTextControl.Size        = new System.Drawing.Size(49, 15);
     this.Legend.HelpTextControl.TabIndex    = 0;
     this.Legend.HelpTextControl.Text        = "help text";
     this.Legend.HotTracking     = true;
     this.Legend.ItemHeight      = 24;
     this.Legend.Location        = new System.Drawing.Point(1, 19);
     this.Legend.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.Legend.MetroScrollBars = true;
     this.Legend.Name            = "Legend";
     treeNodeAdv1.CheckState     = System.Windows.Forms.CheckState.Checked;
     treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true;
     treeNodeAdv1.EnsureDefaultOptionedChild            = true;
     treeNodeAdv1.Expanded         = true;
     treeNodeAdv1.MultiLine        = true;
     treeNodeAdv1.PlusMinusSize    = new System.Drawing.Size(9, 9);
     treeNodeAdv1.ShowLine         = true;
     treeNodeAdv1.ShowOptionButton = false;
     treeNodeAdv1.Text             = "Layers";
     this.Legend.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
         treeNodeAdv1
     });
     this.Legend.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))));
     this.Legend.SelectedNodeForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.Legend.ShowCheckBoxes         = true;
     this.Legend.ShowFocusRect          = false;
     this.Legend.Size     = new System.Drawing.Size(148, 612);
     this.Legend.Style    = Syncfusion.Windows.Forms.Tools.TreeStyle.Metro;
     this.Legend.TabIndex = 3;
     this.Legend.Text     = "treeViewAdv1";
     //
     //
     //
     this.Legend.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
     this.Legend.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Legend.ToolTipControl.Location    = new System.Drawing.Point(0, 0);
     this.Legend.ToolTipControl.Name        = "toolTip";
     this.Legend.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
     this.Legend.ToolTipControl.TabIndex    = 1;
     this.Legend.ToolTipControl.Text        = "toolTip";
     this.Legend.TransparentControls        = true;
     //
     // ProgressTextbox
     //
     this.ProgressTextbox.Location   = new System.Drawing.Point(1, 19);
     this.ProgressTextbox.Multiline  = true;
     this.ProgressTextbox.Name       = "ProgressTextbox";
     this.ProgressTextbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ProgressTextbox.Size       = new System.Drawing.Size(912, 65);
     this.ProgressTextbox.TabIndex   = 5;
     //
     // dockingClientPanel1
     //
     this.dockingClientPanel1.Controls.Add(this.axMap1);
     this.dockingClientPanel1.Location  = new System.Drawing.Point(154, 46);
     this.dockingClientPanel1.Name      = "dockingClientPanel1";
     this.dockingClientPanel1.Size      = new System.Drawing.Size(914, 543);
     this.dockingClientPanel1.SizeToFit = true;
     this.dockingClientPanel1.TabIndex  = 0;
     //
     // axMap1
     //
     this.axMap1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.axMap1.Enabled         = true;
     this.axMap1.Location        = new System.Drawing.Point(0, 0);
     this.axMap1.Name            = "axMap1";
     this.axMap1.OcxState        = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMap1.OcxState")));
     this.axMap1.Size            = new System.Drawing.Size(914, 543);
     this.axMap1.TabIndex        = 0;
     this.axMap1.MouseMoveEvent += new AxMapWinGIS._DMapEvents_MouseMoveEventHandler(this.AxMap1MouseMoveEvent);
     this.axMap1.FileDropped    += new AxMapWinGIS._DMapEvents_FileDroppedEventHandler(this.AxMap1FileDropped);
     //
     // statusStripEx1
     //
     this.statusStripEx1.AutoSize        = false;
     this.statusStripEx1.BeforeTouchSize = new System.Drawing.Size(1068, 20);
     this.statusStripEx1.Dock            = Syncfusion.Windows.Forms.Tools.DockStyleEx.Bottom;
     this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusStripProjection,
         this.statusStripDivider2,
         this.statusStripMapUnits,
         this.statusStripDivider1,
         this.statusStripCoordinates,
         this.statusStripTilesProvider,
         this.statusStripProgressLabel,
         this.statusStripProgressBar
     });
     this.statusStripEx1.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.statusStripEx1.Location         = new System.Drawing.Point(0, 678);
     this.statusStripEx1.MetroColor       = System.Drawing.Color.Empty;
     this.statusStripEx1.Name             = "statusStripEx1";
     this.statusStripEx1.ShowItemToolTips = true;
     this.statusStripEx1.Size             = new System.Drawing.Size(1068, 20);
     this.statusStripEx1.TabIndex         = 1;
     this.statusStripEx1.Text             = "statusStripEx1";
     this.statusStripEx1.VisualStyle      = Syncfusion.Windows.Forms.Tools.StatusStripExStyle.Metro;
     //
     // statusStripProjection
     //
     this.statusStripProjection.Margin      = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripProjection.Name        = "statusStripProjection";
     this.statusStripProjection.Size        = new System.Drawing.Size(61, 15);
     this.statusStripProjection.Text        = "Projection";
     this.statusStripProjection.ToolTipText = "The projection of the map";
     //
     // statusStripDivider2
     //
     this.statusStripDivider2.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripDivider2.Name   = "statusStripDivider2";
     this.statusStripDivider2.Size   = new System.Drawing.Size(16, 15);
     this.statusStripDivider2.Text   = " | ";
     //
     // statusStripMapUnits
     //
     this.statusStripMapUnits.Margin      = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripMapUnits.Name        = "statusStripMapUnits";
     this.statusStripMapUnits.Size        = new System.Drawing.Size(61, 15);
     this.statusStripMapUnits.Text        = "Map Units";
     this.statusStripMapUnits.ToolTipText = "The map units for the map";
     //
     // statusStripDivider1
     //
     this.statusStripDivider1.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripDivider1.Name   = "statusStripDivider1";
     this.statusStripDivider1.Size   = new System.Drawing.Size(16, 15);
     this.statusStripDivider1.Text   = " | ";
     //
     // statusStripCoordinates
     //
     this.statusStripCoordinates.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripCoordinates.Margin       = new System.Windows.Forms.Padding(0, 4, 0, 2);
     this.statusStripCoordinates.Name         = "statusStripCoordinates";
     this.statusStripCoordinates.Size         = new System.Drawing.Size(71, 15);
     this.statusStripCoordinates.StatusString = "Show the coordinates";
     this.statusStripCoordinates.Text         = "Coordinates";
     this.statusStripCoordinates.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusStripCoordinates.ToolTipText  = "The coordinates at the mouse pointer";
     //
     // statusStripTilesProvider
     //
     this.statusStripTilesProvider.DisplayStyle       = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripTilesProvider.DoubleClickEnabled = true;
     this.statusStripTilesProvider.Name         = "statusStripTilesProvider";
     this.statusStripTilesProvider.Size         = new System.Drawing.Size(78, 15);
     this.statusStripTilesProvider.Text         = "Tiles provider";
     this.statusStripTilesProvider.ToolTipText  = "The tiles provider, double click to change.";
     this.statusStripTilesProvider.DoubleClick += new System.EventHandler(this.StatusStripTilesProviderDoubleClick);
     //
     // statusStripProgressLabel
     //
     this.statusStripProgressLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusStripProgressLabel.Name         = "statusStripProgressLabel";
     this.statusStripProgressLabel.Size         = new System.Drawing.Size(52, 15);
     this.statusStripProgressLabel.Text         = "Progress";
     //
     // statusStripProgressBar
     //
     this.statusStripProgressBar.Name = "statusStripProgressBar";
     this.statusStripProgressBar.Size = new System.Drawing.Size(100, 14);
     //
     // toolStripEx1
     //
     this.toolStripEx1.BackColor             = System.Drawing.Color.Transparent;
     this.toolStripEx1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.toolStripEx1.ForeColor             = System.Drawing.Color.MidnightBlue;
     this.toolStripEx1.GripStyle             = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx1.Image            = null;
     this.toolStripEx1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolButtonNewProject,
         this.toolButtonAddLayer
     });
     this.toolStripEx1.Location         = new System.Drawing.Point(0, 0);
     this.toolStripEx1.Name             = "toolStripEx1";
     this.toolStripEx1.Office12Mode     = false;
     this.toolStripEx1.Padding          = new System.Windows.Forms.Padding(0);
     this.toolStripEx1.ShowCaption      = false;
     this.toolStripEx1.ShowItemToolTips = true;
     this.toolStripEx1.ShowLauncher     = false;
     this.toolStripEx1.Size             = new System.Drawing.Size(1068, 46);
     this.toolStripEx1.Stretch          = true;
     this.toolStripEx1.TabIndex         = 2;
     //
     // toolButtonNewProject
     //
     this.toolButtonNewProject.BackColor             = System.Drawing.Color.White;
     this.toolButtonNewProject.Image                 = ((System.Drawing.Image)(resources.GetObject("toolButtonNewProject.Image")));
     this.toolButtonNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolButtonNewProject.Name = "toolButtonNewProject";
     this.toolButtonNewProject.Size = new System.Drawing.Size(35, 43);
     this.toolButtonNewProject.Text = "New";
     this.toolButtonNewProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolButtonNewProject.ToolTipText       = "New project";
     this.toolButtonNewProject.Click            += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolButtonAddLayer
     //
     this.toolButtonAddLayer.BackColor             = System.Drawing.Color.White;
     this.toolButtonAddLayer.Image                 = ((System.Drawing.Image)(resources.GetObject("toolButtonAddLayer.Image")));
     this.toolButtonAddLayer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolButtonAddLayer.Name = "toolButtonAddLayer";
     this.toolButtonAddLayer.Size = new System.Drawing.Size(33, 43);
     this.toolButtonAddLayer.Text = "Add";
     this.toolButtonAddLayer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolButtonAddLayer.ToolTipText       = "Add layer, opens a new form";
     this.toolButtonAddLayer.Click            += new System.EventHandler(this.ToolButtonAddLayerClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderThickness     = 2;
     this.CaptionBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.CaptionBarHeight    = 48;
     this.CaptionButtonColor  = System.Drawing.Color.DimGray;
     this.CaptionFont         = new System.Drawing.Font("Arial Black", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     captionImage1.BackColor  = System.Drawing.Color.Transparent;
     captionImage1.Image      = global::MapWindow.Properties.Resources.mw_ball_48;
     captionImage1.Location   = new System.Drawing.Point(6, 0);
     captionImage1.Name       = "CaptionImage2";
     captionImage1.Size       = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     captionLabel1.Font      = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     captionLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     captionLabel1.Location  = new System.Drawing.Point(60, 2);
     captionLabel1.Name      = "CaptionLabel1";
     captionLabel1.Size      = new System.Drawing.Size(350, 46);
     captionLabel1.Text      = "MapWindow Open Source GIS";
     this.CaptionLabels.Add(captionLabel1);
     this.ClientSize = new System.Drawing.Size(1068, 698);
     this.Controls.Add(this.toolStripEx1);
     this.Controls.Add(this.statusStripEx1);
     this.Controls.Add(this.dockingClientPanel1);
     this.DataBindings.Add(new System.Windows.Forms.Binding("Location", global::MapWindow.Properties.Settings.Default, "MainForm_location", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DataBindings.Add(new System.Windows.Forms.Binding("StartPosition", global::MapWindow.Properties.Settings.Default, "MainForm_startLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DataBindings.Add(new System.Windows.Forms.Binding("WindowState", global::MapWindow.Properties.Settings.Default, "MainForm_windowState", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DoubleBuffered = true;
     this.DropShadow     = true;
     this.Font           = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location       = global::MapWindow.Properties.Settings.Default.MainForm_location;
     this.MetroColor     = System.Drawing.Color.Silver;
     this.Name           = "MainForm";
     this.ShowIcon       = false;
     this.StartPosition  = global::MapWindow.Properties.Settings.Default.MainForm_startLocation;
     this.WindowState    = global::MapWindow.Properties.Settings.Default.MainForm_windowState;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.Load          += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Legend)).EndInit();
     this.dockingClientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axMap1)).EndInit();
     this.statusStripEx1.ResumeLayout(false);
     this.toolStripEx1.ResumeLayout(false);
     this.toolStripEx1.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();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CadastroLoginForm));
            this.btnCadastrar = new Syncfusion.Windows.Forms.ButtonAdv();
            this.txtSenha = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblSenha = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtLogin = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblLogin = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtCSenha = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel1 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            ((System.ComponentModel.ISupportInitialize)(this.txtSenha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCSenha)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCadastrar
            // 
            this.btnCadastrar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnCadastrar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnCadastrar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnCadastrar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnCadastrar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnCadastrar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnCadastrar.FlatAppearance.BorderSize = 0;
            this.btnCadastrar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnCadastrar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnCadastrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCadastrar.ForeColor = System.Drawing.Color.White;
            this.btnCadastrar.IsBackStageButton = false;
            this.btnCadastrar.Location = new System.Drawing.Point(91, 170);
            this.btnCadastrar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnCadastrar.Name = "btnCadastrar";
            this.btnCadastrar.Size = new System.Drawing.Size(75, 23);
            this.btnCadastrar.TabIndex = 12;
            this.btnCadastrar.Text = "Cadastrar";
            this.btnCadastrar.UseVisualStyle = false;
            this.btnCadastrar.UseVisualStyleBackColor = false;
            this.btnCadastrar.Click += new System.EventHandler(this.btnCadastrar_Click);
            // 
            // txtSenha
            // 
            this.txtSenha.BeforeTouchSize = new System.Drawing.Size(173, 20);
            this.txtSenha.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtSenha.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.txtSenha.Location = new System.Drawing.Point(12, 81);
            this.txtSenha.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtSenha.Name = "txtSenha";
            this.txtSenha.PasswordChar = '*';
            this.txtSenha.Size = new System.Drawing.Size(220, 20);
            this.txtSenha.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtSenha.TabIndex = 11;
            // 
            // lblSenha
            // 
            this.lblSenha.Location = new System.Drawing.Point(12, 65);
            this.lblSenha.Name = "lblSenha";
            this.lblSenha.Size = new System.Drawing.Size(38, 13);
            this.lblSenha.TabIndex = 10;
            this.lblSenha.Text = "Senha";
            // 
            // txtLogin
            // 
            this.txtLogin.BeforeTouchSize = new System.Drawing.Size(173, 20);
            this.txtLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtLogin.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.txtLogin.Location = new System.Drawing.Point(12, 31);
            this.txtLogin.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtLogin.Name = "txtLogin";
            this.txtLogin.Size = new System.Drawing.Size(220, 20);
            this.txtLogin.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtLogin.TabIndex = 9;
            // 
            // lblLogin
            // 
            this.lblLogin.Location = new System.Drawing.Point(12, 15);
            this.lblLogin.Name = "lblLogin";
            this.lblLogin.Size = new System.Drawing.Size(33, 13);
            this.lblLogin.TabIndex = 8;
            this.lblLogin.Text = "Login";
            // 
            // txtCSenha
            // 
            this.txtCSenha.BeforeTouchSize = new System.Drawing.Size(173, 20);
            this.txtCSenha.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtCSenha.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.txtCSenha.Location = new System.Drawing.Point(12, 130);
            this.txtCSenha.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtCSenha.Name = "txtCSenha";
            this.txtCSenha.PasswordChar = '*';
            this.txtCSenha.Size = new System.Drawing.Size(220, 20);
            this.txtCSenha.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtCSenha.TabIndex = 14;
            this.txtCSenha.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCSenha_KeyDown);
            // 
            // autoLabel1
            // 
            this.autoLabel1.Location = new System.Drawing.Point(12, 114);
            this.autoLabel1.Name = "autoLabel1";
            this.autoLabel1.Size = new System.Drawing.Size(85, 13);
            this.autoLabel1.TabIndex = 13;
            this.autoLabel1.Text = "Confirmar Senha";
            // 
            // CadastroLoginForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.White;
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(12, 6);
            captionImage1.Name = "CaptionImage1";
            captionImage1.Size = new System.Drawing.Size(47, 25);
            this.CaptionImages.Add(captionImage1);
            this.ClientSize = new System.Drawing.Size(246, 203);
            this.Controls.Add(this.txtCSenha);
            this.Controls.Add(this.autoLabel1);
            this.Controls.Add(this.btnCadastrar);
            this.Controls.Add(this.txtSenha);
            this.Controls.Add(this.lblSenha);
            this.Controls.Add(this.txtLogin);
            this.Controls.Add(this.lblLogin);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "CadastroLoginForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            this.Load += new System.EventHandler(this.CadastroLoginForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.txtSenha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCSenha)).EndInit();
            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()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(TableResetForm));
     this.selectTableLabel = new System.Windows.Forms.Label();
     this.tableComboBox    = new System.Windows.Forms.ComboBox();
     this.resetButton      = new System.Windows.Forms.Button();
     this.cancelButton     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // selectTableLabel
     //
     this.selectTableLabel.AutoSize = true;
     this.selectTableLabel.Location = new System.Drawing.Point(75, 44);
     this.selectTableLabel.Name     = "selectTableLabel";
     this.selectTableLabel.Size     = new System.Drawing.Size(66, 13);
     this.selectTableLabel.TabIndex = 3;
     this.selectTableLabel.Text     = "Select table:";
     //
     // tableComboBox
     //
     this.tableComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tableComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.tableComboBox.FormattingEnabled = true;
     this.tableComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "Employee Schedule",
         "Customer Attendance"
     });
     this.tableComboBox.Location = new System.Drawing.Point(75, 63);
     this.tableComboBox.Name     = "tableComboBox";
     this.tableComboBox.Size     = new System.Drawing.Size(159, 23);
     this.tableComboBox.TabIndex = 2;
     //
     // resetButton
     //
     this.resetButton.BackColor               = System.Drawing.Color.Purple;
     this.resetButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.resetButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.resetButton.ForeColor               = System.Drawing.Color.White;
     this.resetButton.Location                = new System.Drawing.Point(112, 129);
     this.resetButton.Name                    = "resetButton";
     this.resetButton.Size                    = new System.Drawing.Size(78, 35);
     this.resetButton.TabIndex                = 12;
     this.resetButton.Text                    = "Reset";
     this.resetButton.UseVisualStyleBackColor = false;
     this.resetButton.Click                  += new System.EventHandler(this.ResetButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.BackColor               = System.Drawing.Color.Red;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.ForeColor               = System.Drawing.Color.White;
     this.cancelButton.Location                = new System.Drawing.Point(112, 176);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(78, 23);
     this.cancelButton.TabIndex                = 13;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // TableResetForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton            = this.cancelButton;
     this.CaptionBarColor         = System.Drawing.Color.Purple;
     this.CaptionBarHeight        = 42;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(20, -4);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(308, 211);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.resetButton);
     this.Controls.Add(this.selectTableLabel);
     this.Controls.Add(this.tableComboBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TableResetForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Table Reset";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.TableResetForm_FormClosing);
     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();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
            this.rbAdm = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.rbAluno = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.lblLogin = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtLogin = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.txtSenha = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblSenha = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.btnEntrar = new Syncfusion.Windows.Forms.ButtonAdv();
            ((System.ComponentModel.ISupportInitialize)(this.rbAdm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rbAluno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSenha)).BeginInit();
            this.SuspendLayout();
            // 
            // rbAdm
            // 
            this.rbAdm.BeforeTouchSize = new System.Drawing.Size(97, 21);
            this.rbAdm.DrawFocusRectangle = false;
            this.rbAdm.Location = new System.Drawing.Point(12, 29);
            this.rbAdm.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rbAdm.Name = "rbAdm";
            this.rbAdm.Size = new System.Drawing.Size(97, 21);
            this.rbAdm.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rbAdm.TabIndex = 0;
            this.rbAdm.TabStop = false;
            this.rbAdm.Text = "Administrador";
            this.rbAdm.ThemesEnabled = false;
            this.rbAdm.CheckChanged += new System.EventHandler(this.rbAdm_CheckChanged);
            // 
            // rbAluno
            // 
            this.rbAluno.BeforeTouchSize = new System.Drawing.Size(53, 21);
            this.rbAluno.Checked = true;
            this.rbAluno.DrawFocusRectangle = false;
            this.rbAluno.ForeColor = System.Drawing.SystemColors.ControlText;
            this.rbAluno.Location = new System.Drawing.Point(158, 29);
            this.rbAluno.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.rbAluno.Name = "rbAluno";
            this.rbAluno.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.rbAluno.Size = new System.Drawing.Size(53, 21);
            this.rbAluno.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.rbAluno.TabIndex = 1;
            this.rbAluno.Text = "Aluno";
            this.rbAluno.ThemesEnabled = false;
            this.rbAluno.CheckChanged += new System.EventHandler(this.rbAluno_CheckChanged);
            // 
            // lblLogin
            // 
            this.lblLogin.Location = new System.Drawing.Point(12, 69);
            this.lblLogin.Name = "lblLogin";
            this.lblLogin.Size = new System.Drawing.Size(33, 13);
            this.lblLogin.TabIndex = 2;
            this.lblLogin.Text = "Login";
            // 
            // txtLogin
            // 
            this.txtLogin.BeforeTouchSize = new System.Drawing.Size(220, 20);
            this.txtLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtLogin.Enabled = false;
            this.txtLogin.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.txtLogin.Location = new System.Drawing.Point(12, 85);
            this.txtLogin.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtLogin.Name = "txtLogin";
            this.txtLogin.Size = new System.Drawing.Size(220, 20);
            this.txtLogin.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtLogin.TabIndex = 3;
            // 
            // txtSenha
            // 
            this.txtSenha.BeforeTouchSize = new System.Drawing.Size(220, 20);
            this.txtSenha.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtSenha.Enabled = false;
            this.txtSenha.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.txtSenha.Location = new System.Drawing.Point(12, 135);
            this.txtSenha.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtSenha.Name = "txtSenha";
            this.txtSenha.PasswordChar = '*';
            this.txtSenha.Size = new System.Drawing.Size(220, 20);
            this.txtSenha.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtSenha.TabIndex = 5;
            this.txtSenha.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSenha_KeyDown);
            // 
            // lblSenha
            // 
            this.lblSenha.Location = new System.Drawing.Point(12, 119);
            this.lblSenha.Name = "lblSenha";
            this.lblSenha.Size = new System.Drawing.Size(38, 13);
            this.lblSenha.TabIndex = 4;
            this.lblSenha.Text = "Senha";
            // 
            // btnEntrar
            // 
            this.btnEntrar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnEntrar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEntrar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnEntrar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnEntrar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnEntrar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnEntrar.FlatAppearance.BorderSize = 0;
            this.btnEntrar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEntrar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnEntrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnEntrar.ForeColor = System.Drawing.Color.White;
            this.btnEntrar.IsBackStageButton = false;
            this.btnEntrar.Location = new System.Drawing.Point(90, 191);
            this.btnEntrar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnEntrar.Name = "btnEntrar";
            this.btnEntrar.Size = new System.Drawing.Size(75, 23);
            this.btnEntrar.TabIndex = 7;
            this.btnEntrar.Text = "Entrar";
            this.btnEntrar.UseVisualStyle = false;
            this.btnEntrar.UseVisualStyleBackColor = false;
            this.btnEntrar.Click += new System.EventHandler(this.btnEntrar_Click);
            // 
            // LoginForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 30;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.White;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(12, 6);
            captionImage1.Name = "CaptionImage1";
            captionImage1.Size = new System.Drawing.Size(47, 25);
            this.CaptionImages.Add(captionImage1);
            this.ClientSize = new System.Drawing.Size(244, 226);
            this.Controls.Add(this.btnEntrar);
            this.Controls.Add(this.txtSenha);
            this.Controls.Add(this.lblSenha);
            this.Controls.Add(this.txtLogin);
            this.Controls.Add(this.lblLogin);
            this.Controls.Add(this.rbAluno);
            this.Controls.Add(this.rbAdm);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.Name = "LoginForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            ((System.ComponentModel.ISupportInitialize)(this.rbAdm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rbAluno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLogin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSenha)).EndInit();
            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()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo1  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.compactDatabaseButton = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.toolTip     = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.label2      = new System.Windows.Forms.Label();
     this.openDatabaseSecurityButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // compactDatabaseButton
     //
     this.compactDatabaseButton.BackColor = System.Drawing.Color.White;
     this.compactDatabaseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.compactDatabaseButton.Image     = ((System.Drawing.Image)(resources.GetObject("compactDatabaseButton.Image")));
     this.compactDatabaseButton.Location  = new System.Drawing.Point(219, 73);
     this.compactDatabaseButton.Name      = "compactDatabaseButton";
     this.compactDatabaseButton.Size      = new System.Drawing.Size(93, 88);
     this.compactDatabaseButton.TabIndex  = 10;
     this.compactDatabaseButton.TabStop   = false;
     toolTipInfo1.BackColor      = System.Drawing.Color.Coral;
     toolTipInfo1.Body.ForeColor = System.Drawing.Color.White;
     toolTipInfo1.Body.Image     = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipInfo1.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo1.Body.Text      = "Rebuild the database and repack it so as to use minimal disk space. Should be don" +
                                   "e on a regular basis.";
     toolTipInfo1.Body.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     toolTipInfo1.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.ForeColor = System.Drawing.Color.White;
     toolTipInfo1.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Text      = "Compact Database";
     this.toolTip.SetToolTip(this.compactDatabaseButton, toolTipInfo1);
     this.compactDatabaseButton.UseVisualStyleBackColor = false;
     this.compactDatabaseButton.Click += new System.EventHandler(this.CompactDatabaseButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label1.Location = new System.Drawing.Point(218, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(98, 13);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Compact Database";
     //
     // toolTip
     //
     this.toolTip.GradientBackGround = false;
     this.toolTip.InitialDelay       = 500;
     this.toolTip.MaxWidth           = 300;
     this.toolTip.MetroColor         = System.Drawing.Color.Coral;
     this.toolTip.ToolTipDuration    = 20;
     this.toolTip.UseFading          = Syncfusion.Windows.Forms.Tools.SuperToolTip.FadingType.System;
     this.toolTip.VisualStyle        = Syncfusion.Windows.Forms.Tools.SuperToolTip.Appearance.Metro;
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(124, 218);
     this.progressBar.MarqueeAnimationSpeed = 50;
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(150, 23);
     this.progressBar.Step     = 5;
     this.progressBar.Style    = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar.TabIndex = 12;
     this.progressBar.Visible  = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label2.Location = new System.Drawing.Point(102, 57);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(94, 13);
     this.label2.TabIndex = 14;
     this.label2.Text     = "Database Security";
     //
     // openDatabaseSecurityButton
     //
     this.openDatabaseSecurityButton.BackColor = System.Drawing.Color.White;
     this.openDatabaseSecurityButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.openDatabaseSecurityButton.Image     = ((System.Drawing.Image)(resources.GetObject("openDatabaseSecurityButton.Image")));
     this.openDatabaseSecurityButton.Location  = new System.Drawing.Point(102, 73);
     this.openDatabaseSecurityButton.Name      = "openDatabaseSecurityButton";
     this.openDatabaseSecurityButton.Size      = new System.Drawing.Size(93, 88);
     this.openDatabaseSecurityButton.TabIndex  = 13;
     this.openDatabaseSecurityButton.TabStop   = false;
     this.openDatabaseSecurityButton.UseVisualStyleBackColor = false;
     this.openDatabaseSecurityButton.Click += new System.EventHandler(this.OpenDatabaseSecurityButton_Click);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.Coral;
     this.CaptionBarHeight        = 42;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(18, -3);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(419, 253);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.openDatabaseSecurityButton);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.compactDatabaseButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MetroColor      = System.Drawing.Color.Coral;
     this.Name            = "SettingsForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Settings & Database Maintenance";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing);
     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()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(EnterPasswordForm));
     this.showPasswordCheckBox = new System.Windows.Forms.CheckBox();
     this.passwordLabel        = new System.Windows.Forms.Label();
     this.passwordTextBox      = new System.Windows.Forms.TextBox();
     this.submitPasswordButton = new System.Windows.Forms.Button();
     this.progressBar          = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.decryptionWorker     = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.progressBar)).BeginInit();
     this.SuspendLayout();
     //
     // showPasswordCheckBox
     //
     this.showPasswordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.showPasswordCheckBox.AutoSize = true;
     this.showPasswordCheckBox.Location = new System.Drawing.Point(91, 90);
     this.showPasswordCheckBox.Name     = "showPasswordCheckBox";
     this.showPasswordCheckBox.Size     = new System.Drawing.Size(53, 17);
     this.showPasswordCheckBox.TabIndex = 1;
     this.showPasswordCheckBox.TabStop  = false;
     this.showPasswordCheckBox.Text     = "Show";
     this.showPasswordCheckBox.UseVisualStyleBackColor = true;
     this.showPasswordCheckBox.CheckedChanged         += new System.EventHandler(this.ShowPasswordCheckBox_CheckedChanged);
     //
     // passwordLabel
     //
     this.passwordLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.passwordLabel.AutoSize = true;
     this.passwordLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.passwordLabel.Location = new System.Drawing.Point(88, 44);
     this.passwordLabel.Name     = "passwordLabel";
     this.passwordLabel.Size     = new System.Drawing.Size(68, 16);
     this.passwordLabel.TabIndex = 3;
     this.passwordLabel.Text     = "Password";
     //
     // passwordTextBox
     //
     this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.passwordTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.passwordTextBox.Location = new System.Drawing.Point(91, 63);
     this.passwordTextBox.Name     = "passwordTextBox";
     this.passwordTextBox.Size     = new System.Drawing.Size(191, 22);
     this.passwordTextBox.TabIndex = 0;
     this.passwordTextBox.UseSystemPasswordChar = true;
     //
     // submitPasswordButton
     //
     this.submitPasswordButton.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.submitPasswordButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.submitPasswordButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.submitPasswordButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.submitPasswordButton.ForeColor = System.Drawing.Color.White;
     this.submitPasswordButton.Location  = new System.Drawing.Point(138, 134);
     this.submitPasswordButton.Name      = "submitPasswordButton";
     this.submitPasswordButton.Size      = new System.Drawing.Size(93, 43);
     this.submitPasswordButton.TabIndex  = 2;
     this.submitPasswordButton.Text      = "Submit";
     this.submitPasswordButton.UseVisualStyleBackColor = false;
     this.submitPasswordButton.Click += new System.EventHandler(this.SubmitPasswordButton_Click);
     //
     // progressBar
     //
     this.progressBar.BackGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.progressBar.BackGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.progressBar.BackgroundStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Gradient;
     this.progressBar.BackMultipleColors     = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBar.BackSegments        = false;
     this.progressBar.BackTubeEndColor    = System.Drawing.Color.White;
     this.progressBar.BackTubeStartColor  = System.Drawing.Color.LightGray;
     this.progressBar.Border3DStyle       = System.Windows.Forms.Border3DStyle.Flat;
     this.progressBar.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(149)))), ((int)(((byte)(152)))));
     this.progressBar.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.progressBar.CustomText          = "";
     this.progressBar.CustomWaitingRender = false;
     this.progressBar.FontColor           = System.Drawing.Color.White;
     this.progressBar.ForeColor           = System.Drawing.Color.RoyalBlue;
     this.progressBar.ForegroundImage     = null;
     this.progressBar.GradientEndColor    = System.Drawing.Color.RoyalBlue;
     this.progressBar.GradientStartColor  = System.Drawing.Color.RoyalBlue;
     this.progressBar.Location            = new System.Drawing.Point(138, 134);
     this.progressBar.Minimum             = 10;
     this.progressBar.MultipleColors      = new System.Drawing.Color[] {
         System.Drawing.Color.Empty
     };
     this.progressBar.Name = "progressBar";
     this.progressBar.ProgressFallbackStyle = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Metro;
     this.progressBar.ProgressStyle         = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient;
     this.progressBar.SegmentWidth          = 12;
     this.progressBar.Size                    = new System.Drawing.Size(93, 43);
     this.progressBar.TabIndex                = 10;
     this.progressBar.Text                    = "progressBarAdv1";
     this.progressBar.TextVisible             = false;
     this.progressBar.ThemesEnabled           = true;
     this.progressBar.TubeEndColor            = System.Drawing.Color.Black;
     this.progressBar.TubeStartColor          = System.Drawing.Color.Red;
     this.progressBar.Visible                 = false;
     this.progressBar.WaitingGradientEnabled  = true;
     this.progressBar.WaitingGradientInterval = 60;
     this.progressBar.WaitingGradientWidth    = 60;
     //
     // decryptionWorker
     //
     this.decryptionWorker.WorkerSupportsCancellation = true;
     this.decryptionWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.DecryptionWorker_DoWork);
     this.decryptionWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.DecryptionWorker_WorkCompleted);
     //
     // EnterPasswordForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.RoyalBlue;
     this.CaptionBarHeight        = 46;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(30, -1);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(50, 50);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(369, 198);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.submitPasswordButton);
     this.Controls.Add(this.showPasswordCheckBox);
     this.Controls.Add(this.passwordLabel);
     this.Controls.Add(this.passwordTextBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "EnterPasswordForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Enter Password";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.EnterPasswordForm_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.progressBar)).EndInit();
     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()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(AddCustomerForm));
     this.cancelButton            = new System.Windows.Forms.Button();
     this.addButton               = new System.Windows.Forms.Button();
     this.employeeDetailsGroupBox = new System.Windows.Forms.GroupBox();
     this.middleTextBox           = new System.Windows.Forms.TextBox();
     this.lastNameTextBox         = new System.Windows.Forms.TextBox();
     this.lastNameLabel           = new System.Windows.Forms.Label();
     this.middleLabel             = new System.Windows.Forms.Label();
     this.phoneTextBox            = new System.Windows.Forms.MaskedTextBox();
     this.membershipComboBox      = new System.Windows.Forms.ComboBox();
     this.firstNameTextBox        = new System.Windows.Forms.TextBox();
     this.firstNameLabel          = new System.Windows.Forms.Label();
     this.phoneLabel              = new System.Windows.Forms.Label();
     this.membershipLabel         = new System.Windows.Forms.Label();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.mondayLabel             = new System.Windows.Forms.Label();
     this.sundayComboBox          = new System.Windows.Forms.ComboBox();
     this.tuesdayLabel            = new System.Windows.Forms.Label();
     this.saturdayComboBox        = new System.Windows.Forms.ComboBox();
     this.wednesdayLabel          = new System.Windows.Forms.Label();
     this.fridayComboBox          = new System.Windows.Forms.ComboBox();
     this.thursdayLabel           = new System.Windows.Forms.Label();
     this.thursdayComboBox        = new System.Windows.Forms.ComboBox();
     this.fridayLabel             = new System.Windows.Forms.Label();
     this.wednesdayComboBox       = new System.Windows.Forms.ComboBox();
     this.saturdayLabel           = new System.Windows.Forms.Label();
     this.tuesdayComboBox         = new System.Windows.Forms.ComboBox();
     this.sundayLabel             = new System.Windows.Forms.Label();
     this.mondayComboBox          = new System.Windows.Forms.ComboBox();
     this.employeeDetailsGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // cancelButton
     //
     this.cancelButton.BackColor               = System.Drawing.Color.Red;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.ForeColor               = System.Drawing.Color.White;
     this.cancelButton.Location                = new System.Drawing.Point(256, 374);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 13;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // addButton
     //
     this.addButton.BackColor = System.Drawing.Color.LimeGreen;
     this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addButton.ForeColor = System.Drawing.Color.White;
     this.addButton.Location  = new System.Drawing.Point(256, 323);
     this.addButton.Name      = "addButton";
     this.addButton.Size      = new System.Drawing.Size(75, 33);
     this.addButton.TabIndex  = 12;
     this.addButton.Text      = "Add";
     this.addButton.UseVisualStyleBackColor = false;
     this.addButton.Click += new System.EventHandler(this.AddButton_Click);
     //
     // employeeDetailsGroupBox
     //
     this.employeeDetailsGroupBox.Controls.Add(this.middleTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.lastNameTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.lastNameLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.middleLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.membershipComboBox);
     this.employeeDetailsGroupBox.Controls.Add(this.firstNameTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.firstNameLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.membershipLabel);
     this.employeeDetailsGroupBox.Location = new System.Drawing.Point(21, 30);
     this.employeeDetailsGroupBox.Name     = "employeeDetailsGroupBox";
     this.employeeDetailsGroupBox.Size     = new System.Drawing.Size(162, 278);
     this.employeeDetailsGroupBox.TabIndex = 26;
     this.employeeDetailsGroupBox.TabStop  = false;
     this.employeeDetailsGroupBox.Text     = "Customer Details";
     //
     // middleTextBox
     //
     this.middleTextBox.Location  = new System.Drawing.Point(7, 91);
     this.middleTextBox.MaxLength = 1;
     this.middleTextBox.Name      = "middleTextBox";
     this.middleTextBox.Size      = new System.Drawing.Size(133, 20);
     this.middleTextBox.TabIndex  = 1;
     this.middleTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MiddleTextBox_KeyPress);
     //
     // lastNameTextBox
     //
     this.lastNameTextBox.BackColor = System.Drawing.SystemColors.Window;
     this.lastNameTextBox.Location  = new System.Drawing.Point(6, 139);
     this.lastNameTextBox.MaxLength = 100;
     this.lastNameTextBox.Name      = "lastNameTextBox";
     this.lastNameTextBox.Size      = new System.Drawing.Size(133, 20);
     this.lastNameTextBox.TabIndex  = 2;
     this.lastNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LastNameTextBox_KeyPress);
     //
     // lastNameLabel
     //
     this.lastNameLabel.AutoSize = true;
     this.lastNameLabel.Location = new System.Drawing.Point(3, 123);
     this.lastNameLabel.Name     = "lastNameLabel";
     this.lastNameLabel.Size     = new System.Drawing.Size(58, 13);
     this.lastNameLabel.TabIndex = 16;
     this.lastNameLabel.Text     = "Last Name";
     //
     // middleLabel
     //
     this.middleLabel.AutoSize = true;
     this.middleLabel.Location = new System.Drawing.Point(3, 74);
     this.middleLabel.Name     = "middleLabel";
     this.middleLabel.Size     = new System.Drawing.Size(113, 13);
     this.middleLabel.TabIndex = 15;
     this.middleLabel.Text     = "Middle Initial (Optional)";
     //
     // phoneTextBox
     //
     this.phoneTextBox.AllowPromptAsInput = false;
     this.phoneTextBox.AsciiOnly          = true;
     this.phoneTextBox.Culture            = new System.Globalization.CultureInfo("en-US");
     this.phoneTextBox.Location           = new System.Drawing.Point(5, 186);
     this.phoneTextBox.Mask           = "(000)-000-0000";
     this.phoneTextBox.Name           = "phoneTextBox";
     this.phoneTextBox.ResetOnSpace   = false;
     this.phoneTextBox.Size           = new System.Drawing.Size(132, 20);
     this.phoneTextBox.TabIndex       = 3;
     this.phoneTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // membershipComboBox
     //
     this.membershipComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.membershipComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.membershipComboBox.FormattingEnabled = true;
     this.membershipComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "N/A",
         "SMILE PLUS"
     });
     this.membershipComboBox.Location = new System.Drawing.Point(5, 235);
     this.membershipComboBox.Name     = "membershipComboBox";
     this.membershipComboBox.Size     = new System.Drawing.Size(134, 21);
     this.membershipComboBox.TabIndex = 4;
     //
     // firstNameTextBox
     //
     this.firstNameTextBox.BackColor = System.Drawing.SystemColors.Window;
     this.firstNameTextBox.Location  = new System.Drawing.Point(6, 42);
     this.firstNameTextBox.MaxLength = 100;
     this.firstNameTextBox.Name      = "firstNameTextBox";
     this.firstNameTextBox.Size      = new System.Drawing.Size(134, 20);
     this.firstNameTextBox.TabIndex  = 0;
     this.firstNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FirstNameTextBox_KeyPress);
     //
     // firstNameLabel
     //
     this.firstNameLabel.AutoSize = true;
     this.firstNameLabel.Location = new System.Drawing.Point(3, 26);
     this.firstNameLabel.Name     = "firstNameLabel";
     this.firstNameLabel.Size     = new System.Drawing.Size(57, 13);
     this.firstNameLabel.TabIndex = 14;
     this.firstNameLabel.Text     = "First Name";
     //
     // phoneLabel
     //
     this.phoneLabel.AutoSize = true;
     this.phoneLabel.Location = new System.Drawing.Point(2, 170);
     this.phoneLabel.Name     = "phoneLabel";
     this.phoneLabel.Size     = new System.Drawing.Size(38, 13);
     this.phoneLabel.TabIndex = 17;
     this.phoneLabel.Text     = "Phone";
     //
     // membershipLabel
     //
     this.membershipLabel.AutoSize = true;
     this.membershipLabel.Location = new System.Drawing.Point(2, 219);
     this.membershipLabel.Name     = "membershipLabel";
     this.membershipLabel.Size     = new System.Drawing.Size(64, 13);
     this.membershipLabel.TabIndex = 18;
     this.membershipLabel.Text     = "Membership";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.mondayLabel);
     this.groupBox1.Controls.Add(this.sundayComboBox);
     this.groupBox1.Controls.Add(this.tuesdayLabel);
     this.groupBox1.Controls.Add(this.saturdayComboBox);
     this.groupBox1.Controls.Add(this.wednesdayLabel);
     this.groupBox1.Controls.Add(this.fridayComboBox);
     this.groupBox1.Controls.Add(this.thursdayLabel);
     this.groupBox1.Controls.Add(this.thursdayComboBox);
     this.groupBox1.Controls.Add(this.fridayLabel);
     this.groupBox1.Controls.Add(this.wednesdayComboBox);
     this.groupBox1.Controls.Add(this.saturdayLabel);
     this.groupBox1.Controls.Add(this.tuesdayComboBox);
     this.groupBox1.Controls.Add(this.sundayLabel);
     this.groupBox1.Controls.Add(this.mondayComboBox);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.groupBox1.Location = new System.Drawing.Point(202, 30);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(401, 278);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Customer Attendance";
     //
     // mondayLabel
     //
     this.mondayLabel.AutoSize = true;
     this.mondayLabel.Location = new System.Drawing.Point(15, 58);
     this.mondayLabel.Name     = "mondayLabel";
     this.mondayLabel.Size     = new System.Drawing.Size(48, 13);
     this.mondayLabel.TabIndex = 19;
     this.mondayLabel.Text     = "Monday:";
     //
     // sundayComboBox
     //
     this.sundayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.sundayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.sundayComboBox.FormattingEnabled = true;
     this.sundayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.sundayComboBox.Location = new System.Drawing.Point(276, 144);
     this.sundayComboBox.Name     = "sundayComboBox";
     this.sundayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.sundayComboBox.TabIndex = 11;
     //
     // tuesdayLabel
     //
     this.tuesdayLabel.AutoSize = true;
     this.tuesdayLabel.Location = new System.Drawing.Point(15, 91);
     this.tuesdayLabel.Name     = "tuesdayLabel";
     this.tuesdayLabel.Size     = new System.Drawing.Size(51, 13);
     this.tuesdayLabel.TabIndex = 20;
     this.tuesdayLabel.Text     = "Tuesday:";
     //
     // saturdayComboBox
     //
     this.saturdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.saturdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.saturdayComboBox.FormattingEnabled = true;
     this.saturdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.saturdayComboBox.Location = new System.Drawing.Point(276, 107);
     this.saturdayComboBox.Name     = "saturdayComboBox";
     this.saturdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.saturdayComboBox.TabIndex = 10;
     //
     // wednesdayLabel
     //
     this.wednesdayLabel.AutoSize = true;
     this.wednesdayLabel.Location = new System.Drawing.Point(15, 126);
     this.wednesdayLabel.Name     = "wednesdayLabel";
     this.wednesdayLabel.Size     = new System.Drawing.Size(67, 13);
     this.wednesdayLabel.TabIndex = 21;
     this.wednesdayLabel.Text     = "Wednesday:";
     //
     // fridayComboBox
     //
     this.fridayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fridayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.fridayComboBox.FormattingEnabled = true;
     this.fridayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.fridayComboBox.Location = new System.Drawing.Point(85, 189);
     this.fridayComboBox.Name     = "fridayComboBox";
     this.fridayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.fridayComboBox.TabIndex = 9;
     //
     // thursdayLabel
     //
     this.thursdayLabel.AutoSize = true;
     this.thursdayLabel.Location = new System.Drawing.Point(15, 160);
     this.thursdayLabel.Name     = "thursdayLabel";
     this.thursdayLabel.Size     = new System.Drawing.Size(54, 13);
     this.thursdayLabel.TabIndex = 22;
     this.thursdayLabel.Text     = "Thursday:";
     //
     // thursdayComboBox
     //
     this.thursdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.thursdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.thursdayComboBox.FormattingEnabled = true;
     this.thursdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.thursdayComboBox.Location = new System.Drawing.Point(85, 157);
     this.thursdayComboBox.Name     = "thursdayComboBox";
     this.thursdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.thursdayComboBox.TabIndex = 8;
     //
     // fridayLabel
     //
     this.fridayLabel.AutoSize = true;
     this.fridayLabel.Location = new System.Drawing.Point(15, 192);
     this.fridayLabel.Name     = "fridayLabel";
     this.fridayLabel.Size     = new System.Drawing.Size(38, 13);
     this.fridayLabel.TabIndex = 23;
     this.fridayLabel.Text     = "Friday:";
     //
     // wednesdayComboBox
     //
     this.wednesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.wednesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.wednesdayComboBox.FormattingEnabled = true;
     this.wednesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.wednesdayComboBox.Location = new System.Drawing.Point(85, 123);
     this.wednesdayComboBox.Name     = "wednesdayComboBox";
     this.wednesdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.wednesdayComboBox.TabIndex = 7;
     //
     // saturdayLabel
     //
     this.saturdayLabel.AutoSize  = true;
     this.saturdayLabel.ForeColor = System.Drawing.Color.Firebrick;
     this.saturdayLabel.Location  = new System.Drawing.Point(218, 110);
     this.saturdayLabel.Name      = "saturdayLabel";
     this.saturdayLabel.Size      = new System.Drawing.Size(52, 13);
     this.saturdayLabel.TabIndex  = 24;
     this.saturdayLabel.Text      = "Saturday:";
     //
     // tuesdayComboBox
     //
     this.tuesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tuesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.tuesdayComboBox.FormattingEnabled = true;
     this.tuesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.tuesdayComboBox.Location = new System.Drawing.Point(85, 88);
     this.tuesdayComboBox.Name     = "tuesdayComboBox";
     this.tuesdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.tuesdayComboBox.TabIndex = 6;
     //
     // sundayLabel
     //
     this.sundayLabel.AutoSize  = true;
     this.sundayLabel.ForeColor = System.Drawing.Color.Firebrick;
     this.sundayLabel.Location  = new System.Drawing.Point(218, 147);
     this.sundayLabel.Name      = "sundayLabel";
     this.sundayLabel.Size      = new System.Drawing.Size(46, 13);
     this.sundayLabel.TabIndex  = 25;
     this.sundayLabel.Text      = "Sunday:";
     //
     // mondayComboBox
     //
     this.mondayComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.mondayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mondayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.mondayComboBox.FormattingEnabled = true;
     this.mondayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM",
         "PM",
         "AM/PM",
         "N/A"
     });
     this.mondayComboBox.Location = new System.Drawing.Point(85, 55);
     this.mondayComboBox.Name     = "mondayComboBox";
     this.mondayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.mondayComboBox.TabIndex = 5;
     //
     // AddCustomerForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton            = this.cancelButton;
     this.CaptionBarColor         = System.Drawing.Color.LimeGreen;
     this.CaptionBarHeight        = 40;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(34, -4);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(612, 404);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.employeeDetailsGroupBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.addButton);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "AddCustomerForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Add Customer";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.AddCustomerForm_FormClosing);
     this.employeeDetailsGroupBox.ResumeLayout(false);
     this.employeeDetailsGroupBox.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionImage          captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionImage          captionImage3 = new Syncfusion.Windows.Forms.CaptionImage();
     this.Output              = new BroadlinkManager.Controls.BetterRichTextBox();
     this.ToolBar             = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.Scan                = new System.Windows.Forms.ToolStripButton();
     this.Devices             = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.Commands            = new System.Windows.Forms.ToolStripDropDownButton();
     this.LearnIR             = new System.Windows.Forms.ToolStripMenuItem();
     this.SendIR              = new System.Windows.Forms.ToolStripMenuItem();
     this.LearnRF             = new System.Windows.Forms.ToolStripMenuItem();
     this.SendRF              = new System.Windows.Forms.ToolStripMenuItem();
     this.Cancel              = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolBar.SuspendLayout();
     this.SuspendLayout();
     //
     // Output
     //
     this.Output.BackColor = System.Drawing.Color.Black;
     this.Output.Font      = new System.Drawing.Font("Arial Black", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Output.ForeColor = System.Drawing.Color.White;
     this.Output.Location  = new System.Drawing.Point(0, 109);
     this.Output.Name      = "Output";
     this.Output.Size      = new System.Drawing.Size(955, 423);
     this.Output.TabIndex  = 0;
     this.Output.Text      = "";
     //
     // ToolBar
     //
     this.ToolBar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(143)))), ((int)(((byte)(199)))));
     this.ToolBar.Image     = null;
     this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Scan,
         this.Devices,
         this.toolStripSeparator1,
         this.Commands
     });
     this.ToolBar.Location = new System.Drawing.Point(0, 0);
     this.ToolBar.Name     = "ToolBar";
     this.ToolBar.Size     = new System.Drawing.Size(955, 40);
     this.ToolBar.TabIndex = 4;
     //
     // Scan
     //
     this.Scan.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.Scan.Image                 = ((System.Drawing.Image)(resources.GetObject("Scan.Image")));
     this.Scan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Scan.Name   = "Scan";
     this.Scan.Size   = new System.Drawing.Size(36, 22);
     this.Scan.Text   = "Scan";
     this.Scan.Click += new System.EventHandler(this.Scan_Click);
     //
     // Devices
     //
     this.Devices.Name = "Devices";
     this.Devices.Size = new System.Drawing.Size(121, 25);
     this.Devices.SelectedIndexChanged += new System.EventHandler(this.Devices_SelectedIndexChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // Commands
     //
     this.Commands.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.Commands.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.LearnIR,
         this.SendIR,
         this.LearnRF,
         this.SendRF,
         this.Cancel
     });
     this.Commands.Image = ((System.Drawing.Image)(resources.GetObject("Commands.Image")));
     this.Commands.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Commands.Name = "Commands";
     this.Commands.Size = new System.Drawing.Size(82, 22);
     this.Commands.Text = "Commands";
     //
     // LearnIR
     //
     this.LearnIR.Image  = global::BroadlinkManager.Properties.Resources.Infrared1;
     this.LearnIR.Name   = "LearnIR";
     this.LearnIR.Size   = new System.Drawing.Size(180, 22);
     this.LearnIR.Text   = "Learn IR";
     this.LearnIR.Click += new System.EventHandler(this.LearnIR_Click);
     //
     // SendIR
     //
     this.SendIR.Image = global::BroadlinkManager.Properties.Resources.Infrared1;
     this.SendIR.Name  = "SendIR";
     this.SendIR.Size  = new System.Drawing.Size(180, 22);
     this.SendIR.Text  = "Send IR";
     //
     // LearnRF
     //
     this.LearnRF.Image = global::BroadlinkManager.Properties.Resources.Radar;
     this.LearnRF.Name  = "LearnRF";
     this.LearnRF.Size  = new System.Drawing.Size(180, 22);
     this.LearnRF.Text  = "Learn RF";
     //
     // SendRF
     //
     this.SendRF.Image = global::BroadlinkManager.Properties.Resources.Radar;
     this.SendRF.Name  = "SendRF";
     this.SendRF.Size  = new System.Drawing.Size(180, 22);
     this.SendRF.Text  = "Send RF";
     //
     // Cancel
     //
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(180, 22);
     this.Cancel.Text = "Cancel Learning";
     //
     // Main
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(143)))), ((int)(((byte)(199)))));
     this.BorderThickness         = 10;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(143)))), ((int)(((byte)(199)))));
     this.CaptionBarHeight        = 67;
     this.CaptionButtonColor      = System.Drawing.Color.Black;
     this.CaptionButtonHoverColor = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = global::BroadlinkManager.Properties.Resources.SettingsNoraml;
     captionImage1.Location       = new System.Drawing.Point(920, 40);
     captionImage1.Name           = "settings";
     captionImage2.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     captionImage2.Image          = global::BroadlinkManager.Properties.Resources.Close;
     captionImage2.Location       = new System.Drawing.Point(920, 4);
     captionImage2.Name           = "close";
     captionImage3.BackColor      = System.Drawing.Color.Transparent;
     captionImage3.Image          = global::BroadlinkManager.Properties.Resources.Minus;
     captionImage3.Location       = new System.Drawing.Point(883, 4);
     captionImage3.Name           = "min";
     this.CaptionImages.Add(captionImage1);
     this.CaptionImages.Add(captionImage2);
     this.CaptionImages.Add(captionImage3);
     this.CaptionVerticalAlignment = Syncfusion.Windows.Forms.VerticalAlignment.Top;
     this.ClientSize = new System.Drawing.Size(955, 533);
     this.ControlBox = false;
     this.Controls.Add(this.ToolBar);
     this.Controls.Add(this.Output);
     this.ForeColor       = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MetroColor      = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(143)))), ((int)(((byte)(199)))));
     this.MinimumSize     = new System.Drawing.Size(794, 529);
     this.Name            = "Main";
     this.ShowIcon        = false;
     this.Text            = "Broadlink Manager";
     this.Load           += new System.EventHandler(this.Main_Load);
     this.ToolBar.ResumeLayout(false);
     this.ToolBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #24
0
        /// <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();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            this.textBoxExt1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.textBoxExt2 = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblUsrName = new System.Windows.Forms.Label();
            this.lblPwd = new System.Windows.Forms.Label();
            this.btnLogin = new Syncfusion.Windows.Forms.ButtonAdv();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // textBoxExt1
            // 
            this.textBoxExt1.BackColor = System.Drawing.Color.White;
            this.textBoxExt1.BeforeTouchSize = new System.Drawing.Size(155, 20);
            this.textBoxExt1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt1.BorderSides = System.Windows.Forms.Border3DSide.Bottom;
            this.textBoxExt1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxExt1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.textBoxExt1.Location = new System.Drawing.Point(26, 27);
            this.textBoxExt1.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt1.Name = "textBoxExt1";
            this.textBoxExt1.Size = new System.Drawing.Size(276, 23);
            this.textBoxExt1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.textBoxExt1.TabIndex = 0;
            this.textBoxExt1.Text = "textBoxExt1";
            // 
            // textBoxExt2
            // 
            this.textBoxExt2.BackColor = System.Drawing.Color.White;
            this.textBoxExt2.BeforeTouchSize = new System.Drawing.Size(155, 20);
            this.textBoxExt2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt2.BorderSides = System.Windows.Forms.Border3DSide.Bottom;
            this.textBoxExt2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxExt2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.textBoxExt2.Location = new System.Drawing.Point(26, 71);
            this.textBoxExt2.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt2.Name = "textBoxExt2";
            this.textBoxExt2.Size = new System.Drawing.Size(276, 23);
            this.textBoxExt2.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
            this.textBoxExt2.TabIndex = 1;
            this.textBoxExt2.Text = "textBoxExt2";
            // 
            // lblUsrName
            // 
            this.lblUsrName.AutoSize = true;
            this.lblUsrName.Location = new System.Drawing.Point(12, 9);
            this.lblUsrName.Name = "lblUsrName";
            this.lblUsrName.Size = new System.Drawing.Size(70, 15);
            this.lblUsrName.TabIndex = 3;
            this.lblUsrName.Text = "Brukernavn:";
            // 
            // lblPwd
            // 
            this.lblPwd.AutoSize = true;
            this.lblPwd.Location = new System.Drawing.Point(12, 53);
            this.lblPwd.Name = "lblPwd";
            this.lblPwd.Size = new System.Drawing.Size(51, 15);
            this.lblPwd.TabIndex = 4;
            this.lblPwd.Text = "Passord:";
            // 
            // btnLogin
            // 
            this.btnLogin.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnLogin.BackColor = System.Drawing.SystemColors.Control;
            this.btnLogin.BeforeTouchSize = new System.Drawing.Size(159, 35);
            this.btnLogin.FlatAppearance.BorderSize = 0;
            this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLogin.ForeColor = System.Drawing.Color.Black;
            this.btnLogin.IsBackStageButton = false;
            this.btnLogin.Location = new System.Drawing.Point(143, 106);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(159, 35);
            this.btnLogin.TabIndex = 2;
            this.btnLogin.Text = "Logg inn";
            this.btnLogin.UseVisualStyle = false;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(428, 93);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(48, 48);
            this.pictureBox1.TabIndex = 5;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // frmLaunch
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CaptionBarColor = System.Drawing.SystemColors.Control;
            this.CaptionBarHeight = 48;
            this.CaptionFont = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            captionImage1.BackColor = System.Drawing.Color.Transparent;
            captionImage1.Location = new System.Drawing.Point(15, 4);
            captionImage1.Name = "SSLogo";
            captionImage1.Size = new System.Drawing.Size(36, 36);
            this.CaptionImages.Add(captionImage1);
            this.ClientSize = new System.Drawing.Size(488, 146);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnLogin);
            this.Controls.Add(this.lblPwd);
            this.Controls.Add(this.lblUsrName);
            this.Controls.Add(this.textBoxExt2);
            this.Controls.Add(this.textBoxExt1);
            this.Font = new System.Drawing.Font("Segoe UI Semilight", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmLaunch";
            this.Text = "MetroForm1";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLaunch_FormClosing);
            this.Load += new System.EventHandler(this.frmLaunch_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLaunch_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange1  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange2  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange3  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange4  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange5  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.LinearRange linearRange6  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.CaptionImage      captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.label3             = new System.Windows.Forms.Label();
     this.linearGauge3       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.linearGauge2       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.linearGauge1       = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.trackBarEx1        = new Syncfusion.Windows.Forms.Tools.TrackBarEx(0, 10);
     this.comboBoxAdv1       = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BeforeTouchSize = 1;
     this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.HotGripLight    = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.WindowFrame);
     this.splitContainerAdv1.IsSplitterFixed = true;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.label3);
     this.splitContainerAdv1.Panel1.Controls.Add(this.linearGauge3);
     this.splitContainerAdv1.Panel1.Controls.Add(this.linearGauge2);
     this.splitContainerAdv1.Panel1.Controls.Add(this.linearGauge1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.trackBarEx1);
     this.splitContainerAdv1.Panel2.Controls.Add(this.comboBoxAdv1);
     this.splitContainerAdv1.Panel2.Controls.Add(this.label2);
     this.splitContainerAdv1.Panel2.Controls.Add(this.label1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(912, 534);
     this.splitContainerAdv1.SplitterDistance = 650;
     this.splitContainerAdv1.SplitterWidth    = 1;
     this.splitContainerAdv1.TabIndex         = 0;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(270, 491);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(103, 21);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Pointer Value";
     //
     // linearGauge3
     //
     this.linearGauge3.BackgroundGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge3.BackgroundGradientStartColor = System.Drawing.Color.White;
     this.linearGauge3.Font                         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge3.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge3.GaugeBaseColor               = System.Drawing.Color.White;
     this.linearGauge3.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge3.InnerFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge3.InnerFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge3.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Vertical;
     this.linearGauge3.Location                     = new System.Drawing.Point(62, 24);
     this.linearGauge3.MajorDifference              = 10;
     this.linearGauge3.MajorTicksHeight             = 15;
     this.linearGauge3.MaximumValue                 = 100F;
     this.linearGauge3.MinimumSize                  = new System.Drawing.Size(75, 125);
     this.linearGauge3.MinorTickCount               = 0;
     this.linearGauge3.MinorTickHeight              = 0;
     this.linearGauge3.Name                         = "linearGauge3";
     this.linearGauge3.OuterFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge3.OuterFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge3.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(181)))), ((int)(((byte)(63)))));
     linearRange1.EndValue       = 50F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = true;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     linearRange2.Color          = System.Drawing.Color.White;
     linearRange2.EndValue       = 70F;
     linearRange2.Height         = 5;
     linearRange2.InRange        = false;
     linearRange2.Name           = "GaugeRange2";
     linearRange2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange2.StartValue     = 50F;
     linearRange3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(70)))), ((int)(((byte)(73)))));
     linearRange3.EndValue       = 100F;
     linearRange3.Height         = 5;
     linearRange3.InRange        = false;
     linearRange3.Name           = "GaugeRange3";
     linearRange3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange3.StartValue     = 70F;
     this.linearGauge3.Ranges.Add(linearRange1);
     this.linearGauge3.Ranges.Add(linearRange2);
     this.linearGauge3.Ranges.Add(linearRange3);
     this.linearGauge3.Size                = new System.Drawing.Size(125, 460);
     this.linearGauge3.TabIndex            = 2;
     this.linearGauge3.Text                = "linearGauge3";
     this.linearGauge3.Value               = 15F;
     this.linearGauge3.ValueIndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(170)))), ((int)(((byte)(176)))));
     //
     // linearGauge2
     //
     this.linearGauge2.BackgroundGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge2.BackgroundGradientStartColor = System.Drawing.Color.White;
     this.linearGauge2.Font                         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge2.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge2.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge2.InnerFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge2.InnerFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge2.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Vertical;
     this.linearGauge2.Location                     = new System.Drawing.Point(410, 24);
     this.linearGauge2.MajorDifference              = 10;
     this.linearGauge2.MajorTicksHeight             = 15;
     this.linearGauge2.MaximumValue                 = 30F;
     this.linearGauge2.MinimumSize                  = new System.Drawing.Size(75, 125);
     this.linearGauge2.MinorTickCount               = 4;
     this.linearGauge2.MinorTickHeight              = 7;
     this.linearGauge2.Name                         = "linearGauge2";
     this.linearGauge2.OuterFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge2.OuterFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge2.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     linearRange4.EndValue       = 30F;
     linearRange4.Height         = 5;
     linearRange4.InRange        = true;
     linearRange4.Name           = "GaugeRange1";
     linearRange4.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange4.StartValue     = 0F;
     this.linearGauge2.Ranges.Add(linearRange4);
     this.linearGauge2.Size                = new System.Drawing.Size(125, 425);
     this.linearGauge2.TabIndex            = 1;
     this.linearGauge2.Text                = "linearGauge2";
     this.linearGauge2.Value               = 15F;
     this.linearGauge2.ValueIndicatorColor = System.Drawing.Color.White;
     //
     // linearGauge1
     //
     this.linearGauge1.BackgroundGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge1.BackgroundGradientStartColor = System.Drawing.Color.White;
     this.linearGauge1.Font                         = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge1.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge1.InnerFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge1.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Vertical;
     this.linearGauge1.Location                     = new System.Drawing.Point(263, 24);
     this.linearGauge1.MajorDifference              = 10;
     this.linearGauge1.MajorTicksHeight             = 15;
     this.linearGauge1.MaximumValue                 = 50F;
     this.linearGauge1.MinimumSize                  = new System.Drawing.Size(75, 125);
     this.linearGauge1.MinorTickCount               = 4;
     this.linearGauge1.MinorTickHeight              = 7;
     this.linearGauge1.Name                         = "linearGauge1";
     this.linearGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.White;
     this.linearGauge1.OuterFrameGradientStartColor = System.Drawing.Color.White;
     this.linearGauge1.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange5.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange5.EndValue       = 30F;
     linearRange5.Height         = 5;
     linearRange5.InRange        = true;
     linearRange5.Name           = "GaugeRange1";
     linearRange5.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange5.StartValue     = 0F;
     linearRange6.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     linearRange6.EndValue       = 50F;
     linearRange6.Height         = 5;
     linearRange6.InRange        = false;
     linearRange6.Name           = "GaugeRange2";
     linearRange6.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange6.StartValue     = 30F;
     this.linearGauge1.Ranges.Add(linearRange5);
     this.linearGauge1.Ranges.Add(linearRange6);
     this.linearGauge1.Size                = new System.Drawing.Size(125, 460);
     this.linearGauge1.TabIndex            = 0;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 15F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.White;
     //
     // trackBarEx1
     //
     this.trackBarEx1.BackColor       = System.Drawing.Color.White;
     this.trackBarEx1.BeforeTouchSize = new System.Drawing.Size(224, 20);
     this.trackBarEx1.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.trackBarEx1.Location        = new System.Drawing.Point(19, 372);
     this.trackBarEx1.Name            = "trackBarEx1";
     this.trackBarEx1.Size            = new System.Drawing.Size(224, 20);
     this.trackBarEx1.Style           = Syncfusion.Windows.Forms.Tools.TrackBarEx.Theme.Metro;
     this.trackBarEx1.TabIndex        = 3;
     this.trackBarEx1.Text            = "trackBarEx1";
     this.trackBarEx1.TimerInterval   = 100;
     this.trackBarEx1.Value           = 5;
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(224, 29);
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "Ball Pointer",
         "Thermometer",
         "Custom Ranges"
     });
     this.comboBoxAdv1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBoxAdv1, "Ball Pointer"));
     this.comboBoxAdv1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBoxAdv1, "Thermometer"));
     this.comboBoxAdv1.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.comboBoxAdv1, "Custom Ranges"));
     this.comboBoxAdv1.Location              = new System.Drawing.Point(19, 207);
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(224, 29);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 2;
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(15, 296);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(103, 21);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Pointer Value";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(15, 128);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Appearance";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.CaptionBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.CaptionBarHeight    = 72;
     this.CaptionButtonColor  = System.Drawing.Color.White;
     this.CaptionFont         = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor    = System.Drawing.Color.White;
     captionImage1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     captionImage1.Location   = new System.Drawing.Point(5, 22);
     captionImage1.Name       = "CaptionImage1";
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(912, 534);
     this.Controls.Add(this.splitContainerAdv1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Custom Renderer for LinearGauge";
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel1.PerformLayout();
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MatriculaForm));
            Syncfusion.Windows.Forms.CaptionImage captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
            this.tabControlAdv1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tabPessoal = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.mtxtNascimento = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.autoLabel1 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.btnCapturar = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnConectar = new Syncfusion.Windows.Forms.ButtonAdv();
            this.ptFotoPes = new System.Windows.Forms.PictureBox();
            this.cbReligiao = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.txtEmail = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel15 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNomeMae = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel14 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNomePai = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel13 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbRH = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel12 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbSanguineo = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel11 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel10 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbEstado = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel9 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNaturalidade = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel8 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtCor = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel7 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbEstadoCivil = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel6 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNacionalidade = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel5 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbSexo = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel4 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel3 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNome = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel2 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.tabResidencial = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.mtxtCep = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.btnMenosC = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnMenosR = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnMainC = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnMaisR = new Syncfusion.Windows.Forms.ButtonAdv();
            this.autoLabel23 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel22 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtMunicipio = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel21 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtBairro = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel20 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtComplemento = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel19 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtNumero = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel18 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtEndereco = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel17 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel16 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.tabDocumentos = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.txtMilitar = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.txtDataMilitar = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.txtExpMilitar = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.lblExpMilitar = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.lblDataMilitar = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.lblMilitar = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.mtxtEmissaoRg = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.mtxtEmissaoCpf = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.txtTitulo = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.mtxtRg = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.mtxtCpf = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.txtZonaTitulo = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel31 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtSecaoTitulo = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel30 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel29 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtExpedidoRg = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel28 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel26 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel27 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel25 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel24 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.tabAcademico = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.mtxtConclusaoEscola = new Syncfusion.Windows.Forms.Tools.MaskedEditBox();
            this.cbTurno = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel39 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbCurso = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel38 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtPontuacao = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel37 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtClassificacao = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel36 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.autoLabel35 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.cbEstadoEscola = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.autoLabel34 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtCidadeEscola = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel33 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.txtEscola = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel32 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnConfirmar = new Syncfusion.Windows.Forms.ButtonAdv();
            this.btnCancelar = new Syncfusion.Windows.Forms.ButtonAdv();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
            this.tabControlAdv1.SuspendLayout();
            this.tabPessoal.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtNascimento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptFotoPes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbReligiao)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNomeMae)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNomePai)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRH)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbSanguineo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstado)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNaturalidade)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstadoCivil)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNacionalidade)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbSexo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNome)).BeginInit();
            this.tabResidencial.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtCep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMunicipio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBairro)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComplemento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumero)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEndereco)).BeginInit();
            this.tabDocumentos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMilitar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDataMilitar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExpMilitar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtEmissaoRg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtEmissaoCpf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTitulo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtRg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtCpf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtZonaTitulo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSecaoTitulo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExpedidoRg)).BeginInit();
            this.tabAcademico.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtConclusaoEscola)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTurno)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbCurso)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPontuacao)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtClassificacao)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstadoEscola)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCidadeEscola)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEscola)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControlAdv1
            // 
            this.tabControlAdv1.ActiveTabColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.tabControlAdv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlAdv1.BeforeTouchSize = new System.Drawing.Size(684, 379);
            this.tabControlAdv1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tabControlAdv1.Controls.Add(this.tabPessoal);
            this.tabControlAdv1.Controls.Add(this.tabResidencial);
            this.tabControlAdv1.Controls.Add(this.tabDocumentos);
            this.tabControlAdv1.Controls.Add(this.tabAcademico);
            this.tabControlAdv1.FocusOnTabClick = false;
            this.tabControlAdv1.InactiveTabColor = System.Drawing.Color.WhiteSmoke;
            this.tabControlAdv1.Location = new System.Drawing.Point(-1, 3);
            this.tabControlAdv1.Name = "tabControlAdv1";
            this.tabControlAdv1.Size = new System.Drawing.Size(684, 379);
            this.tabControlAdv1.TabIndex = 0;
            this.tabControlAdv1.TabPanelBackColor = System.Drawing.Color.WhiteSmoke;
            this.tabControlAdv1.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererMetro);
            // 
            // tabPessoal
            // 
            this.tabPessoal.Controls.Add(this.mtxtNascimento);
            this.tabPessoal.Controls.Add(this.autoLabel1);
            this.tabPessoal.Controls.Add(this.btnCapturar);
            this.tabPessoal.Controls.Add(this.btnConectar);
            this.tabPessoal.Controls.Add(this.ptFotoPes);
            this.tabPessoal.Controls.Add(this.cbReligiao);
            this.tabPessoal.Controls.Add(this.txtEmail);
            this.tabPessoal.Controls.Add(this.autoLabel15);
            this.tabPessoal.Controls.Add(this.txtNomeMae);
            this.tabPessoal.Controls.Add(this.autoLabel14);
            this.tabPessoal.Controls.Add(this.txtNomePai);
            this.tabPessoal.Controls.Add(this.autoLabel13);
            this.tabPessoal.Controls.Add(this.cbRH);
            this.tabPessoal.Controls.Add(this.autoLabel12);
            this.tabPessoal.Controls.Add(this.cbSanguineo);
            this.tabPessoal.Controls.Add(this.autoLabel11);
            this.tabPessoal.Controls.Add(this.autoLabel10);
            this.tabPessoal.Controls.Add(this.cbEstado);
            this.tabPessoal.Controls.Add(this.autoLabel9);
            this.tabPessoal.Controls.Add(this.txtNaturalidade);
            this.tabPessoal.Controls.Add(this.autoLabel8);
            this.tabPessoal.Controls.Add(this.txtCor);
            this.tabPessoal.Controls.Add(this.autoLabel7);
            this.tabPessoal.Controls.Add(this.cbEstadoCivil);
            this.tabPessoal.Controls.Add(this.autoLabel6);
            this.tabPessoal.Controls.Add(this.txtNacionalidade);
            this.tabPessoal.Controls.Add(this.autoLabel5);
            this.tabPessoal.Controls.Add(this.cbSexo);
            this.tabPessoal.Controls.Add(this.autoLabel4);
            this.tabPessoal.Controls.Add(this.autoLabel3);
            this.tabPessoal.Controls.Add(this.txtNome);
            this.tabPessoal.Controls.Add(this.autoLabel2);
            this.tabPessoal.Image = null;
            this.tabPessoal.ImageSize = new System.Drawing.Size(16, 16);
            this.tabPessoal.Location = new System.Drawing.Point(0, 21);
            this.tabPessoal.Name = "tabPessoal";
            this.tabPessoal.ShowCloseButton = true;
            this.tabPessoal.Size = new System.Drawing.Size(684, 358);
            this.tabPessoal.TabForeColor = System.Drawing.Color.Gray;
            this.tabPessoal.TabIndex = 1;
            this.tabPessoal.Text = "Dados Pessoais";
            this.tabPessoal.ThemesEnabled = false;
            // 
            // mtxtNascimento
            // 
            this.mtxtNascimento.BackColor = System.Drawing.Color.White;
            this.mtxtNascimento.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtNascimento.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtNascimento.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtNascimento.DecimalSeparator = '.';
            this.mtxtNascimento.Location = new System.Drawing.Point(376, 34);
            this.mtxtNascimento.Mask = "##/##/####";
            this.mtxtNascimento.MaxLength = 10;
            this.mtxtNascimento.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtNascimento.Name = "mtxtNascimento";
            this.mtxtNascimento.PassivePromptCharacterInt = 95;
            this.mtxtNascimento.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtNascimento.PromptCharacterInt = 95;
            this.mtxtNascimento.Size = new System.Drawing.Size(168, 20);
            this.mtxtNascimento.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtNascimento.TabIndex = 1;
            // 
            // autoLabel1
            // 
            this.autoLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel1.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel1.Location = new System.Drawing.Point(550, 16);
            this.autoLabel1.Name = "autoLabel1";
            this.autoLabel1.Size = new System.Drawing.Size(35, 15);
            this.autoLabel1.TabIndex = 36;
            this.autoLabel1.Text = "Foto";
            // 
            // btnCapturar
            // 
            this.btnCapturar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnCapturar.BackColor = System.Drawing.Color.Silver;
            this.btnCapturar.BeforeTouchSize = new System.Drawing.Size(120, 23);
            this.btnCapturar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnCapturar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnCapturar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnCapturar.Enabled = false;
            this.btnCapturar.FlatAppearance.BorderSize = 0;
            this.btnCapturar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnCapturar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnCapturar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCapturar.ForeColor = System.Drawing.Color.White;
            this.btnCapturar.IsBackStageButton = false;
            this.btnCapturar.Location = new System.Drawing.Point(550, 189);
            this.btnCapturar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnCapturar.Name = "btnCapturar";
            this.btnCapturar.Size = new System.Drawing.Size(120, 23);
            this.btnCapturar.TabIndex = 15;
            this.btnCapturar.Text = "Capturar";
            this.btnCapturar.UseVisualStyle = false;
            this.btnCapturar.UseVisualStyleBackColor = false;
            this.btnCapturar.Click += new System.EventHandler(this.btnCapturar_Click);
            // 
            // btnConectar
            // 
            this.btnConectar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnConectar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConectar.BeforeTouchSize = new System.Drawing.Size(120, 23);
            this.btnConectar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnConectar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnConectar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnConectar.FlatAppearance.BorderSize = 0;
            this.btnConectar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConectar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnConectar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnConectar.ForeColor = System.Drawing.Color.White;
            this.btnConectar.IsBackStageButton = false;
            this.btnConectar.Location = new System.Drawing.Point(550, 160);
            this.btnConectar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConectar.Name = "btnConectar";
            this.btnConectar.Size = new System.Drawing.Size(120, 23);
            this.btnConectar.TabIndex = 14;
            this.btnConectar.Text = "Conectar";
            this.btnConectar.UseVisualStyle = false;
            this.btnConectar.UseVisualStyleBackColor = false;
            this.btnConectar.Click += new System.EventHandler(this.btnConectar_Click);
            // 
            // ptFotoPes
            // 
            this.ptFotoPes.BackColor = System.Drawing.Color.LightGray;
            this.ptFotoPes.Location = new System.Drawing.Point(550, 34);
            this.ptFotoPes.Name = "ptFotoPes";
            this.ptFotoPes.Size = new System.Drawing.Size(120, 120);
            this.ptFotoPes.TabIndex = 34;
            this.ptFotoPes.TabStop = false;
            // 
            // cbReligiao
            // 
            this.cbReligiao.BackColor = System.Drawing.Color.White;
            this.cbReligiao.BeforeTouchSize = new System.Drawing.Size(254, 21);
            this.cbReligiao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbReligiao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbReligiao.Items.AddRange(new object[] {
            "",
            "Budismo",
            "Cristianismo",
            "Espiritismo",
            "Judaísmo",
            "Protestantismo",
            "Sem Religião",
            "Testemunha de Jeová",
            "Outra..."});
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, ""));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Budismo"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Cristianismo"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Espiritismo"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Judaísmo"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Protestantismo"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Sem Religião"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Testemunha de Jeová"));
            this.cbReligiao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbReligiao, "Outra..."));
            this.cbReligiao.Location = new System.Drawing.Point(12, 159);
            this.cbReligiao.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbReligiao.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbReligiao.Name = "cbReligiao";
            this.cbReligiao.Size = new System.Drawing.Size(254, 21);
            this.cbReligiao.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbReligiao.TabIndex = 8;
            // 
            // txtEmail
            // 
            this.txtEmail.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtEmail.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtEmail.Location = new System.Drawing.Point(12, 242);
            this.txtEmail.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtEmail.Name = "txtEmail";
            this.txtEmail.Size = new System.Drawing.Size(532, 20);
            this.txtEmail.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtEmail.TabIndex = 13;
            // 
            // autoLabel15
            // 
            this.autoLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel15.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel15.Location = new System.Drawing.Point(12, 224);
            this.autoLabel15.Name = "autoLabel15";
            this.autoLabel15.Size = new System.Drawing.Size(44, 15);
            this.autoLabel15.TabIndex = 30;
            this.autoLabel15.Text = "Email";
            // 
            // txtNomeMae
            // 
            this.txtNomeMae.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNomeMae.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNomeMae.Location = new System.Drawing.Point(272, 201);
            this.txtNomeMae.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNomeMae.Name = "txtNomeMae";
            this.txtNomeMae.Size = new System.Drawing.Size(272, 20);
            this.txtNomeMae.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNomeMae.TabIndex = 12;
            // 
            // autoLabel14
            // 
            this.autoLabel14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel14.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel14.Location = new System.Drawing.Point(272, 183);
            this.autoLabel14.Name = "autoLabel14";
            this.autoLabel14.Size = new System.Drawing.Size(97, 15);
            this.autoLabel14.TabIndex = 28;
            this.autoLabel14.Text = "Nome do Mãe";
            // 
            // txtNomePai
            // 
            this.txtNomePai.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNomePai.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNomePai.Location = new System.Drawing.Point(12, 201);
            this.txtNomePai.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNomePai.Name = "txtNomePai";
            this.txtNomePai.Size = new System.Drawing.Size(254, 20);
            this.txtNomePai.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNomePai.TabIndex = 11;
            // 
            // autoLabel13
            // 
            this.autoLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel13.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel13.Location = new System.Drawing.Point(12, 182);
            this.autoLabel13.Name = "autoLabel13";
            this.autoLabel13.Size = new System.Drawing.Size(90, 15);
            this.autoLabel13.TabIndex = 26;
            this.autoLabel13.Text = "Nome do Pai";
            // 
            // cbRH
            // 
            this.cbRH.BackColor = System.Drawing.Color.White;
            this.cbRH.BeforeTouchSize = new System.Drawing.Size(118, 21);
            this.cbRH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbRH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbRH.Items.AddRange(new object[] {
            "",
            "+",
            "-"});
            this.cbRH.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbRH, ""));
            this.cbRH.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbRH, "+"));
            this.cbRH.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbRH, "-"));
            this.cbRH.Location = new System.Drawing.Point(426, 159);
            this.cbRH.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbRH.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbRH.Name = "cbRH";
            this.cbRH.Size = new System.Drawing.Size(118, 21);
            this.cbRH.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbRH.TabIndex = 10;
            // 
            // autoLabel12
            // 
            this.autoLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel12.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel12.Location = new System.Drawing.Point(426, 141);
            this.autoLabel12.Name = "autoLabel12";
            this.autoLabel12.Size = new System.Drawing.Size(27, 15);
            this.autoLabel12.TabIndex = 24;
            this.autoLabel12.Text = "RH";
            // 
            // cbSanguineo
            // 
            this.cbSanguineo.BackColor = System.Drawing.Color.White;
            this.cbSanguineo.BeforeTouchSize = new System.Drawing.Size(148, 21);
            this.cbSanguineo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSanguineo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbSanguineo.Items.AddRange(new object[] {
            "",
            "O",
            "A",
            "B",
            "AB"});
            this.cbSanguineo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSanguineo, ""));
            this.cbSanguineo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSanguineo, "O"));
            this.cbSanguineo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSanguineo, "A"));
            this.cbSanguineo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSanguineo, "B"));
            this.cbSanguineo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSanguineo, "AB"));
            this.cbSanguineo.Location = new System.Drawing.Point(272, 159);
            this.cbSanguineo.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbSanguineo.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbSanguineo.Name = "cbSanguineo";
            this.cbSanguineo.Size = new System.Drawing.Size(148, 21);
            this.cbSanguineo.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbSanguineo.TabIndex = 9;
            // 
            // autoLabel11
            // 
            this.autoLabel11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel11.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel11.Location = new System.Drawing.Point(272, 141);
            this.autoLabel11.Name = "autoLabel11";
            this.autoLabel11.Size = new System.Drawing.Size(108, 15);
            this.autoLabel11.TabIndex = 21;
            this.autoLabel11.Text = "Tipo Sanguíneo";
            // 
            // autoLabel10
            // 
            this.autoLabel10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel10.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel10.Location = new System.Drawing.Point(12, 141);
            this.autoLabel10.Name = "autoLabel10";
            this.autoLabel10.Size = new System.Drawing.Size(61, 15);
            this.autoLabel10.TabIndex = 19;
            this.autoLabel10.Text = "Religião";
            // 
            // cbEstado
            // 
            this.cbEstado.BackColor = System.Drawing.Color.White;
            this.cbEstado.BeforeTouchSize = new System.Drawing.Size(168, 21);
            this.cbEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbEstado.Items.AddRange(new object[] {
            "",
            "AC",
            "AL",
            "AP",
            "AM",
            "BA",
            "CE",
            "DF",
            "ES",
            "GO",
            "MA",
            "MT",
            "MS",
            "MG",
            "PA",
            "PB",
            "PR",
            "PE",
            "PI",
            "RJ",
            "RN",
            "RS",
            "RO",
            "RR",
            "SC",
            "SP",
            "SE",
            "TO"});
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, ""));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "AC"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "AL"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "AP"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "AM"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "BA"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "CE"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "DF"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "ES"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "GO"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "MA"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "MT"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "MS"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "MG"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "PA"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "PB"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "PR"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "PE"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "PI"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "RJ"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "RN"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "RS"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "RO"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "RR"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "SC"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "SP"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "SE"));
            this.cbEstado.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstado, "TO"));
            this.cbEstado.Location = new System.Drawing.Point(376, 117);
            this.cbEstado.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbEstado.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbEstado.Name = "cbEstado";
            this.cbEstado.Size = new System.Drawing.Size(168, 21);
            this.cbEstado.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbEstado.TabIndex = 7;
            this.cbEstado.Text = "SP";
            // 
            // autoLabel9
            // 
            this.autoLabel9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel9.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel9.Location = new System.Drawing.Point(377, 99);
            this.autoLabel9.Name = "autoLabel9";
            this.autoLabel9.Size = new System.Drawing.Size(51, 15);
            this.autoLabel9.TabIndex = 17;
            this.autoLabel9.Text = "Estado";
            // 
            // txtNaturalidade
            // 
            this.txtNaturalidade.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNaturalidade.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNaturalidade.Location = new System.Drawing.Point(176, 118);
            this.txtNaturalidade.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNaturalidade.Name = "txtNaturalidade";
            this.txtNaturalidade.Size = new System.Drawing.Size(194, 20);
            this.txtNaturalidade.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNaturalidade.TabIndex = 6;
            // 
            // autoLabel8
            // 
            this.autoLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel8.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel8.Location = new System.Drawing.Point(176, 100);
            this.autoLabel8.Name = "autoLabel8";
            this.autoLabel8.Size = new System.Drawing.Size(90, 15);
            this.autoLabel8.TabIndex = 15;
            this.autoLabel8.Text = "Naturalidade";
            // 
            // txtCor
            // 
            this.txtCor.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtCor.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtCor.Location = new System.Drawing.Point(12, 118);
            this.txtCor.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtCor.Name = "txtCor";
            this.txtCor.Size = new System.Drawing.Size(158, 20);
            this.txtCor.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtCor.TabIndex = 5;
            // 
            // autoLabel7
            // 
            this.autoLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel7.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel7.Location = new System.Drawing.Point(12, 100);
            this.autoLabel7.Name = "autoLabel7";
            this.autoLabel7.Size = new System.Drawing.Size(29, 15);
            this.autoLabel7.TabIndex = 13;
            this.autoLabel7.Text = "Cor";
            // 
            // cbEstadoCivil
            // 
            this.cbEstadoCivil.BackColor = System.Drawing.Color.White;
            this.cbEstadoCivil.BeforeTouchSize = new System.Drawing.Size(168, 21);
            this.cbEstadoCivil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEstadoCivil.FlatBorderColor = System.Drawing.SystemColors.ControlDark;
            this.cbEstadoCivil.FlatStyle = Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Flat;
            this.cbEstadoCivil.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbEstadoCivil.ForeColor = System.Drawing.SystemColors.WindowText;
            this.cbEstadoCivil.Items.AddRange(new object[] {
            "",
            "Solteiro(a)",
            "Casado(a)",
            "Divorciado(a)",
            "Viúvo(a)"});
            this.cbEstadoCivil.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoCivil, ""));
            this.cbEstadoCivil.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoCivil, "Solteiro(a)"));
            this.cbEstadoCivil.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoCivil, "Casado(a)"));
            this.cbEstadoCivil.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoCivil, "Divorciado(a)"));
            this.cbEstadoCivil.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoCivil, "Viúvo(a)"));
            this.cbEstadoCivil.Location = new System.Drawing.Point(376, 75);
            this.cbEstadoCivil.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbEstadoCivil.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbEstadoCivil.Name = "cbEstadoCivil";
            this.cbEstadoCivil.Size = new System.Drawing.Size(168, 21);
            this.cbEstadoCivil.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbEstadoCivil.TabIndex = 4;
            // 
            // autoLabel6
            // 
            this.autoLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel6.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel6.Location = new System.Drawing.Point(377, 57);
            this.autoLabel6.Name = "autoLabel6";
            this.autoLabel6.Size = new System.Drawing.Size(82, 15);
            this.autoLabel6.TabIndex = 11;
            this.autoLabel6.Text = "Estado Civil";
            // 
            // txtNacionalidade
            // 
            this.txtNacionalidade.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNacionalidade.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNacionalidade.Location = new System.Drawing.Point(176, 76);
            this.txtNacionalidade.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNacionalidade.Name = "txtNacionalidade";
            this.txtNacionalidade.Size = new System.Drawing.Size(194, 20);
            this.txtNacionalidade.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNacionalidade.TabIndex = 3;
            // 
            // autoLabel5
            // 
            this.autoLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel5.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel5.Location = new System.Drawing.Point(176, 57);
            this.autoLabel5.Name = "autoLabel5";
            this.autoLabel5.Size = new System.Drawing.Size(100, 15);
            this.autoLabel5.TabIndex = 9;
            this.autoLabel5.Text = "Nacionalidade";
            // 
            // cbSexo
            // 
            this.cbSexo.BackColor = System.Drawing.Color.White;
            this.cbSexo.BeforeTouchSize = new System.Drawing.Size(158, 21);
            this.cbSexo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSexo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbSexo.Items.AddRange(new object[] {
            "",
            "Feminino",
            "Masculino"});
            this.cbSexo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSexo, ""));
            this.cbSexo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSexo, "Feminino"));
            this.cbSexo.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbSexo, "Masculino"));
            this.cbSexo.Location = new System.Drawing.Point(12, 75);
            this.cbSexo.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbSexo.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbSexo.Name = "cbSexo";
            this.cbSexo.Size = new System.Drawing.Size(158, 21);
            this.cbSexo.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbSexo.TabIndex = 2;
            // 
            // autoLabel4
            // 
            this.autoLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel4.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel4.Location = new System.Drawing.Point(12, 57);
            this.autoLabel4.Name = "autoLabel4";
            this.autoLabel4.Size = new System.Drawing.Size(39, 15);
            this.autoLabel4.TabIndex = 7;
            this.autoLabel4.Text = "Sexo";
            // 
            // autoLabel3
            // 
            this.autoLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel3.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel3.Location = new System.Drawing.Point(377, 16);
            this.autoLabel3.Name = "autoLabel3";
            this.autoLabel3.Size = new System.Drawing.Size(105, 15);
            this.autoLabel3.TabIndex = 6;
            this.autoLabel3.Text = "Dt. Nascimento";
            // 
            // txtNome
            // 
            this.txtNome.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNome.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNome.Location = new System.Drawing.Point(12, 34);
            this.txtNome.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNome.Name = "txtNome";
            this.txtNome.Size = new System.Drawing.Size(358, 20);
            this.txtNome.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNome.TabIndex = 0;
            // 
            // autoLabel2
            // 
            this.autoLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel2.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel2.Location = new System.Drawing.Point(12, 16);
            this.autoLabel2.Name = "autoLabel2";
            this.autoLabel2.Size = new System.Drawing.Size(45, 15);
            this.autoLabel2.TabIndex = 2;
            this.autoLabel2.Text = "Nome";
            // 
            // tabResidencial
            // 
            this.tabResidencial.Controls.Add(this.mtxtCep);
            this.tabResidencial.Controls.Add(this.btnMenosC);
            this.tabResidencial.Controls.Add(this.btnMenosR);
            this.tabResidencial.Controls.Add(this.btnMainC);
            this.tabResidencial.Controls.Add(this.btnMaisR);
            this.tabResidencial.Controls.Add(this.autoLabel23);
            this.tabResidencial.Controls.Add(this.autoLabel22);
            this.tabResidencial.Controls.Add(this.txtMunicipio);
            this.tabResidencial.Controls.Add(this.autoLabel21);
            this.tabResidencial.Controls.Add(this.txtBairro);
            this.tabResidencial.Controls.Add(this.autoLabel20);
            this.tabResidencial.Controls.Add(this.txtComplemento);
            this.tabResidencial.Controls.Add(this.autoLabel19);
            this.tabResidencial.Controls.Add(this.txtNumero);
            this.tabResidencial.Controls.Add(this.autoLabel18);
            this.tabResidencial.Controls.Add(this.txtEndereco);
            this.tabResidencial.Controls.Add(this.autoLabel17);
            this.tabResidencial.Controls.Add(this.autoLabel16);
            this.tabResidencial.Image = null;
            this.tabResidencial.ImageSize = new System.Drawing.Size(16, 16);
            this.tabResidencial.Location = new System.Drawing.Point(0, 21);
            this.tabResidencial.Name = "tabResidencial";
            this.tabResidencial.ShowCloseButton = true;
            this.tabResidencial.Size = new System.Drawing.Size(684, 358);
            this.tabResidencial.TabForeColor = System.Drawing.Color.DimGray;
            this.tabResidencial.TabIndex = 2;
            this.tabResidencial.Text = "Dados Residenciais";
            this.tabResidencial.ThemesEnabled = false;
            // 
            // mtxtCep
            // 
            this.mtxtCep.BackColor = System.Drawing.Color.White;
            this.mtxtCep.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtCep.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtCep.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtCep.DecimalSeparator = '.';
            this.mtxtCep.Location = new System.Drawing.Point(12, 33);
            this.mtxtCep.Mask = "#####-###";
            this.mtxtCep.MaxLength = 9;
            this.mtxtCep.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtCep.Name = "mtxtCep";
            this.mtxtCep.PassivePromptCharacterInt = 95;
            this.mtxtCep.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtCep.PromptCharacterInt = 95;
            this.mtxtCep.Size = new System.Drawing.Size(143, 20);
            this.mtxtCep.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtCep.TabIndex = 0;
            // 
            // btnMenosC
            // 
            this.btnMenosC.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnMenosC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosC.BeforeTouchSize = new System.Drawing.Size(38, 20);
            this.btnMenosC.FlatAppearance.BorderSize = 0;
            this.btnMenosC.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosC.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnMenosC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMenosC.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnMenosC.ForeColor = System.Drawing.Color.White;
            this.btnMenosC.IsBackStageButton = false;
            this.btnMenosC.Location = new System.Drawing.Point(462, 223);
            this.btnMenosC.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosC.Name = "btnMenosC";
            this.btnMenosC.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMenosC.Size = new System.Drawing.Size(38, 20);
            this.btnMenosC.TabIndex = 9;
            this.btnMenosC.Text = "-";
            this.btnMenosC.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnMenosC.UseCompatibleTextRendering = true;
            this.btnMenosC.UseVisualStyle = false;
            this.btnMenosC.UseVisualStyleBackColor = false;
            this.btnMenosC.Visible = false;
            this.btnMenosC.Click += new System.EventHandler(this.btnMenosC_Click);
            // 
            // btnMenosR
            // 
            this.btnMenosR.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnMenosR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosR.BeforeTouchSize = new System.Drawing.Size(38, 20);
            this.btnMenosR.FlatAppearance.BorderSize = 0;
            this.btnMenosR.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosR.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnMenosR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMenosR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnMenosR.ForeColor = System.Drawing.Color.White;
            this.btnMenosR.IsBackStageButton = false;
            this.btnMenosR.Location = new System.Drawing.Point(215, 223);
            this.btnMenosR.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMenosR.Name = "btnMenosR";
            this.btnMenosR.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMenosR.Size = new System.Drawing.Size(38, 20);
            this.btnMenosR.TabIndex = 7;
            this.btnMenosR.Text = "-";
            this.btnMenosR.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnMenosR.UseCompatibleTextRendering = true;
            this.btnMenosR.UseVisualStyle = false;
            this.btnMenosR.UseVisualStyleBackColor = false;
            this.btnMenosR.Visible = false;
            this.btnMenosR.Click += new System.EventHandler(this.btnMenosR_Click);
            // 
            // btnMainC
            // 
            this.btnMainC.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnMainC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMainC.BeforeTouchSize = new System.Drawing.Size(38, 20);
            this.btnMainC.FlatAppearance.BorderSize = 0;
            this.btnMainC.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMainC.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnMainC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMainC.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnMainC.ForeColor = System.Drawing.Color.White;
            this.btnMainC.IsBackStageButton = false;
            this.btnMainC.Location = new System.Drawing.Point(462, 197);
            this.btnMainC.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMainC.Name = "btnMainC";
            this.btnMainC.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMainC.Size = new System.Drawing.Size(38, 20);
            this.btnMainC.TabIndex = 8;
            this.btnMainC.Text = "+";
            this.btnMainC.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnMainC.UseCompatibleTextRendering = true;
            this.btnMainC.UseVisualStyle = false;
            this.btnMainC.UseVisualStyleBackColor = false;
            this.btnMainC.Click += new System.EventHandler(this.btnMainC_Click);
            // 
            // btnMaisR
            // 
            this.btnMaisR.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnMaisR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMaisR.BeforeTouchSize = new System.Drawing.Size(38, 20);
            this.btnMaisR.FlatAppearance.BorderSize = 0;
            this.btnMaisR.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMaisR.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnMaisR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMaisR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnMaisR.ForeColor = System.Drawing.Color.White;
            this.btnMaisR.IsBackStageButton = false;
            this.btnMaisR.Location = new System.Drawing.Point(215, 197);
            this.btnMaisR.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnMaisR.Name = "btnMaisR";
            this.btnMaisR.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMaisR.Size = new System.Drawing.Size(38, 20);
            this.btnMaisR.TabIndex = 6;
            this.btnMaisR.Text = "+";
            this.btnMaisR.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnMaisR.UseCompatibleTextRendering = true;
            this.btnMaisR.UseVisualStyle = false;
            this.btnMaisR.UseVisualStyleBackColor = false;
            this.btnMaisR.Click += new System.EventHandler(this.btnMaisR_Click);
            // 
            // autoLabel23
            // 
            this.autoLabel23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel23.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel23.Location = new System.Drawing.Point(263, 179);
            this.autoLabel23.Name = "autoLabel23";
            this.autoLabel23.Size = new System.Drawing.Size(113, 15);
            this.autoLabel23.TabIndex = 17;
            this.autoLabel23.Text = "Telefone Celular";
            // 
            // autoLabel22
            // 
            this.autoLabel22.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel22.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel22.Location = new System.Drawing.Point(12, 179);
            this.autoLabel22.Name = "autoLabel22";
            this.autoLabel22.Size = new System.Drawing.Size(143, 15);
            this.autoLabel22.TabIndex = 14;
            this.autoLabel22.Text = "Telefone Residencial";
            // 
            // txtMunicipio
            // 
            this.txtMunicipio.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtMunicipio.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMunicipio.Location = new System.Drawing.Point(12, 156);
            this.txtMunicipio.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtMunicipio.Name = "txtMunicipio";
            this.txtMunicipio.Size = new System.Drawing.Size(488, 20);
            this.txtMunicipio.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtMunicipio.TabIndex = 5;
            // 
            // autoLabel21
            // 
            this.autoLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel21.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel21.Location = new System.Drawing.Point(12, 138);
            this.autoLabel21.Name = "autoLabel21";
            this.autoLabel21.Size = new System.Drawing.Size(70, 15);
            this.autoLabel21.TabIndex = 12;
            this.autoLabel21.Text = "Município";
            // 
            // txtBairro
            // 
            this.txtBairro.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtBairro.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtBairro.Location = new System.Drawing.Point(259, 115);
            this.txtBairro.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtBairro.Name = "txtBairro";
            this.txtBairro.Size = new System.Drawing.Size(241, 20);
            this.txtBairro.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtBairro.TabIndex = 4;
            // 
            // autoLabel20
            // 
            this.autoLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel20.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel20.Location = new System.Drawing.Point(259, 97);
            this.autoLabel20.Name = "autoLabel20";
            this.autoLabel20.Size = new System.Drawing.Size(46, 15);
            this.autoLabel20.TabIndex = 10;
            this.autoLabel20.Text = "Bairro";
            // 
            // txtComplemento
            // 
            this.txtComplemento.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtComplemento.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtComplemento.Location = new System.Drawing.Point(12, 115);
            this.txtComplemento.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtComplemento.Name = "txtComplemento";
            this.txtComplemento.Size = new System.Drawing.Size(241, 20);
            this.txtComplemento.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtComplemento.TabIndex = 3;
            // 
            // autoLabel19
            // 
            this.autoLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel19.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel19.Location = new System.Drawing.Point(12, 97);
            this.autoLabel19.Name = "autoLabel19";
            this.autoLabel19.Size = new System.Drawing.Size(96, 15);
            this.autoLabel19.TabIndex = 8;
            this.autoLabel19.Text = "Complemento";
            // 
            // txtNumero
            // 
            this.txtNumero.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtNumero.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtNumero.Location = new System.Drawing.Point(418, 74);
            this.txtNumero.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtNumero.Name = "txtNumero";
            this.txtNumero.Size = new System.Drawing.Size(82, 20);
            this.txtNumero.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtNumero.TabIndex = 2;
            // 
            // autoLabel18
            // 
            this.autoLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel18.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel18.Location = new System.Drawing.Point(418, 56);
            this.autoLabel18.Name = "autoLabel18";
            this.autoLabel18.Size = new System.Drawing.Size(58, 15);
            this.autoLabel18.TabIndex = 6;
            this.autoLabel18.Text = "Número";
            // 
            // txtEndereco
            // 
            this.txtEndereco.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtEndereco.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtEndereco.Location = new System.Drawing.Point(12, 74);
            this.txtEndereco.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtEndereco.Name = "txtEndereco";
            this.txtEndereco.Size = new System.Drawing.Size(400, 20);
            this.txtEndereco.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtEndereco.TabIndex = 1;
            // 
            // autoLabel17
            // 
            this.autoLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel17.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel17.Location = new System.Drawing.Point(12, 56);
            this.autoLabel17.Name = "autoLabel17";
            this.autoLabel17.Size = new System.Drawing.Size(189, 15);
            this.autoLabel17.TabIndex = 4;
            this.autoLabel17.Text = "Endereço(Rua, Avenida, etc)";
            // 
            // autoLabel16
            // 
            this.autoLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel16.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel16.Location = new System.Drawing.Point(12, 15);
            this.autoLabel16.Name = "autoLabel16";
            this.autoLabel16.Size = new System.Drawing.Size(34, 15);
            this.autoLabel16.TabIndex = 2;
            this.autoLabel16.Text = "CEP";
            // 
            // tabDocumentos
            // 
            this.tabDocumentos.Controls.Add(this.txtMilitar);
            this.tabDocumentos.Controls.Add(this.txtDataMilitar);
            this.tabDocumentos.Controls.Add(this.txtExpMilitar);
            this.tabDocumentos.Controls.Add(this.lblExpMilitar);
            this.tabDocumentos.Controls.Add(this.lblDataMilitar);
            this.tabDocumentos.Controls.Add(this.lblMilitar);
            this.tabDocumentos.Controls.Add(this.mtxtEmissaoRg);
            this.tabDocumentos.Controls.Add(this.mtxtEmissaoCpf);
            this.tabDocumentos.Controls.Add(this.txtTitulo);
            this.tabDocumentos.Controls.Add(this.mtxtRg);
            this.tabDocumentos.Controls.Add(this.mtxtCpf);
            this.tabDocumentos.Controls.Add(this.txtZonaTitulo);
            this.tabDocumentos.Controls.Add(this.autoLabel31);
            this.tabDocumentos.Controls.Add(this.txtSecaoTitulo);
            this.tabDocumentos.Controls.Add(this.autoLabel30);
            this.tabDocumentos.Controls.Add(this.autoLabel29);
            this.tabDocumentos.Controls.Add(this.txtExpedidoRg);
            this.tabDocumentos.Controls.Add(this.autoLabel28);
            this.tabDocumentos.Controls.Add(this.autoLabel26);
            this.tabDocumentos.Controls.Add(this.autoLabel27);
            this.tabDocumentos.Controls.Add(this.autoLabel25);
            this.tabDocumentos.Controls.Add(this.autoLabel24);
            this.tabDocumentos.Image = null;
            this.tabDocumentos.ImageSize = new System.Drawing.Size(16, 16);
            this.tabDocumentos.Location = new System.Drawing.Point(0, 21);
            this.tabDocumentos.Name = "tabDocumentos";
            this.tabDocumentos.ShowCloseButton = true;
            this.tabDocumentos.Size = new System.Drawing.Size(684, 358);
            this.tabDocumentos.TabForeColor = System.Drawing.Color.DimGray;
            this.tabDocumentos.TabIndex = 3;
            this.tabDocumentos.Text = "Documentos";
            this.tabDocumentos.ThemesEnabled = false;
            // 
            // txtMilitar
            // 
            this.txtMilitar.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtMilitar.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMilitar.Location = new System.Drawing.Point(12, 184);
            this.txtMilitar.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtMilitar.Name = "txtMilitar";
            this.txtMilitar.Size = new System.Drawing.Size(222, 20);
            this.txtMilitar.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtMilitar.TabIndex = 31;
            // 
            // txtDataMilitar
            // 
            this.txtDataMilitar.BackColor = System.Drawing.Color.White;
            this.txtDataMilitar.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtDataMilitar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtDataMilitar.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtDataMilitar.DecimalSeparator = '.';
            this.txtDataMilitar.Location = new System.Drawing.Point(240, 184);
            this.txtDataMilitar.Mask = "##/##/####";
            this.txtDataMilitar.MaxLength = 10;
            this.txtDataMilitar.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtDataMilitar.Name = "txtDataMilitar";
            this.txtDataMilitar.PassivePromptCharacterInt = 95;
            this.txtDataMilitar.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.txtDataMilitar.PromptCharacterInt = 95;
            this.txtDataMilitar.Size = new System.Drawing.Size(168, 20);
            this.txtDataMilitar.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtDataMilitar.TabIndex = 30;
            // 
            // txtExpMilitar
            // 
            this.txtExpMilitar.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtExpMilitar.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtExpMilitar.Location = new System.Drawing.Point(414, 184);
            this.txtExpMilitar.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtExpMilitar.Name = "txtExpMilitar";
            this.txtExpMilitar.Size = new System.Drawing.Size(137, 20);
            this.txtExpMilitar.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtExpMilitar.TabIndex = 26;
            // 
            // lblExpMilitar
            // 
            this.lblExpMilitar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblExpMilitar.ForeColor = System.Drawing.Color.DimGray;
            this.lblExpMilitar.Location = new System.Drawing.Point(414, 166);
            this.lblExpMilitar.Name = "lblExpMilitar";
            this.lblExpMilitar.Size = new System.Drawing.Size(92, 15);
            this.lblExpMilitar.TabIndex = 29;
            this.lblExpMilitar.Text = "Expedido por";
            // 
            // lblDataMilitar
            // 
            this.lblDataMilitar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDataMilitar.ForeColor = System.Drawing.Color.DimGray;
            this.lblDataMilitar.Location = new System.Drawing.Point(240, 166);
            this.lblDataMilitar.Name = "lblDataMilitar";
            this.lblDataMilitar.Size = new System.Drawing.Size(96, 15);
            this.lblDataMilitar.TabIndex = 28;
            this.lblDataMilitar.Text = "Data Emissão";
            // 
            // lblMilitar
            // 
            this.lblMilitar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMilitar.ForeColor = System.Drawing.Color.DimGray;
            this.lblMilitar.Location = new System.Drawing.Point(12, 166);
            this.lblMilitar.Name = "lblMilitar";
            this.lblMilitar.Size = new System.Drawing.Size(104, 15);
            this.lblMilitar.TabIndex = 27;
            this.lblMilitar.Text = "Reserva Militar";
            // 
            // mtxtEmissaoRg
            // 
            this.mtxtEmissaoRg.BackColor = System.Drawing.Color.White;
            this.mtxtEmissaoRg.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtEmissaoRg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtEmissaoRg.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtEmissaoRg.DecimalSeparator = '.';
            this.mtxtEmissaoRg.Location = new System.Drawing.Point(240, 82);
            this.mtxtEmissaoRg.Mask = "##/##/####";
            this.mtxtEmissaoRg.MaxLength = 10;
            this.mtxtEmissaoRg.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtEmissaoRg.Name = "mtxtEmissaoRg";
            this.mtxtEmissaoRg.PassivePromptCharacterInt = 95;
            this.mtxtEmissaoRg.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtEmissaoRg.PromptCharacterInt = 95;
            this.mtxtEmissaoRg.Size = new System.Drawing.Size(168, 20);
            this.mtxtEmissaoRg.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtEmissaoRg.TabIndex = 3;
            // 
            // mtxtEmissaoCpf
            // 
            this.mtxtEmissaoCpf.BackColor = System.Drawing.Color.White;
            this.mtxtEmissaoCpf.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtEmissaoCpf.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtEmissaoCpf.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtEmissaoCpf.DecimalSeparator = '.';
            this.mtxtEmissaoCpf.Location = new System.Drawing.Point(240, 34);
            this.mtxtEmissaoCpf.Mask = "##/##/####";
            this.mtxtEmissaoCpf.MaxLength = 10;
            this.mtxtEmissaoCpf.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtEmissaoCpf.Name = "mtxtEmissaoCpf";
            this.mtxtEmissaoCpf.PassivePromptCharacterInt = 95;
            this.mtxtEmissaoCpf.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtEmissaoCpf.PromptCharacterInt = 95;
            this.mtxtEmissaoCpf.Size = new System.Drawing.Size(168, 20);
            this.mtxtEmissaoCpf.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtEmissaoCpf.TabIndex = 1;
            // 
            // txtTitulo
            // 
            this.txtTitulo.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtTitulo.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtTitulo.Location = new System.Drawing.Point(12, 133);
            this.txtTitulo.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtTitulo.Name = "txtTitulo";
            this.txtTitulo.Size = new System.Drawing.Size(222, 20);
            this.txtTitulo.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtTitulo.TabIndex = 5;
            // 
            // mtxtRg
            // 
            this.mtxtRg.BackColor = System.Drawing.Color.White;
            this.mtxtRg.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtRg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtRg.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtRg.DecimalSeparator = '.';
            this.mtxtRg.Location = new System.Drawing.Point(12, 82);
            this.mtxtRg.Mask = "##.###.###-#";
            this.mtxtRg.MaxLength = 12;
            this.mtxtRg.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtRg.Name = "mtxtRg";
            this.mtxtRg.PassivePromptCharacterInt = 95;
            this.mtxtRg.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtRg.PromptCharacterInt = 95;
            this.mtxtRg.Size = new System.Drawing.Size(222, 20);
            this.mtxtRg.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtRg.TabIndex = 2;
            // 
            // mtxtCpf
            // 
            this.mtxtCpf.BackColor = System.Drawing.Color.White;
            this.mtxtCpf.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtCpf.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtCpf.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtCpf.DecimalSeparator = '.';
            this.mtxtCpf.Location = new System.Drawing.Point(12, 34);
            this.mtxtCpf.Mask = "###.###.###-##";
            this.mtxtCpf.MaxLength = 14;
            this.mtxtCpf.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtCpf.Name = "mtxtCpf";
            this.mtxtCpf.PassivePromptCharacterInt = 95;
            this.mtxtCpf.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtCpf.PromptCharacterInt = 95;
            this.mtxtCpf.Size = new System.Drawing.Size(222, 20);
            this.mtxtCpf.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtCpf.TabIndex = 0;
            // 
            // txtZonaTitulo
            // 
            this.txtZonaTitulo.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtZonaTitulo.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtZonaTitulo.Location = new System.Drawing.Point(413, 133);
            this.txtZonaTitulo.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtZonaTitulo.Name = "txtZonaTitulo";
            this.txtZonaTitulo.Size = new System.Drawing.Size(137, 20);
            this.txtZonaTitulo.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtZonaTitulo.TabIndex = 7;
            // 
            // autoLabel31
            // 
            this.autoLabel31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel31.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel31.Location = new System.Drawing.Point(413, 115);
            this.autoLabel31.Name = "autoLabel31";
            this.autoLabel31.Size = new System.Drawing.Size(39, 15);
            this.autoLabel31.TabIndex = 17;
            this.autoLabel31.Text = "Zona";
            // 
            // txtSecaoTitulo
            // 
            this.txtSecaoTitulo.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtSecaoTitulo.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtSecaoTitulo.Location = new System.Drawing.Point(240, 133);
            this.txtSecaoTitulo.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtSecaoTitulo.Name = "txtSecaoTitulo";
            this.txtSecaoTitulo.Size = new System.Drawing.Size(167, 20);
            this.txtSecaoTitulo.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtSecaoTitulo.TabIndex = 6;
            // 
            // autoLabel30
            // 
            this.autoLabel30.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel30.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel30.Location = new System.Drawing.Point(240, 115);
            this.autoLabel30.Name = "autoLabel30";
            this.autoLabel30.Size = new System.Drawing.Size(47, 15);
            this.autoLabel30.TabIndex = 15;
            this.autoLabel30.Text = "Seção";
            // 
            // autoLabel29
            // 
            this.autoLabel29.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel29.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel29.Location = new System.Drawing.Point(12, 115);
            this.autoLabel29.Name = "autoLabel29";
            this.autoLabel29.Size = new System.Drawing.Size(109, 15);
            this.autoLabel29.TabIndex = 13;
            this.autoLabel29.Text = "Título de Eleitor";
            // 
            // txtExpedidoRg
            // 
            this.txtExpedidoRg.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtExpedidoRg.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtExpedidoRg.Location = new System.Drawing.Point(414, 82);
            this.txtExpedidoRg.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtExpedidoRg.Name = "txtExpedidoRg";
            this.txtExpedidoRg.Size = new System.Drawing.Size(137, 20);
            this.txtExpedidoRg.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtExpedidoRg.TabIndex = 4;
            // 
            // autoLabel28
            // 
            this.autoLabel28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel28.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel28.Location = new System.Drawing.Point(414, 64);
            this.autoLabel28.Name = "autoLabel28";
            this.autoLabel28.Size = new System.Drawing.Size(92, 15);
            this.autoLabel28.TabIndex = 11;
            this.autoLabel28.Text = "Expedido por";
            // 
            // autoLabel26
            // 
            this.autoLabel26.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel26.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel26.Location = new System.Drawing.Point(240, 64);
            this.autoLabel26.Name = "autoLabel26";
            this.autoLabel26.Size = new System.Drawing.Size(96, 15);
            this.autoLabel26.TabIndex = 9;
            this.autoLabel26.Text = "Data Emissão";
            // 
            // autoLabel27
            // 
            this.autoLabel27.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel27.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel27.Location = new System.Drawing.Point(12, 64);
            this.autoLabel27.Name = "autoLabel27";
            this.autoLabel27.Size = new System.Drawing.Size(172, 15);
            this.autoLabel27.TabIndex = 7;
            this.autoLabel27.Text = "Documento de Identidade";
            // 
            // autoLabel25
            // 
            this.autoLabel25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel25.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel25.Location = new System.Drawing.Point(240, 16);
            this.autoLabel25.Name = "autoLabel25";
            this.autoLabel25.Size = new System.Drawing.Size(96, 15);
            this.autoLabel25.TabIndex = 5;
            this.autoLabel25.Text = "Data Emissão";
            // 
            // autoLabel24
            // 
            this.autoLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel24.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel24.Location = new System.Drawing.Point(12, 16);
            this.autoLabel24.Name = "autoLabel24";
            this.autoLabel24.Size = new System.Drawing.Size(33, 15);
            this.autoLabel24.TabIndex = 3;
            this.autoLabel24.Text = "CPF";
            // 
            // tabAcademico
            // 
            this.tabAcademico.Controls.Add(this.mtxtConclusaoEscola);
            this.tabAcademico.Controls.Add(this.cbTurno);
            this.tabAcademico.Controls.Add(this.autoLabel39);
            this.tabAcademico.Controls.Add(this.cbCurso);
            this.tabAcademico.Controls.Add(this.autoLabel38);
            this.tabAcademico.Controls.Add(this.txtPontuacao);
            this.tabAcademico.Controls.Add(this.autoLabel37);
            this.tabAcademico.Controls.Add(this.txtClassificacao);
            this.tabAcademico.Controls.Add(this.autoLabel36);
            this.tabAcademico.Controls.Add(this.autoLabel35);
            this.tabAcademico.Controls.Add(this.cbEstadoEscola);
            this.tabAcademico.Controls.Add(this.autoLabel34);
            this.tabAcademico.Controls.Add(this.txtCidadeEscola);
            this.tabAcademico.Controls.Add(this.autoLabel33);
            this.tabAcademico.Controls.Add(this.txtEscola);
            this.tabAcademico.Controls.Add(this.autoLabel32);
            this.tabAcademico.Image = null;
            this.tabAcademico.ImageSize = new System.Drawing.Size(16, 16);
            this.tabAcademico.Location = new System.Drawing.Point(0, 21);
            this.tabAcademico.Name = "tabAcademico";
            this.tabAcademico.ShowCloseButton = true;
            this.tabAcademico.Size = new System.Drawing.Size(684, 358);
            this.tabAcademico.TabForeColor = System.Drawing.Color.DimGray;
            this.tabAcademico.TabIndex = 4;
            this.tabAcademico.Text = "Dados Acadêmicos";
            this.tabAcademico.ThemesEnabled = false;
            // 
            // mtxtConclusaoEscola
            // 
            this.mtxtConclusaoEscola.BackColor = System.Drawing.Color.White;
            this.mtxtConclusaoEscola.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.mtxtConclusaoEscola.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtConclusaoEscola.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.mtxtConclusaoEscola.DecimalSeparator = '.';
            this.mtxtConclusaoEscola.Location = new System.Drawing.Point(419, 76);
            this.mtxtConclusaoEscola.Mask = "####";
            this.mtxtConclusaoEscola.MaxLength = 4;
            this.mtxtConclusaoEscola.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.mtxtConclusaoEscola.Name = "mtxtConclusaoEscola";
            this.mtxtConclusaoEscola.PassivePromptCharacterInt = 95;
            this.mtxtConclusaoEscola.PositionAt = Syncfusion.Windows.Forms.Tools.SpecialCursorPosition.FirstMaskPosition;
            this.mtxtConclusaoEscola.PromptCharacterInt = 95;
            this.mtxtConclusaoEscola.Size = new System.Drawing.Size(120, 20);
            this.mtxtConclusaoEscola.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.mtxtConclusaoEscola.TabIndex = 3;
            // 
            // cbTurno
            // 
            this.cbTurno.BackColor = System.Drawing.Color.White;
            this.cbTurno.BeforeTouchSize = new System.Drawing.Size(194, 21);
            this.cbTurno.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbTurno.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbTurno.Location = new System.Drawing.Point(345, 193);
            this.cbTurno.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbTurno.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbTurno.Name = "cbTurno";
            this.cbTurno.Size = new System.Drawing.Size(194, 21);
            this.cbTurno.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbTurno.TabIndex = 7;
            // 
            // autoLabel39
            // 
            this.autoLabel39.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel39.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel39.Location = new System.Drawing.Point(345, 175);
            this.autoLabel39.Name = "autoLabel39";
            this.autoLabel39.Size = new System.Drawing.Size(44, 15);
            this.autoLabel39.TabIndex = 22;
            this.autoLabel39.Text = "Turno";
            // 
            // cbCurso
            // 
            this.cbCurso.BackColor = System.Drawing.Color.White;
            this.cbCurso.BeforeTouchSize = new System.Drawing.Size(327, 21);
            this.cbCurso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbCurso.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbCurso.Items.AddRange(new object[] {
            "",
            "Análise e Desenvolvimento de Sistemas",
            "Eventos",
            "Gestão da Tecnologia da Informação",
            "Gestão Empresarial(EAD)",
            "Mecatrônica Industrial"});
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, ""));
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, "Análise e Desenvolvimento de Sistemas"));
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, "Eventos"));
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, "Gestão da Tecnologia da Informação"));
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, "Gestão Empresarial(EAD)"));
            this.cbCurso.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbCurso, "Mecatrônica Industrial"));
            this.cbCurso.Location = new System.Drawing.Point(12, 193);
            this.cbCurso.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbCurso.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbCurso.Name = "cbCurso";
            this.cbCurso.Size = new System.Drawing.Size(327, 21);
            this.cbCurso.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbCurso.TabIndex = 6;
            this.cbCurso.SelectedValueChanged += new System.EventHandler(this.cbCurso_SelectedValueChanged);
            // 
            // autoLabel38
            // 
            this.autoLabel38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel38.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel38.Location = new System.Drawing.Point(12, 175);
            this.autoLabel38.Name = "autoLabel38";
            this.autoLabel38.Size = new System.Drawing.Size(44, 15);
            this.autoLabel38.TabIndex = 20;
            this.autoLabel38.Text = "Curso";
            // 
            // txtPontuacao
            // 
            this.txtPontuacao.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtPontuacao.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtPontuacao.Location = new System.Drawing.Point(185, 151);
            this.txtPontuacao.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtPontuacao.Name = "txtPontuacao";
            this.txtPontuacao.Size = new System.Drawing.Size(154, 20);
            this.txtPontuacao.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtPontuacao.TabIndex = 5;
            // 
            // autoLabel37
            // 
            this.autoLabel37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel37.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel37.Location = new System.Drawing.Point(185, 133);
            this.autoLabel37.Name = "autoLabel37";
            this.autoLabel37.Size = new System.Drawing.Size(141, 15);
            this.autoLabel37.TabIndex = 18;
            this.autoLabel37.Text = "Pontuação vestibular";
            // 
            // txtClassificacao
            // 
            this.txtClassificacao.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtClassificacao.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtClassificacao.Location = new System.Drawing.Point(12, 152);
            this.txtClassificacao.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtClassificacao.Name = "txtClassificacao";
            this.txtClassificacao.Size = new System.Drawing.Size(167, 20);
            this.txtClassificacao.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtClassificacao.TabIndex = 4;
            // 
            // autoLabel36
            // 
            this.autoLabel36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel36.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel36.Location = new System.Drawing.Point(12, 133);
            this.autoLabel36.Name = "autoLabel36";
            this.autoLabel36.Size = new System.Drawing.Size(158, 15);
            this.autoLabel36.TabIndex = 16;
            this.autoLabel36.Text = "Classificação vestibular";
            // 
            // autoLabel35
            // 
            this.autoLabel35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel35.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel35.Location = new System.Drawing.Point(419, 57);
            this.autoLabel35.Name = "autoLabel35";
            this.autoLabel35.Size = new System.Drawing.Size(120, 15);
            this.autoLabel35.TabIndex = 14;
            this.autoLabel35.Text = "Ano de conclusão";
            // 
            // cbEstadoEscola
            // 
            this.cbEstadoEscola.BackColor = System.Drawing.Color.White;
            this.cbEstadoEscola.BeforeTouchSize = new System.Drawing.Size(84, 21);
            this.cbEstadoEscola.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEstadoEscola.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbEstadoEscola.Items.AddRange(new object[] {
            "",
            "AC",
            "AL",
            "AP",
            "AM",
            "BA",
            "CE",
            "DF",
            "ES",
            "GO",
            "MA",
            "MT",
            "MS",
            "MG",
            "PA",
            "PB",
            "PR",
            "PE",
            "PI",
            "RJ",
            "RN",
            "RS",
            "RO",
            "RR",
            "SC",
            "SP",
            "SE",
            "TO"});
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, ""));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "AC"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "AL"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "AP"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "AM"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "BA"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "CE"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "DF"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "ES"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "GO"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "MA"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "MT"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "MS"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "MG"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "PA"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "PB"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "PR"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "PE"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "PI"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "RJ"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "RN"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "RS"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "RO"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "RR"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "SC"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "SP"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "SE"));
            this.cbEstadoEscola.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbEstadoEscola, "TO"));
            this.cbEstadoEscola.Location = new System.Drawing.Point(329, 75);
            this.cbEstadoEscola.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbEstadoEscola.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbEstadoEscola.Name = "cbEstadoEscola";
            this.cbEstadoEscola.Size = new System.Drawing.Size(84, 21);
            this.cbEstadoEscola.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbEstadoEscola.TabIndex = 2;
            this.cbEstadoEscola.Text = "SP";
            // 
            // autoLabel34
            // 
            this.autoLabel34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel34.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel34.Location = new System.Drawing.Point(329, 57);
            this.autoLabel34.Name = "autoLabel34";
            this.autoLabel34.Size = new System.Drawing.Size(51, 15);
            this.autoLabel34.TabIndex = 8;
            this.autoLabel34.Text = "Estado";
            // 
            // txtCidadeEscola
            // 
            this.txtCidadeEscola.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtCidadeEscola.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtCidadeEscola.Location = new System.Drawing.Point(12, 76);
            this.txtCidadeEscola.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtCidadeEscola.Name = "txtCidadeEscola";
            this.txtCidadeEscola.Size = new System.Drawing.Size(311, 20);
            this.txtCidadeEscola.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtCidadeEscola.TabIndex = 1;
            // 
            // autoLabel33
            // 
            this.autoLabel33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel33.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel33.Location = new System.Drawing.Point(12, 57);
            this.autoLabel33.Name = "autoLabel33";
            this.autoLabel33.Size = new System.Drawing.Size(297, 15);
            this.autoLabel33.TabIndex = 6;
            this.autoLabel33.Text = "Cidade de conclusão do nível médio(2º Grau)";
            // 
            // txtEscola
            // 
            this.txtEscola.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.txtEscola.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtEscola.Location = new System.Drawing.Point(12, 34);
            this.txtEscola.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.txtEscola.Name = "txtEscola";
            this.txtEscola.Size = new System.Drawing.Size(526, 20);
            this.txtEscola.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.txtEscola.TabIndex = 0;
            // 
            // autoLabel32
            // 
            this.autoLabel32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.autoLabel32.ForeColor = System.Drawing.Color.DimGray;
            this.autoLabel32.Location = new System.Drawing.Point(12, 16);
            this.autoLabel32.Name = "autoLabel32";
            this.autoLabel32.Size = new System.Drawing.Size(359, 15);
            this.autoLabel32.TabIndex = 4;
            this.autoLabel32.Text = "Estabelecimento de conclusão do nível médio(2º Grau)";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnConfirmar);
            this.panel1.Controls.Add(this.btnCancelar);
            this.panel1.Location = new System.Drawing.Point(-1, 382);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(680, 36);
            this.panel1.TabIndex = 1;
            // 
            // btnConfirmar
            // 
            this.btnConfirmar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnConfirmar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConfirmar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnConfirmar.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None;
            this.btnConfirmar.ComboEditBackColor = System.Drawing.Color.Transparent;
            this.btnConfirmar.CustomManagedColor = System.Drawing.Color.Transparent;
            this.btnConfirmar.FlatAppearance.BorderSize = 0;
            this.btnConfirmar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConfirmar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(165)))), ((int)(((byte)(150)))));
            this.btnConfirmar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnConfirmar.ForeColor = System.Drawing.Color.White;
            this.btnConfirmar.IsBackStageButton = false;
            this.btnConfirmar.Location = new System.Drawing.Point(521, 6);
            this.btnConfirmar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(177)))));
            this.btnConfirmar.Name = "btnConfirmar";
            this.btnConfirmar.Size = new System.Drawing.Size(75, 23);
            this.btnConfirmar.TabIndex = 0;
            this.btnConfirmar.Text = "Confirmar";
            this.btnConfirmar.UseVisualStyle = false;
            this.btnConfirmar.UseVisualStyleBackColor = false;
            this.btnConfirmar.Click += new System.EventHandler(this.btnConfirmar_Click);
            // 
            // btnCancelar
            // 
            this.btnCancelar.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.btnCancelar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnCancelar.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.btnCancelar.FlatAppearance.BorderSize = 0;
            this.btnCancelar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnCancelar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(50)))), ((int)(((byte)(36)))));
            this.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancelar.ForeColor = System.Drawing.Color.White;
            this.btnCancelar.IsBackStageButton = false;
            this.btnCancelar.Location = new System.Drawing.Point(602, 6);
            this.btnCancelar.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
            this.btnCancelar.Name = "btnCancelar";
            this.btnCancelar.Size = new System.Drawing.Size(75, 23);
            this.btnCancelar.TabIndex = 1;
            this.btnCancelar.Text = "Cancelar";
            this.btnCancelar.UseVisualStyle = false;
            this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
            // 
            // MatriculaForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.BorderThickness = 2;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 60;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(30, 9);
            captionImage1.Name = "CaptionImage3";
            captionImage1.Size = new System.Drawing.Size(45, 45);
            captionImage2.Image = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
            captionImage2.Location = new System.Drawing.Point(80, 20);
            captionImage2.Name = "CaptionImage1";
            captionImage2.Size = new System.Drawing.Size(217, 28);
            this.CaptionImages.Add(captionImage1);
            this.CaptionImages.Add(captionImage2);
            this.ClientSize = new System.Drawing.Size(682, 413);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.tabControlAdv1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MatriculaForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MatriculaForm_FormClosing);
            this.Load += new System.EventHandler(this.MatriculaForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
            this.tabControlAdv1.ResumeLayout(false);
            this.tabPessoal.ResumeLayout(false);
            this.tabPessoal.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtNascimento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptFotoPes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbReligiao)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNomeMae)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNomePai)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRH)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbSanguineo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstado)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNaturalidade)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstadoCivil)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNacionalidade)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbSexo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNome)).EndInit();
            this.tabResidencial.ResumeLayout(false);
            this.tabResidencial.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtCep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMunicipio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBairro)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComplemento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumero)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEndereco)).EndInit();
            this.tabDocumentos.ResumeLayout(false);
            this.tabDocumentos.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMilitar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDataMilitar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExpMilitar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtEmissaoRg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtEmissaoCpf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTitulo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtRg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtCpf)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtZonaTitulo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSecaoTitulo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExpedidoRg)).EndInit();
            this.tabAcademico.ResumeLayout(false);
            this.tabAcademico.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mtxtConclusaoEscola)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbTurno)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbCurso)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPontuacao)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtClassificacao)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbEstadoEscola)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCidadeEscola)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEscola)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1           = new System.Windows.Forms.FlowLayoutPanel();
     this.centerSlideLayoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     this.centerSlidePictureBox      = new System.Windows.Forms.PictureBox();
     this.loadingIndicatorPictureBox = new System.Windows.Forms.Label();
     this.operationsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.openIconPictureBox         = new System.Windows.Forms.PictureBox();
     this.pdfConvertIconPictureBox   = new System.Windows.Forms.PictureBox();
     this.printIconPictureBox        = new System.Windows.Forms.PictureBox();
     this.previousIconPictureBox     = new System.Windows.Forms.PictureBox();
     this.lblpageDisplay             = new System.Windows.Forms.Label();
     this.NextIconPictureBox         = new System.Windows.Forms.PictureBox();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.tableLayoutPanel1.SuspendLayout();
     this.centerSlideLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.centerSlidePictureBox)).BeginInit();
     this.centerSlidePictureBox.SuspendLayout();
     this.operationsTableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.openIconPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfConvertIconPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printIconPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.previousIconPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NextIconPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.00782F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 3F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65.3F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 1.4F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0.8F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0.8F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 3.6F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.centerSlideLayoutPanel, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.operationsTableLayoutPanel, 3, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 3.166667F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.83334F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 3.333333F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.53846F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1200, 600);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.MinimumSize   = new System.Drawing.Size(240, 100);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.tableLayoutPanel1.SetRowSpan(this.flowLayoutPanel1, 4);
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(240, 594);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // centerSlideLayoutPanel
     //
     this.centerSlideLayoutPanel.ColumnCount = 1;
     this.tableLayoutPanel1.SetColumnSpan(this.centerSlideLayoutPanel, 5);
     this.centerSlideLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.centerSlideLayoutPanel.Controls.Add(this.centerSlidePictureBox);
     this.centerSlideLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.centerSlideLayoutPanel.Location = new System.Drawing.Point(255, 22);
     this.centerSlideLayoutPanel.Name     = "centerSlideLayoutPanel";
     this.centerSlideLayoutPanel.RowCount = 1;
     this.centerSlideLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.centerSlideLayoutPanel.Size     = new System.Drawing.Size(896, 485);
     this.centerSlideLayoutPanel.TabIndex = 9;
     //
     // centerSlidePictureBox
     //
     this.centerSlideLayoutPanel.SetColumnSpan(this.centerSlidePictureBox, 5);
     this.centerSlidePictureBox.Controls.Add(this.loadingIndicatorPictureBox);
     this.centerSlidePictureBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.centerSlidePictureBox.Location = new System.Drawing.Point(3, 3);
     this.centerSlidePictureBox.Name     = "centerSlidePictureBox";
     this.centerSlidePictureBox.Padding  = new System.Windows.Forms.Padding(10);
     this.centerSlidePictureBox.Size     = new System.Drawing.Size(890, 479);
     this.centerSlidePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.centerSlidePictureBox.TabIndex = 5;
     this.centerSlidePictureBox.TabStop  = false;
     //
     // loadingIndicatorPictureBox
     //
     this.loadingIndicatorPictureBox.BackColor = System.Drawing.Color.Transparent;
     this.loadingIndicatorPictureBox.Image     = global::PowerPointViewer.Properties.Resources.Animation;
     this.loadingIndicatorPictureBox.Location  = new System.Drawing.Point(84, 42);
     this.loadingIndicatorPictureBox.Name      = "loadingIndicatorPictureBox";
     this.loadingIndicatorPictureBox.Padding   = new System.Windows.Forms.Padding(10);
     this.loadingIndicatorPictureBox.Size      = new System.Drawing.Size(63, 74);
     this.loadingIndicatorPictureBox.TabIndex  = 1;
     //
     // operationsTableLayoutPanel
     //
     this.operationsTableLayoutPanel.ColumnCount = 8;
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.37464F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.83661F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.12341F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 291F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.2843F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.0616F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.98973F));
     this.operationsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.12341F));
     this.operationsTableLayoutPanel.Controls.Add(this.openIconPictureBox, 0, 0);
     this.operationsTableLayoutPanel.Controls.Add(this.pdfConvertIconPictureBox, 2, 0);
     this.operationsTableLayoutPanel.Controls.Add(this.printIconPictureBox, 1, 0);
     this.operationsTableLayoutPanel.Controls.Add(this.previousIconPictureBox, 5, 0);
     this.operationsTableLayoutPanel.Controls.Add(this.lblpageDisplay, 6, 0);
     this.operationsTableLayoutPanel.Controls.Add(this.NextIconPictureBox, 7, 0);
     this.operationsTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.operationsTableLayoutPanel.Location = new System.Drawing.Point(339, 533);
     this.operationsTableLayoutPanel.Name     = "operationsTableLayoutPanel";
     this.operationsTableLayoutPanel.RowCount = 1;
     this.operationsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.operationsTableLayoutPanel.Size     = new System.Drawing.Size(778, 64);
     this.operationsTableLayoutPanel.TabIndex = 7;
     //
     // openIconPictureBox
     //
     this.openIconPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("openIconPictureBox.Image")));
     this.openIconPictureBox.Location    = new System.Drawing.Point(3, 3);
     this.openIconPictureBox.Name        = "openIconPictureBox";
     this.openIconPictureBox.Size        = new System.Drawing.Size(32, 32);
     this.openIconPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.openIconPictureBox.TabIndex    = 4;
     this.openIconPictureBox.TabStop     = false;
     this.openIconPictureBox.Click      += new System.EventHandler(this.Folder_Click);
     this.openIconPictureBox.MouseLeave += new System.EventHandler(this.openIconPictureBox_Leave);
     this.openIconPictureBox.MouseHover += new System.EventHandler(this.openIconPictureBox_MouseOver);
     //
     // pdfConvertIconPictureBox
     //
     this.pdfConvertIconPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("pdfConvertIconPictureBox.Image")));
     this.pdfConvertIconPictureBox.Location    = new System.Drawing.Point(120, 3);
     this.pdfConvertIconPictureBox.Name        = "pdfConvertIconPictureBox";
     this.pdfConvertIconPictureBox.Size        = new System.Drawing.Size(34, 58);
     this.pdfConvertIconPictureBox.TabIndex    = 6;
     this.pdfConvertIconPictureBox.TabStop     = false;
     this.pdfConvertIconPictureBox.Click      += new System.EventHandler(this.pdfConvertIconPictureBox_Click);
     this.pdfConvertIconPictureBox.MouseLeave += new System.EventHandler(this.pdfConvertIconPictureBox_Leave);
     this.pdfConvertIconPictureBox.MouseHover += new System.EventHandler(this.pdfConvertIconPictureBox_MouseOver);
     //
     // printIconPictureBox
     //
     this.printIconPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("printIconPictureBox.Image")));
     this.printIconPictureBox.Location    = new System.Drawing.Point(63, 3);
     this.printIconPictureBox.Name        = "printIconPictureBox";
     this.printIconPictureBox.Size        = new System.Drawing.Size(33, 58);
     this.printIconPictureBox.TabIndex    = 5;
     this.printIconPictureBox.TabStop     = false;
     this.printIconPictureBox.Click      += new System.EventHandler(this.Print_Click);
     this.printIconPictureBox.MouseLeave += new System.EventHandler(this.printIconPictureBox_Leave);
     this.printIconPictureBox.MouseHover += new System.EventHandler(this.printIconPictureBox_MouseOver);
     //
     // previousIconPictureBox
     //
     this.previousIconPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.previousIconPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("previousIconPictureBox.Image")));
     this.previousIconPictureBox.Location    = new System.Drawing.Point(598, 3);
     this.previousIconPictureBox.Name        = "previousIconPictureBox";
     this.previousIconPictureBox.Size        = new System.Drawing.Size(34, 58);
     this.previousIconPictureBox.TabIndex    = 3;
     this.previousIconPictureBox.TabStop     = false;
     this.previousIconPictureBox.Click      += new System.EventHandler(this.Previous_Click);
     this.previousIconPictureBox.MouseLeave += new System.EventHandler(this.PreviousIconPictureBox_MouseLeave);
     this.previousIconPictureBox.MouseEnter += PreviousIconPictureBox_MouseHover;
     //
     // lblpageDisplay
     //
     this.lblpageDisplay.AutoSize  = true;
     this.lblpageDisplay.Font      = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.lblpageDisplay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(98)))), ((int)(((byte)(98)))));
     this.lblpageDisplay.Location  = new System.Drawing.Point(644, 5);
     this.lblpageDisplay.Margin    = new System.Windows.Forms.Padding(0, 5, 0, 0);
     this.lblpageDisplay.Name      = "lblpageDisplay";
     this.lblpageDisplay.Size      = new System.Drawing.Size(0, 25);
     this.lblpageDisplay.TabIndex  = 0;
     //
     // NextIconPictureBox
     //
     this.NextIconPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("NextIconPictureBox.Image")));
     this.NextIconPictureBox.Location    = new System.Drawing.Point(720, 3);
     this.NextIconPictureBox.Name        = "NextIconPictureBox";
     this.NextIconPictureBox.Size        = new System.Drawing.Size(32, 32);
     this.NextIconPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.NextIconPictureBox.TabIndex    = 0;
     this.NextIconPictureBox.TabStop     = false;
     this.NextIconPictureBox.Click      += new System.EventHandler(this.Next_Click);
     this.NextIconPictureBox.MouseLeave += new System.EventHandler(this.NextIconPictureBox_MouseLeave);
     this.NextIconPictureBox.MouseEnter += NextIconPictureBox_MouseHover;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 3);
     this.splitter1.TabIndex = 7;
     this.splitter1.TabStop  = false;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1238, 599);
     this.Controls.Add(this.tableLayoutPanel1);
     this.ForeColor                              = System.Drawing.Color.Transparent;
     this.Icon                                   = global::PowerPointViewer.Properties.Resources.ppt__logo_WF;
     this.KeyPreview                             = true;
     this.MinimumSize                            = new System.Drawing.Size(1212, 656);
     this.Name                                   = "Form1";
     this.StartPosition                          = System.Windows.Forms.FormStartPosition.Manual;
     this.Style.ForeColor                        = System.Drawing.Color.Transparent;
     this.Style.TitleBar.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(71)))), ((int)(((byte)(38)))));
     this.Style.TitleBar.CloseButtonForeColor    = System.Drawing.Color.White;
     this.Style.TitleBar.Font                    = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Style.TitleBar.ForeColor               = System.Drawing.SystemColors.ButtonHighlight;
     this.Style.TitleBar.Height                  = 50;
     this.Style.TitleBar.MaximizeButtonForeColor = System.Drawing.Color.White;
     this.Style.TitleBar.MinimizeButtonForeColor = System.Drawing.Color.White;
     this.Style.TitleBar.TextHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.Text                                   = "Presentation viewer";
     this.WindowState                            = System.Windows.Forms.FormWindowState.Maximized;
     this.tableLayoutPanel1.ResumeLayout(false);
     this.centerSlideLayoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.centerSlidePictureBox)).EndInit();
     this.centerSlidePictureBox.ResumeLayout(false);
     this.operationsTableLayoutPanel.ResumeLayout(false);
     this.operationsTableLayoutPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.openIconPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfConvertIconPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printIconPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.previousIconPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NextIconPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(AddEmployeeForm));
     this.addButton               = new System.Windows.Forms.Button();
     this.phoneLabel              = new System.Windows.Forms.Label();
     this.jobTextBox              = new System.Windows.Forms.TextBox();
     this.jobLabel                = new System.Windows.Forms.Label();
     this.cancelButton            = new System.Windows.Forms.Button();
     this.mondayLabel             = new System.Windows.Forms.Label();
     this.tuesdayLabel            = new System.Windows.Forms.Label();
     this.wednesdayLabel          = new System.Windows.Forms.Label();
     this.thursdayLabel           = new System.Windows.Forms.Label();
     this.fridayLabel             = new System.Windows.Forms.Label();
     this.saturdayLabel           = new System.Windows.Forms.Label();
     this.sundayLabel             = new System.Windows.Forms.Label();
     this.mondayComboBox          = new System.Windows.Forms.ComboBox();
     this.tuesdayComboBox         = new System.Windows.Forms.ComboBox();
     this.wednesdayComboBox       = new System.Windows.Forms.ComboBox();
     this.thursdayComboBox        = new System.Windows.Forms.ComboBox();
     this.fridayComboBox          = new System.Windows.Forms.ComboBox();
     this.saturdayComboBox        = new System.Windows.Forms.ComboBox();
     this.sundayComboBox          = new System.Windows.Forms.ComboBox();
     this.employeeDetailsGroupBox = new System.Windows.Forms.GroupBox();
     this.middleTextBox           = new System.Windows.Forms.TextBox();
     this.lastNameTextBox         = new System.Windows.Forms.TextBox();
     this.lastNameLabel           = new System.Windows.Forms.Label();
     this.middleLabel             = new System.Windows.Forms.Label();
     this.firstNameTextBox        = new System.Windows.Forms.TextBox();
     this.firstNameLabel          = new System.Windows.Forms.Label();
     this.phoneTextBox            = new System.Windows.Forms.MaskedTextBox();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.zipTextBox              = new System.Windows.Forms.TextBox();
     this.stateComboBox           = new System.Windows.Forms.ComboBox();
     this.zipLabel                = new System.Windows.Forms.Label();
     this.stateLabel              = new System.Windows.Forms.Label();
     this.cityTextBox             = new System.Windows.Forms.TextBox();
     this.cityLabel               = new System.Windows.Forms.Label();
     this.streetTextBox           = new System.Windows.Forms.TextBox();
     this.streetLabel             = new System.Windows.Forms.Label();
     this.streetNumTextBox        = new System.Windows.Forms.TextBox();
     this.streetNumLabel          = new System.Windows.Forms.Label();
     this.employeeDetailsGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // addButton
     //
     this.addButton.BackColor = System.Drawing.Color.LimeGreen;
     this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addButton.ForeColor = System.Drawing.Color.White;
     this.addButton.Location  = new System.Drawing.Point(315, 350);
     this.addButton.Name      = "addButton";
     this.addButton.Size      = new System.Drawing.Size(75, 33);
     this.addButton.TabIndex  = 17;
     this.addButton.Text      = "Add";
     this.addButton.UseVisualStyleBackColor = false;
     this.addButton.Click += new System.EventHandler(this.AddButton_Click);
     //
     // phoneLabel
     //
     this.phoneLabel.AutoSize = true;
     this.phoneLabel.Location = new System.Drawing.Point(2, 172);
     this.phoneLabel.Name     = "phoneLabel";
     this.phoneLabel.Size     = new System.Drawing.Size(38, 13);
     this.phoneLabel.TabIndex = 22;
     this.phoneLabel.Text     = "Phone";
     //
     // jobTextBox
     //
     this.jobTextBox.Location  = new System.Drawing.Point(5, 238);
     this.jobTextBox.MaxLength = 100;
     this.jobTextBox.Name      = "jobTextBox";
     this.jobTextBox.Size      = new System.Drawing.Size(135, 20);
     this.jobTextBox.TabIndex  = 4;
     //
     // jobLabel
     //
     this.jobLabel.AutoSize = true;
     this.jobLabel.Location = new System.Drawing.Point(2, 221);
     this.jobLabel.Name     = "jobLabel";
     this.jobLabel.Size     = new System.Drawing.Size(24, 13);
     this.jobLabel.TabIndex = 23;
     this.jobLabel.Text     = "Job";
     //
     // cancelButton
     //
     this.cancelButton.BackColor               = System.Drawing.Color.Red;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.ForeColor               = System.Drawing.Color.White;
     this.cancelButton.Location                = new System.Drawing.Point(315, 402);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 18;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // mondayLabel
     //
     this.mondayLabel.AutoSize = true;
     this.mondayLabel.Location = new System.Drawing.Point(16, 75);
     this.mondayLabel.Name     = "mondayLabel";
     this.mondayLabel.Size     = new System.Drawing.Size(48, 13);
     this.mondayLabel.TabIndex = 29;
     this.mondayLabel.Text     = "Monday:";
     //
     // tuesdayLabel
     //
     this.tuesdayLabel.AutoSize = true;
     this.tuesdayLabel.Location = new System.Drawing.Point(16, 108);
     this.tuesdayLabel.Name     = "tuesdayLabel";
     this.tuesdayLabel.Size     = new System.Drawing.Size(51, 13);
     this.tuesdayLabel.TabIndex = 30;
     this.tuesdayLabel.Text     = "Tuesday:";
     //
     // wednesdayLabel
     //
     this.wednesdayLabel.AutoSize = true;
     this.wednesdayLabel.Location = new System.Drawing.Point(16, 143);
     this.wednesdayLabel.Name     = "wednesdayLabel";
     this.wednesdayLabel.Size     = new System.Drawing.Size(67, 13);
     this.wednesdayLabel.TabIndex = 31;
     this.wednesdayLabel.Text     = "Wednesday:";
     //
     // thursdayLabel
     //
     this.thursdayLabel.AutoSize = true;
     this.thursdayLabel.Location = new System.Drawing.Point(16, 177);
     this.thursdayLabel.Name     = "thursdayLabel";
     this.thursdayLabel.Size     = new System.Drawing.Size(54, 13);
     this.thursdayLabel.TabIndex = 32;
     this.thursdayLabel.Text     = "Thursday:";
     //
     // fridayLabel
     //
     this.fridayLabel.AutoSize = true;
     this.fridayLabel.Location = new System.Drawing.Point(16, 209);
     this.fridayLabel.Name     = "fridayLabel";
     this.fridayLabel.Size     = new System.Drawing.Size(38, 13);
     this.fridayLabel.TabIndex = 33;
     this.fridayLabel.Text     = "Friday:";
     //
     // saturdayLabel
     //
     this.saturdayLabel.AutoSize  = true;
     this.saturdayLabel.ForeColor = System.Drawing.Color.Firebrick;
     this.saturdayLabel.Location  = new System.Drawing.Point(219, 127);
     this.saturdayLabel.Name      = "saturdayLabel";
     this.saturdayLabel.Size      = new System.Drawing.Size(52, 13);
     this.saturdayLabel.TabIndex  = 34;
     this.saturdayLabel.Text      = "Saturday:";
     //
     // sundayLabel
     //
     this.sundayLabel.AutoSize  = true;
     this.sundayLabel.ForeColor = System.Drawing.Color.Firebrick;
     this.sundayLabel.Location  = new System.Drawing.Point(219, 164);
     this.sundayLabel.Name      = "sundayLabel";
     this.sundayLabel.Size      = new System.Drawing.Size(46, 13);
     this.sundayLabel.TabIndex  = 35;
     this.sundayLabel.Text      = "Sunday:";
     //
     // mondayComboBox
     //
     this.mondayComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.mondayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mondayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.mondayComboBox.FormattingEnabled = true;
     this.mondayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.mondayComboBox.Location = new System.Drawing.Point(86, 72);
     this.mondayComboBox.Name     = "mondayComboBox";
     this.mondayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.mondayComboBox.TabIndex = 10;
     //
     // tuesdayComboBox
     //
     this.tuesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tuesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.tuesdayComboBox.FormattingEnabled = true;
     this.tuesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.tuesdayComboBox.Location = new System.Drawing.Point(86, 105);
     this.tuesdayComboBox.Name     = "tuesdayComboBox";
     this.tuesdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.tuesdayComboBox.TabIndex = 11;
     //
     // wednesdayComboBox
     //
     this.wednesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.wednesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.wednesdayComboBox.FormattingEnabled = true;
     this.wednesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.wednesdayComboBox.Location = new System.Drawing.Point(86, 140);
     this.wednesdayComboBox.Name     = "wednesdayComboBox";
     this.wednesdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.wednesdayComboBox.TabIndex = 12;
     //
     // thursdayComboBox
     //
     this.thursdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.thursdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.thursdayComboBox.FormattingEnabled = true;
     this.thursdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.thursdayComboBox.Location = new System.Drawing.Point(86, 174);
     this.thursdayComboBox.Name     = "thursdayComboBox";
     this.thursdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.thursdayComboBox.TabIndex = 13;
     //
     // fridayComboBox
     //
     this.fridayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fridayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.fridayComboBox.FormattingEnabled = true;
     this.fridayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.fridayComboBox.Location = new System.Drawing.Point(86, 206);
     this.fridayComboBox.Name     = "fridayComboBox";
     this.fridayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.fridayComboBox.TabIndex = 14;
     //
     // saturdayComboBox
     //
     this.saturdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.saturdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.saturdayComboBox.FormattingEnabled = true;
     this.saturdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.saturdayComboBox.Location = new System.Drawing.Point(277, 124);
     this.saturdayComboBox.Name     = "saturdayComboBox";
     this.saturdayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.saturdayComboBox.TabIndex = 15;
     //
     // sundayComboBox
     //
     this.sundayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.sundayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.sundayComboBox.FormattingEnabled = true;
     this.sundayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.sundayComboBox.Location = new System.Drawing.Point(277, 161);
     this.sundayComboBox.Name     = "sundayComboBox";
     this.sundayComboBox.Size     = new System.Drawing.Size(115, 21);
     this.sundayComboBox.TabIndex = 16;
     //
     // employeeDetailsGroupBox
     //
     this.employeeDetailsGroupBox.Controls.Add(this.middleTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.lastNameTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.lastNameLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.middleLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.firstNameTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.firstNameLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.jobTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.jobLabel);
     this.employeeDetailsGroupBox.Location = new System.Drawing.Point(12, 34);
     this.employeeDetailsGroupBox.Name     = "employeeDetailsGroupBox";
     this.employeeDetailsGroupBox.Size     = new System.Drawing.Size(151, 295);
     this.employeeDetailsGroupBox.TabIndex = 36;
     this.employeeDetailsGroupBox.TabStop  = false;
     this.employeeDetailsGroupBox.Text     = "Basic Details";
     //
     // middleTextBox
     //
     this.middleTextBox.Location  = new System.Drawing.Point(7, 88);
     this.middleTextBox.MaxLength = 1;
     this.middleTextBox.Name      = "middleTextBox";
     this.middleTextBox.Size      = new System.Drawing.Size(135, 20);
     this.middleTextBox.TabIndex  = 1;
     this.middleTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MiddleTextBox_KeyPress);
     //
     // lastNameTextBox
     //
     this.lastNameTextBox.Location  = new System.Drawing.Point(5, 139);
     this.lastNameTextBox.MaxLength = 100;
     this.lastNameTextBox.Name      = "lastNameTextBox";
     this.lastNameTextBox.Size      = new System.Drawing.Size(136, 20);
     this.lastNameTextBox.TabIndex  = 2;
     this.lastNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LastNameTextBox_KeyPress);
     //
     // lastNameLabel
     //
     this.lastNameLabel.AutoSize = true;
     this.lastNameLabel.Location = new System.Drawing.Point(2, 123);
     this.lastNameLabel.Name     = "lastNameLabel";
     this.lastNameLabel.Size     = new System.Drawing.Size(58, 13);
     this.lastNameLabel.TabIndex = 21;
     this.lastNameLabel.Text     = "Last Name";
     //
     // middleLabel
     //
     this.middleLabel.AutoSize = true;
     this.middleLabel.Location = new System.Drawing.Point(3, 74);
     this.middleLabel.Name     = "middleLabel";
     this.middleLabel.Size     = new System.Drawing.Size(113, 13);
     this.middleLabel.TabIndex = 20;
     this.middleLabel.Text     = "Middle Initial (Optional)";
     //
     // firstNameTextBox
     //
     this.firstNameTextBox.Location  = new System.Drawing.Point(6, 43);
     this.firstNameTextBox.MaxLength = 100;
     this.firstNameTextBox.Name      = "firstNameTextBox";
     this.firstNameTextBox.Size      = new System.Drawing.Size(136, 20);
     this.firstNameTextBox.TabIndex  = 0;
     this.firstNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FirstNameTextBox_KeyPress);
     //
     // firstNameLabel
     //
     this.firstNameLabel.AutoSize = true;
     this.firstNameLabel.Location = new System.Drawing.Point(3, 27);
     this.firstNameLabel.Name     = "firstNameLabel";
     this.firstNameLabel.Size     = new System.Drawing.Size(57, 13);
     this.firstNameLabel.TabIndex = 19;
     this.firstNameLabel.Text     = "First Name";
     //
     // phoneTextBox
     //
     this.phoneTextBox.AllowPromptAsInput = false;
     this.phoneTextBox.AsciiOnly          = true;
     this.phoneTextBox.Culture            = new System.Globalization.CultureInfo("en-US");
     this.phoneTextBox.Location           = new System.Drawing.Point(5, 188);
     this.phoneTextBox.Mask           = "(000)-000-0000";
     this.phoneTextBox.Name           = "phoneTextBox";
     this.phoneTextBox.ResetOnSpace   = false;
     this.phoneTextBox.Size           = new System.Drawing.Size(135, 20);
     this.phoneTextBox.TabIndex       = 3;
     this.phoneTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.mondayLabel);
     this.groupBox1.Controls.Add(this.sundayComboBox);
     this.groupBox1.Controls.Add(this.tuesdayLabel);
     this.groupBox1.Controls.Add(this.saturdayComboBox);
     this.groupBox1.Controls.Add(this.wednesdayLabel);
     this.groupBox1.Controls.Add(this.fridayComboBox);
     this.groupBox1.Controls.Add(this.thursdayLabel);
     this.groupBox1.Controls.Add(this.thursdayComboBox);
     this.groupBox1.Controls.Add(this.fridayLabel);
     this.groupBox1.Controls.Add(this.wednesdayComboBox);
     this.groupBox1.Controls.Add(this.saturdayLabel);
     this.groupBox1.Controls.Add(this.tuesdayComboBox);
     this.groupBox1.Controls.Add(this.sundayLabel);
     this.groupBox1.Controls.Add(this.mondayComboBox);
     this.groupBox1.Location = new System.Drawing.Point(326, 34);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(401, 295);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Employee Schedule";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.zipTextBox);
     this.groupBox2.Controls.Add(this.stateComboBox);
     this.groupBox2.Controls.Add(this.zipLabel);
     this.groupBox2.Controls.Add(this.stateLabel);
     this.groupBox2.Controls.Add(this.cityTextBox);
     this.groupBox2.Controls.Add(this.cityLabel);
     this.groupBox2.Controls.Add(this.streetTextBox);
     this.groupBox2.Controls.Add(this.streetLabel);
     this.groupBox2.Controls.Add(this.streetNumTextBox);
     this.groupBox2.Controls.Add(this.streetNumLabel);
     this.groupBox2.Location = new System.Drawing.Point(171, 34);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(149, 295);
     this.groupBox2.TabIndex = 37;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Address";
     //
     // zipTextBox
     //
     this.zipTextBox.Location  = new System.Drawing.Point(7, 238);
     this.zipTextBox.MaxLength = 5;
     this.zipTextBox.Name      = "zipTextBox";
     this.zipTextBox.Size      = new System.Drawing.Size(136, 20);
     this.zipTextBox.TabIndex  = 9;
     this.zipTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZipTextBox_KeyPress);
     //
     // stateComboBox
     //
     this.stateComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.stateComboBox.FormattingEnabled = true;
     this.stateComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AK",
         "AL",
         "AZ",
         "AR",
         "CA",
         "CO",
         "CT",
         "DE",
         "FL",
         "GA",
         "HI",
         "ID",
         "IL",
         "IN",
         "IA",
         "KS",
         "KY",
         "LA",
         "ME",
         "MD",
         "MA",
         "MI",
         "MN",
         "MS",
         "MO",
         "MT",
         "NE",
         "NV",
         "NH",
         "NJ",
         "NM",
         "NY",
         "NC",
         "ND",
         "OH",
         "OK",
         "OR",
         "PA",
         "RI",
         "SC",
         "SD",
         "TN",
         "TX",
         "UT",
         "VT",
         "VA",
         "WA",
         "WV",
         "WI",
         "WY"
     });
     this.stateComboBox.Location = new System.Drawing.Point(6, 187);
     this.stateComboBox.Name     = "stateComboBox";
     this.stateComboBox.Size     = new System.Drawing.Size(136, 21);
     this.stateComboBox.TabIndex = 8;
     //
     // zipLabel
     //
     this.zipLabel.AutoSize = true;
     this.zipLabel.Location = new System.Drawing.Point(3, 222);
     this.zipLabel.Name     = "zipLabel";
     this.zipLabel.Size     = new System.Drawing.Size(52, 13);
     this.zipLabel.TabIndex = 28;
     this.zipLabel.Text     = "ZIP Code";
     //
     // stateLabel
     //
     this.stateLabel.AutoSize = true;
     this.stateLabel.Location = new System.Drawing.Point(3, 171);
     this.stateLabel.Name     = "stateLabel";
     this.stateLabel.Size     = new System.Drawing.Size(32, 13);
     this.stateLabel.TabIndex = 27;
     this.stateLabel.Text     = "State";
     //
     // cityTextBox
     //
     this.cityTextBox.Location  = new System.Drawing.Point(7, 138);
     this.cityTextBox.MaxLength = 100;
     this.cityTextBox.Name      = "cityTextBox";
     this.cityTextBox.Size      = new System.Drawing.Size(136, 20);
     this.cityTextBox.TabIndex  = 7;
     this.cityTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CityTextBox_KeyPress);
     //
     // cityLabel
     //
     this.cityLabel.AutoSize = true;
     this.cityLabel.Location = new System.Drawing.Point(4, 122);
     this.cityLabel.Name     = "cityLabel";
     this.cityLabel.Size     = new System.Drawing.Size(24, 13);
     this.cityLabel.TabIndex = 26;
     this.cityLabel.Text     = "City";
     //
     // streetTextBox
     //
     this.streetTextBox.Location  = new System.Drawing.Point(6, 89);
     this.streetTextBox.MaxLength = 100;
     this.streetTextBox.Name      = "streetTextBox";
     this.streetTextBox.Size      = new System.Drawing.Size(136, 20);
     this.streetTextBox.TabIndex  = 6;
     this.streetTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.StreetTextBox_KeyPress);
     //
     // streetLabel
     //
     this.streetLabel.AutoSize = true;
     this.streetLabel.Location = new System.Drawing.Point(3, 73);
     this.streetLabel.Name     = "streetLabel";
     this.streetLabel.Size     = new System.Drawing.Size(35, 13);
     this.streetLabel.TabIndex = 25;
     this.streetLabel.Text     = "Street";
     //
     // streetNumTextBox
     //
     this.streetNumTextBox.Location  = new System.Drawing.Point(7, 42);
     this.streetNumTextBox.MaxLength = 100;
     this.streetNumTextBox.Name      = "streetNumTextBox";
     this.streetNumTextBox.Size      = new System.Drawing.Size(136, 20);
     this.streetNumTextBox.TabIndex  = 5;
     this.streetNumTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.StreetNumTextBox_KeyPress);
     //
     // streetNumLabel
     //
     this.streetNumLabel.AutoSize = true;
     this.streetNumLabel.Location = new System.Drawing.Point(4, 26);
     this.streetNumLabel.Name     = "streetNumLabel";
     this.streetNumLabel.Size     = new System.Drawing.Size(75, 13);
     this.streetNumLabel.TabIndex = 24;
     this.streetNumLabel.Text     = "Street Number";
     //
     // AddEmployeeForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton            = this.cancelButton;
     this.CaptionBarColor         = System.Drawing.Color.LimeGreen;
     this.CaptionBarHeight        = 40;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(34, -4);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(739, 431);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.employeeDetailsGroupBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.addButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AddEmployeeForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Add Employee";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.AddEmployeeForm_FormClosing);
     this.employeeDetailsGroupBox.ResumeLayout(false);
     this.employeeDetailsGroupBox.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(BudgetTools));
     this.splitContainerAdv1   = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.expandCollapsePanel1 = new MakarovDev.ExpandCollapsePanel.ExpandCollapsePanel();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BeforeTouchSize = 7;
     this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.expandCollapsePanel1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(1691, 961);
     this.splitContainerAdv1.SplitterDistance = 1282;
     this.splitContainerAdv1.TabIndex         = 0;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // expandCollapsePanel1
     //
     this.expandCollapsePanel1.ButtonSize     = MakarovDev.ExpandCollapsePanel.ExpandCollapseButton.ExpandButtonSize.Normal;
     this.expandCollapsePanel1.ButtonStyle    = MakarovDev.ExpandCollapsePanel.ExpandCollapseButton.ExpandButtonStyle.Circle;
     this.expandCollapsePanel1.ExpandedHeight = 0;
     this.expandCollapsePanel1.IsExpanded     = true;
     this.expandCollapsePanel1.Location       = new System.Drawing.Point(22, 35);
     this.expandCollapsePanel1.Name           = "expandCollapsePanel1";
     this.expandCollapsePanel1.Size           = new System.Drawing.Size(351, 662);
     this.expandCollapsePanel1.TabIndex       = 0;
     this.expandCollapsePanel1.Text           = "expandCollapsePanel1";
     this.expandCollapsePanel1.UseAnimation   = true;
     //
     // BudgetTools
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionForeColor    = System.Drawing.SystemColors.MenuHighlight;
     captionImage1.BackColor  = System.Drawing.Color.Black;
     captionImage1.Location   = new System.Drawing.Point(10, 4);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(50, 35);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(1691, 961);
     this.Controls.Add(this.splitContainerAdv1);
     this.ForeColor   = System.Drawing.SystemColors.ActiveCaption;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize = new System.Drawing.Size(2389, 1508);
     this.MetroColor  = System.Drawing.Color.Black;
     this.Name        = "BudgetTools";
     this.ShowIcon    = false;
     this.Text        = "MetroForm1";
     this.Load       += new System.EventHandler(this.BudgetTools_Load);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #30
0
 /// <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();
     Syncfusion.Windows.Forms.Gauge.LinearRange     linearRange1  = new Syncfusion.Windows.Forms.Gauge.LinearRange();
     Syncfusion.Windows.Forms.Gauge.Range           range1        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range2        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.Gauge.Range           range3        = new Syncfusion.Windows.Forms.Gauge.Range();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionImage          captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
     Syncfusion.Windows.Forms.CaptionLabel          captionLabel1 = new Syncfusion.Windows.Forms.CaptionLabel();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.label6       = new System.Windows.Forms.Label();
     this.pictureBox4  = new System.Windows.Forms.PictureBox();
     this.label4       = new System.Windows.Forms.Label();
     this.pictureBox3  = new System.Windows.Forms.PictureBox();
     this.pictureBox2  = new System.Windows.Forms.PictureBox();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.label3       = new System.Windows.Forms.Label();
     this.panel2       = new System.Windows.Forms.Panel();
     this.linearGauge1 = new Syncfusion.Windows.Forms.Gauge.LinearGauge();
     this.radialGauge3 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.radialGauge2 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.radialGauge1 = new Syncfusion.Windows.Forms.Gauge.RadialGauge();
     this.label2       = new System.Windows.Forms.Label();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Gray;
     this.label1.Location  = new System.Drawing.Point(920, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(27, 13);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "BMI";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.pictureBox4);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1170, 100);
     this.panel1.TabIndex = 6;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(157, 66);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(135, 21);
     this.label6.TabIndex = 13;
     this.label6.Text     = "34 years / 175 cm";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = global::GaugeInterctionSample.Properties.Resources.Blue_Icon;
     this.pictureBox4.Location = new System.Drawing.Point(296, 58);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(22, 22);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 11;
     this.pictureBox4.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(156, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(116, 21);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Andrew Fuller";
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_2;
     this.pictureBox3.Location = new System.Drawing.Point(1021, 40);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 8;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = global::GaugeInterctionSample.Properties.Resources.Icon_1;
     this.pictureBox2.Location = new System.Drawing.Point(917, 40);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(95, 53);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::GaugeInterctionSample.Properties.Resources.person;
     this.pictureBox1.Location = new System.Drawing.Point(46, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(95, 95);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Gray;
     this.label3.Location  = new System.Drawing.Point(1022, 20);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(45, 13);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Weight";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.linearGauge1);
     this.panel2.Controls.Add(this.radialGauge3);
     this.panel2.Controls.Add(this.radialGauge2);
     this.panel2.Controls.Add(this.radialGauge1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 100);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1170, 602);
     this.panel2.TabIndex = 7;
     //
     // linearGauge1
     //
     this.linearGauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.linearGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.ForeColor                    = System.Drawing.Color.Gray;
     this.linearGauge1.GaugeBaseColor               = System.Drawing.Color.Black;
     this.linearGauge1.GaugelabelFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linearGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.LinearFrameType              = Syncfusion.Windows.Forms.Gauge.LinearFrameType.Horizontal;
     this.linearGauge1.Location                     = new System.Drawing.Point(46, 469);
     this.linearGauge1.MajorDifference              = 100;
     this.linearGauge1.MajorTicksHeight             = 0;
     this.linearGauge1.MaximumValue                 = 30000F;
     this.linearGauge1.MinimumSize                  = new System.Drawing.Size(100, 50);
     this.linearGauge1.MinorTickCount               = 50;
     this.linearGauge1.MinorTickHeight              = 0;
     this.linearGauge1.Name                         = "linearGauge1";
     this.linearGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.linearGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.linearGauge1.PointerPlacement             = Syncfusion.Windows.Forms.Gauge.Placement.Center;
     linearRange1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     linearRange1.EndValue       = 650F;
     linearRange1.Height         = 5;
     linearRange1.InRange        = false;
     linearRange1.Name           = "GaugeRange1";
     linearRange1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.Inside;
     linearRange1.StartValue     = 0F;
     this.linearGauge1.Ranges.Add(linearRange1);
     this.linearGauge1.ShowScaleLabel      = false;
     this.linearGauge1.Size                = new System.Drawing.Size(1088, 120);
     this.linearGauge1.TabIndex            = 6;
     this.linearGauge1.Text                = "linearGauge1";
     this.linearGauge1.Value               = 25000F;
     this.linearGauge1.ValueIndicatorColor = System.Drawing.Color.Gray;
     //
     // radialGauge3
     //
     this.radialGauge3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge3.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.EnableCustomNeedles          = false;
     this.radialGauge3.GaugeLabel                   = "Floor";
     this.radialGauge3.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge3.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge3.Location              = new System.Drawing.Point(789, 49);
     this.radialGauge3.MajorDifference       = 1F;
     this.radialGauge3.MajorTickMarkHeight   = 0;
     this.radialGauge3.MaximumValue          = 100F;
     this.radialGauge3.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge3.MinorInnerLinesHeight = 0;
     this.radialGauge3.MinorTickMarkHeight   = 0;
     this.radialGauge3.Name = "radialGauge3";
     this.radialGauge3.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge3.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range1.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range1.EndValue       = 5F;
     range1.Height         = 7;
     range1.InRange        = true;
     range1.Name           = "GaugeRange1";
     range1.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range1.StartValue     = 0F;
     this.radialGauge3.Ranges.Add(range1);
     this.radialGauge3.ShowBackgroundFrame = false;
     this.radialGauge3.ShowGaugeValue      = true;
     this.radialGauge3.ShowNeedle          = false;
     this.radialGauge3.ShowScaleLabel      = false;
     this.radialGauge3.Size     = new System.Drawing.Size(308, 308);
     this.radialGauge3.TabIndex = 9;
     this.radialGauge3.Value    = 5F;
     //
     // radialGauge2
     //
     this.radialGauge2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge2.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.EnableCustomNeedles          = false;
     this.radialGauge2.GaugeLabel                   = "Steps";
     this.radialGauge2.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge2.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge2.Location              = new System.Drawing.Point(427, 49);
     this.radialGauge2.MajorTickMarkHeight   = 0;
     this.radialGauge2.MaximumValue          = 100F;
     this.radialGauge2.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge2.MinorInnerLinesHeight = 0;
     this.radialGauge2.MinorTickMarkHeight   = 0;
     this.radialGauge2.Name = "radialGauge2";
     this.radialGauge2.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge2.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range2.EndValue       = 50F;
     range2.Height         = 7;
     range2.InRange        = true;
     range2.Name           = "GaugeRange1";
     range2.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range2.StartValue     = 0F;
     this.radialGauge2.Ranges.Add(range2);
     this.radialGauge2.ShowBackgroundFrame = false;
     this.radialGauge2.ShowGaugeValue      = true;
     this.radialGauge2.ShowNeedle          = false;
     this.radialGauge2.ShowScaleLabel      = false;
     this.radialGauge2.Size     = new System.Drawing.Size(308, 308);
     this.radialGauge2.TabIndex = 8;
     this.radialGauge2.Value    = 15F;
     //
     // radialGauge1
     //
     this.radialGauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.radialGauge1.BackgroundGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.BackgroundGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.EnableCustomNeedles          = false;
     this.radialGauge1.GaugeArcColor                = System.Drawing.Color.DarkGray;
     this.radialGauge1.GaugeLabel                   = "Food";
     this.radialGauge1.GaugeLableFont               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.GaugeValueFont               = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radialGauge1.InnerFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.InnerFrameGradientStartColor = System.Drawing.Color.Transparent;
     this.radialGauge1.Location              = new System.Drawing.Point(74, 49);
     this.radialGauge1.MajorDifference       = 120F;
     this.radialGauge1.MajorTickMarkHeight   = 0;
     this.radialGauge1.MaximumValue          = 3000F;
     this.radialGauge1.MinimumSize           = new System.Drawing.Size(125, 125);
     this.radialGauge1.MinorDifference       = 0;
     this.radialGauge1.MinorInnerLinesHeight = 0;
     this.radialGauge1.MinorTickMarkHeight   = 0;
     this.radialGauge1.Name = "radialGauge1";
     this.radialGauge1.OuterFrameGradientEndColor   = System.Drawing.Color.Transparent;
     this.radialGauge1.OuterFrameGradientStartColor = System.Drawing.Color.Transparent;
     range3.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     range3.EndValue       = 1100F;
     range3.Height         = 7;
     range3.InRange        = false;
     range3.Name           = "GaugeRange1";
     range3.RangePlacement = Syncfusion.Windows.Forms.Gauge.TickPlacement.OutSide;
     range3.StartValue     = 0F;
     this.radialGauge1.Ranges.Add(range3);
     this.radialGauge1.ShowGaugeValue = true;
     this.radialGauge1.ShowNeedle     = false;
     this.radialGauge1.ShowScaleLabel = false;
     this.radialGauge1.Size           = new System.Drawing.Size(308, 308);
     this.radialGauge1.TabIndex       = 7;
     this.radialGauge1.Value          = 2500F;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(539, 438);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(95, 17);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Calories Burnt";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleMode      = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor          = System.Drawing.Color.White;
     this.CaptionBarColor    = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     this.CaptionBarHeight   = 60;
     this.CaptionButtonColor = System.Drawing.Color.White;
     this.CaptionForeColor   = System.Drawing.Color.White;
     captionImage1.BackColor = System.Drawing.Color.Transparent;
     captionImage1.Image     = global::GaugeInterctionSample.Properties.Resources.Gauge_icon;
     captionImage1.Location  = new System.Drawing.Point(50, 15);
     captionImage1.Name      = "CaptionImage1";
     captionImage1.Size      = new System.Drawing.Size(35, 35);
     captionImage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     captionImage2.Location  = new System.Drawing.Point(5, 17);
     captionImage2.Name      = "CaptionImage2";
     this.CaptionImages.Add(captionImage1);
     this.CaptionImages.Add(captionImage2);
     captionLabel1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     captionLabel1.ForeColor = System.Drawing.Color.White;
     captionLabel1.Location  = new System.Drawing.Point(110, 20);
     captionLabel1.Name      = "CaptionLabel1";
     captionLabel1.Size      = new System.Drawing.Size(150, 24);
     captionLabel1.Text      = "Health Tracker";
     this.CaptionLabels.Add(captionLabel1);
     this.ClientSize = new System.Drawing.Size(1170, 702);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize     = new System.Drawing.Size(1190, 780);
     this.MinimumSize     = new System.Drawing.Size(1170, 750);
     this.Name            = "Form1";
     this.ShowMaximizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <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();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
            this.radioButtonAdv1 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.radioButtonAdv2 = new Syncfusion.Windows.Forms.Tools.RadioButtonAdv();
            this.autoLabel1 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.textBoxExt1 = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.textBoxExt2 = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
            this.autoLabel2 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.buttonAdv1 = new Syncfusion.Windows.Forms.ButtonAdv();
            ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).BeginInit();
            this.SuspendLayout();
            // 
            // radioButtonAdv1
            // 
            this.radioButtonAdv1.BeforeTouchSize = new System.Drawing.Size(97, 21);
            this.radioButtonAdv1.DrawFocusRectangle = false;
            this.radioButtonAdv1.Location = new System.Drawing.Point(12, 29);
            this.radioButtonAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.radioButtonAdv1.Name = "radioButtonAdv1";
            this.radioButtonAdv1.Size = new System.Drawing.Size(97, 21);
            this.radioButtonAdv1.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.radioButtonAdv1.TabIndex = 0;
            this.radioButtonAdv1.TabStop = false;
            this.radioButtonAdv1.Text = "Administrador";
            this.radioButtonAdv1.ThemesEnabled = false;
            // 
            // radioButtonAdv2
            // 
            this.radioButtonAdv2.BeforeTouchSize = new System.Drawing.Size(53, 21);
            this.radioButtonAdv2.Checked = true;
            this.radioButtonAdv2.DrawFocusRectangle = false;
            this.radioButtonAdv2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.radioButtonAdv2.Location = new System.Drawing.Point(158, 29);
            this.radioButtonAdv2.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.radioButtonAdv2.Name = "radioButtonAdv2";
            this.radioButtonAdv2.Office2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Silver;
            this.radioButtonAdv2.Size = new System.Drawing.Size(53, 21);
            this.radioButtonAdv2.Style = Syncfusion.Windows.Forms.Tools.RadioButtonAdvStyle.Metro;
            this.radioButtonAdv2.TabIndex = 1;
            this.radioButtonAdv2.Text = "Aluno";
            this.radioButtonAdv2.ThemesEnabled = false;
            // 
            // autoLabel1
            // 
            this.autoLabel1.Location = new System.Drawing.Point(12, 69);
            this.autoLabel1.Name = "autoLabel1";
            this.autoLabel1.Size = new System.Drawing.Size(33, 13);
            this.autoLabel1.TabIndex = 2;
            this.autoLabel1.Text = "Login";
            // 
            // textBoxExt1
            // 
            this.textBoxExt1.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.textBoxExt1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.textBoxExt1.Location = new System.Drawing.Point(12, 85);
            this.textBoxExt1.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt1.Name = "textBoxExt1";
            this.textBoxExt1.Size = new System.Drawing.Size(220, 20);
            this.textBoxExt1.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.textBoxExt1.TabIndex = 3;
            // 
            // textBoxExt2
            // 
            this.textBoxExt2.BeforeTouchSize = new System.Drawing.Size(526, 20);
            this.textBoxExt2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.textBoxExt2.Location = new System.Drawing.Point(12, 135);
            this.textBoxExt2.Metrocolor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.textBoxExt2.Name = "textBoxExt2";
            this.textBoxExt2.PasswordChar = '*';
            this.textBoxExt2.Size = new System.Drawing.Size(220, 20);
            this.textBoxExt2.Style = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Default;
            this.textBoxExt2.TabIndex = 5;
            // 
            // autoLabel2
            // 
            this.autoLabel2.Location = new System.Drawing.Point(12, 119);
            this.autoLabel2.Name = "autoLabel2";
            this.autoLabel2.Size = new System.Drawing.Size(38, 13);
            this.autoLabel2.TabIndex = 4;
            this.autoLabel2.Text = "Senha";
            // 
            // buttonAdv1
            // 
            this.buttonAdv1.Appearance = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
            this.buttonAdv1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
            this.buttonAdv1.BeforeTouchSize = new System.Drawing.Size(75, 23);
            this.buttonAdv1.ForeColor = System.Drawing.Color.White;
            this.buttonAdv1.IsBackStageButton = false;
            this.buttonAdv1.Location = new System.Drawing.Point(80, 191);
            this.buttonAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.buttonAdv1.Name = "buttonAdv1";
            this.buttonAdv1.Size = new System.Drawing.Size(75, 23);
            this.buttonAdv1.TabIndex = 6;
            this.buttonAdv1.Text = "Entrar";
            this.buttonAdv1.UseVisualStyle = true;
            // 
            // LoginForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 30;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.White;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(12, 6);
            captionImage1.Name = "CaptionImage1";
            captionImage1.Size = new System.Drawing.Size(47, 25);
            this.CaptionImages.Add(captionImage1);
            this.ClientSize = new System.Drawing.Size(244, 226);
            this.Controls.Add(this.buttonAdv1);
            this.Controls.Add(this.textBoxExt2);
            this.Controls.Add(this.autoLabel2);
            this.Controls.Add(this.textBoxExt1);
            this.Controls.Add(this.autoLabel1);
            this.Controls.Add(this.radioButtonAdv2);
            this.Controls.Add(this.radioButtonAdv1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.Name = "LoginForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioButtonAdv2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textBoxExt2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(DatabaseSecurityForm));
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.enableDisableEncButton = new System.Windows.Forms.Button();
     this.enableDisableEncLabel  = new System.Windows.Forms.Label();
     this.changePasswordButton   = new System.Windows.Forms.Button();
     this.changePasswordLabel    = new System.Windows.Forms.Label();
     this.encryptionStatusLabel  = new System.Windows.Forms.Label();
     this.encryptionLabel        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // enableDisableEncButton
     //
     this.enableDisableEncButton.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.enableDisableEncButton.BackColor = System.Drawing.Color.White;
     this.enableDisableEncButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.enableDisableEncButton.Image     = ((System.Drawing.Image)(resources.GetObject("enableDisableEncButton.Image")));
     this.enableDisableEncButton.Location  = new System.Drawing.Point(148, 68);
     this.enableDisableEncButton.Name      = "enableDisableEncButton";
     this.enableDisableEncButton.Size      = new System.Drawing.Size(125, 119);
     this.enableDisableEncButton.TabIndex  = 5;
     this.enableDisableEncButton.TabStop   = false;
     this.enableDisableEncButton.UseVisualStyleBackColor = false;
     this.enableDisableEncButton.Click += new System.EventHandler(this.EnableDisableEncButton_Click);
     //
     // enableDisableEncLabel
     //
     this.enableDisableEncLabel.AutoSize = true;
     this.enableDisableEncLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.enableDisableEncLabel.Location = new System.Drawing.Point(148, 47);
     this.enableDisableEncLabel.Name     = "enableDisableEncLabel";
     this.enableDisableEncLabel.Size     = new System.Drawing.Size(127, 18);
     this.enableDisableEncLabel.TabIndex = 12;
     this.enableDisableEncLabel.Text     = "Enable Encryption";
     //
     // changePasswordButton
     //
     this.changePasswordButton.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.changePasswordButton.BackColor = System.Drawing.Color.White;
     this.changePasswordButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.changePasswordButton.Image     = ((System.Drawing.Image)(resources.GetObject("changePasswordButton.Image")));
     this.changePasswordButton.Location  = new System.Drawing.Point(334, 95);
     this.changePasswordButton.Name      = "changePasswordButton";
     this.changePasswordButton.Size      = new System.Drawing.Size(68, 66);
     this.changePasswordButton.TabIndex  = 13;
     this.changePasswordButton.TabStop   = false;
     this.changePasswordButton.UseVisualStyleBackColor = false;
     this.changePasswordButton.Click += new System.EventHandler(this.ChangePasswordButton_Click);
     //
     // changePasswordLabel
     //
     this.changePasswordLabel.AutoSize = true;
     this.changePasswordLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.changePasswordLabel.Location = new System.Drawing.Point(324, 78);
     this.changePasswordLabel.Name     = "changePasswordLabel";
     this.changePasswordLabel.Size     = new System.Drawing.Size(93, 13);
     this.changePasswordLabel.TabIndex = 14;
     this.changePasswordLabel.Text     = "Change Password";
     //
     // encryptionStatusLabel
     //
     this.encryptionStatusLabel.AutoSize = true;
     this.encryptionStatusLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.encryptionStatusLabel.Location = new System.Drawing.Point(1, 93);
     this.encryptionStatusLabel.Name     = "encryptionStatusLabel";
     this.encryptionStatusLabel.Size     = new System.Drawing.Size(128, 18);
     this.encryptionStatusLabel.TabIndex = 15;
     this.encryptionStatusLabel.Text     = "Encryption Status:";
     //
     // encryptionLabel
     //
     this.encryptionLabel.AutoSize  = true;
     this.encryptionLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.encryptionLabel.ForeColor = System.Drawing.Color.RoyalBlue;
     this.encryptionLabel.Location  = new System.Drawing.Point(22, 118);
     this.encryptionLabel.Name      = "encryptionLabel";
     this.encryptionLabel.Size      = new System.Drawing.Size(77, 18);
     this.encryptionLabel.TabIndex  = 16;
     this.encryptionLabel.Text      = "ENABLED";
     //
     // DatabaseSecurityForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.RoyalBlue;
     this.CaptionBarHeight        = 42;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(18, -3);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(430, 265);
     this.Controls.Add(this.encryptionLabel);
     this.Controls.Add(this.encryptionStatusLabel);
     this.Controls.Add(this.changePasswordLabel);
     this.Controls.Add(this.changePasswordButton);
     this.Controls.Add(this.enableDisableEncLabel);
     this.Controls.Add(this.enableDisableEncButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "DatabaseSecurityForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Database Security";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.DatabaseSecurityForm_FormClosing);
     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();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.groupBar1               = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.panel4                  = new System.Windows.Forms.Panel();
     this.comboBoxAdv6            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label9                  = new System.Windows.Forms.Label();
     this.comboBoxAdv5            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label8                  = new System.Windows.Forms.Label();
     this.comboBoxAdv1            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label7                  = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.colorPickerButton3      = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.colorPickerButton2      = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.colorPickerButton1      = new Syncfusion.Windows.Forms.ColorPickerButton();
     this.comboBoxAdv4            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label3                  = new System.Windows.Forms.Label();
     this.comboBoxAdv3            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label2                  = new System.Windows.Forms.Label();
     this.comboBoxAdv2            = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
     this.label1                  = new System.Windows.Forms.Label();
     this.panel5                  = new System.Windows.Forms.Panel();
     this.groupBarItem1           = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.splitContainerAdv1      = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.groupBar2               = new Syncfusion.Windows.Forms.Tools.GroupBar();
     this.panel2                  = new System.Windows.Forms.Panel();
     this.MultiSelectionComboBox1 = new Syncfusion.Windows.Forms.Tools.MultiSelectionComboBox();
     this.groupBarItem2           = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
     this.panel3                  = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
     this.groupBar1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBar2)).BeginInit();
     this.groupBar2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MultiSelectionComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Location   = new System.Drawing.Point(100, 100);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(200, 100);
     this.panel1.TabIndex   = 0;
     //
     // groupBar1
     //
     this.groupBar1.AllowDrop         = true;
     this.groupBar1.AnimatedSelection = false;
     this.groupBar1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.groupBar1.BeforeTouchSize   = new System.Drawing.Size(565, 842);
     this.groupBar1.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
     this.groupBar1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupBar1.CollapseImage     = ((System.Drawing.Image)(resources.GetObject("groupBar1.CollapseImage")));
     this.groupBar1.Controls.Add(this.panel4);
     this.groupBar1.Controls.Add(this.panel5);
     this.groupBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBar1.ExpandButtonToolTip = null;
     this.groupBar1.ExpandImage         = ((System.Drawing.Image)(resources.GetObject("groupBar1.ExpandImage")));
     this.groupBar1.FlatLook            = true;
     this.groupBar1.Font      = new System.Drawing.Font("Segoe UI", 12F);
     this.groupBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
     this.groupBar1.GroupBarDropDownToolTip = null;
     this.groupBar1.GroupBarItemHeight      = 40;
     this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.groupBarItem1
     });
     this.groupBar1.IndexOnVisibleItems   = true;
     this.groupBar1.Location              = new System.Drawing.Point(0, 0);
     this.groupBar1.MinimizeButtonToolTip = null;
     this.groupBar1.Name = "groupBar1";
     this.groupBar1.NavigationPaneTooltip = null;
     this.groupBar1.PopupClientSize       = new System.Drawing.Size(0, 0);
     this.groupBar1.SelectedItem          = 0;
     this.groupBar1.Size          = new System.Drawing.Size(565, 842);
     this.groupBar1.SmartSizeBox  = false;
     this.groupBar1.Splittercolor = System.Drawing.Color.Red;
     this.groupBar1.TabIndex      = 4;
     this.groupBar1.Text          = "groupBar1";
     this.groupBar1.TextAlign     = Syncfusion.Windows.Forms.Tools.TextAlignment.Left;
     this.groupBar1.VisualStyle   = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.White;
     this.panel4.Controls.Add(this.comboBoxAdv6);
     this.panel4.Controls.Add(this.label9);
     this.panel4.Controls.Add(this.comboBoxAdv5);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Controls.Add(this.comboBoxAdv1);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.colorPickerButton3);
     this.panel4.Controls.Add(this.colorPickerButton2);
     this.panel4.Controls.Add(this.colorPickerButton1);
     this.panel4.Controls.Add(this.comboBoxAdv4);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.comboBoxAdv3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.comboBoxAdv2);
     this.panel4.Controls.Add(this.label1);
     this.panel4.Location = new System.Drawing.Point(1, 41);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(563, 800);
     this.panel4.TabIndex = 3;
     //
     // comboBoxAdv6
     //
     this.comboBoxAdv6.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv6.BeforeTouchSize = new System.Drawing.Size(235, 31);
     this.comboBoxAdv6.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv6.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv6.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv6.Items.AddRange(new object[] {
         "Default",
         "Office2016Colorful",
         "Office2016White",
         "Office2016Black",
         "Office2016DarkGray"
     });
     this.comboBoxAdv6.Location              = new System.Drawing.Point(243, 446);
     this.comboBoxAdv6.Name                  = "comboBoxAdv6";
     this.comboBoxAdv6.Size                  = new System.Drawing.Size(235, 31);
     this.comboBoxAdv6.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv6.TabIndex              = 17;
     this.comboBoxAdv6.Text                  = "Default";
     this.comboBoxAdv6.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv6_SelectedIndexChanged);
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label9.Location  = new System.Drawing.Point(55, 446);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(45, 23);
     this.label9.TabIndex  = 16;
     this.label9.Text      = "Style";
     //
     // comboBoxAdv5
     //
     this.comboBoxAdv5.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv5.BeforeTouchSize = new System.Drawing.Size(237, 31);
     this.comboBoxAdv5.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv5.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv5.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv5.Items.AddRange(new object[] {
         "Visual Item",
         "Delimiter Mode",
         "Normal Mode"
     });
     this.comboBoxAdv5.Location              = new System.Drawing.Point(244, 217);
     this.comboBoxAdv5.Name                  = "comboBoxAdv5";
     this.comboBoxAdv5.Size                  = new System.Drawing.Size(237, 31);
     this.comboBoxAdv5.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv5.TabIndex              = 17;
     this.comboBoxAdv5.Text                  = "Visual Item";
     this.comboBoxAdv5.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv5_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label8.Location  = new System.Drawing.Point(52, 218);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(113, 23);
     this.label8.TabIndex  = 14;
     this.label8.Text      = "Display Mode";
     //
     // comboBoxAdv1
     //
     this.comboBoxAdv1.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv1.BeforeTouchSize = new System.Drawing.Size(235, 31);
     this.comboBoxAdv1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv1.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv1.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv1.Items.AddRange(new object[] {
         "True",
         "False"
     });
     this.comboBoxAdv1.Location              = new System.Drawing.Point(243, 375);
     this.comboBoxAdv1.Name                  = "comboBoxAdv1";
     this.comboBoxAdv1.Size                  = new System.Drawing.Size(235, 31);
     this.comboBoxAdv1.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv1.TabIndex              = 13;
     this.comboBoxAdv1.Text                  = "True";
     this.comboBoxAdv1.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv1_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label7.Location  = new System.Drawing.Point(51, 375);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(111, 23);
     this.label7.TabIndex  = 12;
     this.label7.Text      = "Show Groups";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label6.Location  = new System.Drawing.Point(51, 684);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(125, 46);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "GroupHeader\r\nSeparatorColor";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label5.Location  = new System.Drawing.Point(51, 598);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(113, 46);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "GroupHeader\r\nForeColor";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label4.Location  = new System.Drawing.Point(51, 512);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(113, 46);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "GroupHeader\r\nBackColor";
     //
     // colorPickerButton3
     //
     this.colorPickerButton3.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     this.colorPickerButton3.BackColor               = System.Drawing.Color.White;
     this.colorPickerButton3.BeforeTouchSize         = new System.Drawing.Size(237, 36);
     this.colorPickerButton3.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton3.Font                    = new System.Drawing.Font("Segoe UI", 10F);
     this.colorPickerButton3.IsBackStageButton       = false;
     this.colorPickerButton3.Location                = new System.Drawing.Point(243, 684);
     this.colorPickerButton3.Name                    = "colorPickerButton3";
     this.colorPickerButton3.SelectedAsText          = true;
     this.colorPickerButton3.SelectedColor           = System.Drawing.Color.Black;
     this.colorPickerButton3.Size                    = new System.Drawing.Size(237, 36);
     this.colorPickerButton3.TabIndex                = 8;
     this.colorPickerButton3.Text                    = "Black";
     this.colorPickerButton3.UseVisualStyle          = true;
     this.colorPickerButton3.UseVisualStyleBackColor = true;
     this.colorPickerButton3.ColorSelected          += new System.EventHandler(this.colorPickerButton3_ColorSelected);
     //
     // colorPickerButton2
     //
     this.colorPickerButton2.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     this.colorPickerButton2.BackColor               = System.Drawing.SystemColors.Control;
     this.colorPickerButton2.BeforeTouchSize         = new System.Drawing.Size(237, 36);
     this.colorPickerButton2.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton2.Font                    = new System.Drawing.Font("Segoe UI", 10F);
     this.colorPickerButton2.IsBackStageButton       = false;
     this.colorPickerButton2.Location                = new System.Drawing.Point(243, 598);
     this.colorPickerButton2.MetroColor              = System.Drawing.Color.DarkGray;
     this.colorPickerButton2.Name                    = "colorPickerButton2";
     this.colorPickerButton2.SelectedAsText          = true;
     this.colorPickerButton2.SelectedColor           = System.Drawing.Color.Black;
     this.colorPickerButton2.Size                    = new System.Drawing.Size(237, 36);
     this.colorPickerButton2.TabIndex                = 7;
     this.colorPickerButton2.Text                    = "Black";
     this.colorPickerButton2.UseVisualStyle          = true;
     this.colorPickerButton2.UseVisualStyleBackColor = true;
     this.colorPickerButton2.ColorSelected          += new System.EventHandler(this.colorPickerButton2_ColorSelected);
     //
     // colorPickerButton1
     //
     this.colorPickerButton1.Appearance              = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     this.colorPickerButton1.BackColor               = System.Drawing.Color.White;
     this.colorPickerButton1.BeforeTouchSize         = new System.Drawing.Size(237, 36);
     this.colorPickerButton1.ColorUISize             = new System.Drawing.Size(208, 230);
     this.colorPickerButton1.Font                    = new System.Drawing.Font("Segoe UI", 10F);
     this.colorPickerButton1.IsBackStageButton       = false;
     this.colorPickerButton1.Location                = new System.Drawing.Point(243, 512);
     this.colorPickerButton1.Name                    = "colorPickerButton1";
     this.colorPickerButton1.SelectedAsText          = true;
     this.colorPickerButton1.SelectedColor           = System.Drawing.Color.Black;
     this.colorPickerButton1.Size                    = new System.Drawing.Size(237, 36);
     this.colorPickerButton1.TabIndex                = 6;
     this.colorPickerButton1.Text                    = "Black";
     this.colorPickerButton1.UseVisualStyle          = true;
     this.colorPickerButton1.UseVisualStyleBackColor = true;
     this.colorPickerButton1.ColorSelected          += new System.EventHandler(this.colorPickerButton1_ColorSelected);
     //
     // comboBoxAdv4
     //
     this.comboBoxAdv4.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv4.BeforeTouchSize = new System.Drawing.Size(235, 31);
     this.comboBoxAdv4.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv4.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv4.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv4.Items.AddRange(new object[] {
         "True",
         "False"
     });
     this.comboBoxAdv4.Location              = new System.Drawing.Point(244, 299);
     this.comboBoxAdv4.Name                  = "comboBoxAdv4";
     this.comboBoxAdv4.Size                  = new System.Drawing.Size(235, 31);
     this.comboBoxAdv4.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv4.TabIndex              = 5;
     this.comboBoxAdv4.Text                  = "True";
     this.comboBoxAdv4.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv4_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label3.Location  = new System.Drawing.Point(52, 299);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(130, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Show CheckBox";
     //
     // comboBoxAdv3
     //
     this.comboBoxAdv3.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv3.BeforeTouchSize = new System.Drawing.Size(237, 31);
     this.comboBoxAdv3.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv3.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv3.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv3.Items.AddRange(new object[] {
         "Vertical",
         "Horizontal",
         "None"
     });
     this.comboBoxAdv3.Location              = new System.Drawing.Point(243, 53);
     this.comboBoxAdv3.Name                  = "comboBoxAdv3";
     this.comboBoxAdv3.Size                  = new System.Drawing.Size(237, 31);
     this.comboBoxAdv3.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv3.TabIndex              = 3;
     this.comboBoxAdv3.Text                  = "Vertical";
     this.comboBoxAdv3.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv3_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label2.Location  = new System.Drawing.Point(51, 53);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(126, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "AutoSize Mode";
     //
     // comboBoxAdv2
     //
     this.comboBoxAdv2.BackColor       = System.Drawing.Color.White;
     this.comboBoxAdv2.BeforeTouchSize = new System.Drawing.Size(237, 31);
     this.comboBoxAdv2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAdv2.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.comboBoxAdv2.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.comboBoxAdv2.Items.AddRange(new object[] {
         "Begin",
         "Match",
         "Disabled"
     });
     this.comboBoxAdv2.Location              = new System.Drawing.Point(241, 128);
     this.comboBoxAdv2.Name                  = "comboBoxAdv2";
     this.comboBoxAdv2.Size                  = new System.Drawing.Size(237, 31);
     this.comboBoxAdv2.Style                 = Syncfusion.Windows.Forms.VisualStyle.Metro;
     this.comboBoxAdv2.TabIndex              = 1;
     this.comboBoxAdv2.Text                  = "Begin";
     this.comboBoxAdv2.SelectedIndexChanged += new System.EventHandler(this.comboBoxAdv2_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
     this.label1.Location  = new System.Drawing.Point(52, 128);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(113, 46);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Auto Suggest\r\nMode";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.White;
     this.panel5.Location  = new System.Drawing.Point(0, 129);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new System.Drawing.Size(296, 257);
     this.panel5.TabIndex  = 2;
     //
     // groupBarItem1
     //
     this.groupBarItem1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem1.Client    = this.panel4;
     this.groupBarItem1.Text      = "Properties";
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BeforeTouchSize = 7;
     this.splitContainerAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainerAdv1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainerAdv1.Name            = "splitContainerAdv1";
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.Controls.Add(this.groupBar2);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.Controls.Add(this.groupBar1);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(1343, 844);
     this.splitContainerAdv1.SplitterDistance = 769;
     this.splitContainerAdv1.TabIndex         = 5;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // groupBar2
     //
     this.groupBar2.AllowDrop       = true;
     this.groupBar2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.groupBar2.BeforeTouchSize = new System.Drawing.Size(565, 842);
     this.groupBar2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
     this.groupBar2.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.groupBar2.CollapseImage   = ((System.Drawing.Image)(resources.GetObject("groupBar2.CollapseImage")));
     this.groupBar2.Controls.Add(this.panel2);
     this.groupBar2.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.groupBar2.ExpandImage        = ((System.Drawing.Image)(resources.GetObject("groupBar2.ExpandImage")));
     this.groupBar2.FlatLook           = true;
     this.groupBar2.Font               = new System.Drawing.Font("Segoe UI", 12F);
     this.groupBar2.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
     this.groupBar2.GroupBarItemHeight = 40;
     this.groupBar2.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
         this.groupBarItem2
     });
     this.groupBar2.IndexOnVisibleItems = true;
     this.groupBar2.Location            = new System.Drawing.Point(0, 0);
     this.groupBar2.Name            = "groupBar2";
     this.groupBar2.PopupClientSize = new System.Drawing.Size(0, 0);
     this.groupBar2.SelectedItem    = 0;
     this.groupBar2.Size            = new System.Drawing.Size(767, 842);
     this.groupBar2.SmartSizeBox    = false;
     this.groupBar2.Splittercolor   = System.Drawing.Color.Red;
     this.groupBar2.TabIndex        = 0;
     this.groupBar2.Text            = "groupBar2";
     this.groupBar2.TextAlign       = Syncfusion.Windows.Forms.Tools.TextAlignment.Left;
     this.groupBar2.VisualStyle     = Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.MultiSelectionComboBox1);
     this.panel2.Location = new System.Drawing.Point(1, 41);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(765, 800);
     this.panel2.TabIndex = 0;
     //
     // MultiSelectionComboBox1
     //
     this.MultiSelectionComboBox1.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.MultiSelectionComboBox1.BeforeTouchSize              = new System.Drawing.Size(312, 33);
     this.MultiSelectionComboBox1.ButtonStyle                  = Syncfusion.Windows.Forms.ButtonAppearance.Office2016Colorful;
     this.MultiSelectionComboBox1.FlatBorderColor              = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MultiSelectionComboBox1.FlatStyle                    = System.Windows.Forms.FlatStyle.Flat;
     this.MultiSelectionComboBox1.Font                         = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MultiSelectionComboBox1.GroupHeaderBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MultiSelectionComboBox1.GroupHeaderForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.MultiSelectionComboBox1.Location                     = new System.Drawing.Point(245, 308);
     this.MultiSelectionComboBox1.MetroColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MultiSelectionComboBox1.Name                         = "MultiSelectionComboBox1";
     this.MultiSelectionComboBox1.ShowCheckBox                 = true;
     this.MultiSelectionComboBox1.Size                         = new System.Drawing.Size(312, 33);
     this.MultiSelectionComboBox1.Style                        = Syncfusion.Windows.Forms.Tools.MultiSelectionComboBoxStyle.Office2016Colorful;
     this.MultiSelectionComboBox1.TabIndex                     = 0;
     this.MultiSelectionComboBox1.TickColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.MultiSelectionComboBox1.UseVisualStyle               = true;
     this.MultiSelectionComboBox1.VisualItemBackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.MultiSelectionComboBox1.VisualItemSelectionColor     = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
     this.MultiSelectionComboBox1.VisualItemSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     // groupBarItem2
     //
     this.groupBarItem2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.groupBarItem2.Client    = this.panel2;
     this.groupBarItem2.Text      = "MultiSelectionComboBox Demo";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Location  = new System.Drawing.Point(0, 35);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(323, 497);
     this.panel3.TabIndex  = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarHeight    = 10;
     this.CaptionForeColor    = System.Drawing.Color.White;
     captionImage1.BackColor  = System.Drawing.Color.White;
     captionImage1.Location   = new System.Drawing.Point(0, 0);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(36, 36);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(1343, 844);
     this.Controls.Add(this.splitContainerAdv1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MultiSelectionComboBox";
     ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
     this.groupBar1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxAdv2)).EndInit();
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBar2)).EndInit();
     this.groupBar2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MultiSelectionComboBox1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Chart.ChartSeries chartSeries1 = new Syncfusion.Windows.Forms.Chart.ChartSeries();
            Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo chartCustomShapeInfo1 = new Syncfusion.Windows.Forms.Chart.ChartCustomShapeInfo();
            Syncfusion.Windows.Forms.Chart.ChartLineInfo chartLineInfo1 = new Syncfusion.Windows.Forms.Chart.ChartLineInfo();
            Syncfusion.Windows.Forms.CaptionImage captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GraficoForm));
            Syncfusion.Windows.Forms.CaptionImage captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
            this.cbQuestao = new Syncfusion.Windows.Forms.Tools.ComboBoxAdv();
            this.lblQuest = new Syncfusion.Windows.Forms.Tools.AutoLabel();
            this.chartQuest = new Syncfusion.Windows.Forms.Chart.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.cbQuestao)).BeginInit();
            this.SuspendLayout();
            // 
            // cbQuestao
            // 
            this.cbQuestao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cbQuestao.BackColor = System.Drawing.Color.White;
            this.cbQuestao.BeforeTouchSize = new System.Drawing.Size(612, 21);
            this.cbQuestao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbQuestao.FlatBorderColor = System.Drawing.SystemColors.ControlDark;
            this.cbQuestao.FlatStyle = Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Flat;
            this.cbQuestao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbQuestao.ForeColor = System.Drawing.SystemColors.WindowText;
            this.cbQuestao.Items.AddRange(new object[] {
            "1 - Qual a sua idade?",
            "2 - Qual a sua religião?",
            "3 - Como você se considera?(Cor)",
            "4 - Qual o seu estado civil?",
            "5 - Qual a escolaridade do seu pai?",
            "6 - Qual a escolaridade da sua mãe?",
            "7 - Quantos idiomas além do português você domina?",
            "8 - Qual a sua escolaridade?",
            "9 - Em que tipo de escola você estudou?",
            "10 - Você frequentou cursinho preparatório para ingressar na FATEC Itu?",
            "11 - Quantas vezes você prestou o processo de acesso para o vestibular na FATEC I" +
                "tu?",
            "12 - Você já iniciou algum curso superior?",
            "13 - Qual a sua ocupação?",
            "14 - Você exerce atividade remunerada?",
            "15 - Você pretende trabalhar enquanto faz o curso?",
            "16 - Qual é o seu ramo de atividade?",
            "17 - Qual a sua renda mensal?",
            "18 - Qual a sua participação na vida econômica da sua família?",
            "19 - Quantas pessoas compõem sua família?",
            "20 - Qual é a renda mensal de sua família (todos que residem na casa)?",
            "21 - Qual motivo o levou a escolher um curso da FATEC Itu?",
            "22 - Qual é o tipo de sua moradia?",
            "23 - Qual é o tipo de atividade da qual você mais participa?",
            "24 - Qual é o meio de comunicação que você mais utiliza para se manter informado?" +
                "",
            "25 - Qual o meio de transporte utilizado para ir à FATEC Itu?",
            "26 - Como você tomou conhecimento do processo seletivo da FATEC Itu?"});
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "1 - Qual a sua idade?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "2 - Qual a sua religião?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "3 - Como você se considera?(Cor)"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "4 - Qual o seu estado civil?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "5 - Qual a escolaridade do seu pai?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "6 - Qual a escolaridade da sua mãe?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "7 - Quantos idiomas além do português você domina?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "8 - Qual a sua escolaridade?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "9 - Em que tipo de escola você estudou?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "10 - Você frequentou cursinho preparatório para ingressar na FATEC Itu?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "11 - Quantas vezes você prestou o processo de acesso para o vestibular na FATEC I" +
            "tu?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "12 - Você já iniciou algum curso superior?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "13 - Qual a sua ocupação?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "14 - Você exerce atividade remunerada?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "15 - Você pretende trabalhar enquanto faz o curso?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "16 - Qual é o seu ramo de atividade?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "17 - Qual a sua renda mensal?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "18 - Qual a sua participação na vida econômica da sua família?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "19 - Quantas pessoas compõem sua família?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "20 - Qual é a renda mensal de sua família (todos que residem na casa)?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "21 - Qual motivo o levou a escolher um curso da FATEC Itu?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "22 - Qual é o tipo de sua moradia?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "23 - Qual é o tipo de atividade da qual você mais participa?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "24 - Qual é o meio de comunicação que você mais utiliza para se manter informado?" +
            ""));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "25 - Qual o meio de transporte utilizado para ir à FATEC Itu?"));
            this.cbQuestao.ItemsImageIndexes.Add(new Syncfusion.Windows.Forms.Tools.ComboBoxAdv.ImageIndexItem(this.cbQuestao, "26 - Como você tomou conhecimento do processo seletivo da FATEC Itu?"));
            this.cbQuestao.Location = new System.Drawing.Point(23, 36);
            this.cbQuestao.MetroBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
            this.cbQuestao.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(163)))), ((int)(((byte)(150)))));
            this.cbQuestao.Name = "cbQuestao";
            this.cbQuestao.Size = new System.Drawing.Size(612, 21);
            this.cbQuestao.Style = Syncfusion.Windows.Forms.VisualStyle.Metro;
            this.cbQuestao.TabIndex = 12;
            this.cbQuestao.SelectedIndexChanged += new System.EventHandler(this.cbQuestao_SelectedIndexChanged);
            // 
            // lblQuest
            // 
            this.lblQuest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblQuest.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblQuest.ForeColor = System.Drawing.Color.DimGray;
            this.lblQuest.Location = new System.Drawing.Point(23, 18);
            this.lblQuest.Name = "lblQuest";
            this.lblQuest.Size = new System.Drawing.Size(60, 15);
            this.lblQuest.TabIndex = 13;
            this.lblQuest.Text = "Questão";
            // 
            // chartQuest
            // 
            this.chartQuest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chartQuest.BackInterior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.WhiteSmoke);
            this.chartQuest.ChartArea.BackInterior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.Transparent);
            this.chartQuest.ChartArea.CursorLocation = new System.Drawing.Point(0, 0);
            this.chartQuest.ChartArea.CursorReDraw = false;
            this.chartQuest.DataSourceName = "[none]";
            this.chartQuest.IsWindowLess = false;
            // 
            // 
            // 
            this.chartQuest.Legend.Location = new System.Drawing.Point(570, 31);
            this.chartQuest.Localize = null;
            this.chartQuest.Location = new System.Drawing.Point(23, 63);
            this.chartQuest.Name = "chartQuest";
            this.chartQuest.PrimaryXAxis.Crossing = double.NaN;
            this.chartQuest.PrimaryXAxis.Margin = true;
            this.chartQuest.PrimaryYAxis.Crossing = double.NaN;
            this.chartQuest.PrimaryYAxis.Margin = true;
            chartSeries1.FancyToolTip.ResizeInsideSymbol = true;
            chartSeries1.Points.Add(1D, ((double)(241D)), ((double)(131D)), ((double)(56D)), ((double)(12D)));
            chartSeries1.Points.Add(2D, ((double)(167D)), ((double)(76D)), ((double)(46D)), ((double)(16D)));
            chartSeries1.Points.Add(3D, ((double)(203D)), ((double)(58D)), ((double)(58D)), ((double)(55D)));
            chartSeries1.Points.Add(4D, ((double)(286D)), ((double)(284D)), ((double)(130D)), ((double)(71D)));
            chartSeries1.Points.Add(5D, ((double)(118D)), ((double)(99D)), ((double)(81D)), ((double)(63D)));
            chartSeries1.Resolution = 0D;
            chartSeries1.StackingGroup = "Default Group";
            chartSeries1.Style.AltTagFormat = "";
            chartSeries1.Style.DrawTextShape = false;
            chartLineInfo1.Alignment = System.Drawing.Drawing2D.PenAlignment.Center;
            chartLineInfo1.Color = System.Drawing.SystemColors.ControlText;
            chartLineInfo1.DashPattern = null;
            chartLineInfo1.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartLineInfo1.Width = 1F;
            chartCustomShapeInfo1.Border = chartLineInfo1;
            chartCustomShapeInfo1.Color = System.Drawing.SystemColors.HighlightText;
            chartCustomShapeInfo1.Type = Syncfusion.Windows.Forms.Chart.ChartCustomShape.Square;
            chartSeries1.Style.TextShape = chartCustomShapeInfo1;
            this.chartQuest.Series.Add(chartSeries1);
            this.chartQuest.Size = new System.Drawing.Size(630, 327);
            this.chartQuest.TabIndex = 14;
            // 
            // 
            // 
            this.chartQuest.Title.Name = "Default";
            this.chartQuest.ChartFormatAxisLabel += new Syncfusion.Windows.Forms.Chart.ChartFormatAxisLabelEventHandler(this.chartQuest_ChartFormatAxisLabel);
            // 
            // GraficoForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.BorderColor = System.Drawing.Color.WhiteSmoke;
            this.BorderThickness = 2;
            this.CaptionAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.CaptionBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
            this.CaptionBarHeight = 60;
            this.CaptionButtonColor = System.Drawing.Color.White;
            this.CaptionButtonHoverColor = System.Drawing.Color.WhiteSmoke;
            this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
            this.CaptionForeColor = System.Drawing.Color.White;
            captionImage1.Image = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
            captionImage1.Location = new System.Drawing.Point(30, 9);
            captionImage1.Name = "CaptionImage3";
            captionImage1.Size = new System.Drawing.Size(45, 45);
            captionImage2.Image = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
            captionImage2.Location = new System.Drawing.Point(80, 20);
            captionImage2.Name = "CaptionImage1";
            captionImage2.Size = new System.Drawing.Size(217, 28);
            this.CaptionImages.Add(captionImage1);
            this.CaptionImages.Add(captionImage2);
            this.ClientSize = new System.Drawing.Size(682, 413);
            this.Controls.Add(this.chartQuest);
            this.Controls.Add(this.cbQuestao);
            this.Controls.Add(this.lblQuest);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "GraficoForm";
            this.ShowIcon = false;
            this.ShowMaximizeBox = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.TopMost = true;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.GraficoForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.cbQuestao)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(ExcelBrowser));
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     this.Info           = new System.Windows.Forms.RichTextBox();
     this.metroSetPanel1 = new MetroSet_UI.Controls.MetroSetPanel();
     this.ExcelGrabber   = new System.Windows.Forms.OpenFileDialog();
     this.button1        = new System.Windows.Forms.Button();
     this.button2        = new System.Windows.Forms.Button();
     this.metroSetPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // Info
     //
     this.Info.BackColor   = System.Drawing.Color.Black;
     this.Info.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Info.ForeColor   = System.Drawing.SystemColors.GradientActiveCaption;
     this.Info.Location    = new System.Drawing.Point(38, 29);
     this.Info.Name        = "Info";
     this.Info.Size        = new System.Drawing.Size(530, 123);
     this.Info.TabIndex    = 0;
     this.Info.Text        = "Message Here";
     //
     // metroSetPanel1
     //
     this.metroSetPanel1.BackgroundColor = System.Drawing.Color.Black;
     this.metroSetPanel1.BorderColor     = System.Drawing.Color.SteelBlue;
     this.metroSetPanel1.BorderThickness = 1;
     this.metroSetPanel1.Controls.Add(this.Info);
     this.metroSetPanel1.Location     = new System.Drawing.Point(45, 26);
     this.metroSetPanel1.Name         = "metroSetPanel1";
     this.metroSetPanel1.Size         = new System.Drawing.Size(600, 189);
     this.metroSetPanel1.Style        = MetroSet_UI.Design.Style.Custom;
     this.metroSetPanel1.StyleManager = null;
     this.metroSetPanel1.TabIndex     = 2;
     this.metroSetPanel1.ThemeAuthor  = "Narwin";
     this.metroSetPanel1.ThemeName    = "MetroDark";
     //
     // ExcelGrabber
     //
     this.ExcelGrabber.DefaultExt = "xlsx";
     this.ExcelGrabber.FileName   = "openFileDialog1";
     this.ExcelGrabber.Title      = "Grab Excel File";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image     = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location  = new System.Drawing.Point(117, 272);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(141, 71);
     this.button1.TabIndex  = 3;
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.FlatAppearance.BorderSize = 0;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Image     = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location  = new System.Drawing.Point(398, 272);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(141, 71);
     this.button2.TabIndex  = 4;
     this.button2.UseVisualStyleBackColor = false;
     //
     // ExcelBrowser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.SystemColors.MenuHighlight;
     this.CaptionBarColor     = System.Drawing.Color.Black;
     this.CaptionForeColor    = System.Drawing.Color.Black;
     captionImage1.BackColor  = System.Drawing.Color.Black;
     captionImage1.Image      = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location   = new System.Drawing.Point(10, 5);
     captionImage1.Name       = "CaptionImage1";
     captionImage1.Size       = new System.Drawing.Size(30, 20);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(697, 387);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.metroSetPanel1);
     this.ForeColor     = System.Drawing.Color.LightSteelBlue;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MetroColor    = System.Drawing.Color.Black;
     this.MinimizeBox   = false;
     this.Name          = "ExcelBrowser";
     this.ShowIcon      = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Message";
     this.TopMost       = true;
     this.metroSetPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Syncfusion.Windows.Forms.CaptionImage          captionImage2 = new Syncfusion.Windows.Forms.CaptionImage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.buttonAdv1    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv2    = new Syncfusion.Windows.Forms.ButtonAdv();
     this.buttonAdv3    = new Syncfusion.Windows.Forms.ButtonAdv();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 41);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(574, 304);
     this.dataGridView1.TabIndex = 0;
     //
     // buttonAdv1
     //
     this.buttonAdv1.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv1.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.buttonAdv1.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv1.IsBackStageButton = false;
     this.buttonAdv1.Location          = new System.Drawing.Point(12, 12);
     this.buttonAdv1.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv1.Name           = "buttonAdv1";
     this.buttonAdv1.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv1.TabIndex       = 1;
     this.buttonAdv1.Text           = "Novo";
     this.buttonAdv1.UseVisualStyle = true;
     //
     // buttonAdv2
     //
     this.buttonAdv2.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv2.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv2.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.buttonAdv2.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv2.IsBackStageButton = false;
     this.buttonAdv2.Location          = new System.Drawing.Point(93, 12);
     this.buttonAdv2.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv2.Name           = "buttonAdv2";
     this.buttonAdv2.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv2.TabIndex       = 2;
     this.buttonAdv2.Text           = "Alterar";
     this.buttonAdv2.UseVisualStyle = true;
     //
     // buttonAdv3
     //
     this.buttonAdv3.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdv3.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.buttonAdv3.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.buttonAdv3.BeforeTouchSize   = new System.Drawing.Size(75, 23);
     this.buttonAdv3.ForeColor         = System.Drawing.Color.White;
     this.buttonAdv3.IsBackStageButton = false;
     this.buttonAdv3.Location          = new System.Drawing.Point(511, 12);
     this.buttonAdv3.MetroColor        = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(59)))), ((int)(((byte)(41)))));
     this.buttonAdv3.Name           = "buttonAdv3";
     this.buttonAdv3.Size           = new System.Drawing.Size(75, 23);
     this.buttonAdv3.TabIndex       = 3;
     this.buttonAdv3.Text           = "Excluir";
     this.buttonAdv3.UseVisualStyle = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor               = System.Drawing.Color.WhiteSmoke;
     this.BackgroundImageLayout   = System.Windows.Forms.ImageLayout.None;
     this.BorderColor             = System.Drawing.Color.WhiteSmoke;
     this.CaptionAlign            = System.Windows.Forms.HorizontalAlignment.Left;
     this.CaptionBarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.CaptionBarHeight        = 60;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.White;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(30, 9);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(45, 45);
     captionImage2.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage2.Image")));
     captionImage2.Location       = new System.Drawing.Point(80, 20);
     captionImage2.Name           = "CaptionImage2";
     captionImage2.Size           = new System.Drawing.Size(74, 28);
     this.CaptionImages.Add(captionImage1);
     this.CaptionImages.Add(captionImage2);
     this.ClientSize = new System.Drawing.Size(598, 357);
     this.Controls.Add(this.buttonAdv3);
     this.Controls.Add(this.buttonAdv2);
     this.Controls.Add(this.buttonAdv1);
     this.Controls.Add(this.dataGridView1);
     this.DoubleBuffered = true;
     this.MetroColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(177)))));
     this.Name           = "MainForm";
     this.ShowIcon       = false;
     this.Load          += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(ChangePasswordForm));
     this.showCurrentPasswordCheckBox = new System.Windows.Forms.CheckBox();
     this.currentPasswordLabel        = new System.Windows.Forms.Label();
     this.currentPasswordTextBox      = new System.Windows.Forms.TextBox();
     this.showNewPasswordCheckBox     = new System.Windows.Forms.CheckBox();
     this.newPasswordLabel            = new System.Windows.Forms.Label();
     this.newPasswordTextBox          = new System.Windows.Forms.TextBox();
     this.confirmNewPasswordLabel     = new System.Windows.Forms.Label();
     this.confirmNewPasswordTextBox   = new System.Windows.Forms.TextBox();
     this.changePasswordButton        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // showCurrentPasswordCheckBox
     //
     this.showCurrentPasswordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.showCurrentPasswordCheckBox.AutoSize = true;
     this.showCurrentPasswordCheckBox.Location = new System.Drawing.Point(93, 73);
     this.showCurrentPasswordCheckBox.Name     = "showCurrentPasswordCheckBox";
     this.showCurrentPasswordCheckBox.Size     = new System.Drawing.Size(53, 17);
     this.showCurrentPasswordCheckBox.TabIndex = 14;
     this.showCurrentPasswordCheckBox.TabStop  = false;
     this.showCurrentPasswordCheckBox.Text     = "Show";
     this.showCurrentPasswordCheckBox.UseVisualStyleBackColor = true;
     this.showCurrentPasswordCheckBox.CheckedChanged         += new System.EventHandler(this.ShowCurrentPasswordCheckBox_CheckedChanged);
     //
     // currentPasswordLabel
     //
     this.currentPasswordLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.currentPasswordLabel.AutoSize = true;
     this.currentPasswordLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.currentPasswordLabel.Location = new System.Drawing.Point(90, 27);
     this.currentPasswordLabel.Name     = "currentPasswordLabel";
     this.currentPasswordLabel.Size     = new System.Drawing.Size(104, 15);
     this.currentPasswordLabel.TabIndex = 13;
     this.currentPasswordLabel.Text     = "Current Password";
     //
     // currentPasswordTextBox
     //
     this.currentPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.currentPasswordTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.currentPasswordTextBox.Location = new System.Drawing.Point(93, 46);
     this.currentPasswordTextBox.Name     = "currentPasswordTextBox";
     this.currentPasswordTextBox.Size     = new System.Drawing.Size(191, 21);
     this.currentPasswordTextBox.TabIndex = 12;
     this.currentPasswordTextBox.UseSystemPasswordChar = true;
     //
     // showNewPasswordCheckBox
     //
     this.showNewPasswordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.showNewPasswordCheckBox.AutoSize = true;
     this.showNewPasswordCheckBox.Location = new System.Drawing.Point(93, 146);
     this.showNewPasswordCheckBox.Name     = "showNewPasswordCheckBox";
     this.showNewPasswordCheckBox.Size     = new System.Drawing.Size(53, 17);
     this.showNewPasswordCheckBox.TabIndex = 17;
     this.showNewPasswordCheckBox.TabStop  = false;
     this.showNewPasswordCheckBox.Text     = "Show";
     this.showNewPasswordCheckBox.UseVisualStyleBackColor = true;
     this.showNewPasswordCheckBox.CheckedChanged         += new System.EventHandler(this.ShowNewPasswordCheckBox_CheckedChanged);
     //
     // newPasswordLabel
     //
     this.newPasswordLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.newPasswordLabel.AutoSize = true;
     this.newPasswordLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.newPasswordLabel.Location = new System.Drawing.Point(90, 100);
     this.newPasswordLabel.Name     = "newPasswordLabel";
     this.newPasswordLabel.Size     = new System.Drawing.Size(89, 15);
     this.newPasswordLabel.TabIndex = 16;
     this.newPasswordLabel.Text     = "New Password";
     //
     // newPasswordTextBox
     //
     this.newPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.newPasswordTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.newPasswordTextBox.Location = new System.Drawing.Point(93, 119);
     this.newPasswordTextBox.Name     = "newPasswordTextBox";
     this.newPasswordTextBox.Size     = new System.Drawing.Size(191, 21);
     this.newPasswordTextBox.TabIndex = 15;
     this.newPasswordTextBox.UseSystemPasswordChar = true;
     //
     // confirmNewPasswordLabel
     //
     this.confirmNewPasswordLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.confirmNewPasswordLabel.AutoSize = true;
     this.confirmNewPasswordLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.confirmNewPasswordLabel.Location = new System.Drawing.Point(90, 176);
     this.confirmNewPasswordLabel.Name     = "confirmNewPasswordLabel";
     this.confirmNewPasswordLabel.Size     = new System.Drawing.Size(135, 15);
     this.confirmNewPasswordLabel.TabIndex = 19;
     this.confirmNewPasswordLabel.Text     = "Confirm New Password";
     //
     // confirmNewPasswordTextBox
     //
     this.confirmNewPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.confirmNewPasswordTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.confirmNewPasswordTextBox.Location = new System.Drawing.Point(93, 195);
     this.confirmNewPasswordTextBox.Name     = "confirmNewPasswordTextBox";
     this.confirmNewPasswordTextBox.Size     = new System.Drawing.Size(191, 21);
     this.confirmNewPasswordTextBox.TabIndex = 18;
     this.confirmNewPasswordTextBox.UseSystemPasswordChar = true;
     //
     // changePasswordButton
     //
     this.changePasswordButton.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.changePasswordButton.BackColor = System.Drawing.Color.RoyalBlue;
     this.changePasswordButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.changePasswordButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.changePasswordButton.ForeColor = System.Drawing.Color.White;
     this.changePasswordButton.Location  = new System.Drawing.Point(132, 245);
     this.changePasswordButton.Name      = "changePasswordButton";
     this.changePasswordButton.Size      = new System.Drawing.Size(93, 43);
     this.changePasswordButton.TabIndex  = 21;
     this.changePasswordButton.Text      = "Change";
     this.changePasswordButton.UseVisualStyleBackColor = false;
     this.changePasswordButton.Click += new System.EventHandler(this.ChangePasswordButton_Click);
     //
     // ChangePasswordForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionBarColor         = System.Drawing.Color.RoyalBlue;
     this.CaptionBarHeight        = 46;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionFont             = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(30, 8);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(30, 30);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(369, 308);
     this.Controls.Add(this.changePasswordButton);
     this.Controls.Add(this.confirmNewPasswordLabel);
     this.Controls.Add(this.confirmNewPasswordTextBox);
     this.Controls.Add(this.showNewPasswordCheckBox);
     this.Controls.Add(this.newPasswordLabel);
     this.Controls.Add(this.newPasswordTextBox);
     this.Controls.Add(this.showCurrentPasswordCheckBox);
     this.Controls.Add(this.currentPasswordLabel);
     this.Controls.Add(this.currentPasswordTextBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChangePasswordForm";
     this.ShowIcon        = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Change Password";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.CaptionImage          captionImage1 = new Syncfusion.Windows.Forms.CaptionImage();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(AddEmployeeForm));
     this.addButton               = new System.Windows.Forms.Button();
     this.nameTextBox             = new System.Windows.Forms.TextBox();
     this.addressTextBox          = new System.Windows.Forms.TextBox();
     this.phoneTextBox            = new System.Windows.Forms.TextBox();
     this.nameLabel               = new System.Windows.Forms.Label();
     this.addressLabel            = new System.Windows.Forms.Label();
     this.phoneLabel              = new System.Windows.Forms.Label();
     this.jobTextBox              = new System.Windows.Forms.TextBox();
     this.jobLabel                = new System.Windows.Forms.Label();
     this.cancelButton            = new System.Windows.Forms.Button();
     this.mondayLabel             = new System.Windows.Forms.Label();
     this.tuesdayLabel            = new System.Windows.Forms.Label();
     this.wednesdayLabel          = new System.Windows.Forms.Label();
     this.thursdayLabel           = new System.Windows.Forms.Label();
     this.fridayLabel             = new System.Windows.Forms.Label();
     this.saturdayLabel           = new System.Windows.Forms.Label();
     this.sundayLabel             = new System.Windows.Forms.Label();
     this.mondayComboBox          = new System.Windows.Forms.ComboBox();
     this.tuesdayComboBox         = new System.Windows.Forms.ComboBox();
     this.wednesdayComboBox       = new System.Windows.Forms.ComboBox();
     this.thursdayComboBox        = new System.Windows.Forms.ComboBox();
     this.fridayComboBox          = new System.Windows.Forms.ComboBox();
     this.saturdayComboBox        = new System.Windows.Forms.ComboBox();
     this.sundayComboBox          = new System.Windows.Forms.ComboBox();
     this.employeeDetailsGroupBox = new System.Windows.Forms.GroupBox();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.employeeDetailsGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // addButton
     //
     this.addButton.BackColor = System.Drawing.Color.LimeGreen;
     this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addButton.ForeColor = System.Drawing.Color.White;
     this.addButton.Location  = new System.Drawing.Point(269, 249);
     this.addButton.Name      = "addButton";
     this.addButton.Size      = new System.Drawing.Size(75, 33);
     this.addButton.TabIndex  = 0;
     this.addButton.Text      = "Add";
     this.addButton.UseVisualStyleBackColor = false;
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // nameTextBox
     //
     this.nameTextBox.BackColor = System.Drawing.SystemColors.Window;
     this.nameTextBox.Location  = new System.Drawing.Point(9, 37);
     this.nameTextBox.MaxLength = 100;
     this.nameTextBox.Name      = "nameTextBox";
     this.nameTextBox.Size      = new System.Drawing.Size(136, 20);
     this.nameTextBox.TabIndex  = 1;
     this.nameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.nameTextBox_KeyPress);
     //
     // addressTextBox
     //
     this.addressTextBox.Location  = new System.Drawing.Point(10, 120);
     this.addressTextBox.MaxLength = 100;
     this.addressTextBox.Name      = "addressTextBox";
     this.addressTextBox.Size      = new System.Drawing.Size(136, 20);
     this.addressTextBox.TabIndex  = 2;
     //
     // phoneTextBox
     //
     this.phoneTextBox.Location         = new System.Drawing.Point(12, 163);
     this.phoneTextBox.MaxLength        = 12;
     this.phoneTextBox.Name             = "phoneTextBox";
     this.phoneTextBox.ShortcutsEnabled = false;
     this.phoneTextBox.Size             = new System.Drawing.Size(134, 20);
     this.phoneTextBox.TabIndex         = 3;
     this.phoneTextBox.KeyPress        += new System.Windows.Forms.KeyPressEventHandler(this.phoneTextBox_KeyPress);
     //
     // nameLabel
     //
     this.nameLabel.AutoSize = true;
     this.nameLabel.Location = new System.Drawing.Point(9, 21);
     this.nameLabel.Name     = "nameLabel";
     this.nameLabel.Size     = new System.Drawing.Size(35, 13);
     this.nameLabel.TabIndex = 4;
     this.nameLabel.Text     = "Name";
     //
     // addressLabel
     //
     this.addressLabel.AutoSize = true;
     this.addressLabel.Location = new System.Drawing.Point(9, 104);
     this.addressLabel.Name     = "addressLabel";
     this.addressLabel.Size     = new System.Drawing.Size(45, 13);
     this.addressLabel.TabIndex = 5;
     this.addressLabel.Text     = "Address";
     //
     // phoneLabel
     //
     this.phoneLabel.AutoSize = true;
     this.phoneLabel.Location = new System.Drawing.Point(10, 147);
     this.phoneLabel.Name     = "phoneLabel";
     this.phoneLabel.Size     = new System.Drawing.Size(38, 13);
     this.phoneLabel.TabIndex = 6;
     this.phoneLabel.Text     = "Phone";
     //
     // jobTextBox
     //
     this.jobTextBox.Location  = new System.Drawing.Point(10, 78);
     this.jobTextBox.MaxLength = 100;
     this.jobTextBox.Name      = "jobTextBox";
     this.jobTextBox.Size      = new System.Drawing.Size(136, 20);
     this.jobTextBox.TabIndex  = 7;
     //
     // jobLabel
     //
     this.jobLabel.AutoSize = true;
     this.jobLabel.Location = new System.Drawing.Point(10, 62);
     this.jobLabel.Name     = "jobLabel";
     this.jobLabel.Size     = new System.Drawing.Size(24, 13);
     this.jobLabel.TabIndex = 8;
     this.jobLabel.Text     = "Job";
     //
     // cancelButton
     //
     this.cancelButton.BackColor               = System.Drawing.Color.Red;
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.ForeColor               = System.Drawing.Color.White;
     this.cancelButton.Location                = new System.Drawing.Point(269, 300);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 9;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = false;
     //
     // mondayLabel
     //
     this.mondayLabel.AutoSize = true;
     this.mondayLabel.Location = new System.Drawing.Point(15, 29);
     this.mondayLabel.Name     = "mondayLabel";
     this.mondayLabel.Size     = new System.Drawing.Size(45, 13);
     this.mondayLabel.TabIndex = 10;
     this.mondayLabel.Text     = "Monday";
     //
     // tuesdayLabel
     //
     this.tuesdayLabel.AutoSize = true;
     this.tuesdayLabel.Location = new System.Drawing.Point(15, 62);
     this.tuesdayLabel.Name     = "tuesdayLabel";
     this.tuesdayLabel.Size     = new System.Drawing.Size(48, 13);
     this.tuesdayLabel.TabIndex = 11;
     this.tuesdayLabel.Text     = "Tuesday";
     //
     // wednesdayLabel
     //
     this.wednesdayLabel.AutoSize = true;
     this.wednesdayLabel.Location = new System.Drawing.Point(15, 97);
     this.wednesdayLabel.Name     = "wednesdayLabel";
     this.wednesdayLabel.Size     = new System.Drawing.Size(64, 13);
     this.wednesdayLabel.TabIndex = 12;
     this.wednesdayLabel.Text     = "Wednesday";
     //
     // thursdayLabel
     //
     this.thursdayLabel.AutoSize = true;
     this.thursdayLabel.Location = new System.Drawing.Point(15, 131);
     this.thursdayLabel.Name     = "thursdayLabel";
     this.thursdayLabel.Size     = new System.Drawing.Size(51, 13);
     this.thursdayLabel.TabIndex = 13;
     this.thursdayLabel.Text     = "Thursday";
     //
     // fridayLabel
     //
     this.fridayLabel.AutoSize = true;
     this.fridayLabel.Location = new System.Drawing.Point(15, 163);
     this.fridayLabel.Name     = "fridayLabel";
     this.fridayLabel.Size     = new System.Drawing.Size(35, 13);
     this.fridayLabel.TabIndex = 14;
     this.fridayLabel.Text     = "Friday";
     //
     // saturdayLabel
     //
     this.saturdayLabel.AutoSize = true;
     this.saturdayLabel.Location = new System.Drawing.Point(218, 81);
     this.saturdayLabel.Name     = "saturdayLabel";
     this.saturdayLabel.Size     = new System.Drawing.Size(49, 13);
     this.saturdayLabel.TabIndex = 15;
     this.saturdayLabel.Text     = "Saturday";
     //
     // sundayLabel
     //
     this.sundayLabel.AutoSize = true;
     this.sundayLabel.Location = new System.Drawing.Point(218, 118);
     this.sundayLabel.Name     = "sundayLabel";
     this.sundayLabel.Size     = new System.Drawing.Size(43, 13);
     this.sundayLabel.TabIndex = 16;
     this.sundayLabel.Text     = "Sunday";
     //
     // mondayComboBox
     //
     this.mondayComboBox.BackColor         = System.Drawing.SystemColors.Window;
     this.mondayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.mondayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.mondayComboBox.FormattingEnabled = true;
     this.mondayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.mondayComboBox.Location = new System.Drawing.Point(85, 26);
     this.mondayComboBox.Name     = "mondayComboBox";
     this.mondayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.mondayComboBox.TabIndex = 17;
     //
     // tuesdayComboBox
     //
     this.tuesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tuesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.tuesdayComboBox.FormattingEnabled = true;
     this.tuesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.tuesdayComboBox.Location = new System.Drawing.Point(85, 59);
     this.tuesdayComboBox.Name     = "tuesdayComboBox";
     this.tuesdayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.tuesdayComboBox.TabIndex = 18;
     //
     // wednesdayComboBox
     //
     this.wednesdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.wednesdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.wednesdayComboBox.FormattingEnabled = true;
     this.wednesdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.wednesdayComboBox.Location = new System.Drawing.Point(85, 94);
     this.wednesdayComboBox.Name     = "wednesdayComboBox";
     this.wednesdayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.wednesdayComboBox.TabIndex = 19;
     //
     // thursdayComboBox
     //
     this.thursdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.thursdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.thursdayComboBox.FormattingEnabled = true;
     this.thursdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.thursdayComboBox.Location = new System.Drawing.Point(85, 128);
     this.thursdayComboBox.Name     = "thursdayComboBox";
     this.thursdayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.thursdayComboBox.TabIndex = 20;
     //
     // fridayComboBox
     //
     this.fridayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.fridayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.fridayComboBox.FormattingEnabled = true;
     this.fridayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.fridayComboBox.Location = new System.Drawing.Point(85, 160);
     this.fridayComboBox.Name     = "fridayComboBox";
     this.fridayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.fridayComboBox.TabIndex = 21;
     //
     // saturdayComboBox
     //
     this.saturdayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.saturdayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.saturdayComboBox.FormattingEnabled = true;
     this.saturdayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.saturdayComboBox.Location = new System.Drawing.Point(276, 78);
     this.saturdayComboBox.Name     = "saturdayComboBox";
     this.saturdayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.saturdayComboBox.TabIndex = 22;
     //
     // sundayComboBox
     //
     this.sundayComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.sundayComboBox.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.sundayComboBox.FormattingEnabled = true;
     this.sundayComboBox.Items.AddRange(new object[] {
         "-- Select --",
         "AM/PM",
         "AM",
         "PM",
         "OFF"
     });
     this.sundayComboBox.Location = new System.Drawing.Point(276, 115);
     this.sundayComboBox.Name     = "sundayComboBox";
     this.sundayComboBox.Size     = new System.Drawing.Size(115, 20);
     this.sundayComboBox.TabIndex = 23;
     //
     // employeeDetailsGroupBox
     //
     this.employeeDetailsGroupBox.Controls.Add(this.addressTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.nameTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.nameLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.addressLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.phoneLabel);
     this.employeeDetailsGroupBox.Controls.Add(this.jobTextBox);
     this.employeeDetailsGroupBox.Controls.Add(this.jobLabel);
     this.employeeDetailsGroupBox.Location = new System.Drawing.Point(12, 34);
     this.employeeDetailsGroupBox.Name     = "employeeDetailsGroupBox";
     this.employeeDetailsGroupBox.Size     = new System.Drawing.Size(156, 198);
     this.employeeDetailsGroupBox.TabIndex = 24;
     this.employeeDetailsGroupBox.TabStop  = false;
     this.employeeDetailsGroupBox.Text     = "Employee Details";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.mondayLabel);
     this.groupBox1.Controls.Add(this.sundayComboBox);
     this.groupBox1.Controls.Add(this.tuesdayLabel);
     this.groupBox1.Controls.Add(this.saturdayComboBox);
     this.groupBox1.Controls.Add(this.wednesdayLabel);
     this.groupBox1.Controls.Add(this.fridayComboBox);
     this.groupBox1.Controls.Add(this.thursdayLabel);
     this.groupBox1.Controls.Add(this.thursdayComboBox);
     this.groupBox1.Controls.Add(this.fridayLabel);
     this.groupBox1.Controls.Add(this.wednesdayComboBox);
     this.groupBox1.Controls.Add(this.saturdayLabel);
     this.groupBox1.Controls.Add(this.tuesdayComboBox);
     this.groupBox1.Controls.Add(this.sundayLabel);
     this.groupBox1.Controls.Add(this.mondayComboBox);
     this.groupBox1.Location = new System.Drawing.Point(196, 34);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(401, 198);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Employee Schedule";
     //
     // AddEmployeeForm
     //
     this.AutoScaleDimensions     = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode           = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton            = this.cancelButton;
     this.CaptionBarColor         = System.Drawing.Color.LimeGreen;
     this.CaptionBarHeight        = 40;
     this.CaptionButtonColor      = System.Drawing.Color.White;
     this.CaptionButtonHoverColor = System.Drawing.Color.LightGray;
     this.CaptionForeColor        = System.Drawing.Color.White;
     captionImage1.BackColor      = System.Drawing.Color.Transparent;
     captionImage1.Image          = ((System.Drawing.Image)(resources.GetObject("captionImage1.Image")));
     captionImage1.Location       = new System.Drawing.Point(34, -4);
     captionImage1.Name           = "CaptionImage1";
     captionImage1.Size           = new System.Drawing.Size(48, 48);
     this.CaptionImages.Add(captionImage1);
     this.ClientSize = new System.Drawing.Size(609, 329);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.employeeDetailsGroupBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.addButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimizeBox     = false;
     this.Name            = "AddEmployeeForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Add Employee";
     this.TopMost         = true;
     this.employeeDetailsGroupBox.ResumeLayout(false);
     this.employeeDetailsGroupBox.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }