DeviceStatusInfo.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. using UAS_DeviceMonitor.CustomerControl.ValueLabel;
  2. namespace UAS_DeviceMonitor.Device.Infomation
  3. {
  4. partial class DeviceStatusInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  34. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  35. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  39. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  41. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
  44. this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
  45. this.dpg_count = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  46. this.dpg_receivedatasize = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  47. this.dpg_senddatasize = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  48. this.dpg_starttime = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  49. this.de_linecode = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  50. this.de_address = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  51. this.de_wccode = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  52. this.de_name = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  53. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  54. this.groupControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  56. this.groupControl2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
  58. this.groupControl3.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // groupControl1
  62. //
  63. this.groupControl1.Controls.Add(this.de_linecode);
  64. this.groupControl1.Controls.Add(this.de_address);
  65. this.groupControl1.Controls.Add(this.labelControl4);
  66. this.groupControl1.Controls.Add(this.de_wccode);
  67. this.groupControl1.Controls.Add(this.labelControl3);
  68. this.groupControl1.Controls.Add(this.de_name);
  69. this.groupControl1.Controls.Add(this.labelControl2);
  70. this.groupControl1.Controls.Add(this.labelControl1);
  71. this.groupControl1.Location = new System.Drawing.Point(12, 12);
  72. this.groupControl1.Name = "groupControl1";
  73. this.groupControl1.Size = new System.Drawing.Size(187, 175);
  74. this.groupControl1.TabIndex = 0;
  75. this.groupControl1.Text = "设备信息";
  76. //
  77. // labelControl4
  78. //
  79. this.labelControl4.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  80. this.labelControl4.Location = new System.Drawing.Point(13, 137);
  81. this.labelControl4.Name = "labelControl4";
  82. this.labelControl4.Size = new System.Drawing.Size(32, 16);
  83. this.labelControl4.TabIndex = 6;
  84. this.labelControl4.Text = "线体";
  85. //
  86. // labelControl3
  87. //
  88. this.labelControl3.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  89. this.labelControl3.Location = new System.Drawing.Point(13, 106);
  90. this.labelControl3.Name = "labelControl3";
  91. this.labelControl3.Size = new System.Drawing.Size(32, 16);
  92. this.labelControl3.TabIndex = 5;
  93. this.labelControl3.Text = "区域";
  94. //
  95. // labelControl2
  96. //
  97. this.labelControl2.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  98. this.labelControl2.Location = new System.Drawing.Point(13, 74);
  99. this.labelControl2.Name = "labelControl2";
  100. this.labelControl2.Size = new System.Drawing.Size(32, 16);
  101. this.labelControl2.TabIndex = 4;
  102. this.labelControl2.Text = "车间";
  103. //
  104. // labelControl1
  105. //
  106. this.labelControl1.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  107. this.labelControl1.Location = new System.Drawing.Point(13, 41);
  108. this.labelControl1.Name = "labelControl1";
  109. this.labelControl1.Size = new System.Drawing.Size(32, 16);
  110. this.labelControl1.TabIndex = 0;
  111. this.labelControl1.Text = "设备";
  112. //
  113. // groupControl2
  114. //
  115. this.groupControl2.Controls.Add(this.labelControl5);
  116. this.groupControl2.Controls.Add(this.labelControl6);
  117. this.groupControl2.Controls.Add(this.labelControl8);
  118. this.groupControl2.Controls.Add(this.labelControl7);
  119. this.groupControl2.Location = new System.Drawing.Point(12, 202);
  120. this.groupControl2.Name = "groupControl2";
  121. this.groupControl2.Size = new System.Drawing.Size(187, 159);
  122. this.groupControl2.TabIndex = 1;
  123. this.groupControl2.Text = "生产信息";
  124. //
  125. // labelControl5
  126. //
  127. this.labelControl5.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  128. this.labelControl5.Location = new System.Drawing.Point(13, 128);
  129. this.labelControl5.Name = "labelControl5";
  130. this.labelControl5.Size = new System.Drawing.Size(32, 16);
  131. this.labelControl5.TabIndex = 10;
  132. this.labelControl5.Text = "数量";
  133. //
  134. // labelControl6
  135. //
  136. this.labelControl6.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  137. this.labelControl6.Location = new System.Drawing.Point(13, 97);
  138. this.labelControl6.Name = "labelControl6";
  139. this.labelControl6.Size = new System.Drawing.Size(32, 16);
  140. this.labelControl6.TabIndex = 9;
  141. this.labelControl6.Text = "批次";
  142. //
  143. // labelControl8
  144. //
  145. this.labelControl8.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  146. this.labelControl8.Location = new System.Drawing.Point(13, 32);
  147. this.labelControl8.Name = "labelControl8";
  148. this.labelControl8.Size = new System.Drawing.Size(32, 16);
  149. this.labelControl8.TabIndex = 7;
  150. this.labelControl8.Text = "工单";
  151. //
  152. // labelControl7
  153. //
  154. this.labelControl7.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  155. this.labelControl7.Location = new System.Drawing.Point(13, 65);
  156. this.labelControl7.Name = "labelControl7";
  157. this.labelControl7.Size = new System.Drawing.Size(32, 16);
  158. this.labelControl7.TabIndex = 8;
  159. this.labelControl7.Text = "产品";
  160. //
  161. // labelControl11
  162. //
  163. this.labelControl11.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  164. this.labelControl11.Location = new System.Drawing.Point(21, 41);
  165. this.labelControl11.Name = "labelControl11";
  166. this.labelControl11.Size = new System.Drawing.Size(64, 16);
  167. this.labelControl11.TabIndex = 11;
  168. this.labelControl11.Text = "开始时间";
  169. //
  170. // labelControl12
  171. //
  172. this.labelControl12.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  173. this.labelControl12.Location = new System.Drawing.Point(21, 74);
  174. this.labelControl12.Name = "labelControl12";
  175. this.labelControl12.Size = new System.Drawing.Size(64, 16);
  176. this.labelControl12.TabIndex = 12;
  177. this.labelControl12.Text = "持续时长";
  178. //
  179. // labelControl10
  180. //
  181. this.labelControl10.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  182. this.labelControl10.Location = new System.Drawing.Point(21, 106);
  183. this.labelControl10.Name = "labelControl10";
  184. this.labelControl10.Size = new System.Drawing.Size(64, 16);
  185. this.labelControl10.TabIndex = 13;
  186. this.labelControl10.Text = "发送字节";
  187. //
  188. // labelControl9
  189. //
  190. this.labelControl9.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  191. this.labelControl9.Location = new System.Drawing.Point(21, 139);
  192. this.labelControl9.Name = "labelControl9";
  193. this.labelControl9.Size = new System.Drawing.Size(64, 16);
  194. this.labelControl9.TabIndex = 14;
  195. this.labelControl9.Text = "接收字节";
  196. //
  197. // labelControl14
  198. //
  199. this.labelControl14.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  200. this.labelControl14.Location = new System.Drawing.Point(21, 172);
  201. this.labelControl14.Name = "labelControl14";
  202. this.labelControl14.Size = new System.Drawing.Size(64, 16);
  203. this.labelControl14.TabIndex = 15;
  204. this.labelControl14.Text = "轮询次数";
  205. //
  206. // groupControl3
  207. //
  208. this.groupControl3.Controls.Add(this.dpg_count);
  209. this.groupControl3.Controls.Add(this.dpg_receivedatasize);
  210. this.groupControl3.Controls.Add(this.dpg_senddatasize);
  211. this.groupControl3.Controls.Add(this.labelControl14);
  212. this.groupControl3.Controls.Add(this.dpg_starttime);
  213. this.groupControl3.Controls.Add(this.labelControl9);
  214. this.groupControl3.Controls.Add(this.labelControl10);
  215. this.groupControl3.Controls.Add(this.labelControl12);
  216. this.groupControl3.Controls.Add(this.labelControl11);
  217. this.groupControl3.Location = new System.Drawing.Point(216, 12);
  218. this.groupControl3.Name = "groupControl3";
  219. this.groupControl3.Size = new System.Drawing.Size(250, 349);
  220. this.groupControl3.TabIndex = 2;
  221. this.groupControl3.Text = "运行信息";
  222. //
  223. // dpg_count
  224. //
  225. this.dpg_count.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  226. this.dpg_count.Location = new System.Drawing.Point(101, 172);
  227. this.dpg_count.Name = "dpg_count";
  228. this.dpg_count.Size = new System.Drawing.Size(0, 16);
  229. this.dpg_count.TabIndex = 3;
  230. //
  231. // dpg_receivedatasize
  232. //
  233. this.dpg_receivedatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  234. this.dpg_receivedatasize.Location = new System.Drawing.Point(101, 139);
  235. this.dpg_receivedatasize.Name = "dpg_receivedatasize";
  236. this.dpg_receivedatasize.Size = new System.Drawing.Size(0, 16);
  237. this.dpg_receivedatasize.TabIndex = 2;
  238. //
  239. // dpg_senddatasize
  240. //
  241. this.dpg_senddatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  242. this.dpg_senddatasize.Location = new System.Drawing.Point(101, 106);
  243. this.dpg_senddatasize.Name = "dpg_senddatasize";
  244. this.dpg_senddatasize.Size = new System.Drawing.Size(0, 16);
  245. this.dpg_senddatasize.TabIndex = 1;
  246. //
  247. // dpg_starttime
  248. //
  249. this.dpg_starttime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  250. this.dpg_starttime.Location = new System.Drawing.Point(101, 41);
  251. this.dpg_starttime.Name = "dpg_starttime";
  252. this.dpg_starttime.Size = new System.Drawing.Size(0, 16);
  253. this.dpg_starttime.TabIndex = 0;
  254. //
  255. // de_linecode
  256. //
  257. this.de_linecode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  258. this.de_linecode.Location = new System.Drawing.Point(70, 137);
  259. this.de_linecode.Name = "de_linecode";
  260. this.de_linecode.Size = new System.Drawing.Size(0, 16);
  261. this.de_linecode.TabIndex = 19;
  262. //
  263. // de_address
  264. //
  265. this.de_address.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  266. this.de_address.Location = new System.Drawing.Point(70, 106);
  267. this.de_address.Name = "de_address";
  268. this.de_address.Size = new System.Drawing.Size(0, 16);
  269. this.de_address.TabIndex = 18;
  270. //
  271. // de_wccode
  272. //
  273. this.de_wccode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  274. this.de_wccode.Location = new System.Drawing.Point(70, 74);
  275. this.de_wccode.Name = "de_wccode";
  276. this.de_wccode.Size = new System.Drawing.Size(0, 16);
  277. this.de_wccode.TabIndex = 17;
  278. //
  279. // de_name
  280. //
  281. this.de_name.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  282. this.de_name.Location = new System.Drawing.Point(70, 41);
  283. this.de_name.Name = "de_name";
  284. this.de_name.Size = new System.Drawing.Size(0, 16);
  285. this.de_name.TabIndex = 16;
  286. //
  287. // DeviceStatusInfo
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.ClientSize = new System.Drawing.Size(478, 373);
  292. this.Controls.Add(this.groupControl3);
  293. this.Controls.Add(this.groupControl2);
  294. this.Controls.Add(this.groupControl1);
  295. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  296. this.KeyPreview = true;
  297. this.MaximizeBox = false;
  298. this.Name = "DeviceStatusInfo";
  299. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  300. this.Text = " ";
  301. this.Load += new System.EventHandler(this.DeviceStatusInfo_Load);
  302. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DeviceStatusInfo_KeyDown);
  303. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  304. this.groupControl1.ResumeLayout(false);
  305. this.groupControl1.PerformLayout();
  306. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  307. this.groupControl2.ResumeLayout(false);
  308. this.groupControl2.PerformLayout();
  309. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
  310. this.groupControl3.ResumeLayout(false);
  311. this.groupControl3.PerformLayout();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private DevExpress.XtraEditors.GroupControl groupControl1;
  316. private DevExpress.XtraEditors.GroupControl groupControl2;
  317. private DevExpress.XtraEditors.LabelControl labelControl4;
  318. private DevExpress.XtraEditors.LabelControl labelControl3;
  319. private DevExpress.XtraEditors.LabelControl labelControl2;
  320. private DevExpress.XtraEditors.LabelControl labelControl1;
  321. private DevExpress.XtraEditors.LabelControl labelControl5;
  322. private DevExpress.XtraEditors.LabelControl labelControl6;
  323. private DevExpress.XtraEditors.LabelControl labelControl8;
  324. private DevExpress.XtraEditors.LabelControl labelControl7;
  325. private DevExpress.XtraEditors.LabelControl labelControl11;
  326. private DevExpress.XtraEditors.LabelControl labelControl12;
  327. private DevExpress.XtraEditors.LabelControl labelControl10;
  328. private DevExpress.XtraEditors.LabelControl labelControl9;
  329. private ValueLabel dpg_starttime;
  330. private DevExpress.XtraEditors.LabelControl labelControl14;
  331. private ValueLabel dpg_senddatasize;
  332. private ValueLabel dpg_receivedatasize;
  333. private ValueLabel dpg_count;
  334. private DevExpress.XtraEditors.GroupControl groupControl3;
  335. private ValueLabel de_linecode;
  336. private ValueLabel de_address;
  337. private ValueLabel de_wccode;
  338. private ValueLabel de_name;
  339. }
  340. }