namespace efunbox_xyyf_windows { partial class Main { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.loadingProgress = new System.Windows.Forms.ProgressBar(); this.SuspendLayout(); // // loadingProgress // this.loadingProgress.BackColor = System.Drawing.Color.IndianRed; this.loadingProgress.Location = new System.Drawing.Point(12, 729); this.loadingProgress.Name = "loadingProgress"; this.loadingProgress.Size = new System.Drawing.Size(1240, 20); this.loadingProgress.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.ClientSize = new System.Drawing.Size(1264, 761); this.Controls.Add(this.loadingProgress); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form1"; this.Text = "学有义方"; this.Load += new System.EventHandler(this.Form1_Load); this.Shown += new System.EventHandler(this.Form1_Shown); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ProgressBar loadingProgress; } }