You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
168 lines
7.6 KiB
168 lines
7.6 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmStackForkControl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtStackIndex = new System.Windows.Forms.TextBox();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.cmbFork = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(108, 60);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(245, 12);
|
|
this.label3.TabIndex = 27;
|
|
this.label3.Text = "0-不禁用;1-禁用1(近)叉;2-禁用2(远)叉;";
|
|
//
|
|
// txtStackIndex
|
|
//
|
|
this.txtStackIndex.Location = new System.Drawing.Point(95, 19);
|
|
this.txtStackIndex.Name = "txtStackIndex";
|
|
this.txtStackIndex.ReadOnly = true;
|
|
this.txtStackIndex.Size = new System.Drawing.Size(116, 21);
|
|
this.txtStackIndex.TabIndex = 26;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
|
this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.dataGridView1.Location = new System.Drawing.Point(12, 91);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(436, 313);
|
|
this.dataGridView1.TabIndex = 25;
|
|
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmEdit});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
|
|
//
|
|
// tsmEdit
|
|
//
|
|
this.tsmEdit.Name = "tsmEdit";
|
|
this.tsmEdit.Size = new System.Drawing.Size(100, 22);
|
|
this.tsmEdit.Text = "修改";
|
|
this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(368, 18);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 24;
|
|
this.button1.Text = "确 认";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// cmbFork
|
|
//
|
|
this.cmbFork.FormattingEnabled = true;
|
|
this.cmbFork.Location = new System.Drawing.Point(295, 19);
|
|
this.cmbFork.Name = "cmbFork";
|
|
this.cmbFork.Size = new System.Drawing.Size(56, 20);
|
|
this.cmbFork.TabIndex = 23;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(224, 23);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 22;
|
|
this.label2.Text = "货叉编号:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|
this.label1.TabIndex = 21;
|
|
this.label1.Text = "堆垛机编号:";
|
|
//
|
|
// FrmStackForkControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(460, 422);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtStackIndex);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.cmbFork);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FrmStackForkControl";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "货叉禁用";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStackForkControl_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmStackForkControl_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtStackIndex;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox cmbFork;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmEdit;
|
|
}
|
|
}
|