Пример #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView sideBySideFullStackedBarSeriesView1 = new DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView();
            this.label6 = new System.Windows.Forms.Label();
            this.moneyLabel = new System.Windows.Forms.Label();
            this.newGameButton = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.turnLabel1 = new System.Windows.Forms.Label();
            this.ActionPanel = new System.Windows.Forms.Panel();
            this.orateButton = new System.Windows.Forms.Button();
            this.bribeButton = new System.Windows.Forms.Button();
            this.thugsButton = new System.Windows.Forms.Button();
            this.actionNameLabel = new System.Windows.Forms.Label();
            this.TurnAction = new System.Windows.Forms.Label();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.palatinePanel = new System.Windows.Forms.Panel();
            this.ActionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(625, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Cash Flow";
            // 
            // moneyLabel
            // 
            this.moneyLabel.AutoSize = true;
            this.moneyLabel.Location = new System.Drawing.Point(688, 46);
            this.moneyLabel.Name = "moneyLabel";
            this.moneyLabel.Size = new System.Drawing.Size(35, 13);
            this.moneyLabel.TabIndex = 12;
            this.moneyLabel.Text = "label7";
            // 
            // newGameButton
            // 
            this.newGameButton.Location = new System.Drawing.Point(566, 12);
            this.newGameButton.Name = "newGameButton";
            this.newGameButton.Size = new System.Drawing.Size(75, 23);
            this.newGameButton.TabIndex = 13;
            this.newGameButton.Text = "New Game";
            this.newGameButton.UseVisualStyleBackColor = true;
            this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(782, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 14;
            this.button1.Text = "End Turn";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // turnLabel1
            // 
            this.turnLabel1.AutoSize = true;
            this.turnLabel1.Location = new System.Drawing.Point(790, 44);
            this.turnLabel1.Name = "turnLabel1";
            this.turnLabel1.Size = new System.Drawing.Size(51, 13);
            this.turnLabel1.TabIndex = 16;
            this.turnLabel1.Text = "turnLabel";
            // 
            // ActionPanel
            // 
            this.ActionPanel.Controls.Add(this.orateButton);
            this.ActionPanel.Controls.Add(this.bribeButton);
            this.ActionPanel.Controls.Add(this.thugsButton);
            this.ActionPanel.Controls.Add(this.actionNameLabel);
            this.ActionPanel.Location = new System.Drawing.Point(607, 327);
            this.ActionPanel.Name = "ActionPanel";
            this.ActionPanel.Size = new System.Drawing.Size(207, 153);
            this.ActionPanel.TabIndex = 17;
            // 
            // orateButton
            // 
            this.orateButton.Location = new System.Drawing.Point(21, 106);
            this.orateButton.Name = "orateButton";
            this.orateButton.Size = new System.Drawing.Size(166, 23);
            this.orateButton.TabIndex = 3;
            this.orateButton.Text = "Orate";
            this.orateButton.UseVisualStyleBackColor = true;
            this.orateButton.Click += new System.EventHandler(this.orateButton_Click);
            // 
            // bribeButton
            // 
            this.bribeButton.Location = new System.Drawing.Point(21, 76);
            this.bribeButton.Name = "bribeButton";
            this.bribeButton.Size = new System.Drawing.Size(166, 23);
            this.bribeButton.TabIndex = 2;
            this.bribeButton.Text = "Bribe them!";
            this.bribeButton.UseVisualStyleBackColor = true;
            this.bribeButton.Click += new System.EventHandler(this.bribeButton_Click);
            // 
            // thugsButton
            // 
            this.thugsButton.Location = new System.Drawing.Point(21, 47);
            this.thugsButton.Name = "thugsButton";
            this.thugsButton.Size = new System.Drawing.Size(166, 23);
            this.thugsButton.TabIndex = 1;
            this.thugsButton.Text = "Send in the thugs";
            this.thugsButton.UseVisualStyleBackColor = true;
            this.thugsButton.Click += new System.EventHandler(this.thugsButton_Click);
            // 
            // actionNameLabel
            // 
            this.actionNameLabel.AutoSize = true;
            this.actionNameLabel.Location = new System.Drawing.Point(21, 15);
            this.actionNameLabel.Name = "actionNameLabel";
            this.actionNameLabel.Size = new System.Drawing.Size(35, 13);
            this.actionNameLabel.TabIndex = 0;
            this.actionNameLabel.Text = "label7";
            // 
            // TurnAction
            // 
            this.TurnAction.AutoSize = true;
            this.TurnAction.Location = new System.Drawing.Point(607, 295);
            this.TurnAction.Name = "TurnAction";
            this.TurnAction.Size = new System.Drawing.Size(228, 13);
            this.TurnAction.TabIndex = 18;
            this.TurnAction.Text = "You have not yet chosen an action for this turn";
            // 
            // chartControl1
            // 
            this.chartControl1.BackColor = System.Drawing.Color.Transparent;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(566, 72);
            this.chartControl1.Name = "chartControl1";
            series1.Name = "Player";
            series1.ShowInLegend = false;
            series1.View = fullStackedBarSeriesView1;
            series2.Name = "Cato";
            series2.ShowInLegend = false;
            series2.View = fullStackedBarSeriesView2;
            series3.Name = "Curio";
            series3.ShowInLegend = false;
            series3.View = fullStackedBarSeriesView3;
            series4.Name = "Lucius";
            series4.ShowInLegend = false;
            series4.View = fullStackedBarSeriesView4;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            this.chartControl1.SeriesTemplate.View = sideBySideFullStackedBarSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(300, 200);
            this.chartControl1.TabIndex = 19;
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Intrigue.Properties.Resources.romemap;
            this.panel1.Controls.Add(this.palatinePanel);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(548, 532);
            this.panel1.TabIndex = 0;
            // 
            // palatinePanel
            // 
            this.palatinePanel.BackColor = System.Drawing.Color.Transparent;
            this.palatinePanel.BackgroundImage = global::Intrigue.Properties.Resources.romemap_palatina;
            this.palatinePanel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.palatinePanel.Location = new System.Drawing.Point(180, 252);
            this.palatinePanel.Name = "palatinePanel";
            this.palatinePanel.Size = new System.Drawing.Size(110, 137);
            this.palatinePanel.TabIndex = 0;
            // 
            // IntrigueMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(872, 556);
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.TurnAction);
            this.Controls.Add(this.ActionPanel);
            this.Controls.Add(this.turnLabel1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.newGameButton);
            this.Controls.Add(this.moneyLabel);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.panel1);
            this.Name = "IntrigueMain";
            this.Text = "IntrigueMain";
            this.ActionPanel.ResumeLayout(false);
            this.ActionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #2
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(frmDefinirMeta));
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel1 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(10))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] {
            ((object)(20))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] {
            ((object)(40))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel2 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel3 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel4 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(10))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] {
            ((object)(20))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] {
            ((object)(40))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel5 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView5 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel6 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
            DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView6 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
            DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(18))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(15))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(21))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(13))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(5))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(8))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(12))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(23))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(6))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(9))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
            ((object)(1))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
            ((object)(4))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
            ((object)(2))});
            DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
            ((object)(3))});
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView();
            DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
            DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.cboPrioridad = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.txtShipper = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.sButtonEliminarTrafico = new DevExpress.XtraEditors.SimpleButton();
            this.sButtonAgregarTrafico = new DevExpress.XtraEditors.SimpleButton();
            this.gridTraficos = new DevExpress.XtraGrid.GridControl();
            this.gridViewTraficos = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoGlosa = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridCompetencia = new DevExpress.XtraGrid.GridControl();
            this.gridViewCompetencia = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColCompetidor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.sButtonEliminar = new DevExpress.XtraEditors.SimpleButton();
            this.sBAgregar = new DevExpress.XtraEditors.SimpleButton();
            this.lstProductos = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.lstTipoContenedor = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtCommodity = new DevExpress.XtraEditors.TextEdit();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txtTarget = new DevExpress.XtraEditors.TextEdit();
            this.lblTarget = new DevExpress.XtraEditors.LabelControl();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.ButtonAsignar = new DevExpress.XtraEditors.SimpleButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbTarget = new System.Windows.Forms.RadioButton();
            this.rbCuenta = new System.Windows.Forms.RadioButton();
            this.cboVendedores = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.DateApertura = new DevExpress.XtraEditors.DateEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.DateRevision = new DevExpress.XtraEditors.DateEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.CboCliente = new DevExpress.XtraEditors.ComboBoxEdit();
            this.lblCuenta = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.DateHasta = new DevExpress.XtraEditors.DateEdit();
            this.DateDesde = new DevExpress.XtraEditors.DateEdit();
            this.ChartProspectos = new DevExpress.XtraCharts.ChartControl();
            this.gridTargetAbiertos = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
            this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuSalir = new System.Windows.Forms.ToolStripButton();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.ButtonEnviar = new DevExpress.XtraEditors.SimpleButton();
            this.gridAsignaciones = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoTarget = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColCliente = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColFechaRevision = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColTipoContenedor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.toolStripBarraLlamada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.groupControl1.Appearance.Options.UseForeColor = true;
            this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl1.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl1.AppearanceCaption.Options.UseFont = true;
            this.groupControl1.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl1.Controls.Add(this.cboPrioridad);
            this.groupControl1.Controls.Add(this.labelControl9);
            this.groupControl1.Controls.Add(this.txtShipper);
            this.groupControl1.Controls.Add(this.labelControl2);
            this.groupControl1.Controls.Add(this.sButtonEliminarTrafico);
            this.groupControl1.Controls.Add(this.sButtonAgregarTrafico);
            this.groupControl1.Controls.Add(this.gridTraficos);
            this.groupControl1.Controls.Add(this.gridCompetencia);
            this.groupControl1.Controls.Add(this.sButtonEliminar);
            this.groupControl1.Controls.Add(this.sBAgregar);
            this.groupControl1.Controls.Add(this.lstProductos);
            this.groupControl1.Controls.Add(this.labelControl8);
            this.groupControl1.Controls.Add(this.lstTipoContenedor);
            this.groupControl1.Controls.Add(this.txtCommodity);
            this.groupControl1.Controls.Add(this.labelControl5);
            this.groupControl1.Controls.Add(this.txtTarget);
            this.groupControl1.Controls.Add(this.lblTarget);
            this.groupControl1.Controls.Add(this.chartControl1);
            this.groupControl1.Controls.Add(this.ButtonAsignar);
            this.groupControl1.Controls.Add(this.groupBox1);
            this.groupControl1.Controls.Add(this.cboVendedores);
            this.groupControl1.Controls.Add(this.labelControl7);
            this.groupControl1.Controls.Add(this.DateApertura);
            this.groupControl1.Controls.Add(this.labelControl6);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Controls.Add(this.DateRevision);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.labelControl1);
            this.groupControl1.Controls.Add(this.CboCliente);
            this.groupControl1.Controls.Add(this.lblCuenta);
            this.groupControl1.Location = new System.Drawing.Point(5, 5);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(565, 329);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "Datos Generales";
            this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
            // 
            // cboPrioridad
            // 
            this.cboPrioridad.Location = new System.Drawing.Point(395, 291);
            this.cboPrioridad.Name = "cboPrioridad";
            this.cboPrioridad.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboPrioridad.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboPrioridad.Size = new System.Drawing.Size(60, 20);
            this.cboPrioridad.TabIndex = 48;
            // 
            // labelControl9
            // 
            this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl9.Location = new System.Drawing.Point(333, 294);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(46, 13);
            this.labelControl9.TabIndex = 47;
            this.labelControl9.Text = "Prioridad:";
            // 
            // txtShipper
            // 
            this.txtShipper.Location = new System.Drawing.Point(395, 265);
            this.txtShipper.Name = "txtShipper";
            this.txtShipper.Size = new System.Drawing.Size(154, 20);
            this.txtShipper.TabIndex = 46;
            // 
            // labelControl2
            // 
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl2.Location = new System.Drawing.Point(333, 268);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(40, 13);
            this.labelControl2.TabIndex = 45;
            this.labelControl2.Text = "Shipper:";
            // 
            // sButtonEliminarTrafico
            // 
            this.sButtonEliminarTrafico.AutoSizeInLayoutControl = true;
            this.sButtonEliminarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarTrafico.Image")));
            this.sButtonEliminarTrafico.Location = new System.Drawing.Point(295, 127);
            this.sButtonEliminarTrafico.Name = "sButtonEliminarTrafico";
            this.sButtonEliminarTrafico.Size = new System.Drawing.Size(26, 24);
            this.sButtonEliminarTrafico.TabIndex = 7;
            this.sButtonEliminarTrafico.Click += new System.EventHandler(this.sButtonEliminarTrafico_Click);
            // 
            // sButtonAgregarTrafico
            // 
            this.sButtonAgregarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarTrafico.Image")));
            this.sButtonAgregarTrafico.Location = new System.Drawing.Point(295, 151);
            this.sButtonAgregarTrafico.Name = "sButtonAgregarTrafico";
            this.sButtonAgregarTrafico.Size = new System.Drawing.Size(27, 24);
            this.sButtonAgregarTrafico.TabIndex = 5;
            this.sButtonAgregarTrafico.Click += new System.EventHandler(this.sButtonAgregarTrafico_Click);
            // 
            // gridTraficos
            // 
            this.gridTraficos.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.gridTraficos.Location = new System.Drawing.Point(327, 82);
            this.gridTraficos.MainView = this.gridViewTraficos;
            this.gridTraficos.Name = "gridTraficos";
            this.gridTraficos.Size = new System.Drawing.Size(233, 94);
            this.gridTraficos.TabIndex = 6;
            this.gridTraficos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewTraficos});
            // 
            // gridViewTraficos
            // 
            this.gridViewTraficos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColTipoGlosa});
            this.gridViewTraficos.GridControl = this.gridTraficos;
            this.gridViewTraficos.Name = "gridViewTraficos";
            this.gridViewTraficos.NewItemRowText = "Click aqui para agregar nueva fila";
            this.gridViewTraficos.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewTraficos.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewTraficos.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.FieldName = "Glosa";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 58;
            // 
            // gridColTipoGlosa
            // 
            this.gridColTipoGlosa.Caption = "Tipo Glosa";
            this.gridColTipoGlosa.FieldName = "TipoGlosa";
            this.gridColTipoGlosa.Name = "gridColTipoGlosa";
            // 
            // gridCompetencia
            // 
            this.gridCompetencia.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.gridCompetencia.Location = new System.Drawing.Point(71, 178);
            this.gridCompetencia.MainView = this.gridViewCompetencia;
            this.gridCompetencia.Name = "gridCompetencia";
            this.gridCompetencia.Size = new System.Drawing.Size(203, 81);
            this.gridCompetencia.TabIndex = 9;
            this.gridCompetencia.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewCompetencia});
            // 
            // gridViewCompetencia
            // 
            this.gridViewCompetencia.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColCompetidor});
            this.gridViewCompetencia.GridControl = this.gridCompetencia;
            this.gridViewCompetencia.Name = "gridViewCompetencia";
            this.gridViewCompetencia.NewItemRowText = "Click aqui para agregar nueva fila";
            this.gridViewCompetencia.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewCompetencia.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewCompetencia.OptionsView.ShowGroupPanel = false;
            // 
            // gridColCompetidor
            // 
            this.gridColCompetidor.Caption = "Competencia";
            this.gridColCompetidor.FieldName = "Descripcion";
            this.gridColCompetidor.Name = "gridColCompetidor";
            this.gridColCompetidor.Visible = true;
            this.gridColCompetidor.VisibleIndex = 0;
            this.gridColCompetidor.Width = 58;
            // 
            // sButtonEliminar
            // 
            this.sButtonEliminar.AutoSizeInLayoutControl = true;
            this.sButtonEliminar.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminar.Image")));
            this.sButtonEliminar.Location = new System.Drawing.Point(38, 211);
            this.sButtonEliminar.Name = "sButtonEliminar";
            this.sButtonEliminar.Size = new System.Drawing.Size(26, 24);
            this.sButtonEliminar.TabIndex = 10;
            this.sButtonEliminar.Click += new System.EventHandler(this.sButtonEliminar_Click);
            // 
            // sBAgregar
            // 
            this.sBAgregar.Image = ((System.Drawing.Image)(resources.GetObject("sBAgregar.Image")));
            this.sBAgregar.Location = new System.Drawing.Point(38, 235);
            this.sBAgregar.Name = "sBAgregar";
            this.sBAgregar.Size = new System.Drawing.Size(27, 24);
            this.sBAgregar.TabIndex = 8;
            this.sBAgregar.Click += new System.EventHandler(this.sBAgregar_Click);
            // 
            // lstProductos
            // 
            this.lstProductos.CheckOnClick = true;
            this.lstProductos.HorizontalScrollbar = true;
            this.lstProductos.HorzScrollStep = 10;
            this.lstProductos.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item1"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item2"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item3"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item4"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item5")});
            this.lstProductos.Location = new System.Drawing.Point(71, 82);
            this.lstProductos.Name = "lstProductos";
            this.lstProductos.Size = new System.Drawing.Size(187, 90);
            this.lstProductos.TabIndex = 4;
            // 
            // labelControl8
            // 
            this.labelControl8.Appearance.Options.UseTextOptions = true;
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl8.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.labelControl8.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl8.Location = new System.Drawing.Point(8, 287);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(57, 37);
            this.labelControl8.TabIndex = 44;
            this.labelControl8.Text = "Tipo Contenedor";
            // 
            // lstTipoContenedor
            // 
            this.lstTipoContenedor.Location = new System.Drawing.Point(71, 291);
            this.lstTipoContenedor.Name = "lstTipoContenedor";
            this.lstTipoContenedor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lstTipoContenedor.Size = new System.Drawing.Size(203, 20);
            this.lstTipoContenedor.TabIndex = 12;
            this.lstTipoContenedor.SelectedIndexChanged += new System.EventHandler(this.lstTipoContenedor_SelectedIndexChanged);
            this.lstTipoContenedor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lstTipoContenedor_KeyPress);
            // 
            // txtCommodity
            // 
            this.txtCommodity.Location = new System.Drawing.Point(71, 265);
            this.txtCommodity.Name = "txtCommodity";
            this.txtCommodity.Size = new System.Drawing.Size(203, 20);
            this.txtCommodity.TabIndex = 11;
            this.txtCommodity.EditValueChanged += new System.EventHandler(this.txtCommodity_EditValueChanged_1);
            this.txtCommodity.Enter += new System.EventHandler(this.txtCommodity_Enter);
            this.txtCommodity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCommodity_KeyPress);
            this.txtCommodity.Click += new System.EventHandler(this.txtCommodity_Click);
            // 
            // labelControl5
            // 
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl5.Location = new System.Drawing.Point(8, 268);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(57, 13);
            this.labelControl5.TabIndex = 41;
            this.labelControl5.Text = "Commodity:";
            // 
            // txtTarget
            // 
            this.txtTarget.Location = new System.Drawing.Point(254, 22);
            this.txtTarget.Name = "txtTarget";
            this.txtTarget.Size = new System.Drawing.Size(295, 20);
            this.txtTarget.TabIndex = 2;
            this.txtTarget.Enter += new System.EventHandler(this.txtTarget_Enter);
            this.txtTarget.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTarget_KeyPress);
            this.txtTarget.Click += new System.EventHandler(this.txtTarget_Click);
            // 
            // lblTarget
            // 
            this.lblTarget.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.lblTarget.Location = new System.Drawing.Point(211, 25);
            this.lblTarget.Name = "lblTarget";
            this.lblTarget.Size = new System.Drawing.Size(41, 13);
            this.lblTarget.TabIndex = 36;
            this.lblTarget.Text = "Nombre:";
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Location = new System.Drawing.Point(571, 199);
            this.chartControl1.Name = "chartControl1";
            fullStackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series1.Label = fullStackedBarSeriesLabel1;
            series1.Name = "Vendedor";
            series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint1,
            seriesPoint2,
            seriesPoint3});
            series1.View = fullStackedBarSeriesView1;
            fullStackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series2.Label = fullStackedBarSeriesLabel2;
            series2.Name = "Cliente";
            series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint4});
            series2.View = fullStackedBarSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            fullStackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl1.SeriesTemplate.Label = fullStackedBarSeriesLabel3;
            this.chartControl1.SeriesTemplate.View = fullStackedBarSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(402, 277);
            this.chartControl1.TabIndex = 35;
            // 
            // ButtonAsignar
            // 
            this.ButtonAsignar.Location = new System.Drawing.Point(461, 291);
            this.ButtonAsignar.Name = "ButtonAsignar";
            this.ButtonAsignar.Size = new System.Drawing.Size(88, 33);
            this.ButtonAsignar.TabIndex = 16;
            this.ButtonAsignar.Text = "Asignar";
            this.ButtonAsignar.Click += new System.EventHandler(this.ButtonAsignar_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbTarget);
            this.groupBox1.Controls.Add(this.rbCuenta);
            this.groupBox1.Location = new System.Drawing.Point(7, 25);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(197, 43);
            this.groupBox1.TabIndex = 32;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Tipo Target";
            // 
            // rbTarget
            // 
            this.rbTarget.AutoSize = true;
            this.rbTarget.Location = new System.Drawing.Point(101, 19);
            this.rbTarget.Name = "rbTarget";
            this.rbTarget.Size = new System.Drawing.Size(90, 17);
            this.rbTarget.TabIndex = 1;
            this.rbTarget.Text = "NuevoTráfico";
            this.rbTarget.UseVisualStyleBackColor = true;
            this.rbTarget.CheckedChanged += new System.EventHandler(this.rbTarget_CheckedChanged);
            // 
            // rbCuenta
            // 
            this.rbCuenta.AutoSize = true;
            this.rbCuenta.Checked = true;
            this.rbCuenta.Location = new System.Drawing.Point(6, 18);
            this.rbCuenta.Name = "rbCuenta";
            this.rbCuenta.Size = new System.Drawing.Size(94, 17);
            this.rbCuenta.TabIndex = 0;
            this.rbCuenta.TabStop = true;
            this.rbCuenta.Text = "Nueva Cuenta";
            this.rbCuenta.UseVisualStyleBackColor = true;
            this.rbCuenta.Enter += new System.EventHandler(this.rbCuenta_Enter);
            this.rbCuenta.CheckedChanged += new System.EventHandler(this.rbCuenta_CheckedChanged);
            // 
            // cboVendedores
            // 
            this.cboVendedores.Location = new System.Drawing.Point(395, 239);
            this.cboVendedores.Name = "cboVendedores";
            this.cboVendedores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboVendedores.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cboVendedores.Size = new System.Drawing.Size(154, 20);
            this.cboVendedores.TabIndex = 15;
            this.cboVendedores.SelectedIndexChanged += new System.EventHandler(this.cboVendedores_SelectedIndexChanged);
            this.cboVendedores.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboVendedores_KeyPress);
            // 
            // labelControl7
            // 
            this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl7.Location = new System.Drawing.Point(333, 242);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(50, 13);
            this.labelControl7.TabIndex = 29;
            this.labelControl7.Text = "Vendedor:";
            // 
            // DateApertura
            // 
            this.DateApertura.EditValue = null;
            this.DateApertura.Enabled = false;
            this.DateApertura.Location = new System.Drawing.Point(447, 213);
            this.DateApertura.Name = "DateApertura";
            this.DateApertura.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateApertura.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateApertura.Size = new System.Drawing.Size(102, 20);
            this.DateApertura.TabIndex = 14;
            this.DateApertura.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateApertura_KeyPress);
            // 
            // labelControl6
            // 
            this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl6.Location = new System.Drawing.Point(355, 216);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(79, 13);
            this.labelControl6.TabIndex = 27;
            this.labelControl6.Text = "Fecha Apertura:";
            // 
            // labelControl4
            // 
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl4.Location = new System.Drawing.Point(355, 190);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(82, 13);
            this.labelControl4.TabIndex = 26;
            this.labelControl4.Text = "Fecha Follow Up:";
            // 
            // DateRevision
            // 
            this.DateRevision.EditValue = null;
            this.DateRevision.Location = new System.Drawing.Point(447, 187);
            this.DateRevision.Name = "DateRevision";
            this.DateRevision.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateRevision.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateRevision.Size = new System.Drawing.Size(102, 20);
            this.DateRevision.TabIndex = 13;
            this.DateRevision.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateRevision_KeyPress);
            // 
            // labelControl3
            // 
            this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
            this.labelControl3.Location = new System.Drawing.Point(264, 82);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(42, 13);
            this.labelControl3.TabIndex = 24;
            this.labelControl3.Text = "Tráficos:";
            // 
            // labelControl1
            // 
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Location = new System.Drawing.Point(7, 74);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(73, 22);
            this.labelControl1.TabIndex = 19;
            this.labelControl1.Text = "Productos:";
            // 
            // CboCliente
            // 
            this.CboCliente.Location = new System.Drawing.Point(254, 48);
            this.CboCliente.Name = "CboCliente";
            this.CboCliente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.CboCliente.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.CboCliente.Size = new System.Drawing.Size(295, 20);
            this.CboCliente.TabIndex = 3;
            this.CboCliente.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CboCliente_KeyPress);
            // 
            // lblCuenta
            // 
            this.lblCuenta.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.lblCuenta.Location = new System.Drawing.Point(211, 48);
            this.lblCuenta.Name = "lblCuenta";
            this.lblCuenta.Size = new System.Drawing.Size(73, 22);
            this.lblCuenta.TabIndex = 17;
            this.lblCuenta.Text = "Cuenta:";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.chartControl2);
            this.panelControl1.Controls.Add(this.groupControl1);
            this.panelControl1.Location = new System.Drawing.Point(3, 39);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(575, 339);
            this.panelControl1.TabIndex = 0;
            this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
            // 
            // chartControl2
            // 
            xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram2.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
            this.chartControl2.Diagram = xyDiagram2;
            this.chartControl2.Location = new System.Drawing.Point(576, 276);
            this.chartControl2.Name = "chartControl2";
            fullStackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            series3.Label = fullStackedBarSeriesLabel4;
            series3.Name = "Vendedor";
            series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint5,
            seriesPoint6,
            seriesPoint7});
            series3.View = fullStackedBarSeriesView4;
            fullStackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
            series4.Label = fullStackedBarSeriesLabel5;
            series4.Name = "Cliente";
            series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint8});
            series4.View = fullStackedBarSeriesView5;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series3,
        series4};
            fullStackedBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions";
            this.chartControl2.SeriesTemplate.Label = fullStackedBarSeriesLabel6;
            this.chartControl2.SeriesTemplate.View = fullStackedBarSeriesView6;
            this.chartControl2.Size = new System.Drawing.Size(402, 188);
            this.chartControl2.TabIndex = 35;
            // 
            // groupControl3
            // 
            this.groupControl3.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.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl3.AppearanceCaption.Options.UseFont = true;
            this.groupControl3.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl3.Controls.Add(this.DateHasta);
            this.groupControl3.Controls.Add(this.DateDesde);
            this.groupControl3.Controls.Add(this.ChartProspectos);
            this.groupControl3.Controls.Add(this.gridTargetAbiertos);
            this.groupControl3.Location = new System.Drawing.Point(3, 379);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(977, 193);
            this.groupControl3.TabIndex = 2;
            this.groupControl3.Text = "Estadística Prospectos Abiertos";
            this.groupControl3.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl3_Paint);
            // 
            // DateHasta
            // 
            this.DateHasta.EditValue = null;
            this.DateHasta.Location = new System.Drawing.Point(118, 23);
            this.DateHasta.Name = "DateHasta";
            this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateHasta.Size = new System.Drawing.Size(91, 20);
            this.DateHasta.TabIndex = 37;
            this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged);
            this.DateHasta.Leave += new System.EventHandler(this.DateHasta_Leave);
            // 
            // DateDesde
            // 
            this.DateDesde.EditValue = null;
            this.DateDesde.Location = new System.Drawing.Point(5, 23);
            this.DateDesde.Name = "DateDesde";
            this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.DateDesde.Size = new System.Drawing.Size(91, 20);
            this.DateDesde.TabIndex = 36;
            this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged);
            this.DateDesde.Leave += new System.EventHandler(this.DateDesde_Leave);
            // 
            // ChartProspectos
            // 
            this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisX.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            xyDiagram3.AxisY.Range.SideMarginsEnabled = true;
            xyDiagram3.AxisY.VisibleInPanesSerializable = "-1";
            this.ChartProspectos.Diagram = xyDiagram3;
            this.ChartProspectos.Location = new System.Drawing.Point(486, 23);
            this.ChartProspectos.Name = "ChartProspectos";
            stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
            series5.Label = stackedBarSeriesLabel1;
            series5.Name = "Propuesta";
            series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint9,
            seriesPoint10,
            seriesPoint11,
            seriesPoint12,
            seriesPoint13,
            seriesPoint14,
            seriesPoint15});
            series5.View = stackedBarSeriesView1;
            stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            series6.Label = stackedBarSeriesLabel2;
            series6.Name = "Asignada";
            series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint16,
            seriesPoint17,
            seriesPoint18,
            seriesPoint19,
            seriesPoint20,
            seriesPoint21,
            seriesPoint22});
            series6.View = stackedBarSeriesView2;
            stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
            series7.Label = stackedBarSeriesLabel3;
            series7.Name = "Revisión";
            series7.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
            seriesPoint23,
            seriesPoint24,
            seriesPoint25,
            seriesPoint26,
            seriesPoint27,
            seriesPoint28,
            seriesPoint29});
            series7.View = stackedBarSeriesView3;
            this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series5,
        series6,
        series7};
            stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
            this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel4;
            this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView4;
            this.ChartProspectos.Size = new System.Drawing.Size(486, 163);
            this.ChartProspectos.TabIndex = 35;
            // 
            // gridTargetAbiertos
            // 
            this.gridTargetAbiertos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.gridTargetAbiertos.Location = new System.Drawing.Point(5, 49);
            this.gridTargetAbiertos.MainView = this.gridView2;
            this.gridTargetAbiertos.Name = "gridTargetAbiertos";
            this.gridTargetAbiertos.Size = new System.Drawing.Size(475, 137);
            this.gridTargetAbiertos.TabIndex = 1;
            this.gridTargetAbiertos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9});
            this.gridView2.GridControl = this.gridTargetAbiertos;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "N° Target";
            this.gridColumn3.FieldName = "NumMeta";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 58;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Cuenta/Target";
            this.gridColumn4.FieldName = "CuentaTarget";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 2;
            this.gridColumn4.Width = 145;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Vendedor";
            this.gridColumn7.FieldName = "Vendedor";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 123;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Estado";
            this.gridColumn8.FieldName = "Estado";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 4;
            this.gridColumn8.Width = 94;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Tipo";
            this.gridColumn9.FieldName = "Tipo";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 1;
            this.gridColumn9.Width = 49;
            // 
            // toolStripBarraLlamada
            // 
            this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuNuevo,
            this.toolStripSeparator1,
            this.MenuSalir});
            this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
            this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
            this.toolStripBarraLlamada.Size = new System.Drawing.Size(980, 38);
            this.toolStripBarraLlamada.TabIndex = 5;
            this.toolStripBarraLlamada.Text = "toolStrip1";
            // 
            // MenuNuevo
            // 
            this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
            this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuNuevo.Name = "MenuNuevo";
            this.MenuNuevo.Size = new System.Drawing.Size(45, 35);
            this.MenuNuevo.Text = "Nueva";
            this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuNuevo.ToolTipText = "Nueva Llamada";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
            // 
            // MenuSalir
            // 
            this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
            this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MenuSalir.Name = "MenuSalir";
            this.MenuSalir.Size = new System.Drawing.Size(33, 35);
            this.MenuSalir.Text = "Salir";
            this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click_1);
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.groupControl2.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl2.Appearance.Options.UseFont = true;
            this.groupControl2.Appearance.Options.UseForeColor = true;
            this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.groupControl2.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
            this.groupControl2.AppearanceCaption.Options.UseFont = true;
            this.groupControl2.AppearanceCaption.Options.UseForeColor = true;
            this.groupControl2.Controls.Add(this.ButtonEnviar);
            this.groupControl2.Controls.Add(this.gridAsignaciones);
            this.groupControl2.Location = new System.Drawing.Point(579, 39);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(401, 339);
            this.groupControl2.TabIndex = 34;
            this.groupControl2.Text = "Resumen Asignación";
            this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
            // 
            // ButtonEnviar
            // 
            this.ButtonEnviar.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
            this.ButtonEnviar.Appearance.Options.UseForeColor = true;
            this.ButtonEnviar.Location = new System.Drawing.Point(5, 294);
            this.ButtonEnviar.Name = "ButtonEnviar";
            this.ButtonEnviar.Size = new System.Drawing.Size(96, 35);
            this.ButtonEnviar.TabIndex = 36;
            this.ButtonEnviar.Text = "Enviar Prospectos";
            this.ButtonEnviar.Click += new System.EventHandler(this.ButtonEnviar_Click);
            // 
            // gridAsignaciones
            // 
            this.gridAsignaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.gridAsignaciones.Location = new System.Drawing.Point(5, 25);
            this.gridAsignaciones.MainView = this.gridView1;
            this.gridAsignaciones.Name = "gridAsignaciones";
            this.gridAsignaciones.Size = new System.Drawing.Size(386, 265);
            this.gridAsignaciones.TabIndex = 0;
            this.gridAsignaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColVendedor,
            this.gridColTipoTarget,
            this.gridColCliente,
            this.gridColFechaRevision,
            this.gridColTipoContenedor});
            this.gridView1.GridControl = this.gridAsignaciones;
            this.gridView1.GroupCount = 1;
            this.gridView1.Name = "gridView1";
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColVendedor, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColVendedor
            // 
            this.gridColVendedor.Caption = "Vendedor";
            this.gridColVendedor.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario";
            this.gridColVendedor.Name = "gridColVendedor";
            this.gridColVendedor.Width = 126;
            // 
            // gridColTipoTarget
            // 
            this.gridColTipoTarget.Caption = "Tipo Target";
            this.gridColTipoTarget.FieldName = "TipoOportunidad";
            this.gridColTipoTarget.Name = "gridColTipoTarget";
            this.gridColTipoTarget.Visible = true;
            this.gridColTipoTarget.VisibleIndex = 0;
            this.gridColTipoTarget.Width = 77;
            // 
            // gridColCliente
            // 
            this.gridColCliente.Caption = "Cliente";
            this.gridColCliente.FieldName = "GlosaClienteTarget";
            this.gridColCliente.Name = "gridColCliente";
            this.gridColCliente.Visible = true;
            this.gridColCliente.VisibleIndex = 1;
            this.gridColCliente.Width = 307;
            // 
            // gridColFechaRevision
            // 
            this.gridColFechaRevision.Caption = "Fecha Revisión";
            this.gridColFechaRevision.FieldName = "FechaRevision";
            this.gridColFechaRevision.Name = "gridColFechaRevision";
            this.gridColFechaRevision.Width = 137;
            // 
            // gridColTipoContenedor
            // 
            this.gridColTipoContenedor.Caption = "Tipo Contenedor";
            this.gridColTipoContenedor.FieldName = "ObjTipoContenedor.Descripcion";
            this.gridColTipoContenedor.Name = "gridColTipoContenedor";
            this.gridColTipoContenedor.Visible = true;
            this.gridColTipoContenedor.VisibleIndex = 2;
            this.gridColTipoContenedor.Width = 142;
            // 
            // ctrldxError
            // 
            this.ctrldxError.ContainerControl = this;
            // 
            // frmDefinirMeta
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(980, 574);
            this.Controls.Add(this.toolStripBarraLlamada);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl3);
            this.Controls.Add(this.panelControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmDefinirMeta";
            this.Text = "Definir TARGET";
            this.Load += new System.EventHandler(this.frmDefinirMeta_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDefinirMeta_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.toolStripBarraLlamada.ResumeLayout(false);
            this.toolStripBarraLlamada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).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()
 {
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesLabel  fullStackedBarSeriesLabel1  = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
     DevExpress.XtraCharts.FullStackedBarPointOptions fullStackedBarPointOptions1 = new DevExpress.XtraCharts.FullStackedBarPointOptions();
     DevExpress.XtraCharts.FullStackedBarSeriesView   fullStackedBarSeriesView1   = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesLabel  fullStackedBarSeriesLabel2  = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
     DevExpress.XtraCharts.FullStackedBarPointOptions fullStackedBarPointOptions2 = new DevExpress.XtraCharts.FullStackedBarPointOptions();
     DevExpress.XtraCharts.FullStackedBarSeriesView   fullStackedBarSeriesView2   = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.FullStackedBarSeriesView   fullStackedBarSeriesView3   = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.Detail        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable4      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4   = new DevExpress.XtraReports.UI.XRTableRow();
     this.mtDiskName    = new DevExpress.XtraReports.UI.XRTableCell();
     this.mtPercentFree = new DevExpress.XtraReports.UI.XRTableCell();
     this.mtDiskSize    = new DevExpress.XtraReports.UI.XRTableCell();
     this.mtDiskFree    = new DevExpress.XtraReports.UI.XRTableCell();
     this.mtUpdated     = new DevExpress.XtraReports.UI.XRTableCell();
     this.mtThreshold   = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin  = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPageInfo1   = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLine1       = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1      = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader2  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable3      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.EvenStyle     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.OddStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.HeaderStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrTable2      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel3      = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader3  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.LocationName  = new DevExpress.XtraReports.Parameters.Parameter();
     this.PageFooter    = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrSubreport1  = new DevExpress.XtraReports.UI.XRSubreport();
     this.ReportFooter  = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrChart1      = new DevExpress.XtraReports.UI.XRChart();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable4
     });
     this.Detail.HeightF = 27.08333F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("ServerName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.KeepTogether  = true;
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(37.08315F, 0F);
     this.xrTable4.Name          = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable4.SizeF = new System.Drawing.SizeF(862.9169F, 27.08333F);
     this.xrTable4.StylePriority.UseBorders = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.mtDiskName,
         this.mtPercentFree,
         this.mtDiskSize,
         this.mtDiskFree,
         this.mtUpdated,
         this.mtThreshold
     });
     this.xrTableRow4.Name      = "xrTableRow4";
     this.xrTableRow4.StyleName = "EvenStyle";
     this.xrTableRow4.Weight    = 1D;
     //
     // mtDiskName
     //
     this.mtDiskName.Name    = "mtDiskName";
     this.mtDiskName.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtDiskName.StylePriority.UsePadding = false;
     this.mtDiskName.Text   = "mtDiskName";
     this.mtDiskName.Weight = 0.64919213010183485D;
     //
     // mtPercentFree
     //
     this.mtPercentFree.Name    = "mtPercentFree";
     this.mtPercentFree.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtPercentFree.StylePriority.UsePadding       = false;
     this.mtPercentFree.StylePriority.UseTextAlignment = false;
     this.mtPercentFree.Text          = "mtPercentFree";
     this.mtPercentFree.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.mtPercentFree.Weight        = 0.41555931019620496D;
     //
     // mtDiskSize
     //
     this.mtDiskSize.Name    = "mtDiskSize";
     this.mtDiskSize.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtDiskSize.StylePriority.UsePadding       = false;
     this.mtDiskSize.StylePriority.UseTextAlignment = false;
     this.mtDiskSize.Text          = "mtDiskSize";
     this.mtDiskSize.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.mtDiskSize.Weight        = 0.47736356696333404D;
     //
     // mtDiskFree
     //
     this.mtDiskFree.Name    = "mtDiskFree";
     this.mtDiskFree.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtDiskFree.StylePriority.UsePadding       = false;
     this.mtDiskFree.StylePriority.UseTextAlignment = false;
     this.mtDiskFree.Text          = "mtDiskFree";
     this.mtDiskFree.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.mtDiskFree.Weight        = 0.49059727644144513D;
     //
     // mtUpdated
     //
     this.mtUpdated.Name    = "mtUpdated";
     this.mtUpdated.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtUpdated.StylePriority.UsePadding       = false;
     this.mtUpdated.StylePriority.UseTextAlignment = false;
     this.mtUpdated.Text          = "mtUpdated";
     this.mtUpdated.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.mtUpdated.Weight        = 0.44771341412995336D;
     //
     // mtThreshold
     //
     this.mtThreshold.Name    = "mtThreshold";
     this.mtThreshold.Padding = new DevExpress.XtraPrinting.PaddingInfo(7, 5, 3, 3, 100F);
     this.mtThreshold.StylePriority.UsePadding       = false;
     this.mtThreshold.StylePriority.UseTextAlignment = false;
     this.mtThreshold.Text          = "mtThreshold";
     this.mtThreshold.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.mtThreshold.Weight        = 0.404445592419442D;
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLine1,
         this.xrLabel1
     });
     this.GroupHeader1.HeightF = 56F;
     this.GroupHeader1.Level   = 2;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 17.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(245F, 16F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 23F);
     //
     // xrLabel1
     //
     this.xrLabel1.CanShrink     = true;
     this.xrLabel1.Font          = new System.Drawing.Font("Tahoma", 18F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(370.1665F, 33F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Disk Health";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("Location", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader2.HeightF         = 42.50005F;
     this.GroupHeader2.KeepTogether    = true;
     this.GroupHeader2.Level           = 1;
     this.GroupHeader2.Name            = "GroupHeader2";
     this.GroupHeader2.RepeatEveryPage = true;
     //
     // xrTable3
     //
     this.xrTable3.BackColor     = System.Drawing.Color.SteelBlue;
     this.xrTable3.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.xrTable3.BorderWidth   = 2F;
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF     = new System.Drawing.SizeF(900F, 32.50005F);
     this.xrTable3.StyleName = "HeaderStyle";
     this.xrTable3.StylePriority.UseBackColor   = false;
     this.xrTable3.StylePriority.UseBorderColor = false;
     this.xrTable3.StylePriority.UseBorderWidth = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.BackColor   = System.Drawing.Color.SteelBlue;
     this.xrTableRow3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.xrTableRow3.BorderWidth = 2F;
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell5
     });
     this.xrTableRow3.Name      = "xrTableRow3";
     this.xrTableRow3.StyleName = "HeaderStyle";
     this.xrTableRow3.StylePriority.UseBackColor   = false;
     this.xrTableRow3.StylePriority.UseBorderColor = false;
     this.xrTableRow3.StylePriority.UseBorderWidth = false;
     this.xrTableRow3.Weight = 1.5769229618051224D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.BackColor   = System.Drawing.Color.SteelBlue;
     this.xrTableCell5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.xrTableCell5.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.BorderWidth = 1F;
     this.xrTableCell5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2
     });
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBackColor   = false;
     this.xrTableCell5.StylePriority.UseBorderColor = false;
     this.xrTableCell5.StylePriority.UseBorders     = false;
     this.xrTableCell5.StylePriority.UseBorderWidth = false;
     this.xrTableCell5.Text   = "xrTableCell3";
     this.xrTableCell5.Weight = 2.1633333333333336D;
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor     = System.Drawing.Color.SteelBlue;
     this.xrLabel2.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.Font          = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.ForeColor     = System.Drawing.Color.White;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 3.500048F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(880F, 19F);
     this.xrLabel2.StylePriority.UseBackColor = false;
     this.xrLabel2.StylePriority.UseBorders   = false;
     this.xrLabel2.StylePriority.UseFont      = false;
     this.xrLabel2.StylePriority.UseForeColor = false;
     this.xrLabel2.Text = "xrLabel2";
     //
     // xrTable1
     //
     this.xrTable1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(214)))), ((int)(((byte)(211)))));
     this.xrTable1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTable1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.BorderWidth   = 1F;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(37.08315F, 25.20838F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(862.9169F, 53.00001F);
     this.xrTable1.StylePriority.UseBackColor   = false;
     this.xrTable1.StylePriority.UseBorderColor = false;
     this.xrTable1.StylePriority.UseBorders     = false;
     this.xrTable1.StylePriority.UseBorderWidth = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell4,
         this.xrTableCell3,
         this.xrTableCell2,
         this.xrTableCell8,
         this.xrTableCell11
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(214)))), ((int)(((byte)(211)))));
     this.xrTableCell1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableCell1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBackColor     = false;
     this.xrTableCell1.StylePriority.UseBorderColor   = false;
     this.xrTableCell1.StylePriority.UseBorders       = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "Disk Name";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 0.93323860647589485D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(214)))), ((int)(((byte)(211)))));
     this.xrTableCell4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableCell4.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.Name    = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseBackColor     = false;
     this.xrTableCell4.StylePriority.UseBorderColor   = false;
     this.xrTableCell4.StylePriority.UseBorders       = false;
     this.xrTableCell4.StylePriority.UseFont          = false;
     this.xrTableCell4.StylePriority.UsePadding       = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text          = "Percent Free";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell4.Weight        = 0.59738238717467629D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(214)))), ((int)(((byte)(211)))));
     this.xrTableCell3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableCell3.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Name    = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UseBackColor     = false;
     this.xrTableCell3.StylePriority.UseBorderColor   = false;
     this.xrTableCell3.StylePriority.UseBorders       = false;
     this.xrTableCell3.StylePriority.UseFont          = false;
     this.xrTableCell3.StylePriority.UsePadding       = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text          = "Disk Size (GB)";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell3.Weight        = 0.68622844114802584D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name    = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UsePadding       = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "Disk Free (GB)";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell2.Weight        = 0.70525285142915406D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont          = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text          = "Updated";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight        = 0.64360525768824572D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell11.Name    = "xrTableCell11";
     this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0, 100F);
     this.xrTableCell11.StylePriority.UseFont          = false;
     this.xrTableCell11.StylePriority.UsePadding       = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text          = "Threshold";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell11.Weight        = 0.58140620195074688D;
     //
     // EvenStyle
     //
     this.EvenStyle.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.EvenStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(207)))), ((int)(((byte)(189)))));
     this.EvenStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.EvenStyle.BorderWidth = 1F;
     this.EvenStyle.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EvenStyle.Name        = "EvenStyle";
     //
     // OddStyle
     //
     this.OddStyle.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(232)))), ((int)(((byte)(220)))));
     this.OddStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(207)))), ((int)(((byte)(189)))));
     this.OddStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.OddStyle.BorderWidth = 1F;
     this.OddStyle.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OddStyle.Name        = "OddStyle";
     //
     // HeaderStyle
     //
     this.HeaderStyle.BackColor   = System.Drawing.Color.LightSteelBlue;
     this.HeaderStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.HeaderStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.HeaderStyle.BorderWidth = 2F;
     this.HeaderStyle.Name        = "HeaderStyle";
     this.HeaderStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrTable2
     //
     this.xrTable2.BackColor     = System.Drawing.Color.Tan;
     this.xrTable2.BorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTable2.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable2.BorderWidth   = 1F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(37.08315F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF     = new System.Drawing.SizeF(862.9169F, 25.20839F);
     this.xrTable2.StyleName = "HeaderStyle";
     this.xrTable2.StylePriority.UseBackColor   = false;
     this.xrTable2.StylePriority.UseBorderColor = false;
     this.xrTable2.StylePriority.UseBorders     = false;
     this.xrTable2.StylePriority.UseBorderWidth = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.BackColor   = System.Drawing.Color.Tan;
     this.xrTableRow2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableRow2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableRow2.BorderWidth = 1F;
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell9
     });
     this.xrTableRow2.Name      = "xrTableRow2";
     this.xrTableRow2.StyleName = "HeaderStyle";
     this.xrTableRow2.StylePriority.UseBackColor   = false;
     this.xrTableRow2.StylePriority.UseBorderColor = false;
     this.xrTableRow2.StylePriority.UseBorders     = false;
     this.xrTableRow2.StylePriority.UseBorderWidth = false;
     this.xrTableRow2.Weight = 1.5769229618051224D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.BackColor   = System.Drawing.Color.Tan;
     this.xrTableCell9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(177)))), ((int)(((byte)(183)))));
     this.xrTableCell9.Borders     = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell9.BorderWidth = 1F;
     this.xrTableCell9.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3
     });
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBackColor   = false;
     this.xrTableCell9.StylePriority.UseBorderColor = false;
     this.xrTableCell9.StylePriority.UseBorders     = false;
     this.xrTableCell9.StylePriority.UseBorderWidth = false;
     this.xrTableCell9.Text   = "xrTableCell3";
     this.xrTableCell9.Weight = 2.1633333333333336D;
     //
     // xrLabel3
     //
     this.xrLabel3.BackColor     = System.Drawing.Color.Tan;
     this.xrLabel3.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel3.Font          = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.ForeColor     = System.Drawing.Color.White;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 1.166693F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(788.7502F, 23F);
     this.xrLabel3.StylePriority.UseBackColor = false;
     this.xrLabel3.StylePriority.UseBorders   = false;
     this.xrLabel3.StylePriority.UseFont      = false;
     this.xrLabel3.StylePriority.UseForeColor = false;
     this.xrLabel3.Text = "xrLabel3";
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2,
         this.xrTable1
     });
     this.GroupHeader3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("ServerName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader3.HeightF         = 78.20839F;
     this.GroupHeader3.KeepTogether    = true;
     this.GroupHeader3.Name            = "GroupHeader3";
     this.GroupHeader3.RepeatEveryPage = true;
     //
     // LocationName
     //
     this.LocationName.Name = "LocationName";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSubreport1
     });
     this.PageFooter.HeightF = 23.95833F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new VSWebUI.DashboardReports.CopyrightXtraRpt();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.ReportFooter.HeightF = 216.6667F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrChart1
     //
     this.xrChart1.BackColor        = System.Drawing.Color.Transparent;
     this.xrChart1.BorderColor      = System.Drawing.Color.Black;
     this.xrChart1.Borders          = DevExpress.XtraPrinting.BorderSide.None;
     xyDiagram1.AxisX.Title.Text    = "Disk";
     xyDiagram1.AxisX.Title.Visible = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins     = true;
     xyDiagram1.AxisY.Label.NumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Percent;
     xyDiagram1.AxisY.Label.NumericOptions.Precision = 0;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false;
     xyDiagram1.AxisY.Title.Text    = "Percentage";
     xyDiagram1.AxisY.Title.Visible = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.False;
     this.xrChart1.Diagram       = xyDiagram1;
     this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(91.24991F, 16.66667F);
     this.xrChart1.Name          = "xrChart1";
     this.xrChart1.PaletteName   = "RedGreen";
     this.xrChart1.PaletteRepository.Add("RedGreen", new DevExpress.XtraCharts.Palette("RedGreen", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red),
         new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green)
     }));
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     fullStackedBarPointOptions1.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Percent;
     fullStackedBarPointOptions1.ValueNumericOptions.Precision = 0;
     fullStackedBarSeriesLabel1.PointOptions = fullStackedBarPointOptions1;
     series1.Label             = fullStackedBarSeriesLabel1;
     series1.Name              = "Percent Used";
     series1.View              = fullStackedBarSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     fullStackedBarPointOptions2.ValueNumericOptions.Format    = DevExpress.XtraCharts.NumericFormat.Percent;
     fullStackedBarPointOptions2.ValueNumericOptions.Precision = 0;
     fullStackedBarSeriesLabel2.PointOptions = fullStackedBarPointOptions2;
     series2.Label = fullStackedBarSeriesLabel2;
     series2.Name  = "Percent Free";
     series2.View  = fullStackedBarSeriesView2;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.xrChart1.SeriesTemplate.View = fullStackedBarSeriesView3;
     this.xrChart1.SizeF = new System.Drawing.SizeF(548.0738F, 200F);
     this.xrChart1.StylePriority.UseBackColor = false;
     this.xrChart1.Visible      = false;
     this.xrChart1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrChart1_BeforePrint);
     //
     // DominoDiskHealthLocXtraRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3,
         this.PageFooter,
         this.ReportFooter
     });
     this.Landscape  = true;
     this.PageColor  = System.Drawing.Color.Transparent;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.LocationName
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.EvenStyle,
         this.OddStyle,
         this.HeaderStyle
     });
     this.Version      = "13.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DominoDiskHealthLocXtraRpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation           textAnnotation1           = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint1         = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition1             = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.ImgLogo               = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeMunicipio      = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeSecretaria     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2               = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDRE                = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTitulo             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.GroupHeader2          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblSemRegistroGrafico = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader3          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrChart1              = new DevExpress.XtraReports.UI.XRChart();
     this.lblTurma              = new DevExpress.XtraReports.UI.XRLabel();
     this.dsGestaoEscolar1      = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolar();
     this.neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter();
     this.ESCID = new DevExpress.XtraReports.Parameters.Parameter();
     this.UNIID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CALID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CURID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRRID = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRPID = new DevExpress.XtraReports.Parameters.Parameter();
     this.TDSID = new DevExpress.XtraReports.Parameters.Parameter();
     this.TPCID = new DevExpress.XtraReports.Parameters.Parameter();
     this.USUID = new DevExpress.XtraReports.Parameters.Parameter();
     this.GRUID = new DevExpress.XtraReports.Parameters.Parameter();
     this.ENTID = new DevExpress.XtraReports.Parameters.Parameter();
     this.ADM   = new DevExpress.XtraReports.Parameters.Parameter();
     this.NIVELENSINOEDUCACAOINFANTIL = new DevExpress.XtraReports.Parameters.Parameter();
     this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.lblMensagem  = new DevExpress.XtraReports.UI.XRLabel();
     this.CAPID        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.ARQID_LOGO   = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.Expanded      = false;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.ImgLogo,
         this.xrLabel1,
         this.lblNomeMunicipio,
         this.lblNomeSecretaria,
         this.xrLine2,
         this.xrLabel8,
         this.lblDRE,
         this.lblTitulo,
         this.xrPageInfo1
     });
     this.GroupHeader1.Dpi          = 100F;
     this.GroupHeader1.HeightF      = 160.6249F;
     this.GroupHeader1.Level        = 2;
     this.GroupHeader1.Name         = "GroupHeader1";
     this.GroupHeader1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint);
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.cal_ano", "Ano letivo: {0}")
     });
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(0.29F, 115F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(699.71F, 18F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ImgLogo
     //
     this.ImgLogo.Dpi           = 100F;
     this.ImgLogo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.ImgLogo.Name          = "ImgLogo";
     this.ImgLogo.SizeF         = new System.Drawing.SizeF(94.7505F, 80.00001F);
     this.ImgLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.esc_nome")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 60.00004F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeMunicipio
     //
     this.lblNomeMunicipio.Dpi                            = 100F;
     this.lblNomeMunicipio.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeMunicipio.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 0F);
     this.lblNomeMunicipio.Name                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeMunicipio.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.lblNomeMunicipio.StylePriority.UseFont          = false;
     this.lblNomeMunicipio.StylePriority.UseTextAlignment = false;
     this.lblNomeMunicipio.Text                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeSecretaria
     //
     this.lblNomeSecretaria.Dpi                            = 100F;
     this.lblNomeSecretaria.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeSecretaria.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16405F, 20.00001F);
     this.lblNomeSecretaria.Name                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeSecretaria.SizeF                          = new System.Drawing.SizeF(509.4993F, 20F);
     this.lblNomeSecretaria.StylePriority.UseFont          = false;
     this.lblNomeSecretaria.StylePriority.UseTextAlignment = false;
     this.lblNomeSecretaria.Text                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0.5865892F, 152.6249F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(699.4134F, 8F);
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_RelatorioGrafConsAtivAvaliada_Cabecalho.Ciclo")
     });
     this.xrLabel8.Dpi                            = 100F;
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2899965F, 134.62F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(545.2533F, 18F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDRE
     //
     this.lblDRE.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.uadSuperior_nome")
     });
     this.lblDRE.Dpi                            = 100F;
     this.lblDRE.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblDRE.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16405F, 40.00003F);
     this.lblDRE.Name                           = "lblDRE";
     this.lblDRE.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDRE.SizeF                          = new System.Drawing.SizeF(509.4993F, 20F);
     this.lblDRE.StylePriority.UseFont          = false;
     this.lblDRE.StylePriority.UseTextAlignment = false;
     this.lblDRE.Text                           = "lblDRE";
     this.lblDRE.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblTitulo
     //
     this.lblTitulo.Dpi                            = 100F;
     this.lblTitulo.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.lblTitulo.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 90F);
     this.lblTitulo.Name                           = "lblTitulo";
     this.lblTitulo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTitulo.SizeF                          = new System.Drawing.SizeF(699.71F, 23F);
     this.lblTitulo.StylePriority.UseFont          = false;
     this.lblTitulo.StylePriority.UseTextAlignment = false;
     this.lblTitulo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 100F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrPageInfo1.Format                         = "Data de emissão: {0:dd/MM/yyyy}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(545.5433F, 134.62F);
     this.xrPageInfo1.Name                           = "xrPageInfo1";
     this.xrPageInfo1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo                       = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                          = new System.Drawing.SizeF(154.1667F, 18F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblSemRegistroGrafico
     });
     this.GroupHeader2.Dpi          = 100F;
     this.GroupHeader2.HeightF      = 45F;
     this.GroupHeader2.Level        = 1;
     this.GroupHeader2.Name         = "GroupHeader2";
     this.GroupHeader2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader2_BeforePrint);
     //
     // lblSemRegistroGrafico
     //
     this.lblSemRegistroGrafico.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.lblSemRegistroGrafico.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.lblSemRegistroGrafico.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblSemRegistroGrafico.CanShrink     = true;
     this.lblSemRegistroGrafico.Dpi           = 100F;
     this.lblSemRegistroGrafico.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSemRegistroGrafico.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblSemRegistroGrafico.Name          = "lblSemRegistroGrafico";
     this.lblSemRegistroGrafico.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.lblSemRegistroGrafico.SizeF         = new System.Drawing.SizeF(699.9997F, 45F);
     this.lblSemRegistroGrafico.StylePriority.UseBackColor     = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorderColor   = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorders       = false;
     this.lblSemRegistroGrafico.StylePriority.UseFont          = false;
     this.lblSemRegistroGrafico.StylePriority.UsePadding       = false;
     this.lblSemRegistroGrafico.StylePriority.UseTextAlignment = false;
     this.lblSemRegistroGrafico.Text          = "Não existe resultado para a pesquisa selecionada.";
     this.lblSemRegistroGrafico.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.GroupHeader3.Dpi = 100F;
     this.GroupHeader3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("tpc_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_ordem", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tpc_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_nome", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("tds_id", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader3.HeightF      = 363.9584F;
     this.GroupHeader3.Name         = "GroupHeader3";
     this.GroupHeader3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader3_BeforePrint);
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1,
         this.lblTurma
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(699.7068F, 363.9584F);
     //
     // xrChart1
     //
     chartAnchorPoint1.Y               = 43;
     textAnnotation1.AnchorPoint       = chartAnchorPoint1;
     textAnnotation1.AutoSize          = false;
     textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Height            = 20;
     textAnnotation1.Name              = "annLegenda";
     textAnnotation1.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner          = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition1.InnerIndents.Bottom = 229;
     freePosition1.InnerIndents.Left   = 0;
     freePosition1.InnerIndents.Right  = 29;
     freePosition1.InnerIndents.Top    = 14;
     textAnnotation1.ShapePosition     = freePosition1;
     textAnnotation1.Text              = "Legend";
     textAnnotation1.TextAlignment     = System.Drawing.StringAlignment.Far;
     textAnnotation1.Width             = 45;
     this.xrChart1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChart1.BorderColor          = System.Drawing.Color.Black;
     this.xrChart1.Borders              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Dpi                  = 100F;
     this.xrChart1.Legend.Name          = "Default Legend";
     this.xrChart1.Legend.Padding.Right = 20;
     this.xrChart1.Legend.Padding.Top   = 20;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(10.00001F, 34.45835F);
     this.xrChart1.Name                 = "xrChart1";
     this.xrChart1.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.View  = fullStackedBarSeriesView1;
     this.xrChart1.SizeF                = new System.Drawing.SizeF(680F, 318.0417F);
     //
     // lblTurma
     //
     this.lblTurma.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "NEW_Relatorio_GrafComponenteCurricularTurmas.dis_tpc_nome")
     });
     this.lblTurma.Dpi                            = 100F;
     this.lblTurma.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblTurma.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblTurma.Name                           = "lblTurma";
     this.lblTurma.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTurma.SizeF                          = new System.Drawing.SizeF(699.4133F, 23F);
     this.lblTurma.StylePriority.UseFont          = false;
     this.lblTurma.StylePriority.UseTextAlignment = false;
     this.lblTurma.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // dsGestaoEscolar1
     //
     this.dsGestaoEscolar1.DataSetName             = "DSGestaoEscolar";
     this.dsGestaoEscolar1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter
     //
     this.neW_RelatorioGrafConsAtivAvaliada_CabecalhoTableAdapter.ClearBeforeFill = true;
     //
     // ESCID
     //
     this.ESCID.Name = "ESCID";
     //
     // UNIID
     //
     this.UNIID.Name = "UNIID";
     //
     // CALID
     //
     this.CALID.Name = "CALID";
     //
     // CURID
     //
     this.CURID.Name = "CURID";
     //
     // CRRID
     //
     this.CRRID.Name = "CRRID";
     //
     // CRPID
     //
     this.CRPID.Name = "CRPID";
     //
     // TDSID
     //
     this.TDSID.Name = "TDSID";
     //
     // TPCID
     //
     this.TPCID.Name = "TPCID";
     //
     // USUID
     //
     this.USUID.Name = "USUID";
     //
     // GRUID
     //
     this.GRUID.Name = "GRUID";
     //
     // ENTID
     //
     this.ENTID.Name = "ENTID";
     //
     // ADM
     //
     this.ADM.Name = "ADM";
     //
     // NIVELENSINOEDUCACAOINFANTIL
     //
     this.NIVELENSINOEDUCACAOINFANTIL.Name = "NIVELENSINOEDUCACAOINFANTIL";
     //
     // nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter
     //
     this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter.ClearBeforeFill = true;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblMensagem
     });
     this.ReportFooter.Dpi     = 100F;
     this.ReportFooter.HeightF = 13.625F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // lblMensagem
     //
     this.lblMensagem.Dpi                   = 100F;
     this.lblMensagem.Font                  = new System.Drawing.Font("Arial", 7F);
     this.lblMensagem.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblMensagem.Name                  = "lblMensagem";
     this.lblMensagem.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMensagem.SizeF                 = new System.Drawing.SizeF(699.4133F, 13.625F);
     this.lblMensagem.StylePriority.UseFont = false;
     this.lblMensagem.Text                  = "lblMensagem";
     //
     // CAPID
     //
     this.CAPID.Name = "CAPID";
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(95.16392F, 0F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(509.4994F, 20F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "lblNomeMunicipio";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ARQID_LOGO
     //
     this.ARQID_LOGO.Name      = "ARQID_LOGO";
     this.ARQID_LOGO.Type      = typeof(int);
     this.ARQID_LOGO.ValueInfo = "-1";
     //
     // RelGrafComponenteCurricularTurmas
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3,
         this.ReportFooter
     });
     this.DataAdapter = this.nEW_Relatorio_GrafComponenteCurricularTurmasTableAdapter;
     this.DataMember  = "NEW_Relatorio_GrafComponenteCurricularTurmas";
     this.DataSource  = this.dsGestaoEscolar1;
     this.Margins     = new System.Drawing.Printing.Margins(100, 50, 100, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ESCID,
         this.UNIID,
         this.CALID,
         this.CAPID,
         this.CURID,
         this.CRRID,
         this.CRPID,
         this.TDSID,
         this.TPCID,
         this.USUID,
         this.GRUID,
         this.ENTID,
         this.ADM,
         this.NIVELENSINOEDUCACAOINFANTIL,
         this.ARQID_LOGO
     });
     this.Version             = "16.1";
     this.DataSourceDemanded += new System.EventHandler <System.EventArgs>(this.RelGrafComponenteCurricularTurmas_DataSourceDemanded);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState1 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
     DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState2 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
     DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState3 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
     DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState4 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel1 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
     DevExpress.XtraCharts.FullStackedBarSeriesView  fullStackedBarSeriesView1  = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel2 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
     DevExpress.XtraCharts.FullStackedBarSeriesView  fullStackedBarSeriesView2  = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel3 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel();
     DevExpress.XtraCharts.FullStackedBarSeriesView  fullStackedBarSeriesView3  = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.linearScaleComponent2    = new DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleComponent();
     this.stateIndicatorComponent1 = new DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorComponent();
     this.labelComponent3          = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.labelComponent4          = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.labelComponent1          = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.labelComponent2          = new DevExpress.XtraGauges.Win.Base.LabelComponent();
     this.chartControl1            = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.linearScaleComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stateIndicatorComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // linearScaleComponent2
     //
     this.linearScaleComponent2.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.linearScaleComponent2.EndPoint                   = new DevExpress.XtraGauges.Core.Base.PointF2D(62.5F, 33F);
     this.linearScaleComponent2.MajorTickCount             = 6;
     this.linearScaleComponent2.MajorTickmark.FormatString = "{0:F0}";
     this.linearScaleComponent2.MajorTickmark.ShapeOffset  = -22F;
     this.linearScaleComponent2.MajorTickmark.ShapeType    = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Linear_Style7_3;
     this.linearScaleComponent2.MajorTickmark.TextOffset   = -40F;
     this.linearScaleComponent2.MaxValue                   = 500F;
     this.linearScaleComponent2.MinorTickCount             = 4;
     this.linearScaleComponent2.MinorTickmark.ShapeOffset  = -14F;
     this.linearScaleComponent2.MinorTickmark.ShapeType    = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Linear_Style7_2;
     this.linearScaleComponent2.Name       = "scale2";
     this.linearScaleComponent2.StartPoint = new DevExpress.XtraGauges.Core.Base.PointF2D(62.5F, 217F);
     //
     // stateIndicatorComponent1
     //
     this.stateIndicatorComponent1.Center     = new DevExpress.XtraGauges.Core.Base.PointF2D(124F, 124F);
     this.stateIndicatorComponent1.Name       = "stateIndicatorComponent4";
     this.stateIndicatorComponent1.Size       = new System.Drawing.SizeF(100F, 200F);
     this.stateIndicatorComponent1.StateIndex = 0;
     indicatorState1.Name      = "State1";
     indicatorState1.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.TrafficLight1;
     indicatorState2.Name      = "State2";
     indicatorState2.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.TrafficLight2;
     indicatorState3.Name      = "State3";
     indicatorState3.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.TrafficLight3;
     indicatorState4.Name      = "State4";
     indicatorState4.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.TrafficLight4;
     this.stateIndicatorComponent1.States.AddRange(new DevExpress.XtraGauges.Core.Model.IIndicatorState[] {
         indicatorState1,
         indicatorState2,
         indicatorState3,
         indicatorState4
     });
     //
     // labelComponent3
     //
     this.labelComponent3.AllowHTMLString          = true;
     this.labelComponent3.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.labelComponent3.Name     = "LabelTitulo";
     this.labelComponent3.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(127.5F, 14.1F);
     this.labelComponent3.Text     = "<b>Titulo</b>";
     this.labelComponent3.ZOrder   = -1001;
     //
     // labelComponent4
     //
     this.labelComponent4.AllowHTMLString          = true;
     this.labelComponent4.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.labelComponent4.Name     = "LabelNumero";
     this.labelComponent4.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(124.5F, 238.9F);
     this.labelComponent4.Text     = "0";
     this.labelComponent4.ZOrder   = -1001;
     //
     // labelComponent1
     //
     this.labelComponent1.AllowHTMLString          = true;
     this.labelComponent1.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.labelComponent1.Name     = "stateIndicatorGauge1_Label1";
     this.labelComponent1.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(127.5F, 14.1F);
     this.labelComponent1.Text     = "<b>Titulo</b>";
     this.labelComponent1.ZOrder   = -1001;
     //
     // labelComponent2
     //
     this.labelComponent2.AllowHTMLString          = true;
     this.labelComponent2.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Black");
     this.labelComponent2.Name     = "stateIndicatorGauge1_Label1";
     this.labelComponent2.Position = new DevExpress.XtraGauges.Core.Base.PointF2D(127.5F, 14.1F);
     this.labelComponent2.Text     = "<b>Titulo</b>";
     this.labelComponent2.ZOrder   = -1001;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram  = xyDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(204, 108);
     this.chartControl1.Name     = "chartControl1";
     fullStackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
     series1.Label = fullStackedBarSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = fullStackedBarSeriesView1;
     fullStackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
     series2.Label = fullStackedBarSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = fullStackedBarSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     fullStackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
     this.chartControl1.SeriesTemplate.Label = fullStackedBarSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = fullStackedBarSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(300, 200);
     this.chartControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(869, 495);
     this.Controls.Add(this.chartControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.linearScaleComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stateIndicatorComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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();
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram  xyDiagram2  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series     series3     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     DevExpress.XtraCharts.ChartTitle chartTitle2             = new DevExpress.XtraCharts.ChartTitle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOgrenci));
     this.xtraTabControl1  = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1     = new DevExpress.XtraTab.XtraTabPage();
     this.chrtİstatistik   = new DevExpress.XtraCharts.ChartControl();
     this.label1           = new System.Windows.Forms.Label();
     this.lblOgrenciAd     = new System.Windows.Forms.Label();
     this.lblOgrenciEPosta = new System.Windows.Forms.Label();
     this.lblOgrenciTel    = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.xtraTabPage2     = new DevExpress.XtraTab.XtraTabPage();
     this.chrtSinav        = new DevExpress.XtraCharts.ChartControl();
     this.BtnD             = new System.Windows.Forms.Button();
     this.BtnC             = new System.Windows.Forms.Button();
     this.btnB             = new System.Windows.Forms.Button();
     this.btnA             = new System.Windows.Forms.Button();
     this.txtCozulenSoru   = new System.Windows.Forms.Label();
     this.btnSonrakisoru   = new System.Windows.Forms.Button();
     this.label12          = new System.Windows.Forms.Label();
     this.lblSaniye        = new System.Windows.Forms.Label();
     this.lblDakika        = new System.Windows.Forms.Label();
     this.btnSınavaBasla   = new System.Windows.Forms.Button();
     this.picCevapC        = new System.Windows.Forms.PictureBox();
     this.picCevapD        = new System.Windows.Forms.PictureBox();
     this.picCevapB        = new System.Windows.Forms.PictureBox();
     this.picCevapA        = new System.Windows.Forms.PictureBox();
     this.picSoru          = new System.Windows.Forms.PictureBox();
     this.progressBar1     = new System.Windows.Forms.ProgressBar();
     this.rchCevapD        = new System.Windows.Forms.RichTextBox();
     this.rchCevapC        = new System.Windows.Forms.RichTextBox();
     this.rchCevapB        = new System.Windows.Forms.RichTextBox();
     this.rchCevapA        = new System.Windows.Forms.RichTextBox();
     this.rchSoru          = new System.Windows.Forms.RichTextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.sınavSuresi      = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chrtİstatistik)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chrtSinav)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapA)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSoru)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
     this.xtraTabControl1.Location          = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.MultiLine         = DevExpress.Utils.DefaultBoolean.True;
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(877, 594);
     this.xtraTabControl1.TabIndex        = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.chrtİstatistik);
     this.xtraTabPage1.Controls.Add(this.label1);
     this.xtraTabPage1.Controls.Add(this.lblOgrenciAd);
     this.xtraTabPage1.Controls.Add(this.lblOgrenciEPosta);
     this.xtraTabPage1.Controls.Add(this.lblOgrenciTel);
     this.xtraTabPage1.Controls.Add(this.label5);
     this.xtraTabPage1.Controls.Add(this.label4);
     this.xtraTabPage1.Controls.Add(this.label3);
     this.xtraTabPage1.Name            = "xtraTabPage1";
     this.xtraTabPage1.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False;
     this.xtraTabPage1.Size            = new System.Drawing.Size(871, 566);
     this.xtraTabPage1.Text            = "Öğrenci Bilgileri";
     //
     // chrtİstatistik
     //
     xyDiagram1.AxisX.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisX.Title.MaxLineCount               = 5;
     xyDiagram1.AxisX.Title.Text                       = "Konular";
     xyDiagram1.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.GridLines.Visible                = false;
     xyDiagram1.AxisY.MinorCount                       = 1;
     xyDiagram1.AxisY.Tickmarks.MinorVisible           = false;
     xyDiagram1.AxisY.Title.Text                       = "Başarı Oranları";
     xyDiagram1.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.Visibility                       = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram1.AxisY.VisualRange.Auto                 = false;
     xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "1";
     xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
     this.chrtİstatistik.Diagram                       = xyDiagram1;
     this.chrtİstatistik.Legend.Name                   = "Default Legend";
     this.chrtİstatistik.Legend.Visibility             = DevExpress.Utils.DefaultBoolean.False;
     this.chrtİstatistik.Location                      = new System.Drawing.Point(12, 151);
     this.chrtİstatistik.Name               = "chrtİstatistik";
     series1.Name                           = "dogrular";
     fullStackedBarSeriesView1.BarWidth     = 0.5D;
     fullStackedBarSeriesView1.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series1.View                           = fullStackedBarSeriesView1;
     series2.Name                           = "yanlislar";
     fullStackedBarSeriesView2.BarWidth     = 0.5D;
     fullStackedBarSeriesView2.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series2.View                           = fullStackedBarSeriesView2;
     this.chrtİstatistik.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chrtİstatistik.SeriesTemplate.SeriesColorizer = null;
     this.chrtİstatistik.Size     = new System.Drawing.Size(851, 411);
     this.chrtİstatistik.TabIndex = 9;
     chartTitle1.Text             = "İstatistikleriniz";
     this.chrtİstatistik.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label1.Location = new System.Drawing.Point(27, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(145, 19);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Öğrenci Bilgileri:";
     //
     // lblOgrenciAd
     //
     this.lblOgrenciAd.AutoSize = true;
     this.lblOgrenciAd.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblOgrenciAd.Location = new System.Drawing.Point(177, 38);
     this.lblOgrenciAd.Name     = "lblOgrenciAd";
     this.lblOgrenciAd.Size     = new System.Drawing.Size(59, 19);
     this.lblOgrenciAd.TabIndex = 7;
     this.lblOgrenciAd.Text     = "xxxxx";
     //
     // lblOgrenciEPosta
     //
     this.lblOgrenciEPosta.AccessibleRole = System.Windows.Forms.AccessibleRole.Clock;
     this.lblOgrenciEPosta.AutoSize       = true;
     this.lblOgrenciEPosta.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblOgrenciEPosta.Location       = new System.Drawing.Point(177, 73);
     this.lblOgrenciEPosta.Name           = "lblOgrenciEPosta";
     this.lblOgrenciEPosta.Size           = new System.Drawing.Size(59, 19);
     this.lblOgrenciEPosta.TabIndex       = 6;
     this.lblOgrenciEPosta.Text           = "xxxxx";
     //
     // lblOgrenciTel
     //
     this.lblOgrenciTel.AutoSize = true;
     this.lblOgrenciTel.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblOgrenciTel.Location = new System.Drawing.Point(177, 108);
     this.lblOgrenciTel.Name     = "lblOgrenciTel";
     this.lblOgrenciTel.Size     = new System.Drawing.Size(59, 19);
     this.lblOgrenciTel.TabIndex = 5;
     this.lblOgrenciTel.Text     = "xxxxx";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label5.Location = new System.Drawing.Point(66, 38);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(106, 19);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Adı Soyadı :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label4.Location = new System.Drawing.Point(76, 73);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 19);
     this.label4.TabIndex = 3;
     this.label4.Text     = "E-Postası :";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label3.Location = new System.Drawing.Point(8, 108);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(164, 19);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Telefon Numarası :";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.chrtSinav);
     this.xtraTabPage2.Controls.Add(this.BtnD);
     this.xtraTabPage2.Controls.Add(this.BtnC);
     this.xtraTabPage2.Controls.Add(this.btnB);
     this.xtraTabPage2.Controls.Add(this.btnA);
     this.xtraTabPage2.Controls.Add(this.txtCozulenSoru);
     this.xtraTabPage2.Controls.Add(this.btnSonrakisoru);
     this.xtraTabPage2.Controls.Add(this.label12);
     this.xtraTabPage2.Controls.Add(this.lblSaniye);
     this.xtraTabPage2.Controls.Add(this.lblDakika);
     this.xtraTabPage2.Controls.Add(this.btnSınavaBasla);
     this.xtraTabPage2.Controls.Add(this.picCevapC);
     this.xtraTabPage2.Controls.Add(this.picCevapD);
     this.xtraTabPage2.Controls.Add(this.picCevapB);
     this.xtraTabPage2.Controls.Add(this.picCevapA);
     this.xtraTabPage2.Controls.Add(this.picSoru);
     this.xtraTabPage2.Controls.Add(this.progressBar1);
     this.xtraTabPage2.Controls.Add(this.rchCevapD);
     this.xtraTabPage2.Controls.Add(this.rchCevapC);
     this.xtraTabPage2.Controls.Add(this.rchCevapB);
     this.xtraTabPage2.Controls.Add(this.rchCevapA);
     this.xtraTabPage2.Controls.Add(this.rchSoru);
     this.xtraTabPage2.Controls.Add(this.label2);
     this.xtraTabPage2.Name            = "xtraTabPage2";
     this.xtraTabPage2.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False;
     this.xtraTabPage2.Size            = new System.Drawing.Size(871, 566);
     this.xtraTabPage2.Text            = "Test Çöz";
     //
     // chrtSinav
     //
     xyDiagram2.AxisX.Tickmarks.MinorVisible           = false;
     xyDiagram2.AxisX.Title.MaxLineCount               = 5;
     xyDiagram2.AxisX.Title.Text                       = "Konular";
     xyDiagram2.AxisX.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisX.VisibleInPanesSerializable       = "-1";
     xyDiagram2.AxisY.GridLines.Visible                = false;
     xyDiagram2.AxisY.MinorCount                       = 1;
     xyDiagram2.AxisY.Tickmarks.MinorVisible           = false;
     xyDiagram2.AxisY.Title.Text                       = "Başarı Oranları";
     xyDiagram2.AxisY.Title.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.Visibility                       = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram2.AxisY.VisibleInPanesSerializable       = "-1";
     xyDiagram2.AxisY.VisualRange.Auto                 = false;
     xyDiagram2.AxisY.VisualRange.MaxValueSerializable = "1";
     xyDiagram2.AxisY.VisualRange.MinValueSerializable = "0";
     this.chrtSinav.Diagram           = xyDiagram2;
     this.chrtSinav.Legend.Name       = "Default Legend";
     this.chrtSinav.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chrtSinav.Location          = new System.Drawing.Point(9, 258);
     this.chrtSinav.Name = "chrtSinav";
     series3.Name        = "dogrular";
     fullStackedBarSeriesView3.BarWidth = 0.5D;
     fullStackedBarSeriesView3.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     series3.View = fullStackedBarSeriesView3;
     series4.Name = "yanlislar";
     fullStackedBarSeriesView4.BarWidth = 0.5D;
     fullStackedBarSeriesView4.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series4.View = fullStackedBarSeriesView4;
     this.chrtSinav.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     this.chrtSinav.SeriesTemplate.SeriesColorizer = null;
     this.chrtSinav.Size     = new System.Drawing.Size(854, 275);
     this.chrtSinav.TabIndex = 31;
     chartTitle2.Text        = "Sınav İstatistikleriniz";
     this.chrtSinav.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     this.chrtSinav.Visible = false;
     //
     // BtnD
     //
     this.BtnD.Enabled  = false;
     this.BtnD.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.BtnD.Location = new System.Drawing.Point(440, 405);
     this.BtnD.Name     = "BtnD";
     this.BtnD.Size     = new System.Drawing.Size(23, 128);
     this.BtnD.TabIndex = 30;
     this.BtnD.Text     = "D";
     this.BtnD.UseVisualStyleBackColor = true;
     this.BtnD.Visible = false;
     this.BtnD.Click  += new System.EventHandler(this.BtnD_Click);
     //
     // BtnC
     //
     this.BtnC.Enabled  = false;
     this.BtnC.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.BtnC.Location = new System.Drawing.Point(7, 405);
     this.BtnC.Name     = "BtnC";
     this.BtnC.Size     = new System.Drawing.Size(23, 128);
     this.BtnC.TabIndex = 29;
     this.BtnC.Text     = "C";
     this.BtnC.UseVisualStyleBackColor = true;
     this.BtnC.Visible = false;
     this.BtnC.Click  += new System.EventHandler(this.BtnC_Click);
     //
     // btnB
     //
     this.btnB.Enabled  = false;
     this.btnB.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnB.Location = new System.Drawing.Point(436, 258);
     this.btnB.Name     = "btnB";
     this.btnB.Size     = new System.Drawing.Size(23, 128);
     this.btnB.TabIndex = 28;
     this.btnB.Text     = "B";
     this.btnB.UseVisualStyleBackColor = true;
     this.btnB.Visible = false;
     this.btnB.Click  += new System.EventHandler(this.btnB_Click);
     //
     // btnA
     //
     this.btnA.Enabled  = false;
     this.btnA.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnA.Location = new System.Drawing.Point(7, 258);
     this.btnA.Name     = "btnA";
     this.btnA.Size     = new System.Drawing.Size(23, 128);
     this.btnA.TabIndex = 27;
     this.btnA.Text     = "A";
     this.btnA.UseVisualStyleBackColor = true;
     this.btnA.Visible = false;
     this.btnA.Click  += new System.EventHandler(this.btnA_Click);
     //
     // txtCozulenSoru
     //
     this.txtCozulenSoru.AutoSize = true;
     this.txtCozulenSoru.Location = new System.Drawing.Point(410, 551);
     this.txtCozulenSoru.Name     = "txtCozulenSoru";
     this.txtCozulenSoru.Size     = new System.Drawing.Size(13, 13);
     this.txtCozulenSoru.TabIndex = 26;
     this.txtCozulenSoru.Text     = "0";
     //
     // btnSonrakisoru
     //
     this.btnSonrakisoru.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnSonrakisoru.Location = new System.Drawing.Point(720, 539);
     this.btnSonrakisoru.Name     = "btnSonrakisoru";
     this.btnSonrakisoru.Size     = new System.Drawing.Size(151, 27);
     this.btnSonrakisoru.TabIndex = 23;
     this.btnSonrakisoru.Text     = "Sonraki Soru";
     this.btnSonrakisoru.UseVisualStyleBackColor = true;
     this.btnSonrakisoru.Visible = false;
     this.btnSonrakisoru.Click  += new System.EventHandler(this.btnSonrakisoru_Click);
     //
     // label12
     //
     this.label12.AutoSize    = true;
     this.label12.BackColor   = System.Drawing.Color.Transparent;
     this.label12.Font        = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label12.ForeColor   = System.Drawing.Color.Black;
     this.label12.Location    = new System.Drawing.Point(436, 6);
     this.label12.Name        = "label12";
     this.label12.Size        = new System.Drawing.Size(13, 18);
     this.label12.TabIndex    = 22;
     this.label12.Text        = ":";
     this.label12.UseMnemonic = false;
     //
     // lblSaniye
     //
     this.lblSaniye.AutoSize    = true;
     this.lblSaniye.BackColor   = System.Drawing.Color.Transparent;
     this.lblSaniye.Font        = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblSaniye.ForeColor   = System.Drawing.Color.Black;
     this.lblSaniye.Location    = new System.Drawing.Point(448, 6);
     this.lblSaniye.Name        = "lblSaniye";
     this.lblSaniye.Size        = new System.Drawing.Size(28, 18);
     this.lblSaniye.TabIndex    = 21;
     this.lblSaniye.Text        = "00";
     this.lblSaniye.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblSaniye.UseMnemonic = false;
     //
     // lblDakika
     //
     this.lblDakika.AutoSize    = true;
     this.lblDakika.BackColor   = System.Drawing.Color.Transparent;
     this.lblDakika.Font        = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblDakika.ForeColor   = System.Drawing.Color.Black;
     this.lblDakika.Location    = new System.Drawing.Point(409, 6);
     this.lblDakika.Name        = "lblDakika";
     this.lblDakika.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblDakika.Size        = new System.Drawing.Size(28, 18);
     this.lblDakika.TabIndex    = 20;
     this.lblDakika.Text        = "00";
     this.lblDakika.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.lblDakika.UseMnemonic = false;
     //
     // btnSınavaBasla
     //
     this.btnSınavaBasla.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnSınavaBasla.Location = new System.Drawing.Point(3, 217);
     this.btnSınavaBasla.Name     = "btnSınavaBasla";
     this.btnSınavaBasla.Size     = new System.Drawing.Size(861, 35);
     this.btnSınavaBasla.TabIndex = 19;
     this.btnSınavaBasla.Text     = "Sınava Başla ";
     this.btnSınavaBasla.UseVisualStyleBackColor = true;
     this.btnSınavaBasla.Click += new System.EventHandler(this.btnSınavaBasla_Click);
     //
     // picCevapC
     //
     this.picCevapC.Location = new System.Drawing.Point(33, 405);
     this.picCevapC.Name     = "picCevapC";
     this.picCevapC.Size     = new System.Drawing.Size(401, 128);
     this.picCevapC.TabIndex = 18;
     this.picCevapC.TabStop  = false;
     this.picCevapC.Visible  = false;
     //
     // picCevapD
     //
     this.picCevapD.Location = new System.Drawing.Point(466, 405);
     this.picCevapD.Name     = "picCevapD";
     this.picCevapD.Size     = new System.Drawing.Size(401, 128);
     this.picCevapD.TabIndex = 17;
     this.picCevapD.TabStop  = false;
     this.picCevapD.Visible  = false;
     //
     // picCevapB
     //
     this.picCevapB.Location = new System.Drawing.Point(463, 258);
     this.picCevapB.Name     = "picCevapB";
     this.picCevapB.Size     = new System.Drawing.Size(401, 128);
     this.picCevapB.TabIndex = 16;
     this.picCevapB.TabStop  = false;
     this.picCevapB.Visible  = false;
     //
     // picCevapA
     //
     this.picCevapA.Location = new System.Drawing.Point(33, 258);
     this.picCevapA.Name     = "picCevapA";
     this.picCevapA.Size     = new System.Drawing.Size(401, 128);
     this.picCevapA.TabIndex = 15;
     this.picCevapA.TabStop  = false;
     this.picCevapA.Visible  = false;
     //
     // picSoru
     //
     this.picSoru.Location = new System.Drawing.Point(248, 35);
     this.picSoru.Name     = "picSoru";
     this.picSoru.Size     = new System.Drawing.Size(374, 148);
     this.picSoru.TabIndex = 14;
     this.picSoru.TabStop  = false;
     this.picSoru.Visible  = false;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(3, 4);
     this.progressBar1.Maximum  = 3600;
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(865, 25);
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 13;
     this.progressBar1.Tag      = "";
     //
     // rchCevapD
     //
     this.rchCevapD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.rchCevapD.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rchCevapD.Font        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)), true);
     this.rchCevapD.Location    = new System.Drawing.Point(468, 408);
     this.rchCevapD.Name        = "rchCevapD";
     this.rchCevapD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.rchCevapD.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rchCevapD.Size        = new System.Drawing.Size(379, 125);
     this.rchCevapD.TabIndex    = 12;
     this.rchCevapD.Text        = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +
                                  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n";
     this.rchCevapD.Visible = false;
     //
     // rchCevapC
     //
     this.rchCevapC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.rchCevapC.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rchCevapC.Font        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)), true);
     this.rchCevapC.Location    = new System.Drawing.Point(33, 412);
     this.rchCevapC.Name        = "rchCevapC";
     this.rchCevapC.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.rchCevapC.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rchCevapC.Size        = new System.Drawing.Size(379, 125);
     this.rchCevapC.TabIndex    = 11;
     this.rchCevapC.Text        = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +
                                  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n";
     this.rchCevapC.Visible = false;
     //
     // rchCevapB
     //
     this.rchCevapB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.rchCevapB.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rchCevapB.Font        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)), true);
     this.rchCevapB.Location    = new System.Drawing.Point(468, 261);
     this.rchCevapB.Name        = "rchCevapB";
     this.rchCevapB.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.rchCevapB.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rchCevapB.Size        = new System.Drawing.Size(379, 125);
     this.rchCevapB.TabIndex    = 10;
     this.rchCevapB.Text        = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +
                                  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n";
     this.rchCevapB.Visible = false;
     //
     // rchCevapA
     //
     this.rchCevapA.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.rchCevapA.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rchCevapA.Font        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)), true);
     this.rchCevapA.Location    = new System.Drawing.Point(33, 261);
     this.rchCevapA.Name        = "rchCevapA";
     this.rchCevapA.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.rchCevapA.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rchCevapA.Size        = new System.Drawing.Size(379, 125);
     this.rchCevapA.TabIndex    = 9;
     this.rchCevapA.Text        = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +
                                  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n";
     this.rchCevapA.Visible = false;
     //
     // rchSoru
     //
     this.rchSoru.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.rchSoru.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rchSoru.Font        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)), true);
     this.rchSoru.Location    = new System.Drawing.Point(58, 35);
     this.rchSoru.Name        = "rchSoru";
     this.rchSoru.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.rchSoru.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.rchSoru.Size        = new System.Drawing.Size(780, 217);
     this.rchSoru.TabIndex    = 2;
     this.rchSoru.Text        = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +
                                "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n";
     this.rchSoru.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label2.Location = new System.Drawing.Point(3, 35);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 19);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Soru :";
     //
     // sınavSuresi
     //
     this.sınavSuresi.Interval = 1000;
     this.sınavSuresi.Tick    += new System.EventHandler(this.sınavSuresi_Tick);
     //
     // FrmOgrenci
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(877, 594);
     this.Controls.Add(this.xtraTabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmOgrenci";
     this.Text            = "TestCoz - Öğrenci";
     this.Load           += new System.EventHandler(this.FrmOgrenci_Load);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chrtİstatistik)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chrtSinav)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picCevapA)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picSoru)).EndInit();
     this.ResumeLayout(false);
 }
