namespace WCS_Client.From { partial class Form_SrmData { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SrmData)); this.BtnRefresh = new CCWin.SkinControl.SkinButton(); this.dgvStackerData = new CCWin.SkinControl.SkinDataGridView(); this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_EQUIPMENTNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_PLCNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMSMSG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMSNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_DATA = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_SEQUENCE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_SWOPINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMSINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMSLENGTH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_READDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_WRITEDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_ALARMSDB_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_WRITEDB_STARTINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.STA_READDB_STARTINDEX = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtSTA_DATA = new System.Windows.Forms.TextBox(); this.txtSTA_EQUIPMENTNO = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtSTA_PLCNAME = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.dgvStackerData)).BeginInit(); this.SuspendLayout(); // // BtnRefresh // this.BtnRefresh.BackColor = System.Drawing.Color.Transparent; this.BtnRefresh.ControlState = CCWin.SkinClass.ControlState.Normal; this.BtnRefresh.DownBack = null; this.BtnRefresh.Location = new System.Drawing.Point(457, 51); this.BtnRefresh.MouseBack = null; this.BtnRefresh.Name = "BtnRefresh"; this.BtnRefresh.NormlBack = null; this.BtnRefresh.Size = new System.Drawing.Size(75, 23); this.BtnRefresh.TabIndex = 19; this.BtnRefresh.Text = "查询"; this.BtnRefresh.UseVisualStyleBackColor = false; this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // dgvStackerData // this.dgvStackerData.AllowUserToAddRows = false; this.dgvStackerData.AllowUserToDeleteRows = false; this.dgvStackerData.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253))))); this.dgvStackerData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvStackerData.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.dgvStackerData.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvStackerData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvStackerData.ColumnFont = null; this.dgvStackerData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStackerData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStackerData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvStackerData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.rn, this.STA_EQUIPMENTNO, this.STA_PLCNAME, this.STA_TYPE, this.STA_ALARMS, this.STA_ALARMSMSG, this.STA_ALARMSNO, this.STA_DATA, this.STA_SEQUENCE, this.STA_SWOPINDEX, this.STA_ALARMSINDEX, this.STA_ALARMSLENGTH, this.STA_READDB_ID, this.STA_WRITEDB_ID, this.STA_ALARMSDB_ID, this.STA_WRITEDB_STARTINDEX, this.STA_READDB_STARTINDEX}); this.dgvStackerData.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvStackerData.DefaultCellStyle = dataGridViewCellStyle3; this.dgvStackerData.EnableHeadersVisualStyles = false; this.dgvStackerData.GridColor = System.Drawing.SystemColors.GradientActiveCaption; this.dgvStackerData.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvStackerData.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText; this.dgvStackerData.Location = new System.Drawing.Point(7, 98); this.dgvStackerData.MultiSelect = false; this.dgvStackerData.Name = "dgvStackerData"; this.dgvStackerData.ReadOnly = true; this.dgvStackerData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgvStackerData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvStackerData.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvStackerData.RowTemplate.Height = 23; this.dgvStackerData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgvStackerData.Size = new System.Drawing.Size(952, 602); this.dgvStackerData.TabIndex = 20; this.dgvStackerData.TitleBack = null; this.dgvStackerData.TitleBackColorBegin = System.Drawing.Color.White; this.dgvStackerData.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242))))); this.dgvStackerData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStackerData_CellMouseClick); // // rn // this.rn.DataPropertyName = "rn"; this.rn.HeaderText = "rn"; this.rn.Name = "rn"; this.rn.ReadOnly = true; this.rn.Visible = false; // // STA_EQUIPMENTNO // this.STA_EQUIPMENTNO.DataPropertyName = "STA_EQUIPMENTNO"; this.STA_EQUIPMENTNO.HeaderText = "设备编号"; this.STA_EQUIPMENTNO.Name = "STA_EQUIPMENTNO"; this.STA_EQUIPMENTNO.ReadOnly = true; // // STA_PLCNAME // this.STA_PLCNAME.DataPropertyName = "STA_PLCNAME"; this.STA_PLCNAME.HeaderText = "PLC名称"; this.STA_PLCNAME.Name = "STA_PLCNAME"; this.STA_PLCNAME.ReadOnly = true; // // STA_TYPE // this.STA_TYPE.DataPropertyName = "STA_TYPE"; this.STA_TYPE.HeaderText = "设备类型"; this.STA_TYPE.Name = "STA_TYPE"; this.STA_TYPE.ReadOnly = true; // // STA_ALARMS // this.STA_ALARMS.DataPropertyName = "STA_ALARMS"; this.STA_ALARMS.HeaderText = "报警代码"; this.STA_ALARMS.Name = "STA_ALARMS"; this.STA_ALARMS.ReadOnly = true; // // STA_ALARMSMSG // this.STA_ALARMSMSG.DataPropertyName = "STA_ALARMSMSG"; this.STA_ALARMSMSG.HeaderText = "报警信息"; this.STA_ALARMSMSG.Name = "STA_ALARMSMSG"; this.STA_ALARMSMSG.ReadOnly = true; // // STA_ALARMSNO // this.STA_ALARMSNO.DataPropertyName = "STA_ALARMSNO"; this.STA_ALARMSNO.HeaderText = "报警编号"; this.STA_ALARMSNO.Name = "STA_ALARMSNO"; this.STA_ALARMSNO.ReadOnly = true; // // STA_DATA // this.STA_DATA.DataPropertyName = "STA_DATA"; this.STA_DATA.HeaderText = "设备信号信息"; this.STA_DATA.Name = "STA_DATA"; this.STA_DATA.ReadOnly = true; this.STA_DATA.Width = 300; // // STA_SEQUENCE // this.STA_SEQUENCE.DataPropertyName = "STA_SEQUENCE"; this.STA_SEQUENCE.HeaderText = "STA_SEQUENCE"; this.STA_SEQUENCE.Name = "STA_SEQUENCE"; this.STA_SEQUENCE.ReadOnly = true; this.STA_SEQUENCE.Visible = false; // // STA_SWOPINDEX // this.STA_SWOPINDEX.DataPropertyName = "STA_SWOPINDEX"; this.STA_SWOPINDEX.HeaderText = "STA_SWOPINDEX"; this.STA_SWOPINDEX.Name = "STA_SWOPINDEX"; this.STA_SWOPINDEX.ReadOnly = true; this.STA_SWOPINDEX.Visible = false; // // STA_ALARMSINDEX // this.STA_ALARMSINDEX.DataPropertyName = "STA_ALARMSINDEX"; this.STA_ALARMSINDEX.HeaderText = "STA_ALARMSINDEX"; this.STA_ALARMSINDEX.Name = "STA_ALARMSINDEX"; this.STA_ALARMSINDEX.ReadOnly = true; this.STA_ALARMSINDEX.Visible = false; // // STA_ALARMSLENGTH // this.STA_ALARMSLENGTH.DataPropertyName = "STA_ALARMSLENGTH"; this.STA_ALARMSLENGTH.HeaderText = "STA_ALARMSLENGTH"; this.STA_ALARMSLENGTH.Name = "STA_ALARMSLENGTH"; this.STA_ALARMSLENGTH.ReadOnly = true; this.STA_ALARMSLENGTH.Visible = false; // // STA_READDB_ID // this.STA_READDB_ID.DataPropertyName = "STA_READDB_ID"; this.STA_READDB_ID.HeaderText = "STA_READDB_ID"; this.STA_READDB_ID.Name = "STA_READDB_ID"; this.STA_READDB_ID.ReadOnly = true; this.STA_READDB_ID.Visible = false; // // STA_WRITEDB_ID // this.STA_WRITEDB_ID.DataPropertyName = "STA_WRITEDB_ID"; this.STA_WRITEDB_ID.HeaderText = "STA_WRITEDB_ID"; this.STA_WRITEDB_ID.Name = "STA_WRITEDB_ID"; this.STA_WRITEDB_ID.ReadOnly = true; this.STA_WRITEDB_ID.Visible = false; // // STA_ALARMSDB_ID // this.STA_ALARMSDB_ID.DataPropertyName = "STA_ALARMSDB_ID"; this.STA_ALARMSDB_ID.HeaderText = "STA_ALARMSDB_ID"; this.STA_ALARMSDB_ID.Name = "STA_ALARMSDB_ID"; this.STA_ALARMSDB_ID.ReadOnly = true; this.STA_ALARMSDB_ID.Visible = false; // // STA_WRITEDB_STARTINDEX // this.STA_WRITEDB_STARTINDEX.DataPropertyName = "STA_WRITEDB_STARTINDEX"; this.STA_WRITEDB_STARTINDEX.HeaderText = "STA_WRITEDB_STARTINDEX"; this.STA_WRITEDB_STARTINDEX.Name = "STA_WRITEDB_STARTINDEX"; this.STA_WRITEDB_STARTINDEX.ReadOnly = true; this.STA_WRITEDB_STARTINDEX.Visible = false; // // STA_READDB_STARTINDEX // this.STA_READDB_STARTINDEX.DataPropertyName = "STA_READDB_STARTINDEX"; this.STA_READDB_STARTINDEX.HeaderText = "STA_READDB_STARTINDEX"; this.STA_READDB_STARTINDEX.Name = "STA_READDB_STARTINDEX"; this.STA_READDB_STARTINDEX.ReadOnly = true; this.STA_READDB_STARTINDEX.Visible = false; // // txtSTA_DATA // this.txtSTA_DATA.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.txtSTA_DATA.Location = new System.Drawing.Point(968, 31); this.txtSTA_DATA.Multiline = true; this.txtSTA_DATA.Name = "txtSTA_DATA"; this.txtSTA_DATA.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtSTA_DATA.Size = new System.Drawing.Size(428, 669); this.txtSTA_DATA.TabIndex = 21; // // txtSTA_EQUIPMENTNO // this.txtSTA_EQUIPMENTNO.Location = new System.Drawing.Point(124, 50); this.txtSTA_EQUIPMENTNO.Name = "txtSTA_EQUIPMENTNO"; this.txtSTA_EQUIPMENTNO.Size = new System.Drawing.Size(100, 20); this.txtSTA_EQUIPMENTNO.TabIndex = 22; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(44, 55); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 23; this.label1.Text = "设备编号:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(248, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 26; this.label2.Text = "PLC名称:"; // // txtSTA_PLCNAME // this.txtSTA_PLCNAME.Location = new System.Drawing.Point(328, 50); this.txtSTA_PLCNAME.Name = "txtSTA_PLCNAME"; this.txtSTA_PLCNAME.Size = new System.Drawing.Size(100, 20); this.txtSTA_PLCNAME.TabIndex = 25; // // Form_SrmData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1413, 716); this.Controls.Add(this.label2); this.Controls.Add(this.txtSTA_PLCNAME); this.Controls.Add(this.label1); this.Controls.Add(this.txtSTA_EQUIPMENTNO); this.Controls.Add(this.txtSTA_DATA); this.Controls.Add(this.dgvStackerData); this.Controls.Add(this.BtnRefresh); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_SrmData"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备信息查询"; ((System.ComponentModel.ISupportInitialize)(this.dgvStackerData)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CCWin.SkinControl.SkinButton BtnRefresh; private CCWin.SkinControl.SkinDataGridView dgvStackerData; private System.Windows.Forms.TextBox txtSTA_DATA; private System.Windows.Forms.TextBox txtSTA_EQUIPMENTNO; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtSTA_PLCNAME; private System.Windows.Forms.DataGridViewTextBoxColumn rn; private System.Windows.Forms.DataGridViewTextBoxColumn STA_EQUIPMENTNO; private System.Windows.Forms.DataGridViewTextBoxColumn STA_PLCNAME; private System.Windows.Forms.DataGridViewTextBoxColumn STA_TYPE; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMS; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSMSG; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSNO; private System.Windows.Forms.DataGridViewTextBoxColumn STA_DATA; private System.Windows.Forms.DataGridViewTextBoxColumn STA_SEQUENCE; private System.Windows.Forms.DataGridViewTextBoxColumn STA_SWOPINDEX; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSINDEX; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSLENGTH; private System.Windows.Forms.DataGridViewTextBoxColumn STA_READDB_ID; private System.Windows.Forms.DataGridViewTextBoxColumn STA_WRITEDB_ID; private System.Windows.Forms.DataGridViewTextBoxColumn STA_ALARMSDB_ID; private System.Windows.Forms.DataGridViewTextBoxColumn STA_WRITEDB_STARTINDEX; private System.Windows.Forms.DataGridViewTextBoxColumn STA_READDB_STARTINDEX; } }