Form_PLCDB_ShowInfo.designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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(6, 76);
  105. this.dgv_DBInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  106. this.dgv_DBInfo.Name = "dgv_DBInfo";
  107. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  109. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  111. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  112. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  113. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  114. this.dgv_DBInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  115. this.dgv_DBInfo.RowHeadersVisible = false;
  116. this.dgv_DBInfo.RowHeadersWidth = 62;
  117. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  120. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  121. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  122. this.dgv_DBInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  123. this.dgv_DBInfo.RowTemplate.Height = 23;
  124. this.dgv_DBInfo.ScrollBarColor = System.Drawing.Color.Gray;
  125. this.dgv_DBInfo.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  126. this.dgv_DBInfo.ScrollBarStyleInherited = false;
  127. this.dgv_DBInfo.SelectedIndex = -1;
  128. this.dgv_DBInfo.Size = new System.Drawing.Size(1554, 759);
  129. this.dgv_DBInfo.TabIndex = 2;
  130. //
  131. // 序号
  132. //
  133. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  134. this.序号.DataPropertyName = "A";
  135. this.序号.HeaderText = "序号";
  136. this.序号.MinimumWidth = 8;
  137. this.序号.Name = "序号";
  138. this.序号.ReadOnly = true;
  139. this.序号.Width = 93;
  140. //
  141. // dataGridViewTextBoxColumn10
  142. //
  143. this.dataGridViewTextBoxColumn10.DataPropertyName = "B";
  144. this.dataGridViewTextBoxColumn10.HeaderText = "工位名称";
  145. this.dataGridViewTextBoxColumn10.MinimumWidth = 10;
  146. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  147. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  148. this.dataGridViewTextBoxColumn10.Width = 136;
  149. //
  150. // dataGridViewTextBoxColumn11
  151. //
  152. this.dataGridViewTextBoxColumn11.DataPropertyName = "C";
  153. this.dataGridViewTextBoxColumn11.HeaderText = "功能项";
  154. this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
  155. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  156. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  157. this.dataGridViewTextBoxColumn11.Width = 136;
  158. //
  159. // dataGridViewTextBoxColumn12
  160. //
  161. this.dataGridViewTextBoxColumn12.DataPropertyName = "D";
  162. this.dataGridViewTextBoxColumn12.HeaderText = "变量名";
  163. this.dataGridViewTextBoxColumn12.MinimumWidth = 8;
  164. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  165. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  166. this.dataGridViewTextBoxColumn12.Width = 180;
  167. //
  168. // PLC数据类型
  169. //
  170. this.PLC数据类型.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  171. this.PLC数据类型.DataPropertyName = "E";
  172. this.PLC数据类型.HeaderText = "PLC数据类型";
  173. this.PLC数据类型.MinimumWidth = 8;
  174. this.PLC数据类型.Name = "PLC数据类型";
  175. this.PLC数据类型.ReadOnly = true;
  176. this.PLC数据类型.Width = 177;
  177. //
  178. // 初始地址
  179. //
  180. this.初始地址.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  181. this.初始地址.DataPropertyName = "F";
  182. this.初始地址.HeaderText = "初始地址";
  183. this.初始地址.MinimumWidth = 8;
  184. this.初始地址.Name = "初始地址";
  185. this.初始地址.ReadOnly = true;
  186. this.初始地址.Width = 141;
  187. //
  188. // 地址长度
  189. //
  190. this.地址长度.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  191. this.地址长度.DataPropertyName = "G";
  192. this.地址长度.HeaderText = "地址长度";
  193. this.地址长度.MinimumWidth = 8;
  194. this.地址长度.Name = "地址长度";
  195. this.地址长度.ReadOnly = true;
  196. this.地址长度.Width = 141;
  197. //
  198. // 单位
  199. //
  200. this.单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  201. this.单位.DataPropertyName = "H";
  202. this.单位.HeaderText = "单位";
  203. this.单位.MinimumWidth = 8;
  204. this.单位.Name = "单位";
  205. this.单位.ReadOnly = true;
  206. this.单位.Width = 93;
  207. //
  208. // 初始值
  209. //
  210. this.初始值.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  211. this.初始值.DataPropertyName = "I";
  212. this.初始值.HeaderText = "初始值";
  213. this.初始值.MinimumWidth = 8;
  214. this.初始值.Name = "初始值";
  215. this.初始值.ReadOnly = true;
  216. this.初始值.Width = 117;
  217. //
  218. // 当前值
  219. //
  220. this.当前值.DataPropertyName = "J";
  221. this.当前值.HeaderText = "当前值";
  222. this.当前值.MinimumWidth = 8;
  223. this.当前值.Name = "当前值";
  224. this.当前值.Width = 110;
  225. //
  226. // 掉电保持
  227. //
  228. this.掉电保持.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  229. this.掉电保持.DataPropertyName = "K";
  230. this.掉电保持.HeaderText = "掉电保持";
  231. this.掉电保持.MinimumWidth = 8;
  232. this.掉电保持.Name = "掉电保持";
  233. this.掉电保持.ReadOnly = true;
  234. this.掉电保持.Width = 141;
  235. //
  236. // 注释
  237. //
  238. this.注释.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  239. this.注释.DataPropertyName = "L";
  240. this.注释.HeaderText = "注释";
  241. this.注释.MinimumWidth = 182;
  242. this.注释.Name = "注释";
  243. this.注释.ReadOnly = true;
  244. //
  245. // contextMenuStrip1
  246. //
  247. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  248. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  249. this.写入ToolStripMenuItem});
  250. this.contextMenuStrip1.Name = "contextMenuStrip1";
  251. this.contextMenuStrip1.Size = new System.Drawing.Size(117, 34);
  252. //
  253. // 写入ToolStripMenuItem
  254. //
  255. this.写入ToolStripMenuItem.Name = "写入ToolStripMenuItem";
  256. this.写入ToolStripMenuItem.Size = new System.Drawing.Size(116, 30);
  257. this.写入ToolStripMenuItem.Text = "写入";
  258. this.写入ToolStripMenuItem.Click += new System.EventHandler(this.写入ToolStripMenuItem_Click);
  259. //
  260. // SBtn_GetDBValue_One
  261. //
  262. this.SBtn_GetDBValue_One.Cursor = System.Windows.Forms.Cursors.Hand;
  263. this.SBtn_GetDBValue_One.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.SBtn_GetDBValue_One.Location = new System.Drawing.Point(16, 15);
  265. this.SBtn_GetDBValue_One.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  266. this.SBtn_GetDBValue_One.MinimumSize = new System.Drawing.Size(2, 2);
  267. this.SBtn_GetDBValue_One.Name = "SBtn_GetDBValue_One";
  268. this.SBtn_GetDBValue_One.Size = new System.Drawing.Size(246, 52);
  269. this.SBtn_GetDBValue_One.Symbol = 61473;
  270. this.SBtn_GetDBValue_One.TabIndex = 15;
  271. this.SBtn_GetDBValue_One.Text = "刷新当前值";
  272. this.SBtn_GetDBValue_One.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.SBtn_GetDBValue_One.Click += new System.EventHandler(this.SBtn_GetDBValue_One_Click);
  274. //
  275. // SBtn_GetDBValue_LoopStart
  276. //
  277. this.SBtn_GetDBValue_LoopStart.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.SBtn_GetDBValue_LoopStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.SBtn_GetDBValue_LoopStart.Location = new System.Drawing.Point(273, 15);
  280. this.SBtn_GetDBValue_LoopStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  281. this.SBtn_GetDBValue_LoopStart.MinimumSize = new System.Drawing.Size(2, 2);
  282. this.SBtn_GetDBValue_LoopStart.Name = "SBtn_GetDBValue_LoopStart";
  283. this.SBtn_GetDBValue_LoopStart.Size = new System.Drawing.Size(246, 52);
  284. this.SBtn_GetDBValue_LoopStart.Symbol = 61473;
  285. this.SBtn_GetDBValue_LoopStart.TabIndex = 16;
  286. this.SBtn_GetDBValue_LoopStart.Text = "循环刷新当前值";
  287. this.SBtn_GetDBValue_LoopStart.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.SBtn_GetDBValue_LoopStart.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStart_Click);
  289. //
  290. // SBtn_GetDBValue_LoopStop
  291. //
  292. this.SBtn_GetDBValue_LoopStop.Cursor = System.Windows.Forms.Cursors.Hand;
  293. this.SBtn_GetDBValue_LoopStop.Enabled = false;
  294. this.SBtn_GetDBValue_LoopStop.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  295. this.SBtn_GetDBValue_LoopStop.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  296. this.SBtn_GetDBValue_LoopStop.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  297. this.SBtn_GetDBValue_LoopStop.FillPressColor = System.Drawing.Color.Red;
  298. this.SBtn_GetDBValue_LoopStop.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  299. this.SBtn_GetDBValue_LoopStop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.SBtn_GetDBValue_LoopStop.Location = new System.Drawing.Point(528, 15);
  301. this.SBtn_GetDBValue_LoopStop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  302. this.SBtn_GetDBValue_LoopStop.MinimumSize = new System.Drawing.Size(2, 2);
  303. this.SBtn_GetDBValue_LoopStop.Name = "SBtn_GetDBValue_LoopStop";
  304. this.SBtn_GetDBValue_LoopStop.Size = new System.Drawing.Size(246, 52);
  305. this.SBtn_GetDBValue_LoopStop.Symbol = 61473;
  306. this.SBtn_GetDBValue_LoopStop.TabIndex = 17;
  307. this.SBtn_GetDBValue_LoopStop.Text = "停止刷新当前值";
  308. this.SBtn_GetDBValue_LoopStop.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.SBtn_GetDBValue_LoopStop.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStop_Click);
  310. //
  311. // Form_PLCDB_ShowInfo
  312. //
  313. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  314. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  315. this.BackColor = System.Drawing.Color.White;
  316. this.ClientSize = new System.Drawing.Size(1566, 842);
  317. this.Controls.Add(this.SBtn_GetDBValue_LoopStop);
  318. this.Controls.Add(this.SBtn_GetDBValue_LoopStart);
  319. this.Controls.Add(this.SBtn_GetDBValue_One);
  320. this.Controls.Add(this.dgv_DBInfo);
  321. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  322. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  323. this.Name = "Form_PLCDB_ShowInfo";
  324. this.Text = "工位DB详情";
  325. this.Load += new System.EventHandler(this.Form_PLCDB_ShowInfo_Load);
  326. this.VisibleChanged += new System.EventHandler(this.Form_PLCDB_ShowInfo_VisibleChanged);
  327. ((System.ComponentModel.ISupportInitialize)(this.dgv_DBInfo)).EndInit();
  328. this.contextMenuStrip1.ResumeLayout(false);
  329. this.ResumeLayout(false);
  330. }
  331. #endregion
  332. private Sunny.UI.UIDataGridView dgv_DBInfo;
  333. private Sunny.UI.UISymbolButton SBtn_GetDBValue_One;
  334. private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStart;
  335. private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStop;
  336. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  337. private System.Windows.Forms.ToolStripMenuItem 写入ToolStripMenuItem;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn PLC数据类型;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn 初始地址;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn 地址长度;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn 单位;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn 初始值;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn 当前值;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn 掉电保持;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn 注释;
  350. }
  351. }