TestUpdateForm.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace Y.Test.Views
  2. {
  3. partial class TestUpdateForm
  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.progressBar2 = new System.Windows.Forms.ProgressBar();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // progressBar1
  37. //
  38. this.progressBar1.Location = new System.Drawing.Point(12, 12);
  39. this.progressBar1.Name = "progressBar1";
  40. this.progressBar1.Size = new System.Drawing.Size(260, 23);
  41. this.progressBar1.TabIndex = 0;
  42. //
  43. // progressBar2
  44. //
  45. this.progressBar2.Location = new System.Drawing.Point(12, 84);
  46. this.progressBar2.Name = "progressBar2";
  47. this.progressBar2.Size = new System.Drawing.Size(260, 23);
  48. this.progressBar2.TabIndex = 1;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Location = new System.Drawing.Point(13, 42);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(41, 12);
  56. this.label1.TabIndex = 2;
  57. this.label1.Text = "label1";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Location = new System.Drawing.Point(13, 114);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(41, 12);
  65. this.label2.TabIndex = 3;
  66. this.label2.Text = "label2";
  67. //
  68. // button1
  69. //
  70. this.button1.Location = new System.Drawing.Point(197, 226);
  71. this.button1.Name = "button1";
  72. this.button1.Size = new System.Drawing.Size(75, 23);
  73. this.button1.TabIndex = 4;
  74. this.button1.Text = "button1";
  75. this.button1.UseVisualStyleBackColor = true;
  76. this.button1.Click += new System.EventHandler(this.button1_Click);
  77. //
  78. // label3
  79. //
  80. this.label3.AutoSize = true;
  81. this.label3.Location = new System.Drawing.Point(13, 231);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(41, 12);
  84. this.label3.TabIndex = 5;
  85. this.label3.Text = "label3";
  86. //
  87. // TestUpdateForm
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.ClientSize = new System.Drawing.Size(284, 261);
  92. this.Controls.Add(this.label3);
  93. this.Controls.Add(this.button1);
  94. this.Controls.Add(this.label2);
  95. this.Controls.Add(this.label1);
  96. this.Controls.Add(this.progressBar2);
  97. this.Controls.Add(this.progressBar1);
  98. this.Name = "TestUpdateForm";
  99. this.Text = "TestUpdateForm";
  100. this.Load += new System.EventHandler(this.TestUpdateForm_Load);
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private System.Windows.Forms.ProgressBar progressBar1;
  106. private System.Windows.Forms.ProgressBar progressBar2;
  107. private System.Windows.Forms.Label label1;
  108. private System.Windows.Forms.Label label2;
  109. private System.Windows.Forms.Button button1;
  110. private System.Windows.Forms.Label label3;
  111. }
  112. }