您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

142 行
6.2 KiB

  1. namespace Quanjiang.DigitalScholl.DataSync
  2. {
  3. partial class SyncWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  30. this.rtblog = new System.Windows.Forms.RichTextBox();
  31. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  32. this.btcancelsync = new System.Windows.Forms.Button();
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.Panel2.SuspendLayout();
  36. this.splitContainer1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  38. this.splitContainer2.Panel1.SuspendLayout();
  39. this.splitContainer2.Panel2.SuspendLayout();
  40. this.splitContainer2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // splitContainer1
  44. //
  45. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  47. this.splitContainer1.Name = "splitContainer1";
  48. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  49. //
  50. // splitContainer1.Panel1
  51. //
  52. this.splitContainer1.Panel1.Controls.Add(this.progressBar1);
  53. //
  54. // splitContainer1.Panel2
  55. //
  56. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  57. this.splitContainer1.Size = new System.Drawing.Size(735, 392);
  58. this.splitContainer1.SplitterDistance = 101;
  59. this.splitContainer1.TabIndex = 0;
  60. //
  61. // progressBar1
  62. //
  63. this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.progressBar1.Location = new System.Drawing.Point(0, 0);
  65. this.progressBar1.Name = "progressBar1";
  66. this.progressBar1.Size = new System.Drawing.Size(735, 101);
  67. this.progressBar1.TabIndex = 0;
  68. //
  69. // rtblog
  70. //
  71. this.rtblog.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.rtblog.HideSelection = false;
  73. this.rtblog.Location = new System.Drawing.Point(0, 0);
  74. this.rtblog.Name = "rtblog";
  75. this.rtblog.Size = new System.Drawing.Size(735, 244);
  76. this.rtblog.TabIndex = 0;
  77. this.rtblog.Text = "";
  78. //
  79. // splitContainer2
  80. //
  81. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  83. this.splitContainer2.Name = "splitContainer2";
  84. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  85. //
  86. // splitContainer2.Panel1
  87. //
  88. this.splitContainer2.Panel1.Controls.Add(this.rtblog);
  89. //
  90. // splitContainer2.Panel2
  91. //
  92. this.splitContainer2.Panel2.Controls.Add(this.btcancelsync);
  93. this.splitContainer2.Size = new System.Drawing.Size(735, 287);
  94. this.splitContainer2.SplitterDistance = 244;
  95. this.splitContainer2.TabIndex = 1;
  96. //
  97. // btcancelsync
  98. //
  99. this.btcancelsync.Location = new System.Drawing.Point(654, 7);
  100. this.btcancelsync.Name = "btcancelsync";
  101. this.btcancelsync.Size = new System.Drawing.Size(75, 23);
  102. this.btcancelsync.TabIndex = 0;
  103. this.btcancelsync.Text = "取消同步";
  104. this.btcancelsync.UseVisualStyleBackColor = true;
  105. this.btcancelsync.Click += new System.EventHandler(this.btcancelsync_Click);
  106. //
  107. // SyncWindow
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(735, 392);
  112. this.Controls.Add(this.splitContainer1);
  113. this.MaximizeBox = false;
  114. this.MinimizeBox = false;
  115. this.Name = "SyncWindow";
  116. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  117. this.Text = "同步中...";
  118. this.Load += new System.EventHandler(this.SyncWindow_Load);
  119. this.splitContainer1.Panel1.ResumeLayout(false);
  120. this.splitContainer1.Panel2.ResumeLayout(false);
  121. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  122. this.splitContainer1.ResumeLayout(false);
  123. this.splitContainer2.Panel1.ResumeLayout(false);
  124. this.splitContainer2.Panel2.ResumeLayout(false);
  125. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  126. this.splitContainer2.ResumeLayout(false);
  127. this.ResumeLayout(false);
  128. }
  129. #endregion
  130. private System.Windows.Forms.SplitContainer splitContainer1;
  131. private System.Windows.Forms.ProgressBar progressBar1;
  132. private System.Windows.Forms.RichTextBox rtblog;
  133. private System.Windows.Forms.SplitContainer splitContainer2;
  134. private System.Windows.Forms.Button btcancelsync;
  135. }
  136. }