Example #1
0
        /// <summary>
        /// Constructor.
        /// </summary>
        public AfcRestDemoForm()
        {
            // Initialize controls
            InitializeComponent();
            maxTimeComboBox.Text    = "10";
            maxThreadsComboBox.Text = "5";
            usernameTextBox.Text    = ConfigurationManager.AppSettings["DefaultUsername"];
            passwordTextBox.Text    = ConfigurationManager.AppSettings["DefaultPassword"];
            clientIDTextBox.Text    = ConfigurationManager.AppSettings["DefaultClientID"];
            profileIDTextBox.Text   = ConfigurationManager.AppSettings["DefaultProfileID"];
            urlStatusLabel.Text     = $"URL: {ConfigurationManager.AppSettings["AfcRestApiUrl"]}";
            versionStatusLabel.Text = string.Empty;

            // Initialize line series for chart
            lineSeries             = new Telerik.WinControls.UI.LineSeries();
            chart.ShowLegend       = false;
            lineSeries.BorderColor = Color.Orange;
            chart.Series.Add(lineSeries);
            chart.Area.Axes[0].Title = "Time Elapsed (minutes)";
            chart.Area.Axes[1].Title = "Requests Per Minute";

            // Set default sample request
            CalcTaxesRequest request     = CreateDefaultRequest();
            string           requestBody = Newtonsoft.Json.JsonConvert.SerializeObject(request, Newtonsoft.Json.Formatting.Indented);

            requestTextBox.Text = requestBody;
        }
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()
 {
     Telerik.WinControls.UI.CartesianArea   cartesianArea1   = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CategoricalAxis categoricalAxis1 = new Telerik.WinControls.UI.CategoricalAxis();
     Telerik.WinControls.UI.LinearAxis      linearAxis1      = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.LineSeries      lineSeries1      = new Telerik.WinControls.UI.LineSeries();
     Telerik.WinControls.UI.LineSeries      lineSeries2      = new Telerik.WinControls.UI.LineSeries();
     this.PageView = new Telerik.WinControls.UI.RadPageView();
     this.Page1    = new Telerik.WinControls.UI.RadPageViewPage();
     this.chart1   = new Telerik.WinControls.UI.RadChartView();
     this.Page2    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page3    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page4    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page5    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page6    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page7    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page8    = new Telerik.WinControls.UI.RadPageViewPage();
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).BeginInit();
     this.PageView.SuspendLayout();
     this.Page1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // PageView
     //
     this.PageView.Controls.Add(this.Page1);
     this.PageView.Controls.Add(this.Page2);
     this.PageView.Controls.Add(this.Page3);
     this.PageView.Controls.Add(this.Page4);
     this.PageView.Controls.Add(this.Page5);
     this.PageView.Controls.Add(this.Page6);
     this.PageView.Controls.Add(this.Page7);
     this.PageView.Controls.Add(this.Page8);
     this.PageView.DefaultPage          = this.Page1;
     this.PageView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.PageView.Location             = new System.Drawing.Point(0, 0);
     this.PageView.Name                 = "PageView";
     this.PageView.SelectedPage         = this.Page1;
     this.PageView.Size                 = new System.Drawing.Size(836, 582);
     this.PageView.TabIndex             = 1;
     this.PageView.SelectedPageChanged += new System.EventHandler(this.PageView_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ShowItemPinButton   = false;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).StripButtons        = Telerik.WinControls.UI.StripViewButtons.None;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemAlignment       = Telerik.WinControls.UI.StripViewItemAlignment.Near;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ShowItemCloseButton = false;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemSpacing         = 5;
     //
     // Page1
     //
     this.Page1.Controls.Add(this.chart1);
     this.Page1.ItemSize      = new System.Drawing.SizeF(65F, 28F);
     this.Page1.Location      = new System.Drawing.Point(10, 37);
     this.Page1.Name          = "Page1";
     this.Page1.Size          = new System.Drawing.Size(815, 534);
     this.Page1.Tag           = "Cav1";
     this.Page1.Text          = "Cavidad 1";
     this.Page1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chart1
     //
     this.chart1.AreaDesign              = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title              = "Tiempo";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "Reflectividad";
     this.chart1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.chart1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chart1.EnableAnalytics      = false;
     this.chart1.Location             = new System.Drawing.Point(0, 0);
     this.chart1.Name                 = "chart1";
     this.chart1.SelectionMode        = Telerik.WinControls.UI.ChartSelectionMode.SingleDataPoint;
     lineSeries1.HorizontalAxis       = categoricalAxis1;
     lineSeries1.LabelAngle           = 90D;
     lineSeries1.LabelDistanceToPoint = 15D;
     lineSeries1.VerticalAxis         = linearAxis1;
     lineSeries2.HorizontalAxis       = categoricalAxis1;
     lineSeries2.LabelAngle           = 90D;
     lineSeries2.LabelDistanceToPoint = 15D;
     lineSeries2.LegendTitle          = null;
     lineSeries2.VerticalAxis         = linearAxis1;
     this.chart1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         lineSeries1,
         lineSeries2
     });
     this.chart1.ShowGrid            = false;
     this.chart1.ShowPanZoom         = true;
     this.chart1.ShowTitle           = true;
     this.chart1.ShowToolTip         = true;
     this.chart1.ShowTrackBall       = true;
     this.chart1.Size                = new System.Drawing.Size(815, 534);
     this.chart1.TabIndex            = 2;
     this.chart1.Title               = "Cavidad";
     this.chart1.UseDataSource       = false;
     this.chart1.ContextMenuOpening += new Telerik.WinControls.UI.ChartViewContextMenuOpeningEventHandler(this.Chart_ContextMenuOpening);
     //
     // Page2
     //
     this.Page2.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page2.Location = new System.Drawing.Point(10, 37);
     this.Page2.Name     = "Page2";
     this.Page2.Size     = new System.Drawing.Size(811, 532);
     this.Page2.Tag      = "Cav2";
     this.Page2.Text     = "Cavidad 2";
     //
     // Page3
     //
     this.Page3.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page3.Location = new System.Drawing.Point(10, 37);
     this.Page3.Name     = "Page3";
     this.Page3.Size     = new System.Drawing.Size(811, 532);
     this.Page3.Tag      = "Cav3";
     this.Page3.Text     = "Cavidad 3";
     //
     // Page4
     //
     this.Page4.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page4.Location = new System.Drawing.Point(10, 37);
     this.Page4.Name     = "Page4";
     this.Page4.Size     = new System.Drawing.Size(811, 532);
     this.Page4.Tag      = "Cav4";
     this.Page4.Text     = "Cavidad 4";
     //
     // Page5
     //
     this.Page5.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page5.Location = new System.Drawing.Point(10, 37);
     this.Page5.Name     = "Page5";
     this.Page5.Size     = new System.Drawing.Size(811, 532);
     this.Page5.Tag      = "Cav5";
     this.Page5.Text     = "Cavidad 5";
     //
     // Page6
     //
     this.Page6.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page6.Location = new System.Drawing.Point(10, 37);
     this.Page6.Name     = "Page6";
     this.Page6.Size     = new System.Drawing.Size(811, 532);
     this.Page6.Tag      = "Cav6";
     this.Page6.Text     = "Cavidad 6";
     //
     // Page7
     //
     this.Page7.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page7.Location = new System.Drawing.Point(10, 37);
     this.Page7.Name     = "Page7";
     this.Page7.Size     = new System.Drawing.Size(811, 532);
     this.Page7.Tag      = "Cav7";
     this.Page7.Text     = "Cavidad 7";
     //
     // Page8
     //
     this.Page8.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page8.Location = new System.Drawing.Point(305, 4);
     this.Page8.Name     = "Page8";
     this.Page8.Size     = new System.Drawing.Size(523, 572);
     this.Page8.Tag      = "Cav8";
     this.Page8.Text     = "Cavidad 8";
     //
     // frmGraficaControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(836, 582);
     this.Controls.Add(this.PageView);
     this.Name = "frmGraficaControl";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon  = false;
     this.Text      = "GRÁFICA DE CONTROL";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.frmHistograma_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).EndInit();
     this.PageView.ResumeLayout(false);
     this.Page1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.CartesianArea           cartesianArea2   = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CategoricalAxis         categoricalAxis2 = new Telerik.WinControls.UI.CategoricalAxis();
     Telerik.WinControls.UI.LinearAxis              linearAxis2      = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.LineSeries              lineSeries2      = new Telerik.WinControls.UI.LineSeries();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     this.TempHumChart    = new Telerik.WinControls.UI.RadChartView();
     this.materialTheme   = new Telerik.WinControls.Themes.MaterialTheme();
     this.TempInCrd       = new Telerik.WinControls.UI.RadCardView();
     this.HouseTempIntLbl = new Telerik.WinControls.UI.RadLabel();
     this.TempInLbl       = new Telerik.WinControls.UI.RadLabel();
     this.TempValueInLbl  = new System.Windows.Forms.Label();
     this.TempPrgInBr     = new Bunifu.Framework.UI.BunifuCircleProgressbar();
     this.TempOutCrd      = new Telerik.WinControls.UI.RadCardView();
     this.ClujTempOutLbl  = new Telerik.WinControls.UI.RadLabel();
     this.TempOutLbl      = new Telerik.WinControls.UI.RadLabel();
     this.TempValueOutLbl = new System.Windows.Forms.Label();
     this.TempPrgOutBr    = new Bunifu.Framework.UI.BunifuCircleProgressbar();
     ((System.ComponentModel.ISupportInitialize)(this.TempHumChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInCrd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInCrd.CardTemplate)).BeginInit();
     this.TempInCrd.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HouseTempIntLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd.CardTemplate)).BeginInit();
     this.TempOutCrd.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ClujTempOutLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutLbl)).BeginInit();
     this.SuspendLayout();
     //
     // TempHumChart
     //
     this.TempHumChart.AreaDesign        = cartesianArea2;
     categoricalAxis2.IsPrimary          = true;
     categoricalAxis2.LabelRotationAngle = 300D;
     categoricalAxis2.Title         = "";
     linearAxis2.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis2.IsPrimary          = true;
     linearAxis2.LabelRotationAngle = 300D;
     linearAxis2.TickOrigin         = null;
     linearAxis2.Title = "";
     this.TempHumChart.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis2,
         linearAxis2
     });
     this.TempHumChart.BackColor      = System.Drawing.Color.WhiteSmoke;
     this.TempHumChart.Location       = new System.Drawing.Point(10, 199);
     this.TempHumChart.Name           = "TempHumChart";
     lineSeries2.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(210)))), ((int)(((byte)(79)))));
     lineSeries2.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(210)))), ((int)(((byte)(79)))));
     lineSeries2.HorizontalAxis       = categoricalAxis2;
     lineSeries2.LabelAngle           = 90D;
     lineSeries2.LabelDistanceToPoint = 15D;
     lineSeries2.Spline       = true;
     lineSeries2.VerticalAxis = linearAxis2;
     this.TempHumChart.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         lineSeries2
     });
     this.TempHumChart.ShowGrid  = false;
     this.TempHumChart.Size      = new System.Drawing.Size(627, 253);
     this.TempHumChart.TabIndex  = 17;
     this.TempHumChart.Text      = " ";
     this.TempHumChart.ThemeName = "Material";
     //
     // TempInCrd
     //
     this.TempInCrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.TempInCrd.CardTemplate.Location = new System.Drawing.Point(143, 91);
     this.TempInCrd.CardTemplate.Name     = "";
     this.TempInCrd.CardTemplate.Size     = new System.Drawing.Size(0, 0);
     this.TempInCrd.CardTemplate.TabIndex = 0;
     this.TempInCrd.Controls.Add(this.HouseTempIntLbl);
     this.TempInCrd.Controls.Add(this.TempInLbl);
     this.TempInCrd.Controls.Add(this.TempValueInLbl);
     this.TempInCrd.Controls.Add(this.TempPrgInBr);
     this.TempInCrd.GroupItemSize = new System.Drawing.Size(309, 225);
     this.TempInCrd.ItemSize      = new System.Drawing.Size(0, 0);
     this.TempInCrd.Location      = new System.Drawing.Point(28, 10);
     this.TempInCrd.Name          = "TempInCrd";
     this.TempInCrd.Size          = new System.Drawing.Size(287, 183);
     this.TempInCrd.TabIndex      = 23;
     this.TempInCrd.ThemeName     = "Material";
     //
     // HouseTempIntLbl
     //
     this.HouseTempIntLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F);
     this.HouseTempIntLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.HouseTempIntLbl.Location  = new System.Drawing.Point(13, 5);
     this.HouseTempIntLbl.Name      = "HouseTempIntLbl";
     this.HouseTempIntLbl.Size      = new System.Drawing.Size(23, 23);
     this.HouseTempIntLbl.TabIndex  = 13;
     this.HouseTempIntLbl.Text      = "In";
     this.HouseTempIntLbl.ThemeName = "Material";
     //
     // TempInLbl
     //
     this.TempInLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TempInLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.TempInLbl.Location  = new System.Drawing.Point(78, 150);
     this.TempInLbl.Name      = "TempInLbl";
     this.TempInLbl.Size      = new System.Drawing.Size(133, 28);
     this.TempInLbl.TabIndex  = 12;
     this.TempInLbl.Text      = "Temperature";
     this.TempInLbl.ThemeName = "Material";
     //
     // TempValueInLbl
     //
     this.TempValueInLbl.AutoSize  = true;
     this.TempValueInLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18.25F);
     this.TempValueInLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.TempValueInLbl.Location  = new System.Drawing.Point(98, 66);
     this.TempValueInLbl.Name      = "TempValueInLbl";
     this.TempValueInLbl.Size      = new System.Drawing.Size(97, 29);
     this.TempValueInLbl.TabIndex  = 11;
     this.TempValueInLbl.Text      = "00.0 °C";
     //
     // TempPrgInBr
     //
     this.TempPrgInBr.animated              = false;
     this.TempPrgInBr.animationIterval      = 5;
     this.TempPrgInBr.animationSpeed        = 300;
     this.TempPrgInBr.AutoValidate          = System.Windows.Forms.AutoValidate.Disable;
     this.TempPrgInBr.BackColor             = System.Drawing.Color.White;
     this.TempPrgInBr.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("TempPrgInBr.BackgroundImage")));
     this.TempPrgInBr.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 26.25F);
     this.TempPrgInBr.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(116)))), ((int)(((byte)(117)))));
     this.TempPrgInBr.ImeMode               = System.Windows.Forms.ImeMode.NoControl;
     this.TempPrgInBr.LabelVisible          = false;
     this.TempPrgInBr.LineProgressThickness = 8;
     this.TempPrgInBr.LineThickness         = 2;
     this.TempPrgInBr.Location              = new System.Drawing.Point(70, 5);
     this.TempPrgInBr.Margin                = new System.Windows.Forms.Padding(10, 9, 10, 9);
     this.TempPrgInBr.MaxValue              = 40;
     this.TempPrgInBr.Name                  = "TempPrgInBr";
     this.TempPrgInBr.ProgressBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.TempPrgInBr.ProgressColor         = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(116)))), ((int)(((byte)(117)))));
     this.TempPrgInBr.Size                  = new System.Drawing.Size(147, 147);
     this.TempPrgInBr.TabIndex              = 10;
     this.TempPrgInBr.Value                 = 27;
     //
     // TempOutCrd
     //
     this.TempOutCrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.TempOutCrd.CardTemplate.Location = new System.Drawing.Point(143, 91);
     this.TempOutCrd.CardTemplate.Name     = "";
     this.TempOutCrd.CardTemplate.Size     = new System.Drawing.Size(0, 0);
     this.TempOutCrd.CardTemplate.TabIndex = 0;
     this.TempOutCrd.Controls.Add(this.ClujTempOutLbl);
     this.TempOutCrd.Controls.Add(this.TempOutLbl);
     this.TempOutCrd.Controls.Add(this.TempValueOutLbl);
     this.TempOutCrd.Controls.Add(this.TempPrgOutBr);
     this.TempOutCrd.GroupItemSize = new System.Drawing.Size(309, 225);
     this.TempOutCrd.ItemSize      = new System.Drawing.Size(0, 0);
     this.TempOutCrd.Location      = new System.Drawing.Point(329, 10);
     this.TempOutCrd.Name          = "TempOutCrd";
     this.TempOutCrd.Size          = new System.Drawing.Size(287, 183);
     this.TempOutCrd.TabIndex      = 24;
     this.TempOutCrd.ThemeName     = "Material";
     //
     // ClujTempOutLbl
     //
     this.ClujTempOutLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12.75F);
     this.ClujTempOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.ClujTempOutLbl.Location  = new System.Drawing.Point(13, 5);
     this.ClujTempOutLbl.Name      = "ClujTempOutLbl";
     this.ClujTempOutLbl.Size      = new System.Drawing.Size(36, 23);
     this.ClujTempOutLbl.TabIndex  = 14;
     this.ClujTempOutLbl.Text      = "Out";
     this.ClujTempOutLbl.ThemeName = "Material";
     //
     // TempOutLbl
     //
     this.TempOutLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TempOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.TempOutLbl.Location  = new System.Drawing.Point(78, 150);
     this.TempOutLbl.Name      = "TempOutLbl";
     this.TempOutLbl.Size      = new System.Drawing.Size(133, 28);
     this.TempOutLbl.TabIndex  = 12;
     this.TempOutLbl.Text      = "Temperature";
     this.TempOutLbl.ThemeName = "Material";
     //
     // TempValueOutLbl
     //
     this.TempValueOutLbl.AutoSize  = true;
     this.TempValueOutLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18.25F);
     this.TempValueOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245)))));
     this.TempValueOutLbl.Location  = new System.Drawing.Point(98, 66);
     this.TempValueOutLbl.Name      = "TempValueOutLbl";
     this.TempValueOutLbl.Size      = new System.Drawing.Size(97, 29);
     this.TempValueOutLbl.TabIndex  = 11;
     this.TempValueOutLbl.Text      = "00.0 °C";
     //
     // TempPrgOutBr
     //
     this.TempPrgOutBr.animated              = false;
     this.TempPrgOutBr.animationIterval      = 5;
     this.TempPrgOutBr.animationSpeed        = 300;
     this.TempPrgOutBr.AutoValidate          = System.Windows.Forms.AutoValidate.Disable;
     this.TempPrgOutBr.BackColor             = System.Drawing.Color.White;
     this.TempPrgOutBr.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("TempPrgOutBr.BackgroundImage")));
     this.TempPrgOutBr.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 26.25F);
     this.TempPrgOutBr.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245)))));
     this.TempPrgOutBr.ImeMode               = System.Windows.Forms.ImeMode.NoControl;
     this.TempPrgOutBr.LabelVisible          = false;
     this.TempPrgOutBr.LineProgressThickness = 8;
     this.TempPrgOutBr.LineThickness         = 2;
     this.TempPrgOutBr.Location              = new System.Drawing.Point(70, 5);
     this.TempPrgOutBr.Margin                = new System.Windows.Forms.Padding(10, 9, 10, 9);
     this.TempPrgOutBr.MaxValue              = 40;
     this.TempPrgOutBr.Name                  = "TempPrgOutBr";
     this.TempPrgOutBr.ProgressBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108)))));
     this.TempPrgOutBr.ProgressColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245)))));
     this.TempPrgOutBr.Size                  = new System.Drawing.Size(147, 147);
     this.TempPrgOutBr.TabIndex              = 10;
     this.TempPrgOutBr.Value                 = 10;
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(212)))), ((int)(((byte)(217)))));
     this.Controls.Add(this.TempOutCrd);
     this.Controls.Add(this.TempInCrd);
     this.Controls.Add(this.TempHumChart);
     this.Name = "Dashboard";
     this.Size = new System.Drawing.Size(649, 465);
     ((System.ComponentModel.ISupportInitialize)(this.TempHumChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInCrd.CardTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInCrd)).EndInit();
     this.TempInCrd.ResumeLayout(false);
     this.TempInCrd.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HouseTempIntLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempInLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd.CardTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd)).EndInit();
     this.TempOutCrd.ResumeLayout(false);
     this.TempOutCrd.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ClujTempOutLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TempOutLbl)).EndInit();
     this.ResumeLayout(false);
 }