Form_PLCDB_ShowInfo.designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace MainForm.FaForm
  2. {
  3. partial class Form_PLCDB_ShowInfo
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PLCDB_ShowInfo));
  35. this.dgv_DBInfo = new Sunny.UI.UIDataGridView();
  36. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.PLC数据类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.初始地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.地址长度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.单位 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.初始值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.当前值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.掉电保持 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.注释 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  49. this.写入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.SBtn_GetDBValue_One = new Sunny.UI.UISymbolButton();
  51. this.SBtn_GetDBValue_LoopStart = new Sunny.UI.UISymbolButton();
  52. this.SBtn_GetDBValue_LoopStop = new Sunny.UI.UISymbolButton();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgv_DBInfo)).BeginInit();
  54. this.contextMenuStrip1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // dgv_DBInfo
  58. //
  59. this.dgv_DBInfo.AllowUserToAddRows = false;
  60. this.dgv_DBInfo.AllowUserToDeleteRows = false;
  61. this.dgv_DBInfo.AllowUserToOrderColumns = true;
  62. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  63. this.dgv_DBInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  64. this.dgv_DBInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.dgv_DBInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  68. this.dgv_DBInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  69. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  70. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  71. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  73. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  74. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  75. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  76. this.dgv_DBInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  77. this.dgv_DBInfo.ColumnHeadersHeight = 32;
  78. this.dgv_DBInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  79. this.dgv_DBInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  80. this.序号,
  81. this.dataGridViewTextBoxColumn10,
  82. this.dataGridViewTextBoxColumn11,
  83. this.dataGridViewTextBoxColumn12,
  84. this.PLC数据类型,
  85. this.初始地址,
  86. this.地址长度,
  87. this.单位,
  88. this.初始值,
  89. this.当前值,
  90. this.掉电保持,
  91. this.注释});
  92. this.dgv_DBInfo.ContextMenuStrip = this.contextMenuStrip1;
  93. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  94. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  95. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  97. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  98. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  99. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  100. this.dgv_DBInfo.DefaultCellStyle = dataGridViewCellStyle3;
  101. this.dgv_DBInfo.EnableHeadersVisualStyles = false;
  102. this.dgv_DBInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.dgv_DBInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  104. this.dgv_DBInfo.Location = new System.Drawing.Point(4, 51);
  105. this.dgv_DBInfo.Name = "dgv_DBInfo";
  106. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  107. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  108. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  110. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  111. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  112. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.dgv_DBInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  114. this.dgv_DBInfo.RowHeadersVisible = false;
  115. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  116. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  118. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  119. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  120. this.dgv_DBInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  121. this.dgv_DBInfo.RowTemplate.Height = 23;
  122. this.dgv_DBInfo.ScrollBarColor = System.Drawing.Color.Gray;
  123. this.dgv_DBInfo.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  124. this.dgv_DBInfo.ScrollBarStyleInherited = false;
  125. this.dgv_DBInfo.SelectedIndex = -1;
  126. this.dgv_DBInfo.Size = new System.Drawing.Size(1036, 506);
  127. this.dgv_DBInfo.TabIndex = 2;
  128. //
  129. // 序号
  130. //
  131. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  132. this.序号.DataPropertyName = "A";
  133. this.序号.HeaderText = "序号";
  134. this.序号.Name = "序号";
  135. this.序号.ReadOnly = true;
  136. this.序号.Width = 63;
  137. //
  138. // dataGridViewTextBoxColumn10
  139. //
  140. this.dataGridViewTextBoxColumn10.DataPropertyName = "B";
  141. this.dataGridViewTextBoxColumn10.HeaderText = "工位名称";
  142. this.dataGridViewTextBoxColumn10.MinimumWidth = 10;
  143. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  144. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  145. this.dataGridViewTextBoxColumn10.Width = 136;
  146. //
  147. // dataGridViewTextBoxColumn11
  148. //
  149. this.dataGridViewTextBoxColumn11.DataPropertyName = "C";
  150. this.dataGridViewTextBoxColumn11.HeaderText = "功能项";
  151. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  152. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  153. this.dataGridViewTextBoxColumn11.Width = 136;
  154. //
  155. // dataGridViewTextBoxColumn12
  156. //
  157. this.dataGridViewTextBoxColumn12.DataPropertyName = "D";
  158. this.dataGridViewTextBoxColumn12.HeaderText = "变量名";
  159. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  160. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  161. this.dataGridViewTextBoxColumn12.Width = 180;
  162. //
  163. // PLC数据类型
  164. //
  165. this.PLC数据类型.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  166. this.PLC数据类型.DataPropertyName = "E";
  167. this.PLC数据类型.HeaderText = "PLC数据类型";
  168. this.PLC数据类型.Name = "PLC数据类型";
  169. this.PLC数据类型.ReadOnly = true;
  170. this.PLC数据类型.Width = 119;
  171. //
  172. // 初始地址
  173. //
  174. this.初始地址.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  175. this.初始地址.DataPropertyName = "F";
  176. this.初始地址.HeaderText = "初始地址";
  177. this.初始地址.Name = "初始地址";
  178. this.初始地址.ReadOnly = true;
  179. this.初始地址.Width = 95;
  180. //
  181. // 地址长度
  182. //
  183. this.地址长度.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  184. this.地址长度.DataPropertyName = "G";
  185. this.地址长度.HeaderText = "地址长度";
  186. this.地址长度.Name = "地址长度";
  187. this.地址长度.ReadOnly = true;
  188. this.地址长度.Width = 95;
  189. //
  190. // 单位
  191. //
  192. this.单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  193. this.单位.DataPropertyName = "H";
  194. this.单位.HeaderText = "单位";
  195. this.单位.Name = "单位";
  196. this.单位.ReadOnly = true;
  197. this.单位.Width = 63;
  198. //
  199. // 初始值
  200. //
  201. this.初始值.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  202. this.初始值.DataPropertyName = "I";
  203. this.初始值.HeaderText = "初始值";
  204. this.初始值.Name = "初始值";
  205. this.初始值.ReadOnly = true;
  206. this.初始值.Width = 79;
  207. //
  208. // 当前值
  209. //
  210. this.当前值.DataPropertyName = "J";
  211. this.当前值.HeaderText = "当前值";
  212. this.当前值.Name = "当前值";
  213. this.当前值.Width = 110;
  214. //
  215. // 掉电保持
  216. //
  217. this.掉电保持.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  218. this.掉电保持.DataPropertyName = "K";
  219. this.掉电保持.HeaderText = "掉电保持";
  220. this.掉电保持.Name = "掉电保持";
  221. this.掉电保持.ReadOnly = true;
  222. this.掉电保持.Width = 95;
  223. //
  224. // 注释
  225. //
  226. this.注释.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  227. this.注释.DataPropertyName = "L";
  228. this.注释.HeaderText = "注释";
  229. this.注释.MinimumWidth = 182;
  230. this.注释.Name = "注释";
  231. this.注释.ReadOnly = true;
  232. //
  233. // contextMenuStrip1
  234. //
  235. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  236. this.写入ToolStripMenuItem});
  237. this.contextMenuStrip1.Name = "contextMenuStrip1";
  238. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
  239. //
  240. // 写入ToolStripMenuItem
  241. //
  242. this.写入ToolStripMenuItem.Name = "写入ToolStripMenuItem";
  243. this.写入ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  244. this.写入ToolStripMenuItem.Text = "写入";
  245. this.写入ToolStripMenuItem.Click += new System.EventHandler(this.写入ToolStripMenuItem_Click);
  246. //
  247. // SBtn_GetDBValue_One
  248. //
  249. this.SBtn_GetDBValue_One.Cursor = System.Windows.Forms.Cursors.Hand;
  250. this.SBtn_GetDBValue_One.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.SBtn_GetDBValue_One.Location = new System.Drawing.Point(11, 10);
  252. this.SBtn_GetDBValue_One.MinimumSize = new System.Drawing.Size(1, 1);
  253. this.SBtn_GetDBValue_One.Name = "SBtn_GetDBValue_One";
  254. this.SBtn_GetDBValue_One.Size = new System.Drawing.Size(164, 35);
  255. this.SBtn_GetDBValue_One.Symbol = 61473;
  256. this.SBtn_GetDBValue_One.TabIndex = 15;
  257. this.SBtn_GetDBValue_One.Text = "刷新当前值";
  258. this.SBtn_GetDBValue_One.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.SBtn_GetDBValue_One.Click += new System.EventHandler(this.SBtn_GetDBValue_One_Click);
  260. //
  261. // SBtn_GetDBValue_LoopStart
  262. //
  263. this.SBtn_GetDBValue_LoopStart.Cursor = System.Windows.Forms.Cursors.Hand;
  264. this.SBtn_GetDBValue_LoopStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.SBtn_GetDBValue_LoopStart.Location = new System.Drawing.Point(182, 10);
  266. this.SBtn_GetDBValue_LoopStart.MinimumSize = new System.Drawing.Size(1, 1);
  267. this.SBtn_GetDBValue_LoopStart.Name = "SBtn_GetDBValue_LoopStart";
  268. this.SBtn_GetDBValue_LoopStart.Size = new System.Drawing.Size(164, 35);
  269. this.SBtn_GetDBValue_LoopStart.Symbol = 61473;
  270. this.SBtn_GetDBValue_LoopStart.TabIndex = 16;
  271. this.SBtn_GetDBValue_LoopStart.Text = "循环刷新当前值";
  272. this.SBtn_GetDBValue_LoopStart.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.SBtn_GetDBValue_LoopStart.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStart_Click);
  274. //
  275. // SBtn_GetDBValue_LoopStop
  276. //
  277. this.SBtn_GetDBValue_LoopStop.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.SBtn_GetDBValue_LoopStop.Enabled = false;
  279. this.SBtn_GetDBValue_LoopStop.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  280. this.SBtn_GetDBValue_LoopStop.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  281. this.SBtn_GetDBValue_LoopStop.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  282. this.SBtn_GetDBValue_LoopStop.FillPressColor = System.Drawing.Color.Red;
  283. this.SBtn_GetDBValue_LoopStop.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  284. this.SBtn_GetDBValue_LoopStop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.SBtn_GetDBValue_LoopStop.Location = new System.Drawing.Point(352, 10);
  286. this.SBtn_GetDBValue_LoopStop.MinimumSize = new System.Drawing.Size(1, 1);
  287. this.SBtn_GetDBValue_LoopStop.Name = "SBtn_GetDBValue_LoopStop";
  288. this.SBtn_GetDBValue_LoopStop.Size = new System.Drawing.Size(164, 35);
  289. this.SBtn_GetDBValue_LoopStop.Symbol = 61473;
  290. this.SBtn_GetDBValue_LoopStop.TabIndex = 17;
  291. this.SBtn_GetDBValue_LoopStop.Text = "停止刷新当前值";
  292. this.SBtn_GetDBValue_LoopStop.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.SBtn_GetDBValue_LoopStop.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStop_Click);
  294. //
  295. // Form_PLCDB_ShowInfo
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.BackColor = System.Drawing.Color.White;
  300. this.ClientSize = new System.Drawing.Size(1044, 561);
  301. this.Controls.Add(this.SBtn_GetDBValue_LoopStop);
  302. this.Controls.Add(this.SBtn_GetDBValue_LoopStart);
  303. this.Controls.Add(this.SBtn_GetDBValue_One);
  304. this.Controls.Add(this.dgv_DBInfo);
  305. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  306. this.Name = "Form_PLCDB_ShowInfo";
  307. this.Text = "工位DB详情";
  308. this.Load += new System.EventHandler(this.Form_PLCDB_ShowInfo_Load);
  309. this.VisibleChanged += new System.EventHandler(this.Form_PLCDB_ShowInfo_VisibleChanged);
  310. ((System.ComponentModel.ISupportInitialize)(this.dgv_DBInfo)).EndInit();
  311. this.contextMenuStrip1.ResumeLayout(false);
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private Sunny.UI.UIDataGridView dgv_DBInfo;
  316. private Sunny.UI.UISymbolButton SBtn_GetDBValue_One;
  317. private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStart;
  318. private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStop;
  319. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  320. private System.Windows.Forms.ToolStripMenuItem 写入ToolStripMenuItem;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn PLC数据类型;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn 初始地址;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn 地址长度;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn 单位;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn 初始值;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn 当前值;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn 掉电保持;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn 注释;
  333. }
  334. }