namespace Quanjiang.DigitalScholl.Tools { partial class FormProgress { /// /// 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.progressBar1 = new System.Windows.Forms.ProgressBar(); this.rtblog = new System.Windows.Forms.RichTextBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // progressBar1 // this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill; this.progressBar1.Location = new System.Drawing.Point(0, 0); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(800, 109); this.progressBar1.TabIndex = 0; // // rtblog // this.rtblog.Dock = System.Windows.Forms.DockStyle.Fill; this.rtblog.Location = new System.Drawing.Point(0, 0); this.rtblog.Name = "rtblog"; this.rtblog.Size = new System.Drawing.Size(800, 337); this.rtblog.TabIndex = 1; this.rtblog.Text = ""; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.progressBar1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.rtblog); this.splitContainer1.Size = new System.Drawing.Size(800, 450); this.splitContainer1.SplitterDistance = 109; this.splitContainer1.TabIndex = 2; // // FormProgress // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.splitContainer1); this.Name = "FormProgress"; this.Text = "FormProgress"; this.Load += new System.EventHandler(this.FormProgress_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.RichTextBox rtblog; private System.Windows.Forms.SplitContainer splitContainer1; } }