namespace Quanjiang.DigitalScholl.DataSync { partial class SyncWindow { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.rtblog = new System.Windows.Forms.RichTextBox(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.btcancelsync = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // 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.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(735, 392); this.splitContainer1.SplitterDistance = 101; this.splitContainer1.TabIndex = 0; // // 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(735, 101); this.progressBar1.TabIndex = 0; // // rtblog // this.rtblog.Dock = System.Windows.Forms.DockStyle.Fill; this.rtblog.HideSelection = false; this.rtblog.Location = new System.Drawing.Point(0, 0); this.rtblog.Name = "rtblog"; this.rtblog.Size = new System.Drawing.Size(735, 244); this.rtblog.TabIndex = 0; this.rtblog.Text = ""; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.rtblog); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.btcancelsync); this.splitContainer2.Size = new System.Drawing.Size(735, 287); this.splitContainer2.SplitterDistance = 244; this.splitContainer2.TabIndex = 1; // // btcancelsync // this.btcancelsync.Location = new System.Drawing.Point(654, 7); this.btcancelsync.Name = "btcancelsync"; this.btcancelsync.Size = new System.Drawing.Size(75, 23); this.btcancelsync.TabIndex = 0; this.btcancelsync.Text = "取消同步"; this.btcancelsync.UseVisualStyleBackColor = true; this.btcancelsync.Click += new System.EventHandler(this.btcancelsync_Click); // // SyncWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(735, 392); this.Controls.Add(this.splitContainer1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SyncWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "同步中..."; this.Load += new System.EventHandler(this.SyncWindow_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.RichTextBox rtblog; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Button btcancelsync; } }