Example #1
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation horizontalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.bntInsert   = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.button1     = new System.Windows.Forms.Button();
     this.lblPath     = new System.Windows.Forms.Label();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.button2     = new System.Windows.Forms.Button();
     this.textsql     = new System.Windows.Forms.TextBox();
     this.groupBox2   = new System.Windows.Forms.GroupBox();
     this.chart1      = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.SystemColors.ActiveCaption;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image    = global::WindowsSubirDatosMysql.Properties.Resources.loading;
     this.pictureBox1.Location = new System.Drawing.Point(117, 57);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(35, 12);
     this.pictureBox1.TabIndex = 11;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Visible  = false;
     //
     // bntInsert
     //
     this.bntInsert.Location = new System.Drawing.Point(0, 46);
     this.bntInsert.Name     = "bntInsert";
     this.bntInsert.Size     = new System.Drawing.Size(75, 23);
     this.bntInsert.TabIndex = 10;
     this.bntInsert.Text     = "Ingresar";
     this.bntInsert.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.label2.Location  = new System.Drawing.Point(6, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(51, 20);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "label2";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(6, 19);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(34, 23);
     this.button1.TabIndex = 8;
     this.button1.Text     = "...";
     this.button1.UseVisualStyleBackColor = true;
     //
     // lblPath
     //
     this.lblPath.AutoSize = true;
     this.lblPath.Location = new System.Drawing.Point(46, 24);
     this.lblPath.Name     = "lblPath";
     this.lblPath.Size     = new System.Drawing.Size(29, 13);
     this.lblPath.TabIndex = 7;
     this.lblPath.Text     = "Path";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textsql);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Location = new System.Drawing.Point(12, 116);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(255, 198);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filtros";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(90, 169);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Filtrar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textsql
     //
     this.textsql.AutoCompleteCustomSource.AddRange(new string[] {
         "select",
         "insert ",
         "delete ",
         "from ",
         "and",
         "where",
         "having",
         "group",
         "table ",
         "procedure",
         "insert",
         "create",
         "alter",
         "values",
         "( )",
         "now()",
         "date_format()",
         "str_to_date()",
         "drop",
         "if",
         "exists ",
         "view",
         "auto_increment",
         "int",
         "char",
         "varchar",
         "date",
         "datetime",
         "tiemstamp",
         "default"
     });
     this.textsql.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.textsql.BackColor        = System.Drawing.SystemColors.WindowFrame;
     this.textsql.Font             = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textsql.ForeColor        = System.Drawing.SystemColors.Info;
     this.textsql.Location         = new System.Drawing.Point(3, 19);
     this.textsql.Multiline        = true;
     this.textsql.Name             = "textsql";
     this.textsql.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.textsql.Size             = new System.Drawing.Size(252, 144);
     this.textsql.TabIndex         = 10;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.pictureBox1);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.bntInsert);
     this.groupBox2.Controls.Add(this.lblPath);
     this.groupBox2.Location = new System.Drawing.Point(12, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(255, 110);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "groupBox2";
     //
     // chart1
     //
     horizontalLineAnnotation1.Name = "HorizontalLineAnnotation1";
     this.chart1.Annotations.Add(horizontalLineAnnotation1);
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Right;
     legend1.Name     = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location            = new System.Drawing.Point(313, 0);
     this.chart1.Name                = "chart1";
     this.chart1.Palette             = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
     series1.ChartArea               = "ChartArea1";
     series1.EmptyPointStyle.Color   = System.Drawing.Color.Red;
     series1.EmptyPointStyle.ToolTip = "Resultados de la consulta";
     series1.Legend     = "Legend1";
     series1.MarkerSize = 2;
     series1.Name       = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(719, 360);
     this.chart1.TabIndex = 11;
     this.chart1.Text     = "chart2";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1032, 360);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation horizontalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.comboGroupBy        = new System.Windows.Forms.ComboBox();
     this.dateTimeFrom        = new System.Windows.Forms.DateTimePicker();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.dateTimeTo          = new System.Windows.Forms.DateTimePicker();
     this.groupBoxBreakdown   = new System.Windows.Forms.GroupBox();
     this.radBreakdownNone    = new System.Windows.Forms.RadioButton();
     this.comboBreakdownBy    = new System.Windows.Forms.ComboBox();
     this.numericTop          = new System.Windows.Forms.NumericUpDown();
     this.radBreakdownAll     = new System.Windows.Forms.RadioButton();
     this.radBreakdownTop     = new System.Windows.Forms.RadioButton();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.label2              = new System.Windows.Forms.Label();
     this.comboQuickRange     = new System.Windows.Forms.ComboBox();
     this.label1              = new System.Windows.Forms.Label();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.label7              = new System.Windows.Forms.Label();
     this.comboLegendDock     = new System.Windows.Forms.ComboBox();
     this.label6              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.comboQuantityType   = new System.Windows.Forms.ComboBox();
     this.comboChartType      = new System.Windows.Forms.ComboBox();
     this.splitContainerMain  = new System.Windows.Forms.SplitContainer();
     this.textChartTitle      = new System.Windows.Forms.TextBox();
     this.label8              = new System.Windows.Forms.Label();
     this.splitContainerChart = new System.Windows.Forms.SplitContainer();
     this.chartLegend1        = new OpenDentalGraph.Legend();
     this.panelChart          = new System.Windows.Forms.Panel();
     this.pictureBoxLoading   = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBoxBreakdown.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericTop)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
     this.splitContainerMain.Panel1.SuspendLayout();
     this.splitContainerMain.Panel2.SuspendLayout();
     this.splitContainerMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerChart)).BeginInit();
     this.splitContainerChart.Panel1.SuspendLayout();
     this.splitContainerChart.Panel2.SuspendLayout();
     this.splitContainerChart.SuspendLayout();
     this.panelChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     horizontalLineAnnotation1.AnchorY         = 0D;
     horizontalLineAnnotation1.ClipToChartArea = "Default";
     horizontalLineAnnotation1.IsInfinitive    = true;
     horizontalLineAnnotation1.LineColor       = System.Drawing.Color.Red;
     horizontalLineAnnotation1.Name            = "HorizontalLineAnnotation1";
     horizontalLineAnnotation1.YAxisName       = "Default\\rY";
     this.chart1.Annotations.Add(horizontalLineAnnotation1);
     this.chart1.BorderlineColor             = System.Drawing.Color.Silver;
     this.chart1.BorderlineDashStyle         = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chart1.BorderlineWidth             = 2;
     this.chart1.BorderSkin.PageColor        = System.Drawing.Color.Transparent;
     chartArea1.Area3DStyle.Inclination      = 40;
     chartArea1.Area3DStyle.IsClustered      = true;
     chartArea1.Area3DStyle.IsRightAngleAxes = false;
     chartArea1.Area3DStyle.LightStyle       = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
     chartArea1.Area3DStyle.Rotation         = 25;
     chartArea1.Area3DStyle.WallWidth        = 3;
     chartArea1.AxisX.Interval          = 7D;
     chartArea1.AxisX.IntervalType      = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Days;
     chartArea1.AxisX.IsMarginVisible   = false;
     chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)(((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                                                                                                                 | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45)));
     chartArea1.AxisX.LabelStyle.Font       = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisX.LabelStyle.Format     = "MM/dd/yy";
     chartArea1.AxisX.LineColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisX.MajorGrid.LineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisX.ScaleView.MinSize     = 14D;
     chartArea1.AxisX.ScaleView.MinSizeType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Days;
     chartArea1.AxisX.ScaleView.Position    = 1D;
     chartArea1.AxisX.ScaleView.Size        = 1D;
     chartArea1.AxisX.ScaleView.SizeType    = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Days;
     chartArea1.AxisY.LabelStyle.Font       = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.LabelStyle.Format     = "C0";
     chartArea1.AxisY.LineColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorGrid.LineColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorTickMark.Enabled = false;
     chartArea1.AxisY2.LabelStyle.Format    = "C";
     chartArea1.BackColor                      = System.Drawing.Color.White;
     chartArea1.BackSecondaryColor             = System.Drawing.Color.White;
     chartArea1.BorderDashStyle                = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.CursorX.IsUserSelectionEnabled = true;
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "Default";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea;
     series1.Color        = System.Drawing.Color.Red;
     series1.LabelFormat  = "C0";
     series1.Name         = "Daily";
     this.chart1.Series.Add(series1);
     this.chart1.Size       = new System.Drawing.Size(789, 302);
     this.chart1.TabIndex   = 2;
     title1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     title1.Name            = "ChartTitle";
     title1.Text            = "Procedure Log Income";
     title1.TextOrientation = System.Windows.Forms.DataVisualization.Charting.TextOrientation.Horizontal;
     title2.Docking         = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title2.Name            = "ChartSubTitle";
     title2.Visible         = false;
     this.chart1.Titles.Add(title1);
     this.chart1.Titles.Add(title2);
     this.chart1.GetToolTipText   += new System.EventHandler <System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chart1_GetToolTipText);
     this.chart1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDoubleClick);
     //
     // comboGroupBy
     //
     this.comboGroupBy.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGroupBy.FormattingEnabled = true;
     this.comboGroupBy.Location          = new System.Drawing.Point(83, 68);
     this.comboGroupBy.Name                  = "comboGroupBy";
     this.comboGroupBy.Size                  = new System.Drawing.Size(137, 21);
     this.comboGroupBy.TabIndex              = 0;
     this.comboGroupBy.SelectedIndexChanged += new System.EventHandler(this.FilterData);
     //
     // dateTimeFrom
     //
     this.dateTimeFrom.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimeFrom.Location      = new System.Drawing.Point(90, 44);
     this.dateTimeFrom.Name          = "dateTimeFrom";
     this.dateTimeFrom.Size          = new System.Drawing.Size(127, 20);
     this.dateTimeFrom.TabIndex      = 0;
     this.dateTimeFrom.Value         = new System.DateTime(2015, 12, 12, 10, 19, 0, 0);
     this.dateTimeFrom.ValueChanged += new System.EventHandler(this.FilterData);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 48);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(75, 13);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "From:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 72);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(75, 13);
     this.label4.TabIndex  = 12;
     this.label4.Text      = "To:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dateTimeTo
     //
     this.dateTimeTo.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimeTo.Location      = new System.Drawing.Point(90, 68);
     this.dateTimeTo.Name          = "dateTimeTo";
     this.dateTimeTo.Size          = new System.Drawing.Size(127, 20);
     this.dateTimeTo.TabIndex      = 1;
     this.dateTimeTo.ValueChanged += new System.EventHandler(this.FilterData);
     //
     // groupBoxBreakdown
     //
     this.groupBoxBreakdown.Controls.Add(this.radBreakdownNone);
     this.groupBoxBreakdown.Controls.Add(this.comboBreakdownBy);
     this.groupBoxBreakdown.Controls.Add(this.numericTop);
     this.groupBoxBreakdown.Controls.Add(this.radBreakdownAll);
     this.groupBoxBreakdown.Controls.Add(this.radBreakdownTop);
     this.groupBoxBreakdown.Location = new System.Drawing.Point(470, 32);
     this.groupBoxBreakdown.Name     = "groupBoxBreakdown";
     this.groupBoxBreakdown.Size     = new System.Drawing.Size(251, 123);
     this.groupBoxBreakdown.TabIndex = 1;
     this.groupBoxBreakdown.TabStop  = false;
     this.groupBoxBreakdown.Text     = "Series Grouping";
     //
     // radBreakdownNone
     //
     this.radBreakdownNone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownNone.Location   = new System.Drawing.Point(4, 68);
     this.radBreakdownNone.Name       = "radBreakdownNone";
     this.radBreakdownNone.Size       = new System.Drawing.Size(53, 17);
     this.radBreakdownNone.TabIndex   = 2;
     this.radBreakdownNone.Text       = "None";
     this.radBreakdownNone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownNone.UseVisualStyleBackColor = true;
     this.radBreakdownNone.CheckedChanged         += new System.EventHandler(this.radBreakdown_CheckedChanged);
     //
     // comboBreakdownBy
     //
     this.comboBreakdownBy.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBreakdownBy.FormattingEnabled = true;
     this.comboBreakdownBy.Location          = new System.Drawing.Point(129, 40);
     this.comboBreakdownBy.Name                  = "comboBreakdownBy";
     this.comboBreakdownBy.Size                  = new System.Drawing.Size(117, 21);
     this.comboBreakdownBy.TabIndex              = 3;
     this.comboBreakdownBy.SelectedIndexChanged += new System.EventHandler(this.FilterData);
     //
     // numericTop
     //
     this.numericTop.Location = new System.Drawing.Point(68, 41);
     this.numericTop.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericTop.Name     = "numericTop";
     this.numericTop.Size     = new System.Drawing.Size(56, 20);
     this.numericTop.TabIndex = 2;
     this.numericTop.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericTop.ValueChanged += new System.EventHandler(this.FilterData);
     //
     // radBreakdownAll
     //
     this.radBreakdownAll.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownAll.Location   = new System.Drawing.Point(15, 20);
     this.radBreakdownAll.Name       = "radBreakdownAll";
     this.radBreakdownAll.Size       = new System.Drawing.Size(42, 17);
     this.radBreakdownAll.TabIndex   = 0;
     this.radBreakdownAll.Text       = "All";
     this.radBreakdownAll.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownAll.UseVisualStyleBackColor = true;
     this.radBreakdownAll.CheckedChanged         += new System.EventHandler(this.radBreakdown_CheckedChanged);
     //
     // radBreakdownTop
     //
     this.radBreakdownTop.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownTop.Checked    = true;
     this.radBreakdownTop.Location   = new System.Drawing.Point(12, 43);
     this.radBreakdownTop.Name       = "radBreakdownTop";
     this.radBreakdownTop.Size       = new System.Drawing.Size(45, 17);
     this.radBreakdownTop.TabIndex   = 1;
     this.radBreakdownTop.TabStop    = true;
     this.radBreakdownTop.Text       = "Top";
     this.radBreakdownTop.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radBreakdownTop.UseVisualStyleBackColor = true;
     this.radBreakdownTop.CheckedChanged         += new System.EventHandler(this.radBreakdown_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.dateTimeFrom);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.comboQuickRange);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.dateTimeTo);
     this.groupBox2.Location = new System.Drawing.Point(241, 32);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(223, 123);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Filter Dates";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 23);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(75, 13);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Quick Range:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboQuickRange
     //
     this.comboQuickRange.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboQuickRange.FormattingEnabled = true;
     this.comboQuickRange.Location          = new System.Drawing.Point(90, 19);
     this.comboQuickRange.Name                  = "comboQuickRange";
     this.comboQuickRange.Size                  = new System.Drawing.Size(127, 21);
     this.comboQuickRange.TabIndex              = 2;
     this.comboQuickRange.SelectedIndexChanged += new System.EventHandler(this.comboQuickRange_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 72);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 13);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Group By:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.comboLegendDock);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.comboQuantityType);
     this.groupBox1.Controls.Add(this.comboChartType);
     this.groupBox1.Controls.Add(this.comboGroupBy);
     this.groupBox1.Location = new System.Drawing.Point(8, 32);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(227, 123);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Chart Options";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(26, 99);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(51, 13);
     this.label7.TabIndex  = 17;
     this.label7.Text      = "Legend:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboLegendDock
     //
     this.comboLegendDock.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboLegendDock.FormattingEnabled = true;
     this.comboLegendDock.Location          = new System.Drawing.Point(83, 95);
     this.comboLegendDock.Name                  = "comboLegendDock";
     this.comboLegendDock.Size                  = new System.Drawing.Size(137, 21);
     this.comboLegendDock.TabIndex              = 16;
     this.comboLegendDock.SelectedIndexChanged += new System.EventHandler(this.comboLegendDock_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(6, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(71, 13);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "Series Type:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 23);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(71, 13);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "Display:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboQuantityType
     //
     this.comboQuantityType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboQuantityType.FormattingEnabled = true;
     this.comboQuantityType.Location          = new System.Drawing.Point(83, 19);
     this.comboQuantityType.Name                  = "comboQuantityType";
     this.comboQuantityType.Size                  = new System.Drawing.Size(137, 21);
     this.comboQuantityType.TabIndex              = 1;
     this.comboQuantityType.SelectedIndexChanged += new System.EventHandler(this.FilterData);
     //
     // comboChartType
     //
     this.comboChartType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboChartType.FormattingEnabled = true;
     this.comboChartType.Location          = new System.Drawing.Point(83, 44);
     this.comboChartType.Name                  = "comboChartType";
     this.comboChartType.Size                  = new System.Drawing.Size(137, 21);
     this.comboChartType.TabIndex              = 0;
     this.comboChartType.SelectedIndexChanged += new System.EventHandler(this.FilterData);
     //
     // splitContainerMain
     //
     this.splitContainerMain.BackColor   = System.Drawing.SystemColors.Control;
     this.splitContainerMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerMain.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainerMain.Location    = new System.Drawing.Point(0, 0);
     this.splitContainerMain.Name        = "splitContainerMain";
     this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainerMain.Panel1
     //
     this.splitContainerMain.Panel1.Controls.Add(this.textChartTitle);
     this.splitContainerMain.Panel1.Controls.Add(this.label8);
     this.splitContainerMain.Panel1.Controls.Add(this.groupBox1);
     this.splitContainerMain.Panel1.Controls.Add(this.groupBox2);
     this.splitContainerMain.Panel1.Controls.Add(this.groupBoxBreakdown);
     //
     // splitContainerMain.Panel2
     //
     this.splitContainerMain.Panel2.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainerMain.Panel2.Controls.Add(this.splitContainerChart);
     this.splitContainerMain.Size             = new System.Drawing.Size(900, 463);
     this.splitContainerMain.SplitterDistance = 157;
     this.splitContainerMain.TabIndex         = 4;
     //
     // textChartTitle
     //
     this.textChartTitle.Location     = new System.Drawing.Point(91, 6);
     this.textChartTitle.Name         = "textChartTitle";
     this.textChartTitle.Size         = new System.Drawing.Size(373, 20);
     this.textChartTitle.TabIndex     = 5;
     this.textChartTitle.TextChanged += new System.EventHandler(this.textChartTitle_TextChanged);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(5, 4);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(80, 23);
     this.label8.TabIndex  = 4;
     this.label8.Text      = "Chart Title:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // splitContainerChart
     //
     this.splitContainerChart.BackColor  = System.Drawing.SystemColors.Control;
     this.splitContainerChart.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerChart.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainerChart.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerChart.Name       = "splitContainerChart";
     //
     // splitContainerChart.Panel1
     //
     this.splitContainerChart.Panel1.Controls.Add(this.chartLegend1);
     this.splitContainerChart.Panel1MinSize = 1;
     //
     // splitContainerChart.Panel2
     //
     this.splitContainerChart.Panel2.Controls.Add(this.panelChart);
     this.splitContainerChart.Panel2MinSize    = 1;
     this.splitContainerChart.Size             = new System.Drawing.Size(900, 302);
     this.splitContainerChart.SplitterDistance = 110;
     this.splitContainerChart.SplitterWidth    = 1;
     this.splitContainerChart.TabIndex         = 3;
     //
     // chartLegend1
     //
     this.chartLegend1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chartLegend1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartLegend1.LegendDock  = OpenDentalGraph.Enumerations.LegendDockType.Left;
     this.chartLegend1.Location    = new System.Drawing.Point(0, 0);
     this.chartLegend1.Margin      = new System.Windows.Forms.Padding(0);
     this.chartLegend1.Name        = "chartLegend1";
     this.chartLegend1.PaddingPx   = 3F;
     this.chartLegend1.Size        = new System.Drawing.Size(110, 302);
     this.chartLegend1.TabIndex    = 1;
     //
     // panelChart
     //
     this.panelChart.Controls.Add(this.chart1);
     this.panelChart.Controls.Add(this.pictureBoxLoading);
     this.panelChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelChart.Location = new System.Drawing.Point(0, 0);
     this.panelChart.Name     = "panelChart";
     this.panelChart.Size     = new System.Drawing.Size(789, 302);
     this.panelChart.TabIndex = 4;
     //
     // pictureBoxLoading
     //
     this.pictureBoxLoading.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBoxLoading.Image    = global::OpenDentalGraph.Properties.Resources.loadingAnim;
     this.pictureBoxLoading.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxLoading.Name     = "pictureBoxLoading";
     this.pictureBoxLoading.Size     = new System.Drawing.Size(789, 302);
     this.pictureBoxLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxLoading.TabIndex = 3;
     this.pictureBoxLoading.TabStop  = false;
     //
     // GraphQuantityOverTime
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.splitContainerMain);
     this.Name    = "GraphQuantityOverTime";
     this.Size    = new System.Drawing.Size(900, 463);
     this.Resize += new System.EventHandler(this.ChartQuantityOverTime_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBoxBreakdown.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericTop)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.splitContainerMain.Panel1.ResumeLayout(false);
     this.splitContainerMain.Panel1.PerformLayout();
     this.splitContainerMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
     this.splitContainerMain.ResumeLayout(false);
     this.splitContainerChart.Panel1.ResumeLayout(false);
     this.splitContainerChart.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerChart)).EndInit();
     this.splitContainerChart.ResumeLayout(false);
     this.panelChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation horizontalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.searchPanel       = new System.Windows.Forms.Panel();
     this.search            = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.targetDateTo      = new System.Windows.Forms.DateTimePicker();
     this.targetDateFrom    = new System.Windows.Forms.DateTimePicker();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel1.SuspendLayout();
     this.searchPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.searchPanel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(784, 441);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // searchPanel
     //
     this.searchPanel.Controls.Add(this.search);
     this.searchPanel.Controls.Add(this.label1);
     this.searchPanel.Controls.Add(this.targetDateTo);
     this.searchPanel.Controls.Add(this.targetDateFrom);
     this.searchPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.searchPanel.Location = new System.Drawing.Point(3, 3);
     this.searchPanel.Name     = "searchPanel";
     this.searchPanel.Size     = new System.Drawing.Size(778, 39);
     this.searchPanel.TabIndex = 0;
     //
     // search
     //
     this.search.Location = new System.Drawing.Point(274, 9);
     this.search.Name     = "search";
     this.search.Size     = new System.Drawing.Size(75, 23);
     this.search.TabIndex = 0;
     this.search.Text     = "検索";
     this.search.UseVisualStyleBackColor = true;
     this.search.Click += new System.EventHandler(this.search_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(122, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(17, 12);
     this.label1.TabIndex = 2;
     this.label1.Text     = "~";
     //
     // targetDateTo
     //
     this.targetDateTo.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.targetDateTo.ImeMode  = System.Windows.Forms.ImeMode.Disable;
     this.targetDateTo.Location = new System.Drawing.Point(145, 9);
     this.targetDateTo.Name     = "targetDateTo";
     this.targetDateTo.Size     = new System.Drawing.Size(107, 19);
     this.targetDateTo.TabIndex = 3;
     this.targetDateTo.Value    = new System.DateTime(2018, 2, 10, 0, 0, 0, 0);
     //
     // targetDateFrom
     //
     this.targetDateFrom.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.targetDateFrom.ImeMode  = System.Windows.Forms.ImeMode.Disable;
     this.targetDateFrom.Location = new System.Drawing.Point(9, 9);
     this.targetDateFrom.Name     = "targetDateFrom";
     this.targetDateFrom.Size     = new System.Drawing.Size(107, 19);
     this.targetDateFrom.TabIndex = 1;
     this.targetDateFrom.Value    = new System.DateTime(2018, 2, 10, 0, 0, 0, 0);
     //
     // chart1
     //
     horizontalLineAnnotation1.Name = "HorizontalLineAnnotation1";
     this.chart1.Annotations.Add(horizontalLineAnnotation1);
     chartArea1.AxisX.IntervalType        = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Days;
     chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
     chartArea1.AxisY.IntervalType        = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisY.MajorGrid.Enabled   = false;
     chartArea1.AxisY2.Title = "体重";
     chartArea1.Name         = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chart1.Location = new System.Drawing.Point(3, 48);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(778, 390);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // GraphView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 441);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MinimumSize     = new System.Drawing.Size(800, 480);
     this.Name            = "GraphView";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "グラフ";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.GraphView_FormClosing);
     this.Load           += new System.EventHandler(this.GraphView_Load);
     this.ResizeEnd      += new System.EventHandler(this.GraphView_ResizeEnd);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.searchPanel.ResumeLayout(false);
     this.searchPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation horizontalLineAnnotation3 = new System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series5    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series6    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.button2         = new System.Windows.Forms.Button();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.label3          = new System.Windows.Forms.Label();
     this.chart1          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button5         = new System.Windows.Forms.Button();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.checkBox1       = new System.Windows.Forms.CheckBox();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.button1         = new System.Windows.Forms.Button();
     this.textBox3        = new System.Windows.Forms.TextBox();
     this.textBox4        = new System.Windows.Forms.TextBox();
     this.textBox5        = new System.Windows.Forms.TextBox();
     this.checkBox2       = new System.Windows.Forms.CheckBox();
     this.label1          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location   = new System.Drawing.Point(13, 13);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(285, 190);
     this.textBox1.TabIndex   = 0;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(319, 55);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(96, 39);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Анализ текста";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox2
     //
     this.textBox2.BackColor  = System.Drawing.SystemColors.ControlLight;
     this.textBox2.Location   = new System.Drawing.Point(421, 12);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ReadOnly   = true;
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(172, 190);
     this.textBox2.TabIndex   = 3;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(705, 210);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Очистить";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(223, 210);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 6;
     this.button4.Text     = "Очистить";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 210);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 8;
     //
     // chart1
     //
     horizontalLineAnnotation3.Name = "HorizontalLineAnnotation1";
     this.chart1.Annotations.Add(horizontalLineAnnotation3);
     chartArea3.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea3);
     legend3.Name = "Legend1";
     this.chart1.Legends.Add(legend3);
     this.chart1.Location        = new System.Drawing.Point(4, 239);
     this.chart1.MaximumSize     = new System.Drawing.Size(776, 187);
     this.chart1.MinimumSize     = new System.Drawing.Size(776, 187);
     this.chart1.Name            = "chart1";
     series5.BorderColor         = System.Drawing.Color.Red;
     series5.ChartArea           = "ChartArea1";
     series5.IsValueShownAsLabel = true;
     series5.IsVisibleInLegend   = false;
     series5.Legend              = "Legend1";
     series5.Name                = "test";
     series5.YValueType          = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
     series6.BorderColor         = System.Drawing.Color.Red;
     series6.ChartArea           = "ChartArea1";
     series6.IsValueShownAsLabel = true;
     series6.IsVisibleInLegend   = false;
     series6.Legend              = "Legend1";
     series6.Name                = "words";
     this.chart1.Series.Add(series5);
     this.chart1.Series.Add(series6);
     this.chart1.Size     = new System.Drawing.Size(776, 187);
     this.chart1.TabIndex = 9;
     this.chart1.Text     = "chart1";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(668, 432);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(112, 37);
     this.button5.TabIndex = 10;
     this.button5.Text     = "Построить график";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(62, 448);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(121, 13);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Показать  n  столбцов";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(229, 448);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(183, 13);
     this.label5.TabIndex = 14;
     this.label5.Text     = "Символ встречается больше n раз";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(415, 452);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(178, 17);
     this.checkBox1.TabIndex = 15;
     this.checkBox1.Text     = "Исключить знаки препинания";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(319, 13);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 36);
     this.button1.TabIndex = 16;
     this.button1.Text     = "Открыть файл";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(16, 445);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(40, 20);
     this.textBox3.TabIndex = 17;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(189, 445);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(34, 20);
     this.textBox4.TabIndex = 18;
     //
     // textBox5
     //
     this.textBox5.BackColor  = System.Drawing.SystemColors.ControlLight;
     this.textBox5.Location   = new System.Drawing.Point(612, 12);
     this.textBox5.Multiline  = true;
     this.textBox5.Name       = "textBox5";
     this.textBox5.ReadOnly   = true;
     this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox5.Size       = new System.Drawing.Size(168, 190);
     this.textBox5.TabIndex   = 19;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(415, 432);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(96, 17);
     this.checkBox2.TabIndex = 20;
     this.checkBox2.Text     = "Только слова";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged         += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(418, 210);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(0, 13);
     this.label1.TabIndex = 21;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 478);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox1);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(816, 517);
     this.MinimumSize = new System.Drawing.Size(816, 517);
     this.Name        = "Form1";
     this.Text        = "Анализатор текста";
     this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }