using System.Windows.Forms; namespace LevelCode.License.Forms { partial class FrmDashboard { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.FlowLayoutPanel flpCards; private System.Windows.Forms.Panel pnlCharts; private System.Windows.Forms.DataVisualization.Charting.Chart chartLicencas; private System.Windows.Forms.DataVisualization.Charting.Chart chartMaquinas; protected override void Dispose(bool disposing) { if (disposing && (components != null)) components.Dispose(); base.Dispose(disposing); } private void InitializeComponent() { this.flpCards = new System.Windows.Forms.FlowLayoutPanel(); this.pnlCharts = new System.Windows.Forms.Panel(); this.chartLicencas = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.chartMaquinas = new System.Windows.Forms.DataVisualization.Charting.Chart(); ((System.ComponentModel.ISupportInitialize)(this.chartLicencas)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMaquinas)).BeginInit(); this.pnlCharts.SuspendLayout(); this.SuspendLayout(); // flpCards this.flpCards.Dock = System.Windows.Forms.DockStyle.Top; this.flpCards.Height = 120; this.flpCards.Padding = new System.Windows.Forms.Padding(10); this.flpCards.BackColor = System.Drawing.Color.FromArgb(245, 245, 245); // pnlCharts this.pnlCharts.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlCharts.Padding = new System.Windows.Forms.Padding(15); this.pnlCharts.BackColor = System.Drawing.Color.White; // chartLicencas this.chartLicencas.Width = 400; this.chartLicencas.Height = 300; // chartMaquinas this.chartMaquinas.Width = 400; this.chartMaquinas.Height = 300; this.chartMaquinas.Left = 420; // pnlCharts controls this.pnlCharts.Controls.Add(this.chartLicencas); this.pnlCharts.Controls.Add(this.chartMaquinas); // FrmDashboard this.ClientSize = new System.Drawing.Size(860, 480); this.Controls.Add(this.pnlCharts); this.Controls.Add(this.flpCards); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Dashboard de Licenças"; this.BackColor = System.Drawing.Color.White; ((System.ComponentModel.ISupportInitialize)(this.chartLicencas)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMaquinas)).EndInit(); this.pnlCharts.ResumeLayout(false); this.ResumeLayout(false); } } }