Form1.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace UAS_MES_NEW
  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.txtMsg = new System.Windows.Forms.RichTextBox();
  33. this.txtIP = new System.Windows.Forms.TextBox();
  34. this.txtPORT = new System.Windows.Forms.TextBox();
  35. this.enterTextBox2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Location = new System.Drawing.Point(255, 181);
  41. this.button1.Margin = new System.Windows.Forms.Padding(4);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(100, 29);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "button1";
  46. this.button1.UseVisualStyleBackColor = true;
  47. //
  48. // button2
  49. //
  50. this.button2.Location = new System.Drawing.Point(416, 181);
  51. this.button2.Margin = new System.Windows.Forms.Padding(4);
  52. this.button2.Name = "button2";
  53. this.button2.Size = new System.Drawing.Size(100, 29);
  54. this.button2.TabIndex = 1;
  55. this.button2.Text = "button2";
  56. this.button2.UseVisualStyleBackColor = true;
  57. //
  58. // button3
  59. //
  60. this.button3.Location = new System.Drawing.Point(424, 198);
  61. this.button3.Margin = new System.Windows.Forms.Padding(4);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(100, 29);
  64. this.button3.TabIndex = 0;
  65. this.button3.Text = "OPEN";
  66. this.button3.UseVisualStyleBackColor = true;
  67. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  68. //
  69. // button4
  70. //
  71. this.button4.Location = new System.Drawing.Point(547, 198);
  72. this.button4.Margin = new System.Windows.Forms.Padding(4);
  73. this.button4.Name = "button4";
  74. this.button4.Size = new System.Drawing.Size(100, 29);
  75. this.button4.TabIndex = 2;
  76. this.button4.Text = "Send";
  77. this.button4.UseVisualStyleBackColor = true;
  78. this.button4.Click += new System.EventHandler(this.button4_Click);
  79. //
  80. // txtMsg
  81. //
  82. this.txtMsg.Location = new System.Drawing.Point(424, 320);
  83. this.txtMsg.Name = "txtMsg";
  84. this.txtMsg.Size = new System.Drawing.Size(283, 160);
  85. this.txtMsg.TabIndex = 7;
  86. this.txtMsg.Text = "";
  87. //
  88. // txtIP
  89. //
  90. this.txtIP.Location = new System.Drawing.Point(424, 270);
  91. this.txtIP.Name = "txtIP";
  92. this.txtIP.Size = new System.Drawing.Size(136, 25);
  93. this.txtIP.TabIndex = 8;
  94. this.txtIP.Text = "127.0.0.1";
  95. //
  96. // txtPORT
  97. //
  98. this.txtPORT.Location = new System.Drawing.Point(607, 270);
  99. this.txtPORT.Name = "txtPORT";
  100. this.txtPORT.Size = new System.Drawing.Size(100, 25);
  101. this.txtPORT.TabIndex = 9;
  102. this.txtPORT.Text = "8080";
  103. //
  104. // enterTextBox2
  105. //
  106. this.enterTextBox2.AllPower = null;
  107. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  108. this.enterTextBox2.ID = null;
  109. this.enterTextBox2.Location = new System.Drawing.Point(753, 270);
  110. this.enterTextBox2.Name = "enterTextBox2";
  111. this.enterTextBox2.Power = null;
  112. this.enterTextBox2.Size = new System.Drawing.Size(196, 25);
  113. this.enterTextBox2.Str = null;
  114. this.enterTextBox2.Str1 = null;
  115. this.enterTextBox2.Str2 = null;
  116. this.enterTextBox2.TabIndex = 10;
  117. //
  118. // Form1
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(1239, 738);
  123. this.Controls.Add(this.enterTextBox2);
  124. this.Controls.Add(this.txtPORT);
  125. this.Controls.Add(this.txtIP);
  126. this.Controls.Add(this.txtMsg);
  127. this.Controls.Add(this.button4);
  128. this.Controls.Add(this.button3);
  129. this.Margin = new System.Windows.Forms.Padding(4);
  130. this.Name = "Form1";
  131. this.Tag = "123123";
  132. this.Text = "Form1";
  133. this.Load += new System.EventHandler(this.Form1_Load);
  134. this.ResumeLayout(true);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private System.Windows.Forms.Button button1;
  139. private System.Windows.Forms.Button button2;
  140. private CustomControl.ButtonUtil.NormalButton normalButton1;
  141. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  142. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  143. private System.Windows.Forms.Button button3;
  144. private System.Windows.Forms.Button button4;
  145. private System.Windows.Forms.RichTextBox txtMsg;
  146. private System.Windows.Forms.TextBox txtIP;
  147. private System.Windows.Forms.TextBox txtPORT;
  148. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
  149. }
  150. }