Form1.Designer.cs 13 KB

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