DeviceStatusInfo.Designer.cs 22 KB

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