namespace MainForm.FaForm { partial class Form_PLCDB_ShowInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PLCDB_ShowInfo)); this.dgv_DBInfo = new Sunny.UI.UIDataGridView(); this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLC数据类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.初始地址 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.地址长度 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.初始值 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.当前值 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.掉电保持 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.注释 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.写入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SBtn_GetDBValue_One = new Sunny.UI.UISymbolButton(); this.SBtn_GetDBValue_LoopStart = new Sunny.UI.UISymbolButton(); this.SBtn_GetDBValue_LoopStop = new Sunny.UI.UISymbolButton(); ((System.ComponentModel.ISupportInitialize)(this.dgv_DBInfo)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // dgv_DBInfo // this.dgv_DBInfo.AllowUserToAddRows = false; this.dgv_DBInfo.AllowUserToDeleteRows = false; this.dgv_DBInfo.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.dgv_DBInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv_DBInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgv_DBInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.dgv_DBInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_DBInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv_DBInfo.ColumnHeadersHeight = 32; this.dgv_DBInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv_DBInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.序号, this.dataGridViewTextBoxColumn10, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn12, this.PLC数据类型, this.初始地址, this.地址长度, this.单位, this.初始值, this.当前值, this.掉电保持, this.注释}); this.dgv_DBInfo.ContextMenuStrip = this.contextMenuStrip1; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_DBInfo.DefaultCellStyle = dataGridViewCellStyle3; this.dgv_DBInfo.EnableHeadersVisualStyles = false; this.dgv_DBInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgv_DBInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255))))); this.dgv_DBInfo.Location = new System.Drawing.Point(4, 51); this.dgv_DBInfo.Name = "dgv_DBInfo"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_DBInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv_DBInfo.RowHeadersVisible = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255))))); dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.dgv_DBInfo.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgv_DBInfo.RowTemplate.Height = 23; this.dgv_DBInfo.ScrollBarColor = System.Drawing.Color.Gray; this.dgv_DBInfo.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace; this.dgv_DBInfo.ScrollBarStyleInherited = false; this.dgv_DBInfo.SelectedIndex = -1; this.dgv_DBInfo.Size = new System.Drawing.Size(1036, 506); this.dgv_DBInfo.TabIndex = 2; // // 序号 // this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.序号.DataPropertyName = "A"; this.序号.HeaderText = "序号"; this.序号.Name = "序号"; this.序号.ReadOnly = true; this.序号.Width = 63; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "B"; this.dataGridViewTextBoxColumn10.HeaderText = "工位名称"; this.dataGridViewTextBoxColumn10.MinimumWidth = 10; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; this.dataGridViewTextBoxColumn10.Width = 136; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "C"; this.dataGridViewTextBoxColumn11.HeaderText = "功能项"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Width = 136; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "D"; this.dataGridViewTextBoxColumn12.HeaderText = "变量名"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.Width = 180; // // PLC数据类型 // this.PLC数据类型.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.PLC数据类型.DataPropertyName = "E"; this.PLC数据类型.HeaderText = "PLC数据类型"; this.PLC数据类型.Name = "PLC数据类型"; this.PLC数据类型.ReadOnly = true; this.PLC数据类型.Width = 119; // // 初始地址 // this.初始地址.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.初始地址.DataPropertyName = "F"; this.初始地址.HeaderText = "初始地址"; this.初始地址.Name = "初始地址"; this.初始地址.ReadOnly = true; this.初始地址.Width = 95; // // 地址长度 // this.地址长度.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.地址长度.DataPropertyName = "G"; this.地址长度.HeaderText = "地址长度"; this.地址长度.Name = "地址长度"; this.地址长度.ReadOnly = true; this.地址长度.Width = 95; // // 单位 // this.单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.单位.DataPropertyName = "H"; this.单位.HeaderText = "单位"; this.单位.Name = "单位"; this.单位.ReadOnly = true; this.单位.Width = 63; // // 初始值 // this.初始值.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.初始值.DataPropertyName = "I"; this.初始值.HeaderText = "初始值"; this.初始值.Name = "初始值"; this.初始值.ReadOnly = true; this.初始值.Width = 79; // // 当前值 // this.当前值.DataPropertyName = "J"; this.当前值.HeaderText = "当前值"; this.当前值.Name = "当前值"; this.当前值.Width = 110; // // 掉电保持 // this.掉电保持.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.掉电保持.DataPropertyName = "K"; this.掉电保持.HeaderText = "掉电保持"; this.掉电保持.Name = "掉电保持"; this.掉电保持.ReadOnly = true; this.掉电保持.Width = 95; // // 注释 // this.注释.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.注释.DataPropertyName = "L"; this.注释.HeaderText = "注释"; this.注释.MinimumWidth = 182; this.注释.Name = "注释"; this.注释.ReadOnly = true; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.写入ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 写入ToolStripMenuItem // this.写入ToolStripMenuItem.Name = "写入ToolStripMenuItem"; this.写入ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.写入ToolStripMenuItem.Text = "写入"; this.写入ToolStripMenuItem.Click += new System.EventHandler(this.写入ToolStripMenuItem_Click); // // SBtn_GetDBValue_One // this.SBtn_GetDBValue_One.Cursor = System.Windows.Forms.Cursors.Hand; this.SBtn_GetDBValue_One.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_One.Location = new System.Drawing.Point(11, 10); this.SBtn_GetDBValue_One.MinimumSize = new System.Drawing.Size(1, 1); this.SBtn_GetDBValue_One.Name = "SBtn_GetDBValue_One"; this.SBtn_GetDBValue_One.Size = new System.Drawing.Size(164, 35); this.SBtn_GetDBValue_One.Symbol = 61473; this.SBtn_GetDBValue_One.TabIndex = 15; this.SBtn_GetDBValue_One.Text = "刷新当前值"; this.SBtn_GetDBValue_One.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_One.Click += new System.EventHandler(this.SBtn_GetDBValue_One_Click); // // SBtn_GetDBValue_LoopStart // this.SBtn_GetDBValue_LoopStart.Cursor = System.Windows.Forms.Cursors.Hand; this.SBtn_GetDBValue_LoopStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_LoopStart.Location = new System.Drawing.Point(182, 10); this.SBtn_GetDBValue_LoopStart.MinimumSize = new System.Drawing.Size(1, 1); this.SBtn_GetDBValue_LoopStart.Name = "SBtn_GetDBValue_LoopStart"; this.SBtn_GetDBValue_LoopStart.Size = new System.Drawing.Size(164, 35); this.SBtn_GetDBValue_LoopStart.Symbol = 61473; this.SBtn_GetDBValue_LoopStart.TabIndex = 16; this.SBtn_GetDBValue_LoopStart.Text = "循环刷新当前值"; this.SBtn_GetDBValue_LoopStart.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_LoopStart.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStart_Click); // // SBtn_GetDBValue_LoopStop // this.SBtn_GetDBValue_LoopStop.Cursor = System.Windows.Forms.Cursors.Hand; this.SBtn_GetDBValue_LoopStop.Enabled = false; this.SBtn_GetDBValue_LoopStop.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.SBtn_GetDBValue_LoopStop.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.SBtn_GetDBValue_LoopStop.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.SBtn_GetDBValue_LoopStop.FillPressColor = System.Drawing.Color.Red; this.SBtn_GetDBValue_LoopStop.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.SBtn_GetDBValue_LoopStop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_LoopStop.Location = new System.Drawing.Point(352, 10); this.SBtn_GetDBValue_LoopStop.MinimumSize = new System.Drawing.Size(1, 1); this.SBtn_GetDBValue_LoopStop.Name = "SBtn_GetDBValue_LoopStop"; this.SBtn_GetDBValue_LoopStop.Size = new System.Drawing.Size(164, 35); this.SBtn_GetDBValue_LoopStop.Symbol = 61473; this.SBtn_GetDBValue_LoopStop.TabIndex = 17; this.SBtn_GetDBValue_LoopStop.Text = "停止刷新当前值"; this.SBtn_GetDBValue_LoopStop.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SBtn_GetDBValue_LoopStop.Click += new System.EventHandler(this.SBtn_GetDBValue_LoopStop_Click); // // Form_PLCDB_ShowInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1044, 561); this.Controls.Add(this.SBtn_GetDBValue_LoopStop); this.Controls.Add(this.SBtn_GetDBValue_LoopStart); this.Controls.Add(this.SBtn_GetDBValue_One); this.Controls.Add(this.dgv_DBInfo); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_PLCDB_ShowInfo"; this.Text = "工位DB详情"; this.Load += new System.EventHandler(this.Form_PLCDB_ShowInfo_Load); this.VisibleChanged += new System.EventHandler(this.Form_PLCDB_ShowInfo_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.dgv_DBInfo)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIDataGridView dgv_DBInfo; private Sunny.UI.UISymbolButton SBtn_GetDBValue_One; private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStart; private Sunny.UI.UISymbolButton SBtn_GetDBValue_LoopStop; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 写入ToolStripMenuItem; private System.Windows.Forms.DataGridViewTextBoxColumn 序号; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; private System.Windows.Forms.DataGridViewTextBoxColumn PLC数据类型; private System.Windows.Forms.DataGridViewTextBoxColumn 初始地址; private System.Windows.Forms.DataGridViewTextBoxColumn 地址长度; private System.Windows.Forms.DataGridViewTextBoxColumn 单位; private System.Windows.Forms.DataGridViewTextBoxColumn 初始值; private System.Windows.Forms.DataGridViewTextBoxColumn 当前值; private System.Windows.Forms.DataGridViewTextBoxColumn 掉电保持; private System.Windows.Forms.DataGridViewTextBoxColumn 注释; } }