Пример #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.TextAnnotation           textAnnotation1           = new DevExpress.XtraCharts.TextAnnotation();
     DevExpress.XtraCharts.ChartAnchorPoint         chartAnchorPoint1         = new DevExpress.XtraCharts.ChartAnchorPoint();
     DevExpress.XtraCharts.FreePosition             freePosition1             = new DevExpress.XtraCharts.FreePosition();
     DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrChart1              = new DevExpress.XtraReports.UI.XRChart();
     this.GroupHeader2          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblSemRegistroGrafico = new DevExpress.XtraReports.UI.XRLabel();
     this.ENTID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CALID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.ESCID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.UNIID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CURID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRRID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CRPID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.TURID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.UADSUPERIOR       = new DevExpress.XtraReports.Parameters.Parameter();
     this.ADM               = new DevExpress.XtraReports.Parameters.Parameter();
     this.USUID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.GRUID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.ARQID_LOGO        = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader3      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.lblCalendario     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeMunicipio  = new DevExpress.XtraReports.UI.XRLabel();
     this.lblNomeSecretaria = new DevExpress.XtraReports.UI.XRLabel();
     this.lblEscola         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.lblFiltros        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTitulo         = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDRE            = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.ImgLogo           = new DevExpress.XtraReports.UI.XRPictureBox();
     this.dsGestaoEscolar1  = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolar();
     this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter = new MSTech.GestaoEscolar.RelatoriosDevExpress.Doctos.Spo.DSGestaoEscolarTableAdapters.NEW_Relatorio_GraficoJustificativaFaltaTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 75F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 75F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.GroupHeader1.Dpi          = 100F;
     this.GroupHeader1.HeightF      = 438.9584F;
     this.GroupHeader1.Name         = "GroupHeader1";
     this.GroupHeader1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint);
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(1019F, 438.9584F);
     //
     // xrChart1
     //
     chartAnchorPoint1.Y               = 43;
     textAnnotation1.AnchorPoint       = chartAnchorPoint1;
     textAnnotation1.AutoSize          = false;
     textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     textAnnotation1.ConnectorStyle    = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
     textAnnotation1.Height            = 20;
     textAnnotation1.Name              = "annLegenda";
     textAnnotation1.ShapeKind         = DevExpress.XtraCharts.ShapeKind.Rectangle;
     freePosition1.DockCorner          = DevExpress.XtraCharts.DockCorner.RightTop;
     freePosition1.InnerIndents.Bottom = 229;
     freePosition1.InnerIndents.Left   = 0;
     freePosition1.InnerIndents.Right  = 29;
     freePosition1.InnerIndents.Top    = 14;
     textAnnotation1.ShapePosition     = freePosition1;
     textAnnotation1.Text              = "Justificativas de falta";
     textAnnotation1.TextAlignment     = System.Drawing.StringAlignment.Far;
     textAnnotation1.Width             = 45;
     this.xrChart1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
         textAnnotation1
     });
     this.xrChart1.BorderColor          = System.Drawing.Color.Black;
     this.xrChart1.Borders              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.Dpi                  = 100F;
     this.xrChart1.Legend.Name          = "Default Legend";
     this.xrChart1.Legend.Padding.Right = 20;
     this.xrChart1.Legend.Padding.Top   = 20;
     this.xrChart1.LocationFloat        = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrChart1.Name                 = "xrChart1";
     this.xrChart1.SeriesSerializable   = new DevExpress.XtraCharts.Series[0];
     this.xrChart1.SeriesTemplate.View  = fullStackedBarSeriesView1;
     this.xrChart1.SizeF                = new System.Drawing.SizeF(999F, 418.9584F);
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblSemRegistroGrafico
     });
     this.GroupHeader2.Dpi          = 100F;
     this.GroupHeader2.HeightF      = 45F;
     this.GroupHeader2.Level        = 1;
     this.GroupHeader2.Name         = "GroupHeader2";
     this.GroupHeader2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader2_BeforePrint);
     //
     // lblSemRegistroGrafico
     //
     this.lblSemRegistroGrafico.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(252)))), ((int)(((byte)(223)))));
     this.lblSemRegistroGrafico.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(185)))), ((int)(((byte)(9)))));
     this.lblSemRegistroGrafico.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblSemRegistroGrafico.CanShrink     = true;
     this.lblSemRegistroGrafico.Dpi           = 100F;
     this.lblSemRegistroGrafico.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSemRegistroGrafico.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblSemRegistroGrafico.Name          = "lblSemRegistroGrafico";
     this.lblSemRegistroGrafico.Padding       = new DevExpress.XtraPrinting.PaddingInfo(20, 0, 10, 10, 100F);
     this.lblSemRegistroGrafico.SizeF         = new System.Drawing.SizeF(1019F, 45F);
     this.lblSemRegistroGrafico.StylePriority.UseBackColor     = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorderColor   = false;
     this.lblSemRegistroGrafico.StylePriority.UseBorders       = false;
     this.lblSemRegistroGrafico.StylePriority.UseFont          = false;
     this.lblSemRegistroGrafico.StylePriority.UsePadding       = false;
     this.lblSemRegistroGrafico.StylePriority.UseTextAlignment = false;
     this.lblSemRegistroGrafico.Text          = "Não existe resultado para a pesquisa selecionada.";
     this.lblSemRegistroGrafico.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ENTID
     //
     this.ENTID.Name = "ENTID";
     //
     // CALID
     //
     this.CALID.Name = "CALID";
     //
     // ESCID
     //
     this.ESCID.Name = "ESCID";
     //
     // UNIID
     //
     this.UNIID.Name = "UNIID";
     //
     // CURID
     //
     this.CURID.Name = "CURID";
     //
     // CRRID
     //
     this.CRRID.Name = "CRRID";
     //
     // CRPID
     //
     this.CRPID.Name = "CRPID";
     //
     // TURID
     //
     this.TURID.Name = "TURID";
     //
     // UADSUPERIOR
     //
     this.UADSUPERIOR.Name = "UADSUPERIOR";
     //
     // ADM
     //
     this.ADM.Name = "ADM";
     //
     // USUID
     //
     this.USUID.Name = "USUID";
     //
     // GRUID
     //
     this.GRUID.Name = "GRUID";
     //
     // ARQID_LOGO
     //
     this.ARQID_LOGO.Name = "ARQID_LOGO";
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblCalendario,
         this.lblNomeMunicipio,
         this.lblNomeSecretaria,
         this.lblEscola,
         this.xrPageInfo1,
         this.lblFiltros,
         this.lblTitulo,
         this.lblDRE,
         this.xrLine2,
         this.ImgLogo
     });
     this.GroupHeader3.Dpi          = 100F;
     this.GroupHeader3.HeightF      = 161.67F;
     this.GroupHeader3.Level        = 2;
     this.GroupHeader3.Name         = "GroupHeader3";
     this.GroupHeader3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader3_BeforePrint);
     //
     // lblCalendario
     //
     this.lblCalendario.Dpi                            = 100F;
     this.lblCalendario.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.lblCalendario.LocationFloat                  = new DevExpress.Utils.PointFloat(0.5074978F, 115F);
     this.lblCalendario.Name                           = "lblCalendario";
     this.lblCalendario.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblCalendario.SizeF                          = new System.Drawing.SizeF(1018.492F, 18.00001F);
     this.lblCalendario.StylePriority.UseFont          = false;
     this.lblCalendario.StylePriority.UseTextAlignment = false;
     this.lblCalendario.Text                           = "lblCalendario";
     this.lblCalendario.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeMunicipio
     //
     this.lblNomeMunicipio.Dpi                            = 100F;
     this.lblNomeMunicipio.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeMunicipio.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 0F);
     this.lblNomeMunicipio.Name                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeMunicipio.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblNomeMunicipio.StylePriority.UseFont          = false;
     this.lblNomeMunicipio.StylePriority.UseTextAlignment = false;
     this.lblNomeMunicipio.Text                           = "lblNomeMunicipio";
     this.lblNomeMunicipio.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblNomeSecretaria
     //
     this.lblNomeSecretaria.Dpi                            = 100F;
     this.lblNomeSecretaria.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblNomeSecretaria.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 20.00001F);
     this.lblNomeSecretaria.Name                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblNomeSecretaria.SizeF                          = new System.Drawing.SizeF(828.9916F, 20F);
     this.lblNomeSecretaria.StylePriority.UseFont          = false;
     this.lblNomeSecretaria.StylePriority.UseTextAlignment = false;
     this.lblNomeSecretaria.Text                           = "lblNomeSecretaria";
     this.lblNomeSecretaria.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblEscola
     //
     this.lblEscola.Dpi                            = 100F;
     this.lblEscola.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblEscola.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 60.00004F);
     this.lblEscola.Name                           = "lblEscola";
     this.lblEscola.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblEscola.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblEscola.StylePriority.UseFont          = false;
     this.lblEscola.StylePriority.UseTextAlignment = false;
     this.lblEscola.Text                           = "lblEscola";
     this.lblEscola.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 100F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrPageInfo1.Format                         = "Data de emissão: {0:dd/MM/yyyy}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(863.7917F, 135.67F);
     this.xrPageInfo1.Name                           = "xrPageInfo1";
     this.xrPageInfo1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo                       = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                          = new System.Drawing.SizeF(155.2084F, 18F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // lblFiltros
     //
     this.lblFiltros.Dpi                            = 100F;
     this.lblFiltros.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.lblFiltros.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2175013F, 135.67F);
     this.lblFiltros.Name                           = "lblFiltros";
     this.lblFiltros.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblFiltros.SizeF                          = new System.Drawing.SizeF(863.5742F, 18F);
     this.lblFiltros.StylePriority.UseFont          = false;
     this.lblFiltros.StylePriority.UseTextAlignment = false;
     this.lblFiltros.Text                           = "lblFiltros";
     this.lblFiltros.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblTitulo
     //
     this.lblTitulo.Dpi                            = 100F;
     this.lblTitulo.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.lblTitulo.LocationFloat                  = new DevExpress.Utils.PointFloat(0.2175013F, 89.99999F);
     this.lblTitulo.Name                           = "lblTitulo";
     this.lblTitulo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTitulo.SizeF                          = new System.Drawing.SizeF(1018.782F, 23F);
     this.lblTitulo.StylePriority.UseFont          = false;
     this.lblTitulo.StylePriority.UseTextAlignment = false;
     this.lblTitulo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // lblDRE
     //
     this.lblDRE.Dpi                            = 100F;
     this.lblDRE.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.lblDRE.LocationFloat                  = new DevExpress.Utils.PointFloat(95.25801F, 40.00003F);
     this.lblDRE.Name                           = "lblDRE";
     this.lblDRE.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDRE.SizeF                          = new System.Drawing.SizeF(828.9915F, 20F);
     this.lblDRE.StylePriority.UseFont          = false;
     this.lblDRE.StylePriority.UseTextAlignment = false;
     this.lblDRE.Text                           = "lblDRE";
     this.lblDRE.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0.07251104F, 153.67F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(1018.927F, 8F);
     //
     // ImgLogo
     //
     this.ImgLogo.Dpi           = 100F;
     this.ImgLogo.LocationFloat = new DevExpress.Utils.PointFloat(0.5074965F, 0F);
     this.ImgLogo.Name          = "ImgLogo";
     this.ImgLogo.SizeF         = new System.Drawing.SizeF(94.7505F, 80.00001F);
     this.ImgLogo.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // dsGestaoEscolar1
     //
     this.dsGestaoEscolar1.DataSetName             = "DSGestaoEscolar";
     this.dsGestaoEscolar1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // nEW_Relatorio_GraficoJustificativaFaltaTableAdapter
     //
     this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter.ClearBeforeFill = true;
     //
     // GraficoJustificativaFalta
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupHeader3
     });
     this.DataAdapter = this.nEW_Relatorio_GraficoJustificativaFaltaTableAdapter;
     this.DataMember  = "NEW_Relatorio_GraficoJustificativaFalta";
     this.DataSource  = this.dsGestaoEscolar1;
     this.Landscape   = true;
     this.Margins     = new System.Drawing.Printing.Margins(75, 75, 75, 75);
     this.PageHeight  = 827;
     this.PageWidth   = 1169;
     this.PaperKind   = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ENTID,
         this.CALID,
         this.ESCID,
         this.UNIID,
         this.CURID,
         this.CRRID,
         this.CRPID,
         this.TURID,
         this.UADSUPERIOR,
         this.ADM,
         this.USUID,
         this.GRUID,
         this.ARQID_LOGO
     });
     this.Version             = "16.1";
     this.DataSourceDemanded += new System.EventHandler <System.EventArgs>(this.GraficoJustificativaFalta_DataSourceDemanded);
     ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsGestaoEscolar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }