namespace Falit.Run
{
partial class FrmUpgrade
{
///
/// 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()
{
this.dataViewFile = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.LbName = new System.Windows.Forms.Label();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.pbrLoading = new System.Windows.Forms.ProgressBar();
this.lbInfo = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lbPercentage = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.dataViewFile)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// dataViewFile
//
this.dataViewFile.AllowUserToAddRows = false;
this.dataViewFile.AllowUserToDeleteRows = false;
this.dataViewFile.BackgroundColor = System.Drawing.Color.White;
this.dataViewFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataViewFile.Location = new System.Drawing.Point(4, 10);
this.dataViewFile.Name = "dataViewFile";
this.dataViewFile.ReadOnly = true;
this.dataViewFile.RowHeadersVisible = false;
this.dataViewFile.RowTemplate.Height = 23;
this.dataViewFile.Size = new System.Drawing.Size(441, 309);
this.dataViewFile.TabIndex = 2;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.LbName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(211, 372);
this.panel1.TabIndex = 6;
//
// LbName
//
this.LbName.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LbName.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.LbName.Location = new System.Drawing.Point(3, 231);
this.LbName.Name = "LbName";
this.LbName.Size = new System.Drawing.Size(205, 21);
this.LbName.TabIndex = 3;
this.LbName.Text = "南兴装备";
this.LbName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pbrLoading
//
this.pbrLoading.Location = new System.Drawing.Point(4, 347);
this.pbrLoading.Name = "pbrLoading";
this.pbrLoading.Size = new System.Drawing.Size(441, 23);
this.pbrLoading.TabIndex = 3;
//
// lbInfo
//
this.lbInfo.AutoSize = true;
this.lbInfo.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.lbInfo.Location = new System.Drawing.Point(9, 328);
this.lbInfo.Name = "lbInfo";
this.lbInfo.Size = new System.Drawing.Size(83, 12);
this.lbInfo.TabIndex = 2;
this.lbInfo.Text = "是否需升级...";
//
// groupBox1
//
this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.groupBox1.Controls.Add(this.dataViewFile);
this.groupBox1.Controls.Add(this.lbPercentage);
this.groupBox1.Controls.Add(this.pbrLoading);
this.groupBox1.Controls.Add(this.lbInfo);
this.groupBox1.Location = new System.Drawing.Point(212, -6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(449, 376);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
//
// lbPercentage
//
this.lbPercentage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPercentage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbPercentage.Location = new System.Drawing.Point(354, 328);
this.lbPercentage.Name = "lbPercentage";
this.lbPercentage.Size = new System.Drawing.Size(83, 12);
this.lbPercentage.TabIndex = 4;
this.lbPercentage.Text = "0%";
this.lbPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// pictureBox1
//
//this.pictureBox1.Image = global::Falit.Run.Properties.Resources.logo;
this.pictureBox1.Location = new System.Drawing.Point(22, 92);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(169, 136);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// FrmUpgrade
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(662, 372);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmUpgrade";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "自动更新";
this.Shown += new System.EventHandler(this.FrmUpgrade_Shown);
((System.ComponentModel.ISupportInitialize)(this.dataViewFile)).EndInit();
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataViewFile;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ProgressBar pbrLoading;
private System.Windows.Forms.Label lbInfo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lbPercentage;
private System.Windows.Forms.Label LbName;
private System.Windows.Forms.PictureBox pictureBox1;
}
}