Form1.Designer.cs 11 KB

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