namespace JwKdsV { partial class DownloadingForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadingForm)); this.downLoadContainer = new JwKdsV.Component.DoubleBufferPanelX(); this.lblStatus = new System.Windows.Forms.Label(); this.doubleBufferPanelX1 = new JwKdsV.Component.DoubleBufferPanelX(); this.downLoadContainer.SuspendLayout(); this.SuspendLayout(); // // downLoadContainer // this.downLoadContainer.Controls.Add(this.lblStatus); this.downLoadContainer.Controls.Add(this.doubleBufferPanelX1); this.downLoadContainer.Location = new System.Drawing.Point(74, 122); this.downLoadContainer.Name = "downLoadContainer"; this.downLoadContainer.Size = new System.Drawing.Size(836, 383); this.downLoadContainer.TabIndex = 1; // // lblStatus // this.lblStatus.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblStatus.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStatus.Location = new System.Drawing.Point(0, 352); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(836, 31); this.lblStatus.TabIndex = 1; this.lblStatus.Text = "开始处理……"; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.BackgroundImage = global::JwKdsV.Properties.Resources.download; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 0); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(836, 383); this.doubleBufferPanelX1.TabIndex = 0; // // DownloadingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(232)))), ((int)(((byte)(228))))); this.ClientSize = new System.Drawing.Size(1012, 517); this.Controls.Add(this.downLoadContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DownloadingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = ""; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.downLoadContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.DoubleBufferPanelX downLoadContainer; private System.Windows.Forms.Label lblStatus; } }