Form1.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace UAS_MES
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  33. this.textBoxWithPlaceHolder1 = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(255, 181);
  39. this.button1.Margin = new System.Windows.Forms.Padding(4);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(100, 29);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "button1";
  44. this.button1.UseVisualStyleBackColor = true;
  45. //
  46. // button2
  47. //
  48. this.button2.Location = new System.Drawing.Point(416, 181);
  49. this.button2.Margin = new System.Windows.Forms.Padding(4);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(100, 29);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "button2";
  54. this.button2.UseVisualStyleBackColor = true;
  55. //
  56. // button3
  57. //
  58. this.button3.Location = new System.Drawing.Point(407, 198);
  59. this.button3.Margin = new System.Windows.Forms.Padding(4);
  60. this.button3.Name = "button3";
  61. this.button3.Size = new System.Drawing.Size(100, 29);
  62. this.button3.TabIndex = 0;
  63. this.button3.Text = "button3";
  64. this.button3.UseVisualStyleBackColor = true;
  65. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  66. //
  67. // button4
  68. //
  69. this.button4.Location = new System.Drawing.Point(547, 198);
  70. this.button4.Margin = new System.Windows.Forms.Padding(4);
  71. this.button4.Name = "button4";
  72. this.button4.Size = new System.Drawing.Size(100, 29);
  73. this.button4.TabIndex = 2;
  74. this.button4.Text = "button4";
  75. this.button4.UseVisualStyleBackColor = true;
  76. this.button4.Click += new System.EventHandler(this.button4_Click);
  77. //
  78. // progressBar1
  79. //
  80. this.progressBar1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  81. this.progressBar1.Location = new System.Drawing.Point(288, 112);
  82. this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
  83. this.progressBar1.Name = "progressBar1";
  84. this.progressBar1.Size = new System.Drawing.Size(448, 29);
  85. this.progressBar1.TabIndex = 3;
  86. //
  87. // textBoxWithPlaceHolder1
  88. //
  89. this.textBoxWithPlaceHolder1.BackColor = System.Drawing.Color.White;
  90. this.textBoxWithPlaceHolder1.Location = new System.Drawing.Point(747, 292);
  91. this.textBoxWithPlaceHolder1.Name = "textBoxWithPlaceHolder1";
  92. this.textBoxWithPlaceHolder1.PlaceHolder = "123123";
  93. this.textBoxWithPlaceHolder1.Size = new System.Drawing.Size(241, 25);
  94. this.textBoxWithPlaceHolder1.TabIndex = 4;
  95. //
  96. // Form1
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(1239, 738);
  101. this.Controls.Add(this.textBoxWithPlaceHolder1);
  102. this.Controls.Add(this.progressBar1);
  103. this.Controls.Add(this.button4);
  104. this.Controls.Add(this.button3);
  105. this.Margin = new System.Windows.Forms.Padding(4);
  106. this.Name = "Form1";
  107. this.Tag = "123123";
  108. this.Text = "Form1";
  109. this.Load += new System.EventHandler(this.Form1_Load);
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. private System.Windows.Forms.Button button1;
  114. private System.Windows.Forms.Button button2;
  115. private CustomControl.ButtonUtil.NormalButton normalButton1;
  116. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  117. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  118. private System.Windows.Forms.Button button3;
  119. private System.Windows.Forms.Button button4;
  120. private System.Windows.Forms.ProgressBar progressBar1;
  121. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder textBoxWithPlaceHolder1;
  122. }
  123. }