namespace GeoTema { partial class ViewData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.dtgrBirth = new System.Windows.Forms.DataGridView(); this.btnBack = new System.Windows.Forms.Button(); this.btnTable = new System.Windows.Forms.Button(); this.btnGraph = new System.Windows.Forms.Button(); this.chGraph = new System.Windows.Forms.DataVisualization.Charting.Chart(); ((System.ComponentModel.ISupportInitialize)(this.dtgrBirth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chGraph)).BeginInit(); this.SuspendLayout(); // // dtgrBirth // this.dtgrBirth.AllowUserToAddRows = false; this.dtgrBirth.AllowUserToDeleteRows = false; this.dtgrBirth.AllowUserToResizeColumns = false; this.dtgrBirth.AllowUserToResizeRows = false; this.dtgrBirth.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dtgrBirth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dtgrBirth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dtgrBirth.DefaultCellStyle = dataGridViewCellStyle4; this.dtgrBirth.Location = new System.Drawing.Point(198, 120); this.dtgrBirth.Name = "dtgrBirth"; this.dtgrBirth.RowHeadersVisible = false; this.dtgrBirth.RowHeadersWidth = 30; this.dtgrBirth.Size = new System.Drawing.Size(404, 300); this.dtgrBirth.TabIndex = 0; // // btnBack // this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.Location = new System.Drawing.Point(610, 500); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(150, 40); this.btnBack.TabIndex = 26; this.btnBack.Text = "Back to menu"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // btnTable // this.btnTable.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnTable.Location = new System.Drawing.Point(270, 440); this.btnTable.Name = "btnTable"; this.btnTable.Size = new System.Drawing.Size(120, 40); this.btnTable.TabIndex = 27; this.btnTable.Text = "Table view"; this.btnTable.UseVisualStyleBackColor = true; this.btnTable.Click += new System.EventHandler(this.btnTable_Click); // // btnGraph // this.btnGraph.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnGraph.Location = new System.Drawing.Point(410, 440); this.btnGraph.Name = "btnGraph"; this.btnGraph.Size = new System.Drawing.Size(120, 40); this.btnGraph.TabIndex = 28; this.btnGraph.Text = "Graph view"; this.btnGraph.UseVisualStyleBackColor = true; this.btnGraph.Click += new System.EventHandler(this.btnGraph_Click); // // chGraph // this.chGraph.BorderlineColor = System.Drawing.Color.Black; this.chGraph.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; chartArea2.AxisX.IsLabelAutoFit = false; chartArea2.AxisX.LabelStyle.Interval = 0D; chartArea2.AxisY.LabelAutoFitMaxFontSize = 8; chartArea2.Name = "ChartArea1"; this.chGraph.ChartAreas.Add(chartArea2); legend2.Name = "Legend1"; this.chGraph.Legends.Add(legend2); this.chGraph.Location = new System.Drawing.Point(100, 30); this.chGraph.Name = "chGraph"; series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar; series2.Legend = "Legend1"; series2.Name = "Birthrate"; series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String; series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double; this.chGraph.Series.Add(series2); this.chGraph.Size = new System.Drawing.Size(600, 400); this.chGraph.TabIndex = 33; this.chGraph.Text = "BirthGraph"; // // ViewData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.chGraph); this.Controls.Add(this.btnGraph); this.Controls.Add(this.btnTable); this.Controls.Add(this.btnBack); this.Controls.Add(this.dtgrBirth); this.Name = "ViewData"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ViewData"; ((System.ComponentModel.ISupportInitialize)(this.dtgrBirth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chGraph)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dtgrBirth; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Button btnTable; private System.Windows.Forms.Button btnGraph; private System.Windows.Forms.DataVisualization.Charting.Chart chGraph; } }