Form1.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.ct_coll = new System.Windows.Forms.DataVisualization.Charting.Chart();
  35. this.serialPortCombox1 = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
  36. this.normalButton3 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  37. this.normalButton2 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  38. this.TestDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  39. this.numOnlyTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  40. this.blurSearch1 = new UAS_MES.CustomControl.TextBoxWithIcon.BlurSearch();
  41. this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // button1
  47. //
  48. this.button1.Location = new System.Drawing.Point(255, 181);
  49. this.button1.Margin = new System.Windows.Forms.Padding(4);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(100, 29);
  52. this.button1.TabIndex = 0;
  53. this.button1.Text = "button1";
  54. this.button1.UseVisualStyleBackColor = true;
  55. //
  56. // button2
  57. //
  58. this.button2.Location = new System.Drawing.Point(416, 181);
  59. this.button2.Margin = new System.Windows.Forms.Padding(4);
  60. this.button2.Name = "button2";
  61. this.button2.Size = new System.Drawing.Size(100, 29);
  62. this.button2.TabIndex = 1;
  63. this.button2.Text = "button2";
  64. this.button2.UseVisualStyleBackColor = true;
  65. //
  66. // ct_coll
  67. //
  68. this.ct_coll.BackColor = System.Drawing.SystemColors.Control;
  69. this.ct_coll.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross;
  70. this.ct_coll.BackImageTransparentColor = System.Drawing.SystemColors.Control;
  71. this.ct_coll.BorderlineColor = System.Drawing.SystemColors.Control;
  72. chartArea1.Name = "ChartArea1";
  73. this.ct_coll.ChartAreas.Add(chartArea1);
  74. legend1.Enabled = false;
  75. legend1.Name = "Legend1";
  76. this.ct_coll.Legends.Add(legend1);
  77. this.ct_coll.Location = new System.Drawing.Point(832, 11);
  78. this.ct_coll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  79. this.ct_coll.Name = "ct_coll";
  80. this.ct_coll.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
  81. series1.ChartArea = "ChartArea1";
  82. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
  83. series1.IsXValueIndexed = true;
  84. series1.Label = "#PERCENT#VALX :#VAL";
  85. series1.Legend = "Legend1";
  86. series1.LegendText = "#VALX";
  87. series1.Name = "Series1";
  88. this.ct_coll.Series.Add(series1);
  89. this.ct_coll.Size = new System.Drawing.Size(395, 398);
  90. this.ct_coll.TabIndex = 5;
  91. this.ct_coll.Text = "chart1";
  92. //
  93. // serialPortCombox1
  94. //
  95. this.serialPortCombox1.Location = new System.Drawing.Point(829, 645);
  96. this.serialPortCombox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.serialPortCombox1.Name = "serialPortCombox1";
  98. this.serialPortCombox1.Size = new System.Drawing.Size(187, 25);
  99. this.serialPortCombox1.TabIndex = 12;
  100. //
  101. // normalButton3
  102. //
  103. this.normalButton3.AllPower = null;
  104. this.normalButton3.BackColor = System.Drawing.Color.Transparent;
  105. this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
  106. this.normalButton3.Image = null;
  107. this.normalButton3.IsShowBorder = true;
  108. this.normalButton3.Location = new System.Drawing.Point(598, 406);
  109. this.normalButton3.Margin = new System.Windows.Forms.Padding(4);
  110. this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
  111. this.normalButton3.Name = "normalButton3";
  112. this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
  113. this.normalButton3.Power = null;
  114. this.normalButton3.Size = new System.Drawing.Size(121, 35);
  115. this.normalButton3.TabIndex = 11;
  116. this.normalButton3.Text = "normalButton3";
  117. this.normalButton3.UseVisualStyleBackColor = false;
  118. this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
  119. //
  120. // normalButton2
  121. //
  122. this.normalButton2.AllPower = null;
  123. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  124. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  125. this.normalButton2.Image = null;
  126. this.normalButton2.IsShowBorder = true;
  127. this.normalButton2.Location = new System.Drawing.Point(598, 345);
  128. this.normalButton2.Margin = new System.Windows.Forms.Padding(4);
  129. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  130. this.normalButton2.Name = "normalButton2";
  131. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  132. this.normalButton2.Power = null;
  133. this.normalButton2.Size = new System.Drawing.Size(121, 35);
  134. this.normalButton2.TabIndex = 10;
  135. this.normalButton2.Text = "normalButton2";
  136. this.normalButton2.UseVisualStyleBackColor = false;
  137. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  138. //
  139. // TestDGV
  140. //
  141. this.TestDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  142. this.TestDGV.Location = new System.Drawing.Point(45, 138);
  143. this.TestDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.TestDGV.Name = "TestDGV";
  145. this.TestDGV.RowTemplate.Height = 27;
  146. this.TestDGV.Size = new System.Drawing.Size(476, 342);
  147. this.TestDGV.TabIndex = 9;
  148. //
  149. // numOnlyTextBox1
  150. //
  151. this.numOnlyTextBox1.AllPower = null;
  152. this.numOnlyTextBox1.BackColor = System.Drawing.Color.White;
  153. this.numOnlyTextBox1.ID = null;
  154. this.numOnlyTextBox1.Location = new System.Drawing.Point(325, 75);
  155. this.numOnlyTextBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.numOnlyTextBox1.Name = "numOnlyTextBox1";
  157. this.numOnlyTextBox1.Negative = false;
  158. this.numOnlyTextBox1.Power = null;
  159. this.numOnlyTextBox1.Size = new System.Drawing.Size(196, 25);
  160. this.numOnlyTextBox1.Str = null;
  161. this.numOnlyTextBox1.Str1 = null;
  162. this.numOnlyTextBox1.Str2 = null;
  163. this.numOnlyTextBox1.TabIndex = 8;
  164. //
  165. // blurSearch1
  166. //
  167. this.blurSearch1.Field = null;
  168. this.blurSearch1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.blurSearch1.Location = new System.Drawing.Point(45, 58);
  170. this.blurSearch1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  171. this.blurSearch1.Name = "blurSearch1";
  172. this.blurSearch1.Size = new System.Drawing.Size(205, 34);
  173. this.blurSearch1.TabIndex = 0;
  174. this.blurSearch1.TableName = null;
  175. //
  176. // enterTextBox2
  177. //
  178. this.enterTextBox2.AllPower = null;
  179. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  180. this.enterTextBox2.Enabled = false;
  181. this.enterTextBox2.ID = null;
  182. this.enterTextBox2.Location = new System.Drawing.Point(598, 184);
  183. this.enterTextBox2.Lock = false;
  184. this.enterTextBox2.Name = "enterTextBox2";
  185. this.enterTextBox2.Power = null;
  186. this.enterTextBox2.Size = new System.Drawing.Size(196, 25);
  187. this.enterTextBox2.Str = null;
  188. this.enterTextBox2.Str1 = null;
  189. this.enterTextBox2.Str2 = null;
  190. this.enterTextBox2.TabIndex = 15;
  191. //
  192. // Form1
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.ClientSize = new System.Drawing.Size(1239, 738);
  197. this.Controls.Add(this.enterTextBox2);
  198. this.Controls.Add(this.serialPortCombox1);
  199. this.Controls.Add(this.normalButton3);
  200. this.Controls.Add(this.normalButton2);
  201. this.Controls.Add(this.TestDGV);
  202. this.Controls.Add(this.numOnlyTextBox1);
  203. this.Controls.Add(this.ct_coll);
  204. this.Controls.Add(this.blurSearch1);
  205. this.Margin = new System.Windows.Forms.Padding(4);
  206. this.Name = "Form1";
  207. this.Tag = "123123";
  208. this.Text = " ";
  209. this.Load += new System.EventHandler(this.Form1_Load);
  210. ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).EndInit();
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.Button button1;
  217. private System.Windows.Forms.Button button2;
  218. private CustomControl.ButtonUtil.NormalButton normalButton1;
  219. private CustomControl.TextBoxWithIcon.MaCodeTextBox enterTextBox1;
  220. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  221. private CustomControl.TextBoxWithIcon.BlurSearch blurSearch1;
  222. private System.Windows.Forms.DataVisualization.Charting.Chart ct_coll;
  223. private CustomControl.TextBoxWithIcon.NumOnlyTextBox numOnlyTextBox1;
  224. private CustomControl.DataGrid_View.DataGridViewWithCheckBox TestDGV;
  225. private CustomControl.ButtonUtil.NormalButton normalButton2;
  226. private CustomControl.ButtonUtil.NormalButton normalButton3;
  227. private CustomControl.ComBoxWithFocus.SerialPortCombox serialPortCombox1;
  228. private CustomControl.TextBoxWithIcon.MaCodeTextBox enterTextBox2;
  229. }
  230. }