DeviceStatusInfo.Designer.cs 28 KB

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