using System.Drawing; using System.Windows.Forms; namespace HighWayIot.Winform.UserControlPages.ParamConfigPages { partial class RFIDParamSettingPage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.GetRfidButton = new System.Windows.Forms.Button(); this.ButtonPanel = new System.Windows.Forms.Panel(); this.rfidDataGridView = new System.Windows.Forms.DataGridView(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RfidIp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RfidEpc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WorkstateNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ButtonPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rfidDataGridView)).BeginInit(); this.SuspendLayout(); // // GetRfidButton // this.GetRfidButton.Location = new System.Drawing.Point(3, 2); this.GetRfidButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.GetRfidButton.Name = "GetRfidButton"; this.GetRfidButton.Size = new System.Drawing.Size(103, 39); this.GetRfidButton.TabIndex = 1; this.GetRfidButton.Text = "查 询"; this.GetRfidButton.UseVisualStyleBackColor = true; this.GetRfidButton.Click += new System.EventHandler(this.GetRfidButton_Click); // // ButtonPanel // this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ButtonPanel.Controls.Add(this.GetRfidButton); this.ButtonPanel.Location = new System.Drawing.Point(0, 0); this.ButtonPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonPanel.Name = "ButtonPanel"; this.ButtonPanel.Size = new System.Drawing.Size(1171, 61); this.ButtonPanel.TabIndex = 4; // // rfidDataGridView // this.rfidDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.rfidDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.RfidIp, this.RfidEpc, this.WorkstateNo}); this.rfidDataGridView.Location = new System.Drawing.Point(20, 66); this.rfidDataGridView.Name = "rfidDataGridView"; this.rfidDataGridView.RowTemplate.Height = 23; this.rfidDataGridView.Size = new System.Drawing.Size(1135, 724); this.rfidDataGridView.TabIndex = 5; this.rfidDataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.rfidDataGridView_CellDoubleClick); // // Id // this.Id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Id.FillWeight = 10F; this.Id.HeaderText = "ID"; this.Id.Name = "Id"; // // RfidIp // this.RfidIp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.RfidIp.FillWeight = 20F; this.RfidIp.HeaderText = "设备ip"; this.RfidIp.Name = "RfidIp"; // // RfidEpc // this.RfidEpc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.RfidEpc.FillWeight = 20F; this.RfidEpc.HeaderText = "RFID编号"; this.RfidEpc.Name = "RfidEpc"; // // WorkstateNo // this.WorkstateNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.WorkstateNo.FillWeight = 20F; this.WorkstateNo.HeaderText = "工位编号"; this.WorkstateNo.Name = "WorkstateNo"; // // RFIDParamSettingPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.Controls.Add(this.rfidDataGridView); this.Controls.Add(this.ButtonPanel); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "RFIDParamSettingPage"; this.Size = new System.Drawing.Size(1171, 807); this.ButtonPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.rfidDataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private Button GetRfidButton; private Panel ButtonPanel; private DataGridView rfidDataGridView; private DataGridViewTextBoxColumn Id; private DataGridViewTextBoxColumn RfidIp; private DataGridViewTextBoxColumn RfidEpc; private DataGridViewTextBoxColumn WorkstateNo; } }