/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.progressBar1 = new MissionPlanner.Controls.MyProgressBar();
     this.lblProgressMessage = new System.Windows.Forms.Label();
     this.btnCancel = new MissionPlanner.Controls.MyButton();
     this.imgWarning = new System.Windows.Forms.PictureBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.btnClose = new MissionPlanner.Controls.MyButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.imgWarning)).BeginInit();
     this.SuspendLayout();
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.BGGradBot = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(167)))), ((int)(((byte)(42)))));
     this.progressBar1.BGGradTop = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(139)))), ((int)(((byte)(26)))));
     this.progressBar1.Location = new System.Drawing.Point(11, 90);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Outline = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(171)))), ((int)(((byte)(112)))));
     this.progressBar1.Size = new System.Drawing.Size(277, 13);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TabIndex = 0;
     this.progressBar1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(54)))), ((int)(((byte)(8)))));
     //
     // lblProgressMessage
     //
     this.lblProgressMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblProgressMessage.Location = new System.Drawing.Point(13, 13);
     this.lblProgressMessage.Name = "lblProgressMessage";
     this.lblProgressMessage.Size = new System.Drawing.Size(275, 74);
     this.lblProgressMessage.TabIndex = 1;
     this.lblProgressMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(213, 109);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // imgWarning
     //
     this.imgWarning.Image = global::MissionPlanner.Controls.Properties.Resources.iconWarning48;
     this.imgWarning.Location = new System.Drawing.Point(13, 22);
     this.imgWarning.Name = "imgWarning";
     this.imgWarning.Size = new System.Drawing.Size(48, 48);
     this.imgWarning.TabIndex = 3;
     this.imgWarning.TabStop = false;
     this.imgWarning.Visible = false;
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(240, 90);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(48, 13);
     this.linkLabel1.TabIndex = 4;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Details...";
     this.linkLabel1.Visible = false;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Location = new System.Drawing.Point(213, 109);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btn_Close_Click);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 200;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // ProgressReporterDialogue
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(306, 144);
     this.ControlBox = false;
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.imgWarning);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.lblProgressMessage);
     this.Controls.Add(this.progressBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ProgressReporterDialogue";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Progress";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.ProgressReporterDialogue_Load);
     ((System.ComponentModel.ISupportInitialize)(this.imgWarning)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressReporterDialogue));
     this.progressBar1 = new MissionPlanner.Controls.MyProgressBar();
     this.lblProgressMessage = new System.Windows.Forms.Label();
     this.btnCancel = new MissionPlanner.Controls.MyButton();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.btnClose = new MissionPlanner.Controls.MyButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.imgWarning = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.imgWarning)).BeginInit();
     this.SuspendLayout();
     //
     // progressBar1
     //
     resources.ApplyResources(this.progressBar1, "progressBar1");
     this.progressBar1.BackColor = System.Drawing.Color.Transparent;
     this.progressBar1.BGGradBot = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(167)))), ((int)(((byte)(42)))));
     this.progressBar1.BGGradTop = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(139)))), ((int)(((byte)(26)))));
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Outline = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(171)))), ((int)(((byte)(112)))));
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(54)))), ((int)(((byte)(8)))));
     //
     // lblProgressMessage
     //
     resources.ApplyResources(this.lblProgressMessage, "lblProgressMessage");
     this.lblProgressMessage.Name = "lblProgressMessage";
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // linkLabel1
     //
     resources.ApplyResources(this.linkLabel1, "linkLabel1");
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "详细...";
     this.linkLabel1.Visible = false;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btn_Close_Click);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 200;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // imgWarning
     //
     resources.ApplyResources(this.imgWarning, "imgWarning");
     //this.imgWarning.Image = global::MissionPlanner.Controls.Properties.Resources.iconWarning48;
     this.imgWarning.Image = OSD.Properties.Resources.iconWarning48;
     this.imgWarning.Name = "imgWarning";
     this.imgWarning.TabStop = false;
     //
     // ProgressReporterDialogue
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ControlBox = false;
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.imgWarning);
     this.Controls.Add(this.lblProgressMessage);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ProgressReporterDialogue";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "进度";
     this.Load += new System.EventHandler(this.ProgressReporterDialogue_Load);
     ((System.ComponentModel.ISupportInitialize)(this.imgWarning)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }