Form1.Designer.cs 14 KB

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