private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(meteo_frm));

            _weather_pic = new PictureBox();
            _city_txt    = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _site_combo  = new ComboBox();
            _site_combo.SelectedIndexChanged += new EventHandler(site_combo_SelectedIndexChanged);
            _select_location_lbl              = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _descricao_txt           = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _meteo_txt               = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _PictureBoxDoubleBuffer1 = new ConstructionSiteLogistics.Gui.Forms.Core.PictureBoxDoubleBuffer();
            _AlphaGradientPanel1     = new BlueActivity.AlphaGradientPanel();
            _ColorWithAlpha1         = new BlueActivity.ColorWithAlpha();
            _LabelDoubleBuffer1      = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _LabelDoubleBuffer2      = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _Label1 = new Label();
            ((System.ComponentModel.ISupportInitialize)_weather_pic).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_PictureBoxDoubleBuffer1).BeginInit();
            _AlphaGradientPanel1.SuspendLayout();
            SuspendLayout();
            //
            // weather_pic
            //
            _weather_pic.Image        = (Image)resources.GetObject("weather_pic.Image");
            _weather_pic.InitialImage = (Image)resources.GetObject("weather_pic.InitialImage");
            _weather_pic.Location     = new Point(740, 768);
            _weather_pic.Margin       = new Padding(4, 5, 4, 5);
            _weather_pic.Name         = "_weather_pic";
            _weather_pic.Size         = new Size(116, 116);
            _weather_pic.SizeMode     = PictureBoxSizeMode.StretchImage;
            _weather_pic.TabIndex     = 1;
            _weather_pic.TabStop      = false;
            //
            // city_txt
            //
            _city_txt.AutoSize  = true;
            _city_txt.BackColor = Color.Maroon;
            _city_txt.Font      = new Font("Verdana", 48.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _city_txt.ForeColor = Color.White;
            _city_txt.Location  = new Point(341, 768);
            _city_txt.Margin    = new Padding(4, 0, 4, 0);
            _city_txt.Name      = "_city_txt";
            _city_txt.Size      = new Size(379, 116);
            _city_txt.TabIndex  = 2;
            _city_txt.Text      = "Cidade";
            //
            // site_combo
            //
            _site_combo.BackColor         = SystemColors.ActiveBorder;
            _site_combo.DropDownStyle     = ComboBoxStyle.Simple;
            _site_combo.Font              = new Font("Verdana", 8.25F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _site_combo.FormattingEnabled = true;
            _site_combo.Location          = new Point(18, 81);
            _site_combo.Margin            = new Padding(4, 5, 4, 5);
            _site_combo.Name              = "_site_combo";
            _site_combo.Size              = new Size(612, 441);
            _site_combo.TabIndex          = 3;
            //
            // select_location_lbl
            //
            _select_location_lbl.AutoSize  = true;
            _select_location_lbl.Font      = new Font("Verdana", 18.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _select_location_lbl.ForeColor = Color.White;
            _select_location_lbl.Location  = new Point(27, 36);
            _select_location_lbl.Margin    = new Padding(4, 0, 4, 0);
            _select_location_lbl.Name      = "_select_location_lbl";
            _select_location_lbl.Size      = new Size(327, 44);
            _select_location_lbl.TabIndex  = 4;
            _select_location_lbl.Text      = "Another Location";
            //
            // descricao_txt
            //
            _descricao_txt.AutoSize  = true;
            _descricao_txt.BackColor = Color.Maroon;
            _descricao_txt.Font      = new Font("Verdana", 12.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _descricao_txt.ForeColor = Color.White;
            _descricao_txt.Location  = new Point(341, 905);
            _descricao_txt.Margin    = new Padding(4, 0, 4, 0);
            _descricao_txt.Name      = "_descricao_txt";
            _descricao_txt.Size      = new Size(40, 29);
            _descricao_txt.TabIndex  = 5;
            _descricao_txt.Text      = "...";
            //
            // meteo_txt
            //
            _meteo_txt.AutoSize  = true;
            _meteo_txt.BackColor = Color.Maroon;
            _meteo_txt.Font      = new Font("Verdana", 14.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _meteo_txt.ForeColor = Color.White;
            _meteo_txt.Location  = new Point(31, 640);
            _meteo_txt.Margin    = new Padding(4, 0, 4, 0);
            _meteo_txt.Name      = "_meteo_txt";
            _meteo_txt.Size      = new Size(371, 34);
            _meteo_txt.TabIndex  = 6;
            _meteo_txt.Text      = "Aguarde um momento....";
            //
            // PictureBoxDoubleBuffer1
            //
            _PictureBoxDoubleBuffer1.Dock     = DockStyle.Fill;
            _PictureBoxDoubleBuffer1.Image    = (Image)resources.GetObject("PictureBoxDoubleBuffer1.Image");
            _PictureBoxDoubleBuffer1.Location = new Point(0, 0);
            _PictureBoxDoubleBuffer1.Name     = "_PictureBoxDoubleBuffer1";
            _PictureBoxDoubleBuffer1.Size     = new Size(1850, 1166);
            _PictureBoxDoubleBuffer1.TabIndex = 338;
            _PictureBoxDoubleBuffer1.TabStop  = false;
            //
            // AlphaGradientPanel1
            //
            _AlphaGradientPanel1.BackColor   = Color.Transparent;
            _AlphaGradientPanel1.Border      = true;
            _AlphaGradientPanel1.BorderColor = SystemColors.ActiveBorder;
            _AlphaGradientPanel1.Colors.Add(_ColorWithAlpha1);
            _AlphaGradientPanel1.ContentPadding = new Padding(0);
            _AlphaGradientPanel1.Controls.Add(_Label1);
            _AlphaGradientPanel1.Controls.Add(_LabelDoubleBuffer2);
            _AlphaGradientPanel1.Controls.Add(_site_combo);
            _AlphaGradientPanel1.Controls.Add(_select_location_lbl);
            _AlphaGradientPanel1.Controls.Add(_meteo_txt);
            _AlphaGradientPanel1.CornerRadius     = 50;
            _AlphaGradientPanel1.Corners          = (BlueActivity.Corner)(BlueActivity.Corner.TopLeft | BlueActivity.Corner.BottomLeft);
            _AlphaGradientPanel1.Dock             = DockStyle.Right;
            _AlphaGradientPanel1.Gradient         = false;
            _AlphaGradientPanel1.GradientMode     = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            _AlphaGradientPanel1.GradientOffset   = 1.0F;
            _AlphaGradientPanel1.GradientSize     = new Size(0, 0);
            _AlphaGradientPanel1.GradientWrapMode = System.Drawing.Drawing2D.WrapMode.Tile;
            _AlphaGradientPanel1.Grayscale        = false;
            _AlphaGradientPanel1.Image            = null;
            _AlphaGradientPanel1.ImageAlpha       = 75;
            _AlphaGradientPanel1.ImagePadding     = new Padding(5);
            _AlphaGradientPanel1.ImagePosition    = BlueActivity.ImagePosition.BottomRight;
            _AlphaGradientPanel1.ImageSize        = new Size(48, 48);
            _AlphaGradientPanel1.Location         = new Point(1207, 0);
            _AlphaGradientPanel1.Name             = "_AlphaGradientPanel1";
            _AlphaGradientPanel1.Rounded          = true;
            _AlphaGradientPanel1.Size             = new Size(643, 1166);
            _AlphaGradientPanel1.TabIndex         = 339;
            //
            // ColorWithAlpha1
            //
            _ColorWithAlpha1.Alpha  = 80;
            _ColorWithAlpha1.Color  = Color.Black;
            _ColorWithAlpha1.Parent = _AlphaGradientPanel1;
            //
            // LabelDoubleBuffer1
            //
            _LabelDoubleBuffer1.AutoSize  = true;
            _LabelDoubleBuffer1.BackColor = Color.Maroon;
            _LabelDoubleBuffer1.Font      = new Font("Arial Rounded MT Bold", 72.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _LabelDoubleBuffer1.ForeColor = Color.White;
            _LabelDoubleBuffer1.Location  = new Point(21, 768);
            _LabelDoubleBuffer1.Name      = "_LabelDoubleBuffer1";
            _LabelDoubleBuffer1.Size      = new Size(297, 166);
            _LabelDoubleBuffer1.TabIndex  = 340;
            _LabelDoubleBuffer1.Text      = "16º";
            //
            // LabelDoubleBuffer2
            //
            _LabelDoubleBuffer2.AutoSize  = true;
            _LabelDoubleBuffer2.Font      = new Font("Microsoft Sans Serif", 18.0F, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            _LabelDoubleBuffer2.ForeColor = Color.White;
            _LabelDoubleBuffer2.Location  = new Point(11, 580);
            _LabelDoubleBuffer2.Name      = "_LabelDoubleBuffer2";
            _LabelDoubleBuffer2.Size      = new Size(273, 40);
            _LabelDoubleBuffer2.TabIndex  = 7;
            _LabelDoubleBuffer2.Text      = "Weather Details";
            //
            // Label1
            //
            _Label1.BackColor = Color.White;
            _Label1.Location  = new Point(14, 557);
            _Label1.Name      = "_Label1";
            _Label1.Size      = new Size(616, 4);
            _Label1.TabIndex  = 8;
            //
            // meteo_frm
            //
            AutoScaleDimensions = new SizeF(9.0F, 20.0F);
            AutoScaleMode       = AutoScaleMode.Font;
            ClientSize          = new Size(1850, 1166);
            ControlBox          = false;
            Controls.Add(_LabelDoubleBuffer1);
            Controls.Add(_city_txt);
            Controls.Add(_weather_pic);
            Controls.Add(_descricao_txt);
            Controls.Add(_AlphaGradientPanel1);
            Controls.Add(_PictureBoxDoubleBuffer1);
            DoubleBuffered  = true;
            FormBorderStyle = FormBorderStyle.None;
            Margin          = new Padding(4, 5, 4, 5);
            MaximizeBox     = false;
            MinimizeBox     = false;
            Name            = "meteo_frm";
            ShowIcon        = false;
            StartPosition   = FormStartPosition.CenterParent;
            Text            = "Informação Meteorologica";
            TransparencyKey = SystemColors.Control;
            ((System.ComponentModel.ISupportInitialize)_weather_pic).EndInit();
            ((System.ComponentModel.ISupportInitialize)_PictureBoxDoubleBuffer1).EndInit();
            _AlphaGradientPanel1.ResumeLayout(false);
            _AlphaGradientPanel1.PerformLayout();
            Load  += new EventHandler(meteo_frm_Load);
            Shown += new EventHandler(meteo_frm_show);
            ResumeLayout(false);
            PerformLayout();
        }
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(setupWizardMainForm));

            _AlphaGradientPanel1        = new BlueActivity.AlphaGradientPanel();
            _AlphaGradientPanel1.Paint += AlphaGradientPanel1_Paint;
            _ColorWithAlpha1            = new BlueActivity.ColorWithAlpha();
            _Panel1               = new Panel();
            _Panel1.Paint        += new PaintEventHandler(Panel1_Paint_1);
            _forwardPicBtn        = new PictureBox();
            _forwardPicBtn.Click += new EventHandler(forwardPicBtn_Click_1);
            _Panel2               = new Panel();
            _backPicBtn           = new PictureBox();
            _backPicBtn.Click    += new EventHandler(backPicBtn_Click_1);
            _PanelMain            = new Panel();
            _PanelMain.Paint     += new PaintEventHandler(PanelMain_Paint);
            _PanelBottom          = new Panel();
            _PanelBottom.Paint   += new PaintEventHandler(PanelBottom_Paint);
            _PanelTop             = new Panel();
            _title             = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _title.Click      += title_Click;
            _subtitle          = new ConstructionSiteLogistics.Gui.Forms.Core.LabelDoubleBuffer();
            _ColorWithAlpha2   = new BlueActivity.ColorWithAlpha();
            _FadeInTimer       = new Timer(components);
            _FadeInTimer.Tick += new EventHandler(FadeInTimer_Tick);
            _AlphaGradientPanel1.SuspendLayout();
            _Panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_forwardPicBtn).BeginInit();
            _Panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)_backPicBtn).BeginInit();
            _PanelTop.SuspendLayout();
            this.SuspendLayout();
            //
            // AlphaGradientPanel1
            //
            _AlphaGradientPanel1.BackColor   = System.Drawing.Color.Transparent;
            _AlphaGradientPanel1.Border      = true;
            _AlphaGradientPanel1.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            _AlphaGradientPanel1.Colors.Add(_ColorWithAlpha1);
            _AlphaGradientPanel1.ContentPadding = new Padding(0);
            _AlphaGradientPanel1.Controls.Add(_Panel1);
            _AlphaGradientPanel1.Controls.Add(_Panel2);
            _AlphaGradientPanel1.Controls.Add(_PanelMain);
            _AlphaGradientPanel1.Controls.Add(_PanelBottom);
            _AlphaGradientPanel1.Controls.Add(_PanelTop);
            _AlphaGradientPanel1.CornerRadius = 25;
            _AlphaGradientPanel1.Corners      = (BlueActivity.Corner)(BlueActivity.Corner.TopLeft | BlueActivity.Corner.TopRight | BlueActivity.Corner.BottomLeft | BlueActivity.Corner.BottomRight);

            _AlphaGradientPanel1.Dock             = DockStyle.Fill;
            _AlphaGradientPanel1.Gradient         = false;
            _AlphaGradientPanel1.GradientMode     = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            _AlphaGradientPanel1.GradientOffset   = 1.0F;
            _AlphaGradientPanel1.GradientSize     = new System.Drawing.Size(0, 0);
            _AlphaGradientPanel1.GradientWrapMode = System.Drawing.Drawing2D.WrapMode.Tile;
            _AlphaGradientPanel1.Grayscale        = false;
            _AlphaGradientPanel1.Image            = null;
            _AlphaGradientPanel1.ImageAlpha       = 75;
            _AlphaGradientPanel1.ImagePadding     = new Padding(5);
            _AlphaGradientPanel1.ImagePosition    = BlueActivity.ImagePosition.BottomRight;
            _AlphaGradientPanel1.ImageSize        = new System.Drawing.Size(48, 48);
            _AlphaGradientPanel1.Location         = new System.Drawing.Point(5, 5);
            _AlphaGradientPanel1.Margin           = new Padding(1);
            _AlphaGradientPanel1.Name             = "_AlphaGradientPanel1";
            _AlphaGradientPanel1.Rounded          = true;
            _AlphaGradientPanel1.Size             = new System.Drawing.Size(935, 500);
            _AlphaGradientPanel1.TabIndex         = 3;
            //
            // ColorWithAlpha1
            //
            _ColorWithAlpha1.Alpha  = 255;
            _ColorWithAlpha1.Color  = System.Drawing.Color.WhiteSmoke;
            _ColorWithAlpha1.Parent = _AlphaGradientPanel1;
            //
            // Panel1
            //
            _Panel1.Controls.Add(_forwardPicBtn);
            _Panel1.Dock     = DockStyle.Right;
            _Panel1.Location = new System.Drawing.Point(891, 71);
            _Panel1.Margin   = new Padding(1);
            _Panel1.Name     = "_Panel1";
            _Panel1.Size     = new System.Drawing.Size(44, 408);
            _Panel1.TabIndex = 12;
            //
            // forwardPicBtn
            //
            _forwardPicBtn.Cursor   = Cursors.Hand;
            _forwardPicBtn.Image    = (System.Drawing.Image)resources.GetObject("forwardPicBtn.Image");
            _forwardPicBtn.Location = new System.Drawing.Point(17, 210);
            _forwardPicBtn.Margin   = new Padding(2);
            _forwardPicBtn.Name     = "_forwardPicBtn";
            _forwardPicBtn.Size     = new System.Drawing.Size(14, 29);
            _forwardPicBtn.SizeMode = PictureBoxSizeMode.StretchImage;
            _forwardPicBtn.TabIndex = 1;
            _forwardPicBtn.TabStop  = false;
            //
            // Panel2
            //
            _Panel2.Controls.Add(_backPicBtn);
            _Panel2.Dock     = DockStyle.Left;
            _Panel2.Location = new System.Drawing.Point(0, 71);
            _Panel2.Margin   = new Padding(2);
            _Panel2.Name     = "_Panel2";
            _Panel2.Size     = new System.Drawing.Size(39, 408);
            _Panel2.TabIndex = 13;
            //
            // backPicBtn
            //
            _backPicBtn.Cursor   = Cursors.Hand;
            _backPicBtn.Image    = (System.Drawing.Image)resources.GetObject("backPicBtn.Image");
            _backPicBtn.Location = new System.Drawing.Point(8, 210);
            _backPicBtn.Margin   = new Padding(2);
            _backPicBtn.Name     = "_backPicBtn";
            _backPicBtn.Size     = new System.Drawing.Size(14, 29);
            _backPicBtn.SizeMode = PictureBoxSizeMode.StretchImage;
            _backPicBtn.TabIndex = 0;
            _backPicBtn.TabStop  = false;
            //
            // PanelMain
            //
            _PanelMain.Location = new System.Drawing.Point(341, 165);
            _PanelMain.Margin   = new Padding(1);
            _PanelMain.Name     = "_PanelMain";
            _PanelMain.Size     = new System.Drawing.Size(200, 155);
            _PanelMain.TabIndex = 11;
            //
            // PanelBottom
            //
            _PanelBottom.Dock     = DockStyle.Bottom;
            _PanelBottom.Location = new System.Drawing.Point(0, 479);
            _PanelBottom.Margin   = new Padding(1);
            _PanelBottom.Name     = "_PanelBottom";
            _PanelBottom.Size     = new System.Drawing.Size(935, 21);
            _PanelBottom.TabIndex = 10;
            //
            // PanelTop
            //
            _PanelTop.Controls.Add(_title);
            _PanelTop.Controls.Add(_subtitle);
            _PanelTop.Dock     = DockStyle.Top;
            _PanelTop.Location = new System.Drawing.Point(0, 0);
            _PanelTop.Margin   = new Padding(2);
            _PanelTop.Name     = "_PanelTop";
            _PanelTop.Size     = new System.Drawing.Size(935, 71);
            _PanelTop.TabIndex = 9;
            //
            // title
            //
            _title.BackColor = System.Drawing.Color.Transparent;
            _title.Dock      = DockStyle.Top;
            _title.Font      = new System.Drawing.Font("Trajan Pro", 22.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, Conversions.ToByte(0));
            _title.ForeColor = System.Drawing.Color.Black;
            _title.Location  = new System.Drawing.Point(0, 0);
            _title.Name      = "_title";
            _title.Size      = new System.Drawing.Size(935, 47);
            _title.TabIndex  = 0;
            _title.Text      = "Setup is Complete";
            _title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // subtitle
            //
            _subtitle.Dock      = DockStyle.Bottom;
            _subtitle.Font      = new System.Drawing.Font("Trajan Pro", 12.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, Conversions.ToByte(0));
            _subtitle.ForeColor = System.Drawing.Color.Black;
            _subtitle.Location  = new System.Drawing.Point(0, 37);
            _subtitle.Name      = "_subtitle";
            _subtitle.Size      = new System.Drawing.Size(935, 34);
            _subtitle.TabIndex  = 1;
            _subtitle.Text      = "To start the Desktop app click the button bellow";
            _subtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // ColorWithAlpha2
            //
            _ColorWithAlpha2.Alpha  = 255;
            _ColorWithAlpha2.Color  = System.Drawing.Color.Black;
            _ColorWithAlpha2.Parent = null;
            //
            // FadeInTimer
            //
            _FadeInTimer.Interval = 50;
            //
            // setupWizardMainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
            this.AutoScaleMode       = AutoScaleMode.Font;
            this.AutoScroll          = true;
            this.BackColor           = System.Drawing.Color.Maroon;
            this.ClientSize          = new System.Drawing.Size(978, 544);
            this.Controls.Add(_AlphaGradientPanel1);
            this.DoubleBuffered  = true;
            this.FormBorderStyle = FormBorderStyle.FixedSingle;
            this.Icon            = (System.Drawing.Icon)resources.GetObject("$this.Icon");
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "setupWizardMainForm";
            this.Opacity         = 0.999D;
            this.StartPosition   = FormStartPosition.CenterScreen;
            this.TargetOpacity   = 1.0D;
            this.TransparencyKey = System.Drawing.Color.Maroon;
            _AlphaGradientPanel1.ResumeLayout(false);
            _Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_forwardPicBtn).EndInit();
            _Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_backPicBtn).EndInit();
            _PanelTop.ResumeLayout(false);
            this.VisibleChanged += setupWizard_1_VisibleChanged;
            this.Load           += setupWizard_0_frm_Load;
            this.ResumeLayout(false);
        }