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.
184 lines
8.0 KiB
184 lines
8.0 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmDeskStatus
|
|
{
|
|
/// <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.btSave = new System.Windows.Forms.Button();
|
|
this.tbUserID = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tbStatus = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbDeskNO = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btSave
|
|
//
|
|
this.btSave.Location = new System.Drawing.Point(478, 10);
|
|
this.btSave.Name = "btSave";
|
|
this.btSave.Size = new System.Drawing.Size(48, 25);
|
|
this.btSave.TabIndex = 49;
|
|
this.btSave.Text = "保存";
|
|
this.btSave.UseVisualStyleBackColor = true;
|
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|
//
|
|
// tbUserID
|
|
//
|
|
this.tbUserID.Location = new System.Drawing.Point(84, 13);
|
|
this.tbUserID.Name = "tbUserID";
|
|
this.tbUserID.ReadOnly = true;
|
|
this.tbUserID.Size = new System.Drawing.Size(55, 21);
|
|
this.tbUserID.TabIndex = 47;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(15, 16);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(72, 13);
|
|
this.label2.TabIndex = 51;
|
|
this.label2.Text = "复合台索引";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(281, 16);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(146, 13);
|
|
this.label3.TabIndex = 50;
|
|
this.label3.Text = "状态(1为开启;0为关闭)";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.dataGridView1.Location = new System.Drawing.Point(10, 40);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(533, 407);
|
|
this.dataGridView1.TabIndex = 52;
|
|
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmEdit,
|
|
this.toolStripSeparator1});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(109, 34);
|
|
//
|
|
// tsmEdit
|
|
//
|
|
this.tsmEdit.Name = "tsmEdit";
|
|
this.tsmEdit.Size = new System.Drawing.Size(108, 24);
|
|
this.tsmEdit.Text = "修改";
|
|
this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(105, 6);
|
|
//
|
|
// tbStatus
|
|
//
|
|
this.tbStatus.FormattingEnabled = true;
|
|
this.tbStatus.Items.AddRange(new object[] {
|
|
"0",
|
|
"1"});
|
|
this.tbStatus.Location = new System.Drawing.Point(427, 13);
|
|
this.tbStatus.Name = "tbStatus";
|
|
this.tbStatus.Size = new System.Drawing.Size(50, 20);
|
|
this.tbStatus.TabIndex = 53;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(145, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(46, 13);
|
|
this.label1.TabIndex = 51;
|
|
this.label1.Text = "站台号";
|
|
//
|
|
// tbDeskNO
|
|
//
|
|
this.tbDeskNO.Location = new System.Drawing.Point(197, 13);
|
|
this.tbDeskNO.Name = "tbDeskNO";
|
|
this.tbDeskNO.ReadOnly = true;
|
|
this.tbDeskNO.Size = new System.Drawing.Size(55, 21);
|
|
this.tbDeskNO.TabIndex = 47;
|
|
//
|
|
// FrmDeskStatus
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(553, 458);
|
|
this.Controls.Add(this.tbStatus);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.btSave);
|
|
this.Controls.Add(this.tbDeskNO);
|
|
this.Controls.Add(this.tbUserID);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Name = "FrmDeskStatus";
|
|
this.Text = "堆垛机叠盘货位管理";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLanePile_FormClosing);
|
|
this.Load += new System.EventHandler(this.Form_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btSave;
|
|
private System.Windows.Forms.TextBox tbUserID;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmEdit;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ComboBox tbStatus;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbDeskNO;
|
|
}
|
|
}
|