Form1.Designer.cs 16 KB

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