namespace POSV { partial class DownloadCefDependentFile { /// /// 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblprogress = new System.Windows.Forms.Label(); this.lblcontent = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.DeownloadBar = new DevComponents.DotNetBar.Controls.ProgressBarX(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Image = global::POSV.Properties.Resources.下载; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(550, 378); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // lblprogress // this.lblprogress.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.lblprogress.AutoSize = true; this.lblprogress.Font = new System.Drawing.Font("微软雅黑", 20F); this.lblprogress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(133)))), ((int)(((byte)(255))))); this.lblprogress.Location = new System.Drawing.Point(451, 254); this.lblprogress.Name = "lblprogress"; this.lblprogress.Size = new System.Drawing.Size(55, 35); this.lblprogress.TabIndex = 3; this.lblprogress.Text = "0%"; // // lblcontent // this.lblcontent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblcontent.AutoSize = true; this.lblcontent.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblcontent.ForeColor = System.Drawing.Color.Black; this.lblcontent.Location = new System.Drawing.Point(39, 329); this.lblcontent.Name = "lblcontent"; this.lblcontent.Size = new System.Drawing.Size(126, 25); this.lblcontent.TabIndex = 4; this.lblcontent.Text = "检测运行环境"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = global::POSV.Properties.Resources.X; this.pictureBox2.Location = new System.Drawing.Point(495, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(55, 48); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox2.TabIndex = 244; this.pictureBox2.TabStop = false; this.pictureBox2.Visible = false; this.pictureBox2.Click += new System.EventHandler(this.touchButtonX1_Click); // // DeownloadBar // this.DeownloadBar.BackColor = System.Drawing.Color.Gainsboro; // // // this.DeownloadBar.BackgroundStyle.BorderBottomWidth = 1; this.DeownloadBar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.DeownloadBar.ChunkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(133)))), ((int)(((byte)(255))))); this.DeownloadBar.ChunkColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(133)))), ((int)(((byte)(255))))); this.DeownloadBar.Location = new System.Drawing.Point(44, 292); this.DeownloadBar.Name = "DeownloadBar"; this.DeownloadBar.Size = new System.Drawing.Size(462, 23); this.DeownloadBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2000; this.DeownloadBar.TabIndex = 245; this.DeownloadBar.Text = "progressBarX1"; // // DownloadCefDependentFile // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(550, 378); this.Controls.Add(this.DeownloadBar); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.lblcontent); this.Controls.Add(this.lblprogress); this.Controls.Add(this.pictureBox1); this.Name = "DownloadCefDependentFile"; this.Text = "DownloadCefDependentFile"; this.Load += new System.EventHandler(this.DownloadCefDependentFile_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label lblprogress; private System.Windows.Forms.Label lblcontent; private System.Windows.Forms.PictureBox pictureBox2; private DevComponents.DotNetBar.Controls.ProgressBarX DeownloadBar; } }