Form_SrmData.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_SrmData
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SrmData));
  34. this.BtnRefresh = new CCWin.SkinControl.SkinButton();
  35. this.dgvStackerData = new CCWin.SkinControl.SkinDataGridView();
  36. this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.STA_EQUIPMENTNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.STA_PLCNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.STA_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.STA_ALARMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.STA_ALARMSMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.STA_ALARMSNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.STA_DATA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.STA_SEQUENCE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.STA_SWOPINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.STA_ALARMSINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.STA_ALARMSLENGTH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.STA_READDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.STA_WRITEDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.STA_ALARMSDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.STA_WRITEDB_STARTINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.STA_READDB_STARTINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.txtSTA_DATA = new System.Windows.Forms.TextBox();
  54. this.txtSTA_EQUIPMENTNO = new System.Windows.Forms.TextBox();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.txtSTA_PLCNAME = new System.Windows.Forms.TextBox();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvStackerData)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // BtnRefresh
  62. //
  63. this.BtnRefresh.BackColor = System.Drawing.Color.Transparent;
  64. this.BtnRefresh.ControlState = CCWin.SkinClass.ControlState.Normal;
  65. this.BtnRefresh.DownBack = null;
  66. this.BtnRefresh.Location = new System.Drawing.Point(457, 51);
  67. this.BtnRefresh.MouseBack = null;
  68. this.BtnRefresh.Name = "BtnRefresh";
  69. this.BtnRefresh.NormlBack = null;
  70. this.BtnRefresh.Size = new System.Drawing.Size(75, 23);
  71. this.BtnRefresh.TabIndex = 19;
  72. this.BtnRefresh.Text = "查询";
  73. this.BtnRefresh.UseVisualStyleBackColor = false;
  74. this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
  75. //
  76. // dgvStackerData
  77. //
  78. this.dgvStackerData.AllowUserToAddRows = false;
  79. this.dgvStackerData.AllowUserToDeleteRows = false;
  80. this.dgvStackerData.AllowUserToOrderColumns = true;
  81. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  82. this.dgvStackerData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  83. this.dgvStackerData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.dgvStackerData.BackgroundColor = System.Drawing.SystemColors.Window;
  87. this.dgvStackerData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  88. this.dgvStackerData.ColumnFont = null;
  89. this.dgvStackerData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  90. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  91. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  92. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  94. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  95. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  96. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  97. this.dgvStackerData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  98. this.dgvStackerData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  99. this.dgvStackerData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  100. this.rn,
  101. this.STA_EQUIPMENTNO,
  102. this.STA_PLCNAME,
  103. this.STA_TYPE,
  104. this.STA_ALARMS,
  105. this.STA_ALARMSMSG,
  106. this.STA_ALARMSNO,
  107. this.STA_DATA,
  108. this.STA_SEQUENCE,
  109. this.STA_SWOPINDEX,
  110. this.STA_ALARMSINDEX,
  111. this.STA_ALARMSLENGTH,
  112. this.STA_READDB_ID,
  113. this.STA_WRITEDB_ID,
  114. this.STA_ALARMSDB_ID,
  115. this.STA_WRITEDB_STARTINDEX,
  116. this.STA_READDB_STARTINDEX});
  117. this.dgvStackerData.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  118. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  119. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  120. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  122. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  123. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  124. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  125. this.dgvStackerData.DefaultCellStyle = dataGridViewCellStyle3;
  126. this.dgvStackerData.EnableHeadersVisualStyles = false;
  127. this.dgvStackerData.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  128. this.dgvStackerData.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.dgvStackerData.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  130. this.dgvStackerData.Location = new System.Drawing.Point(7, 98);
  131. this.dgvStackerData.MultiSelect = false;
  132. this.dgvStackerData.Name = "dgvStackerData";
  133. this.dgvStackerData.ReadOnly = true;
  134. this.dgvStackerData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  135. this.dgvStackerData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  136. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  138. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  139. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  140. this.dgvStackerData.RowsDefaultCellStyle = dataGridViewCellStyle4;
  141. this.dgvStackerData.RowTemplate.Height = 23;
  142. this.dgvStackerData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  143. this.dgvStackerData.Size = new System.Drawing.Size(952, 602);
  144. this.dgvStackerData.TabIndex = 20;
  145. this.dgvStackerData.TitleBack = null;
  146. this.dgvStackerData.TitleBackColorBegin = System.Drawing.Color.White;
  147. this.dgvStackerData.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  148. this.dgvStackerData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStackerData_CellMouseClick);
  149. //
  150. // rn
  151. //
  152. this.rn.DataPropertyName = "rn";
  153. this.rn.HeaderText = "rn";
  154. this.rn.Name = "rn";
  155. this.rn.ReadOnly = true;
  156. this.rn.Visible = false;
  157. //
  158. // STA_EQUIPMENTNO
  159. //
  160. this.STA_EQUIPMENTNO.DataPropertyName = "STA_EQUIPMENTNO";
  161. this.STA_EQUIPMENTNO.HeaderText = "设备编号";
  162. this.STA_EQUIPMENTNO.Name = "STA_EQUIPMENTNO";
  163. this.STA_EQUIPMENTNO.ReadOnly = true;
  164. //
  165. // STA_PLCNAME
  166. //
  167. this.STA_PLCNAME.DataPropertyName = "STA_PLCNAME";
  168. this.STA_PLCNAME.HeaderText = "PLC名称";
  169. this.STA_PLCNAME.Name = "STA_PLCNAME";
  170. this.STA_PLCNAME.ReadOnly = true;
  171. //
  172. // STA_TYPE
  173. //
  174. this.STA_TYPE.DataPropertyName = "STA_TYPE";
  175. this.STA_TYPE.HeaderText = "设备类型";
  176. this.STA_TYPE.Name = "STA_TYPE";
  177. this.STA_TYPE.ReadOnly = true;
  178. //
  179. // STA_ALARMS
  180. //
  181. this.STA_ALARMS.DataPropertyName = "STA_ALARMS";
  182. this.STA_ALARMS.HeaderText = "报警代码";
  183. this.STA_ALARMS.Name = "STA_ALARMS";
  184. this.STA_ALARMS.ReadOnly = true;
  185. //
  186. // STA_ALARMSMSG
  187. //
  188. this.STA_ALARMSMSG.DataPropertyName = "STA_ALARMSMSG";
  189. this.STA_ALARMSMSG.HeaderText = "报警信息";
  190. this.STA_ALARMSMSG.Name = "STA_ALARMSMSG";
  191. this.STA_ALARMSMSG.ReadOnly = true;
  192. //
  193. // STA_ALARMSNO
  194. //
  195. this.STA_ALARMSNO.DataPropertyName = "STA_ALARMSNO";
  196. this.STA_ALARMSNO.HeaderText = "报警编号";
  197. this.STA_ALARMSNO.Name = "STA_ALARMSNO";
  198. this.STA_ALARMSNO.ReadOnly = true;
  199. //
  200. // STA_DATA
  201. //
  202. this.STA_DATA.DataPropertyName = "STA_DATA";
  203. this.STA_DATA.HeaderText = "设备信号信息";
  204. this.STA_DATA.Name = "STA_DATA";
  205. this.STA_DATA.ReadOnly = true;
  206. this.STA_DATA.Width = 300;
  207. //
  208. // STA_SEQUENCE
  209. //
  210. this.STA_SEQUENCE.DataPropertyName = "STA_SEQUENCE";
  211. this.STA_SEQUENCE.HeaderText = "STA_SEQUENCE";
  212. this.STA_SEQUENCE.Name = "STA_SEQUENCE";
  213. this.STA_SEQUENCE.ReadOnly = true;
  214. this.STA_SEQUENCE.Visible = false;
  215. //
  216. // STA_SWOPINDEX
  217. //
  218. this.STA_SWOPINDEX.DataPropertyName = "STA_SWOPINDEX";
  219. this.STA_SWOPINDEX.HeaderText = "STA_SWOPINDEX";
  220. this.STA_SWOPINDEX.Name = "STA_SWOPINDEX";
  221. this.STA_SWOPINDEX.ReadOnly = true;
  222. this.STA_SWOPINDEX.Visible = false;
  223. //
  224. // STA_ALARMSINDEX
  225. //
  226. this.STA_ALARMSINDEX.DataPropertyName = "STA_ALARMSINDEX";
  227. this.STA_ALARMSINDEX.HeaderText = "STA_ALARMSINDEX";
  228. this.STA_ALARMSINDEX.Name = "STA_ALARMSINDEX";
  229. this.STA_ALARMSINDEX.ReadOnly = true;
  230. this.STA_ALARMSINDEX.Visible = false;
  231. //
  232. // STA_ALARMSLENGTH
  233. //
  234. this.STA_ALARMSLENGTH.DataPropertyName = "STA_ALARMSLENGTH";
  235. this.STA_ALARMSLENGTH.HeaderText = "STA_ALARMSLENGTH";
  236. this.STA_ALARMSLENGTH.Name = "STA_ALARMSLENGTH";
  237. this.STA_ALARMSLENGTH.ReadOnly = true;
  238. this.STA_ALARMSLENGTH.Visible = false;
  239. //
  240. // STA_READDB_ID
  241. //
  242. this.STA_READDB_ID.DataPropertyName = "STA_READDB_ID";
  243. this.STA_READDB_ID.HeaderText = "STA_READDB_ID";
  244. this.STA_READDB_ID.Name = "STA_READDB_ID";
  245. this.STA_READDB_ID.ReadOnly = true;
  246. this.STA_READDB_ID.Visible = false;
  247. //
  248. // STA_WRITEDB_ID
  249. //
  250. this.STA_WRITEDB_ID.DataPropertyName = "STA_WRITEDB_ID";
  251. this.STA_WRITEDB_ID.HeaderText = "STA_WRITEDB_ID";
  252. this.STA_WRITEDB_ID.Name = "STA_WRITEDB_ID";
  253. this.STA_WRITEDB_ID.ReadOnly = true;
  254. this.STA_WRITEDB_ID.Visible = false;
  255. //
  256. // STA_ALARMSDB_ID
  257. //
  258. this.STA_ALARMSDB_ID.DataPropertyName = "STA_ALARMSDB_ID";
  259. this.STA_ALARMSDB_ID.HeaderText = "STA_ALARMSDB_ID";
  260. this.STA_ALARMSDB_ID.Name = "STA_ALARMSDB_ID";
  261. this.STA_ALARMSDB_ID.ReadOnly = true;
  262. this.STA_ALARMSDB_ID.Visible = false;
  263. //
  264. // STA_WRITEDB_STARTINDEX
  265. //
  266. this.STA_WRITEDB_STARTINDEX.DataPropertyName = "STA_WRITEDB_STARTINDEX";
  267. this.STA_WRITEDB_STARTINDEX.HeaderText = "STA_WRITEDB_STARTINDEX";
  268. this.STA_WRITEDB_STARTINDEX.Name = "STA_WRITEDB_STARTINDEX";
  269. this.STA_WRITEDB_STARTINDEX.ReadOnly = true;
  270. this.STA_WRITEDB_STARTINDEX.Visible = false;
  271. //
  272. // STA_READDB_STARTINDEX
  273. //
  274. this.STA_READDB_STARTINDEX.DataPropertyName = "STA_READDB_STARTINDEX";
  275. this.STA_READDB_STARTINDEX.HeaderText = "STA_READDB_STARTINDEX";
  276. this.STA_READDB_STARTINDEX.Name = "STA_READDB_STARTINDEX";
  277. this.STA_READDB_STARTINDEX.ReadOnly = true;
  278. this.STA_READDB_STARTINDEX.Visible = false;
  279. //
  280. // txtSTA_DATA
  281. //
  282. this.txtSTA_DATA.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  283. | System.Windows.Forms.AnchorStyles.Right)));
  284. this.txtSTA_DATA.Location = new System.Drawing.Point(968, 31);
  285. this.txtSTA_DATA.Multiline = true;
  286. this.txtSTA_DATA.Name = "txtSTA_DATA";
  287. this.txtSTA_DATA.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  288. this.txtSTA_DATA.Size = new System.Drawing.Size(428, 669);
  289. this.txtSTA_DATA.TabIndex = 21;
  290. //
  291. // txtSTA_EQUIPMENTNO
  292. //
  293. this.txtSTA_EQUIPMENTNO.Location = new System.Drawing.Point(124, 50);
  294. this.txtSTA_EQUIPMENTNO.Name = "txtSTA_EQUIPMENTNO";
  295. this.txtSTA_EQUIPMENTNO.Size = new System.Drawing.Size(100, 20);
  296. this.txtSTA_EQUIPMENTNO.TabIndex = 22;
  297. //
  298. // label1
  299. //
  300. this.label1.AutoSize = true;
  301. this.label1.Location = new System.Drawing.Point(44, 55);
  302. this.label1.Name = "label1";
  303. this.label1.Size = new System.Drawing.Size(58, 13);
  304. this.label1.TabIndex = 23;
  305. this.label1.Text = "设备编号:";
  306. //
  307. // label2
  308. //
  309. this.label2.AutoSize = true;
  310. this.label2.Location = new System.Drawing.Point(248, 55);
  311. this.label2.Name = "label2";
  312. this.label2.Size = new System.Drawing.Size(54, 13);
  313. this.label2.TabIndex = 26;
  314. this.label2.Text = "PLC名称:";
  315. //
  316. // txtSTA_PLCNAME
  317. //
  318. this.txtSTA_PLCNAME.Location = new System.Drawing.Point(328, 50);
  319. this.txtSTA_PLCNAME.Name = "txtSTA_PLCNAME";
  320. this.txtSTA_PLCNAME.Size = new System.Drawing.Size(100, 20);
  321. this.txtSTA_PLCNAME.TabIndex = 25;
  322. //
  323. // Form_SrmData
  324. //
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.ClientSize = new System.Drawing.Size(1413, 716);
  328. this.Controls.Add(this.label2);
  329. this.Controls.Add(this.txtSTA_PLCNAME);
  330. this.Controls.Add(this.label1);
  331. this.Controls.Add(this.txtSTA_EQUIPMENTNO);
  332. this.Controls.Add(this.txtSTA_DATA);
  333. this.Controls.Add(this.dgvStackerData);
  334. this.Controls.Add(this.BtnRefresh);
  335. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  336. this.Name = "Form_SrmData";
  337. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  338. this.Text = "设备信息查询";
  339. ((System.ComponentModel.ISupportInitialize)(this.dgvStackerData)).EndInit();
  340. this.ResumeLayout(false);
  341. this.PerformLayout();
  342. }
  343. #endregion
  344. private CCWin.SkinControl.SkinButton BtnRefresh;
  345. private CCWin.SkinControl.SkinDataGridView dgvStackerData;
  346. private System.Windows.Forms.TextBox txtSTA_DATA;
  347. private System.Windows.Forms.TextBox txtSTA_EQUIPMENTNO;
  348. private System.Windows.Forms.Label label1;
  349. private System.Windows.Forms.Label label2;
  350. private System.Windows.Forms.TextBox txtSTA_PLCNAME;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn STA_EQUIPMENTNO;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn STA_PLCNAME;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn STA_TYPE;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMS;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSMSG;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSNO;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn STA_DATA;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn STA_SEQUENCE;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn STA_SWOPINDEX;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSINDEX;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSLENGTH;
  363. private System.Windows.Forms.DataGridViewTextBoxColumn STA_READDB_ID;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn STA_WRITEDB_ID;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSDB_ID;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn STA_WRITEDB_STARTINDEX;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn STA_READDB_STARTINDEX;
  368. }
  369. }