Form1.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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.serialPortCombox1 = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
  35. this.txtMsg = new System.Windows.Forms.RichTextBox();
  36. this.txtIP = new System.Windows.Forms.TextBox();
  37. this.txtPORT = new System.Windows.Forms.TextBox();
  38. this.SuspendLayout();
  39. //
  40. // button1
  41. //
  42. this.button1.Location = new System.Drawing.Point(255, 181);
  43. this.button1.Margin = new System.Windows.Forms.Padding(4);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(100, 29);
  46. this.button1.TabIndex = 0;
  47. this.button1.Text = "button1";
  48. this.button1.UseVisualStyleBackColor = true;
  49. //
  50. // button2
  51. //
  52. this.button2.Location = new System.Drawing.Point(416, 181);
  53. this.button2.Margin = new System.Windows.Forms.Padding(4);
  54. this.button2.Name = "button2";
  55. this.button2.Size = new System.Drawing.Size(100, 29);
  56. this.button2.TabIndex = 1;
  57. this.button2.Text = "button2";
  58. this.button2.UseVisualStyleBackColor = true;
  59. //
  60. // button3
  61. //
  62. this.button3.Location = new System.Drawing.Point(407, 198);
  63. this.button3.Margin = new System.Windows.Forms.Padding(4);
  64. this.button3.Name = "button3";
  65. this.button3.Size = new System.Drawing.Size(100, 29);
  66. this.button3.TabIndex = 0;
  67. this.button3.Text = "button3";
  68. this.button3.UseVisualStyleBackColor = true;
  69. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  70. //
  71. // button4
  72. //
  73. this.button4.Location = new System.Drawing.Point(547, 198);
  74. this.button4.Margin = new System.Windows.Forms.Padding(4);
  75. this.button4.Name = "button4";
  76. this.button4.Size = new System.Drawing.Size(100, 29);
  77. this.button4.TabIndex = 2;
  78. this.button4.Text = "button4";
  79. this.button4.UseVisualStyleBackColor = true;
  80. this.button4.Click += new System.EventHandler(this.button4_Click);
  81. //
  82. // progressBar1
  83. //
  84. this.progressBar1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  85. this.progressBar1.Location = new System.Drawing.Point(288, 112);
  86. this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
  87. this.progressBar1.Name = "progressBar1";
  88. this.progressBar1.Size = new System.Drawing.Size(448, 29);
  89. this.progressBar1.TabIndex = 3;
  90. //
  91. // textBoxWithPlaceHolder1
  92. //
  93. this.textBoxWithPlaceHolder1.BackColor = System.Drawing.Color.White;
  94. this.textBoxWithPlaceHolder1.Location = new System.Drawing.Point(697, 198);
  95. this.textBoxWithPlaceHolder1.Name = "textBoxWithPlaceHolder1";
  96. this.textBoxWithPlaceHolder1.PlaceHolder = "123123";
  97. this.textBoxWithPlaceHolder1.Size = new System.Drawing.Size(241, 25);
  98. this.textBoxWithPlaceHolder1.TabIndex = 4;
  99. //
  100. // serialPortCombox1
  101. //
  102. this.serialPortCombox1.Location = new System.Drawing.Point(398, 61);
  103. this.serialPortCombox1.Name = "serialPortCombox1";
  104. this.serialPortCombox1.Size = new System.Drawing.Size(186, 25);
  105. this.serialPortCombox1.TabIndex = 6;
  106. //
  107. // txtMsg
  108. //
  109. this.txtMsg.Location = new System.Drawing.Point(424, 320);
  110. this.txtMsg.Name = "txtMsg";
  111. this.txtMsg.Size = new System.Drawing.Size(283, 160);
  112. this.txtMsg.TabIndex = 7;
  113. this.txtMsg.Text = "";
  114. //
  115. // txtIP
  116. //
  117. this.txtIP.Location = new System.Drawing.Point(424, 270);
  118. this.txtIP.Name = "txtIP";
  119. this.txtIP.Size = new System.Drawing.Size(136, 25);
  120. this.txtIP.TabIndex = 8;
  121. this.txtIP.Text = "127.0.0.1";
  122. //
  123. // txtPORT
  124. //
  125. this.txtPORT.Location = new System.Drawing.Point(607, 270);
  126. this.txtPORT.Name = "txtPORT";
  127. this.txtPORT.Size = new System.Drawing.Size(100, 25);
  128. this.txtPORT.TabIndex = 9;
  129. this.txtPORT.Text = "502";
  130. //
  131. // Form1
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(1239, 738);
  136. this.Controls.Add(this.txtPORT);
  137. this.Controls.Add(this.txtIP);
  138. this.Controls.Add(this.txtMsg);
  139. this.Controls.Add(this.serialPortCombox1);
  140. this.Controls.Add(this.textBoxWithPlaceHolder1);
  141. this.Controls.Add(this.progressBar1);
  142. this.Controls.Add(this.button4);
  143. this.Controls.Add(this.button3);
  144. this.Margin = new System.Windows.Forms.Padding(4);
  145. this.Name = "Form1";
  146. this.Tag = "123123";
  147. this.Text = "Form1";
  148. this.Load += new System.EventHandler(this.Form1_Load);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.Button button1;
  154. private System.Windows.Forms.Button button2;
  155. private CustomControl.ButtonUtil.NormalButton normalButton1;
  156. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  157. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  158. private System.Windows.Forms.Button button3;
  159. private System.Windows.Forms.Button button4;
  160. private System.Windows.Forms.ProgressBar progressBar1;
  161. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder textBoxWithPlaceHolder1;
  162. private CustomControl.ComBoxWithFocus.SerialPortCombox serialPortCombox1;
  163. private System.Windows.Forms.RichTextBox txtMsg;
  164. private System.Windows.Forms.TextBox txtIP;
  165. private System.Windows.Forms.TextBox txtPORT;
  166. }
  167. }