Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

98 rindas
3.9 KiB

  1. namespace Quanjiang.DigitalScholl.Tools
  2. {
  3. partial class FormProgress
  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.progressBar1 = new System.Windows.Forms.ProgressBar();
  29. this.rtblog = new System.Windows.Forms.RichTextBox();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  32. this.splitContainer1.Panel1.SuspendLayout();
  33. this.splitContainer1.Panel2.SuspendLayout();
  34. this.splitContainer1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // progressBar1
  38. //
  39. this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.progressBar1.Location = new System.Drawing.Point(0, 0);
  41. this.progressBar1.Name = "progressBar1";
  42. this.progressBar1.Size = new System.Drawing.Size(800, 109);
  43. this.progressBar1.TabIndex = 0;
  44. //
  45. // rtblog
  46. //
  47. this.rtblog.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.rtblog.Location = new System.Drawing.Point(0, 0);
  49. this.rtblog.Name = "rtblog";
  50. this.rtblog.Size = new System.Drawing.Size(800, 337);
  51. this.rtblog.TabIndex = 1;
  52. this.rtblog.Text = "";
  53. //
  54. // splitContainer1
  55. //
  56. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  58. this.splitContainer1.Name = "splitContainer1";
  59. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  60. //
  61. // splitContainer1.Panel1
  62. //
  63. this.splitContainer1.Panel1.Controls.Add(this.progressBar1);
  64. //
  65. // splitContainer1.Panel2
  66. //
  67. this.splitContainer1.Panel2.Controls.Add(this.rtblog);
  68. this.splitContainer1.Size = new System.Drawing.Size(800, 450);
  69. this.splitContainer1.SplitterDistance = 109;
  70. this.splitContainer1.TabIndex = 2;
  71. //
  72. // FormProgress
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(800, 450);
  77. this.Controls.Add(this.splitContainer1);
  78. this.Name = "FormProgress";
  79. this.Text = "FormProgress";
  80. this.Load += new System.EventHandler(this.FormProgress_Load);
  81. this.splitContainer1.Panel1.ResumeLayout(false);
  82. this.splitContainer1.Panel2.ResumeLayout(false);
  83. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  84. this.splitContainer1.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.ProgressBar progressBar1;
  89. private System.Windows.Forms.RichTextBox rtblog;
  90. private System.Windows.Forms.SplitContainer splitContainer1;
  91. }
  92. }