DeviceStatusInfo.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. using UAS_PLCDataReader.CustomerControl.ValueLabel;
  2. namespace UAS_PLCDataReader.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.sc_name = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  31. this.de_sourcecode = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  32. this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
  33. this.de_linecode = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  34. this.de_address = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  35. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  36. this.de_wccode = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  37. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  38. this.de_name = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  39. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  41. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  42. this.OUTQTY = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  43. this.INQTY = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  44. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  45. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  46. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  47. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  48. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  50. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  51. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  52. this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
  53. this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
  54. this.dpg_runtime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  55. this.dpg_count = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  56. this.dpg_receivedatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  57. this.dpg_starttime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  58. this.GridDeivceStatusInfo = new DevExpress.XtraGrid.GridControl();
  59. this.GridViewDeviceStatusInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
  60. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.data = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.GridDeviceRunLog = new DevExpress.XtraGrid.GridControl();
  63. this.GridViewDeviceRunLog = new DevExpress.XtraGrid.Views.Grid.GridView();
  64. this.drr_commandfrom = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.drr_command = new DevExpress.XtraGrid.Columns.GridColumn();
  66. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  67. this.groupControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  69. this.groupControl2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
  71. this.groupControl3.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.GridDeivceStatusInfo)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatusInfo)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceRunLog)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // groupControl1
  79. //
  80. this.groupControl1.Controls.Add(this.sc_name);
  81. this.groupControl1.Controls.Add(this.de_sourcecode);
  82. this.groupControl1.Controls.Add(this.labelControl15);
  83. this.groupControl1.Controls.Add(this.de_linecode);
  84. this.groupControl1.Controls.Add(this.de_address);
  85. this.groupControl1.Controls.Add(this.labelControl4);
  86. this.groupControl1.Controls.Add(this.de_wccode);
  87. this.groupControl1.Controls.Add(this.labelControl3);
  88. this.groupControl1.Controls.Add(this.de_name);
  89. this.groupControl1.Controls.Add(this.labelControl2);
  90. this.groupControl1.Controls.Add(this.labelControl1);
  91. this.groupControl1.Location = new System.Drawing.Point(12, 7);
  92. this.groupControl1.Name = "groupControl1";
  93. this.groupControl1.Size = new System.Drawing.Size(248, 213);
  94. this.groupControl1.TabIndex = 0;
  95. this.groupControl1.Text = "设备信息";
  96. //
  97. // sc_name
  98. //
  99. this.sc_name.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  100. this.sc_name.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  101. this.sc_name.Location = new System.Drawing.Point(92, 192);
  102. this.sc_name.MaximumSize = new System.Drawing.Size(140, 0);
  103. this.sc_name.Name = "sc_name";
  104. this.sc_name.Size = new System.Drawing.Size(0, 16);
  105. this.sc_name.TabIndex = 22;
  106. //
  107. // de_sourcecode
  108. //
  109. this.de_sourcecode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  110. this.de_sourcecode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
  111. this.de_sourcecode.Location = new System.Drawing.Point(92, 165);
  112. this.de_sourcecode.MaximumSize = new System.Drawing.Size(140, 0);
  113. this.de_sourcecode.Name = "de_sourcecode";
  114. this.de_sourcecode.Size = new System.Drawing.Size(0, 16);
  115. this.de_sourcecode.TabIndex = 21;
  116. //
  117. // labelControl15
  118. //
  119. this.labelControl15.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  120. this.labelControl15.Location = new System.Drawing.Point(13, 165);
  121. this.labelControl15.Name = "labelControl15";
  122. this.labelControl15.Size = new System.Drawing.Size(64, 16);
  123. this.labelControl15.TabIndex = 20;
  124. this.labelControl15.Text = "岗位资源";
  125. //
  126. // de_linecode
  127. //
  128. this.de_linecode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  129. this.de_linecode.Location = new System.Drawing.Point(70, 131);
  130. this.de_linecode.Name = "de_linecode";
  131. this.de_linecode.Size = new System.Drawing.Size(0, 16);
  132. this.de_linecode.TabIndex = 19;
  133. //
  134. // de_address
  135. //
  136. this.de_address.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  137. this.de_address.Location = new System.Drawing.Point(70, 100);
  138. this.de_address.Name = "de_address";
  139. this.de_address.Size = new System.Drawing.Size(0, 16);
  140. this.de_address.TabIndex = 18;
  141. //
  142. // labelControl4
  143. //
  144. this.labelControl4.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  145. this.labelControl4.Location = new System.Drawing.Point(13, 131);
  146. this.labelControl4.Name = "labelControl4";
  147. this.labelControl4.Size = new System.Drawing.Size(32, 16);
  148. this.labelControl4.TabIndex = 6;
  149. this.labelControl4.Text = "线体";
  150. //
  151. // de_wccode
  152. //
  153. this.de_wccode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  154. this.de_wccode.Location = new System.Drawing.Point(70, 68);
  155. this.de_wccode.Name = "de_wccode";
  156. this.de_wccode.Size = new System.Drawing.Size(0, 16);
  157. this.de_wccode.TabIndex = 17;
  158. //
  159. // labelControl3
  160. //
  161. this.labelControl3.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  162. this.labelControl3.Location = new System.Drawing.Point(13, 100);
  163. this.labelControl3.Name = "labelControl3";
  164. this.labelControl3.Size = new System.Drawing.Size(32, 16);
  165. this.labelControl3.TabIndex = 5;
  166. this.labelControl3.Text = "区域";
  167. //
  168. // de_name
  169. //
  170. this.de_name.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  171. this.de_name.Location = new System.Drawing.Point(70, 35);
  172. this.de_name.Name = "de_name";
  173. this.de_name.Size = new System.Drawing.Size(0, 16);
  174. this.de_name.TabIndex = 16;
  175. //
  176. // labelControl2
  177. //
  178. this.labelControl2.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  179. this.labelControl2.Location = new System.Drawing.Point(13, 68);
  180. this.labelControl2.Name = "labelControl2";
  181. this.labelControl2.Size = new System.Drawing.Size(32, 16);
  182. this.labelControl2.TabIndex = 4;
  183. this.labelControl2.Text = "车间";
  184. //
  185. // labelControl1
  186. //
  187. this.labelControl1.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  188. this.labelControl1.Location = new System.Drawing.Point(13, 35);
  189. this.labelControl1.Name = "labelControl1";
  190. this.labelControl1.Size = new System.Drawing.Size(32, 16);
  191. this.labelControl1.TabIndex = 0;
  192. this.labelControl1.Text = "设备";
  193. //
  194. // groupControl2
  195. //
  196. this.groupControl2.Controls.Add(this.OUTQTY);
  197. this.groupControl2.Controls.Add(this.INQTY);
  198. this.groupControl2.Controls.Add(this.labelControl13);
  199. this.groupControl2.Controls.Add(this.labelControl5);
  200. this.groupControl2.Controls.Add(this.labelControl6);
  201. this.groupControl2.Controls.Add(this.labelControl8);
  202. this.groupControl2.Controls.Add(this.labelControl7);
  203. this.groupControl2.Location = new System.Drawing.Point(12, 226);
  204. this.groupControl2.Name = "groupControl2";
  205. this.groupControl2.Size = new System.Drawing.Size(248, 182);
  206. this.groupControl2.TabIndex = 1;
  207. this.groupControl2.Text = "生产信息";
  208. //
  209. // OUTQTY
  210. //
  211. this.OUTQTY.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  212. this.OUTQTY.Location = new System.Drawing.Point(69, 156);
  213. this.OUTQTY.Name = "OUTQTY";
  214. this.OUTQTY.Size = new System.Drawing.Size(0, 16);
  215. this.OUTQTY.TabIndex = 21;
  216. //
  217. // INQTY
  218. //
  219. this.INQTY.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  220. this.INQTY.Location = new System.Drawing.Point(69, 128);
  221. this.INQTY.Name = "INQTY";
  222. this.INQTY.Size = new System.Drawing.Size(0, 16);
  223. this.INQTY.TabIndex = 20;
  224. //
  225. // labelControl13
  226. //
  227. this.labelControl13.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  228. this.labelControl13.Location = new System.Drawing.Point(13, 156);
  229. this.labelControl13.Name = "labelControl13";
  230. this.labelControl13.Size = new System.Drawing.Size(32, 16);
  231. this.labelControl13.TabIndex = 11;
  232. this.labelControl13.Text = "产出";
  233. //
  234. // labelControl5
  235. //
  236. this.labelControl5.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  237. this.labelControl5.Location = new System.Drawing.Point(13, 127);
  238. this.labelControl5.Name = "labelControl5";
  239. this.labelControl5.Size = new System.Drawing.Size(32, 16);
  240. this.labelControl5.TabIndex = 10;
  241. this.labelControl5.Text = "投入";
  242. //
  243. // labelControl6
  244. //
  245. this.labelControl6.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  246. this.labelControl6.Location = new System.Drawing.Point(13, 95);
  247. this.labelControl6.Name = "labelControl6";
  248. this.labelControl6.Size = new System.Drawing.Size(32, 16);
  249. this.labelControl6.TabIndex = 9;
  250. this.labelControl6.Text = "批次";
  251. //
  252. // labelControl8
  253. //
  254. this.labelControl8.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  255. this.labelControl8.Location = new System.Drawing.Point(13, 32);
  256. this.labelControl8.Name = "labelControl8";
  257. this.labelControl8.Size = new System.Drawing.Size(32, 16);
  258. this.labelControl8.TabIndex = 7;
  259. this.labelControl8.Text = "工单";
  260. //
  261. // labelControl7
  262. //
  263. this.labelControl7.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  264. this.labelControl7.Location = new System.Drawing.Point(13, 64);
  265. this.labelControl7.Name = "labelControl7";
  266. this.labelControl7.Size = new System.Drawing.Size(32, 16);
  267. this.labelControl7.TabIndex = 8;
  268. this.labelControl7.Text = "产品";
  269. //
  270. // labelControl11
  271. //
  272. this.labelControl11.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  273. this.labelControl11.Location = new System.Drawing.Point(21, 41);
  274. this.labelControl11.Name = "labelControl11";
  275. this.labelControl11.Size = new System.Drawing.Size(64, 16);
  276. this.labelControl11.TabIndex = 11;
  277. this.labelControl11.Text = "开机时间";
  278. //
  279. // labelControl12
  280. //
  281. this.labelControl12.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  282. this.labelControl12.Location = new System.Drawing.Point(21, 72);
  283. this.labelControl12.Name = "labelControl12";
  284. this.labelControl12.Size = new System.Drawing.Size(64, 16);
  285. this.labelControl12.TabIndex = 12;
  286. this.labelControl12.Text = "当前运行";
  287. //
  288. // labelControl9
  289. //
  290. this.labelControl9.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  291. this.labelControl9.Location = new System.Drawing.Point(21, 132);
  292. this.labelControl9.Name = "labelControl9";
  293. this.labelControl9.Size = new System.Drawing.Size(64, 16);
  294. this.labelControl9.TabIndex = 14;
  295. this.labelControl9.Text = "最近轮询";
  296. //
  297. // labelControl14
  298. //
  299. this.labelControl14.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  300. this.labelControl14.Location = new System.Drawing.Point(21, 102);
  301. this.labelControl14.Name = "labelControl14";
  302. this.labelControl14.Size = new System.Drawing.Size(64, 16);
  303. this.labelControl14.TabIndex = 15;
  304. this.labelControl14.Text = "轮询信息";
  305. //
  306. // groupControl3
  307. //
  308. this.groupControl3.Controls.Add(this.dpg_runtime);
  309. this.groupControl3.Controls.Add(this.dpg_count);
  310. this.groupControl3.Controls.Add(this.dpg_receivedatasize);
  311. this.groupControl3.Controls.Add(this.labelControl14);
  312. this.groupControl3.Controls.Add(this.dpg_starttime);
  313. this.groupControl3.Controls.Add(this.labelControl9);
  314. this.groupControl3.Controls.Add(this.labelControl12);
  315. this.groupControl3.Controls.Add(this.labelControl11);
  316. this.groupControl3.Location = new System.Drawing.Point(266, 7);
  317. this.groupControl3.Name = "groupControl3";
  318. this.groupControl3.Size = new System.Drawing.Size(328, 213);
  319. this.groupControl3.TabIndex = 2;
  320. this.groupControl3.Text = "运行信息";
  321. //
  322. // dpg_runtime
  323. //
  324. this.dpg_runtime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  325. this.dpg_runtime.Location = new System.Drawing.Point(101, 72);
  326. this.dpg_runtime.Name = "dpg_runtime";
  327. this.dpg_runtime.Size = new System.Drawing.Size(0, 16);
  328. this.dpg_runtime.TabIndex = 16;
  329. //
  330. // dpg_count
  331. //
  332. this.dpg_count.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  333. this.dpg_count.Location = new System.Drawing.Point(101, 102);
  334. this.dpg_count.Name = "dpg_count";
  335. this.dpg_count.Size = new System.Drawing.Size(0, 16);
  336. this.dpg_count.TabIndex = 3;
  337. //
  338. // dpg_receivedatasize
  339. //
  340. this.dpg_receivedatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  341. this.dpg_receivedatasize.Location = new System.Drawing.Point(101, 132);
  342. this.dpg_receivedatasize.Name = "dpg_receivedatasize";
  343. this.dpg_receivedatasize.Size = new System.Drawing.Size(0, 16);
  344. this.dpg_receivedatasize.TabIndex = 2;
  345. //
  346. // dpg_starttime
  347. //
  348. this.dpg_starttime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  349. this.dpg_starttime.Location = new System.Drawing.Point(101, 41);
  350. this.dpg_starttime.Name = "dpg_starttime";
  351. this.dpg_starttime.Size = new System.Drawing.Size(0, 16);
  352. this.dpg_starttime.TabIndex = 0;
  353. //
  354. // GridDeivceStatusInfo
  355. //
  356. this.GridDeivceStatusInfo.Location = new System.Drawing.Point(600, 7);
  357. this.GridDeivceStatusInfo.MainView = this.GridViewDeviceStatusInfo;
  358. this.GridDeivceStatusInfo.Name = "GridDeivceStatusInfo";
  359. this.GridDeivceStatusInfo.Size = new System.Drawing.Size(207, 213);
  360. this.GridDeivceStatusInfo.TabIndex = 3;
  361. this.GridDeivceStatusInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  362. this.GridViewDeviceStatusInfo});
  363. //
  364. // GridViewDeviceStatusInfo
  365. //
  366. this.GridViewDeviceStatusInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  367. this.dc_name,
  368. this.data});
  369. this.GridViewDeviceStatusInfo.GridControl = this.GridDeivceStatusInfo;
  370. this.GridViewDeviceStatusInfo.Name = "GridViewDeviceStatusInfo";
  371. this.GridViewDeviceStatusInfo.OptionsView.ShowGroupPanel = false;
  372. //
  373. // dc_name
  374. //
  375. this.dc_name.Caption = "参数";
  376. this.dc_name.FieldName = "DC_NAME";
  377. this.dc_name.Name = "dc_name";
  378. this.dc_name.Visible = true;
  379. this.dc_name.VisibleIndex = 0;
  380. //
  381. // data
  382. //
  383. this.data.Caption = "上一次更新值";
  384. this.data.FieldName = "DATA";
  385. this.data.Name = "data";
  386. this.data.Visible = true;
  387. this.data.VisibleIndex = 1;
  388. //
  389. // GridDeviceRunLog
  390. //
  391. this.GridDeviceRunLog.Location = new System.Drawing.Point(266, 226);
  392. this.GridDeviceRunLog.MainView = this.GridViewDeviceRunLog;
  393. this.GridDeviceRunLog.Name = "GridDeviceRunLog";
  394. this.GridDeviceRunLog.Size = new System.Drawing.Size(541, 182);
  395. this.GridDeviceRunLog.TabIndex = 4;
  396. this.GridDeviceRunLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  397. this.GridViewDeviceRunLog});
  398. //
  399. // GridViewDeviceRunLog
  400. //
  401. this.GridViewDeviceRunLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  402. this.drr_commandfrom,
  403. this.drr_command});
  404. this.GridViewDeviceRunLog.GridControl = this.GridDeviceRunLog;
  405. this.GridViewDeviceRunLog.Name = "GridViewDeviceRunLog";
  406. this.GridViewDeviceRunLog.OptionsView.ShowGroupPanel = false;
  407. //
  408. // drr_commandfrom
  409. //
  410. this.drr_commandfrom.Caption = "指令编号";
  411. this.drr_commandfrom.FieldName = "DRR_COMMANDFROM";
  412. this.drr_commandfrom.Name = "drr_commandfrom";
  413. this.drr_commandfrom.Visible = true;
  414. this.drr_commandfrom.VisibleIndex = 1;
  415. //
  416. // drr_command
  417. //
  418. this.drr_command.Caption = "指令内容";
  419. this.drr_command.FieldName = "DRR_COMMAND";
  420. this.drr_command.Name = "drr_command";
  421. this.drr_command.Visible = true;
  422. this.drr_command.VisibleIndex = 0;
  423. //
  424. // DeviceStatusInfo
  425. //
  426. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  427. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  428. this.ClientSize = new System.Drawing.Size(811, 413);
  429. this.Controls.Add(this.GridDeviceRunLog);
  430. this.Controls.Add(this.GridDeivceStatusInfo);
  431. this.Controls.Add(this.groupControl3);
  432. this.Controls.Add(this.groupControl2);
  433. this.Controls.Add(this.groupControl1);
  434. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  435. this.KeyPreview = true;
  436. this.MaximizeBox = false;
  437. this.Name = "DeviceStatusInfo";
  438. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  439. this.Text = " ";
  440. this.Load += new System.EventHandler(this.DeviceStatusInfo_Load);
  441. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DeviceStatusInfo_KeyDown);
  442. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  443. this.groupControl1.ResumeLayout(false);
  444. this.groupControl1.PerformLayout();
  445. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  446. this.groupControl2.ResumeLayout(false);
  447. this.groupControl2.PerformLayout();
  448. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
  449. this.groupControl3.ResumeLayout(false);
  450. this.groupControl3.PerformLayout();
  451. ((System.ComponentModel.ISupportInitialize)(this.GridDeivceStatusInfo)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatusInfo)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceRunLog)).EndInit();
  455. this.ResumeLayout(false);
  456. }
  457. #endregion
  458. private DevExpress.XtraEditors.GroupControl groupControl1;
  459. private DevExpress.XtraEditors.GroupControl groupControl2;
  460. private DevExpress.XtraEditors.LabelControl labelControl4;
  461. private DevExpress.XtraEditors.LabelControl labelControl3;
  462. private DevExpress.XtraEditors.LabelControl labelControl2;
  463. private DevExpress.XtraEditors.LabelControl labelControl1;
  464. private DevExpress.XtraEditors.LabelControl labelControl5;
  465. private DevExpress.XtraEditors.LabelControl labelControl6;
  466. private DevExpress.XtraEditors.LabelControl labelControl8;
  467. private DevExpress.XtraEditors.LabelControl labelControl7;
  468. private DevExpress.XtraEditors.LabelControl labelControl11;
  469. private DevExpress.XtraEditors.LabelControl labelControl12;
  470. private DevExpress.XtraEditors.LabelControl labelControl9;
  471. private ValueLabel dpg_starttime;
  472. private DevExpress.XtraEditors.LabelControl labelControl14;
  473. private ValueLabel dpg_receivedatasize;
  474. private ValueLabel dpg_count;
  475. private DevExpress.XtraEditors.GroupControl groupControl3;
  476. private ValueLabel de_linecode;
  477. private ValueLabel de_address;
  478. private ValueLabel de_wccode;
  479. private ValueLabel de_name;
  480. private ValueLabel dpg_runtime;
  481. private DevExpress.XtraEditors.LabelControl labelControl13;
  482. private ValueLabel OUTQTY;
  483. private ValueLabel INQTY;
  484. private DevExpress.XtraGrid.GridControl GridDeivceStatusInfo;
  485. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceStatusInfo;
  486. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  487. private DevExpress.XtraGrid.Columns.GridColumn data;
  488. private ValueLabel de_sourcecode;
  489. private DevExpress.XtraEditors.LabelControl labelControl15;
  490. private ValueLabel sc_name;
  491. private DevExpress.XtraGrid.GridControl GridDeviceRunLog;
  492. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceRunLog;
  493. private DevExpress.XtraGrid.Columns.GridColumn drr_command;
  494. private DevExpress.XtraGrid.Columns.GridColumn drr_commandfrom;
  495. }
  496. }