498 lines
24 KiB
C#
498 lines
24 KiB
C#
|
|
|||
|
namespace RGD.WCS
|
|||
|
{
|
|||
|
partial class FrmDeviceInfoEdit
|
|||
|
{
|
|||
|
/// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|||
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.button4 = new System.Windows.Forms.Button();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.btQuery = new System.Windows.Forms.Button();
|
|||
|
this.tbContent = new System.Windows.Forms.ComboBox();
|
|||
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.cbManTaskReserve = new System.Windows.Forms.ComboBox();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.cbHaveGoods = new System.Windows.Forms.ComboBox();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.cbErrorCode = new System.Windows.Forms.ComboBox();
|
|||
|
this.label15 = new System.Windows.Forms.Label();
|
|||
|
this.cbLockedState = new System.Windows.Forms.ComboBox();
|
|||
|
this.btSave = new System.Windows.Forms.Button();
|
|||
|
this.tbDeviceName = new System.Windows.Forms.TextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.tbDeviceKindIndex = new System.Windows.Forms.TextBox();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.tbDeviceIndex = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|||
|
this.tabControl1.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.contextMenuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// dataGridView1
|
|||
|
//
|
|||
|
this.dataGridView1.AllowUserToAddRows = false;
|
|||
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|||
|
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.ColumnHeadersHeight = 34;
|
|||
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
|
|||
|
this.dataGridView1.Location = new System.Drawing.Point(18, 369);
|
|||
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.dataGridView1.Name = "dataGridView1";
|
|||
|
this.dataGridView1.ReadOnly = true;
|
|||
|
this.dataGridView1.RowHeadersWidth = 62;
|
|||
|
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|||
|
this.dataGridView1.RowTemplate.Height = 23;
|
|||
|
this.dataGridView1.Size = new System.Drawing.Size(1218, 567);
|
|||
|
this.dataGridView1.TabIndex = 19;
|
|||
|
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
|
|||
|
//
|
|||
|
// tabControl1
|
|||
|
//
|
|||
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
this.tabControl1.Location = new System.Drawing.Point(18, 12);
|
|||
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tabControl1.Name = "tabControl1";
|
|||
|
this.tabControl1.SelectedIndex = 0;
|
|||
|
this.tabControl1.Size = new System.Drawing.Size(1218, 354);
|
|||
|
this.tabControl1.TabIndex = 18;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|||
|
this.tabPage1.Controls.Add(this.label9);
|
|||
|
this.tabPage1.Controls.Add(this.label8);
|
|||
|
this.tabPage1.Controls.Add(this.label4);
|
|||
|
this.tabPage1.Controls.Add(this.label7);
|
|||
|
this.tabPage1.Controls.Add(this.cbManTaskReserve);
|
|||
|
this.tabPage1.Controls.Add(this.label6);
|
|||
|
this.tabPage1.Controls.Add(this.cbHaveGoods);
|
|||
|
this.tabPage1.Controls.Add(this.label5);
|
|||
|
this.tabPage1.Controls.Add(this.cbErrorCode);
|
|||
|
this.tabPage1.Controls.Add(this.label15);
|
|||
|
this.tabPage1.Controls.Add(this.cbLockedState);
|
|||
|
this.tabPage1.Controls.Add(this.btSave);
|
|||
|
this.tabPage1.Controls.Add(this.tbDeviceName);
|
|||
|
this.tabPage1.Controls.Add(this.label3);
|
|||
|
this.tabPage1.Controls.Add(this.tbDeviceKindIndex);
|
|||
|
this.tabPage1.Controls.Add(this.label2);
|
|||
|
this.tabPage1.Controls.Add(this.tbDeviceIndex);
|
|||
|
this.tabPage1.Controls.Add(this.label1);
|
|||
|
this.tabPage1.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
|
|||
|
this.tabPage1.Size = new System.Drawing.Size(1210, 322);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "设备信息维护";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.groupBox1.Controls.Add(this.button4);
|
|||
|
this.groupBox1.Controls.Add(this.button3);
|
|||
|
this.groupBox1.Controls.Add(this.button1);
|
|||
|
this.groupBox1.Controls.Add(this.button2);
|
|||
|
this.groupBox1.Controls.Add(this.btQuery);
|
|||
|
this.groupBox1.Controls.Add(this.tbContent);
|
|||
|
this.groupBox1.Controls.Add(this.cbField);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(711, 4);
|
|||
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(486, 303);
|
|||
|
this.groupBox1.TabIndex = 42;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = "查询";
|
|||
|
//
|
|||
|
// button4
|
|||
|
//
|
|||
|
this.button4.Location = new System.Drawing.Point(252, 262);
|
|||
|
this.button4.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button4.Name = "button4";
|
|||
|
this.button4.Size = new System.Drawing.Size(184, 32);
|
|||
|
this.button4.TabIndex = 44;
|
|||
|
this.button4.Text = "显示被调度预约设备";
|
|||
|
this.button4.UseVisualStyleBackColor = true;
|
|||
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(14, 262);
|
|||
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(144, 32);
|
|||
|
this.button3.TabIndex = 44;
|
|||
|
this.button3.Text = "显示故障设备";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(252, 192);
|
|||
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(184, 32);
|
|||
|
this.button1.TabIndex = 44;
|
|||
|
this.button1.Text = "显示被停用设备";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(14, 192);
|
|||
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(144, 32);
|
|||
|
this.button2.TabIndex = 43;
|
|||
|
this.button2.Text = "显示全部设备";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// btQuery
|
|||
|
//
|
|||
|
this.btQuery.Location = new System.Drawing.Point(326, 100);
|
|||
|
this.btQuery.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.btQuery.Name = "btQuery";
|
|||
|
this.btQuery.Size = new System.Drawing.Size(111, 32);
|
|||
|
this.btQuery.TabIndex = 41;
|
|||
|
this.btQuery.Text = "开始查询";
|
|||
|
this.btQuery.UseVisualStyleBackColor = true;
|
|||
|
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
|
|||
|
//
|
|||
|
// tbContent
|
|||
|
//
|
|||
|
this.tbContent.FormattingEnabled = true;
|
|||
|
this.tbContent.Items.AddRange(new object[] {
|
|||
|
"设备索引",
|
|||
|
"设备名称",
|
|||
|
"设备类型索引"});
|
|||
|
this.tbContent.Location = new System.Drawing.Point(244, 32);
|
|||
|
this.tbContent.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tbContent.Name = "tbContent";
|
|||
|
this.tbContent.Size = new System.Drawing.Size(190, 26);
|
|||
|
this.tbContent.TabIndex = 40;
|
|||
|
//
|
|||
|
// cbField
|
|||
|
//
|
|||
|
this.cbField.FormattingEnabled = true;
|
|||
|
this.cbField.Items.AddRange(new object[] {
|
|||
|
"设备索引",
|
|||
|
"设备名称",
|
|||
|
"设备类型索引"});
|
|||
|
this.cbField.Location = new System.Drawing.Point(14, 32);
|
|||
|
this.cbField.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.cbField.Name = "cbField";
|
|||
|
this.cbField.Size = new System.Drawing.Size(190, 26);
|
|||
|
this.cbField.TabIndex = 40;
|
|||
|
this.cbField.SelectedIndexChanged += new System.EventHandler(this.cbField_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.ForeColor = System.Drawing.Color.RoyalBlue;
|
|||
|
this.label9.Location = new System.Drawing.Point(256, 216);
|
|||
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(170, 18);
|
|||
|
this.label9.TabIndex = 41;
|
|||
|
this.label9.Text = "大于30的值是故障码";
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.ForeColor = System.Drawing.Color.RoyalBlue;
|
|||
|
this.label8.Location = new System.Drawing.Point(260, 162);
|
|||
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(368, 18);
|
|||
|
this.label8.TabIndex = 41;
|
|||
|
this.label8.Text = "大于零的整数值代表预约设备的调度任务索引";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.ForeColor = System.Drawing.Color.RoyalBlue;
|
|||
|
this.label4.Location = new System.Drawing.Point(260, 111);
|
|||
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(350, 18);
|
|||
|
this.label4.TabIndex = 41;
|
|||
|
this.label4.Text = "大于零的整数值代表锁定该设备的指令索引";
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(21, 162);
|
|||
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(98, 18);
|
|||
|
this.label7.TabIndex = 40;
|
|||
|
this.label7.Text = "调度预约锁";
|
|||
|
//
|
|||
|
// cbManTaskReserve
|
|||
|
//
|
|||
|
this.cbManTaskReserve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbManTaskReserve.FormattingEnabled = true;
|
|||
|
this.cbManTaskReserve.Items.AddRange(new object[] {
|
|||
|
"0:空闲"});
|
|||
|
this.cbManTaskReserve.Location = new System.Drawing.Point(136, 158);
|
|||
|
this.cbManTaskReserve.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.cbManTaskReserve.Name = "cbManTaskReserve";
|
|||
|
this.cbManTaskReserve.Size = new System.Drawing.Size(112, 26);
|
|||
|
this.cbManTaskReserve.TabIndex = 39;
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(444, 216);
|
|||
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(116, 18);
|
|||
|
this.label6.TabIndex = 40;
|
|||
|
this.label6.Text = "是否逻辑有物";
|
|||
|
//
|
|||
|
// cbHaveGoods
|
|||
|
//
|
|||
|
this.cbHaveGoods.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbHaveGoods.FormattingEnabled = true;
|
|||
|
this.cbHaveGoods.Items.AddRange(new object[] {
|
|||
|
"有",
|
|||
|
"无"});
|
|||
|
this.cbHaveGoods.Location = new System.Drawing.Point(568, 212);
|
|||
|
this.cbHaveGoods.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.cbHaveGoods.Name = "cbHaveGoods";
|
|||
|
this.cbHaveGoods.Size = new System.Drawing.Size(56, 26);
|
|||
|
this.cbHaveGoods.TabIndex = 39;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(21, 216);
|
|||
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(80, 18);
|
|||
|
this.label5.TabIndex = 40;
|
|||
|
this.label5.Text = "设备状态";
|
|||
|
//
|
|||
|
// cbErrorCode
|
|||
|
//
|
|||
|
this.cbErrorCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbErrorCode.FormattingEnabled = true;
|
|||
|
this.cbErrorCode.Items.AddRange(new object[] {
|
|||
|
"0:正常"});
|
|||
|
this.cbErrorCode.Location = new System.Drawing.Point(136, 212);
|
|||
|
this.cbErrorCode.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.cbErrorCode.Name = "cbErrorCode";
|
|||
|
this.cbErrorCode.Size = new System.Drawing.Size(112, 26);
|
|||
|
this.cbErrorCode.TabIndex = 39;
|
|||
|
//
|
|||
|
// label15
|
|||
|
//
|
|||
|
this.label15.AutoSize = true;
|
|||
|
this.label15.Location = new System.Drawing.Point(21, 111);
|
|||
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label15.Name = "label15";
|
|||
|
this.label15.Size = new System.Drawing.Size(80, 18);
|
|||
|
this.label15.TabIndex = 40;
|
|||
|
this.label15.Text = "执行状态";
|
|||
|
//
|
|||
|
// cbLockedState
|
|||
|
//
|
|||
|
this.cbLockedState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cbLockedState.FormattingEnabled = true;
|
|||
|
this.cbLockedState.Items.AddRange(new object[] {
|
|||
|
"0:空闲",
|
|||
|
"-1:停用"});
|
|||
|
this.cbLockedState.Location = new System.Drawing.Point(136, 106);
|
|||
|
this.cbLockedState.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.cbLockedState.Name = "cbLockedState";
|
|||
|
this.cbLockedState.Size = new System.Drawing.Size(112, 26);
|
|||
|
this.cbLockedState.TabIndex = 39;
|
|||
|
this.cbLockedState.SelectedIndexChanged += new System.EventHandler(this.cbLockedState_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// btSave
|
|||
|
//
|
|||
|
this.btSave.Location = new System.Drawing.Point(546, 267);
|
|||
|
this.btSave.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.btSave.Name = "btSave";
|
|||
|
this.btSave.Size = new System.Drawing.Size(81, 32);
|
|||
|
this.btSave.TabIndex = 35;
|
|||
|
this.btSave.Text = "保存";
|
|||
|
this.btSave.UseVisualStyleBackColor = true;
|
|||
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|||
|
//
|
|||
|
// tbDeviceName
|
|||
|
//
|
|||
|
this.tbDeviceName.Enabled = false;
|
|||
|
this.tbDeviceName.Location = new System.Drawing.Point(136, 54);
|
|||
|
this.tbDeviceName.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tbDeviceName.Name = "tbDeviceName";
|
|||
|
this.tbDeviceName.Size = new System.Drawing.Size(488, 28);
|
|||
|
this.tbDeviceName.TabIndex = 31;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(21, 62);
|
|||
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(80, 18);
|
|||
|
this.label3.TabIndex = 30;
|
|||
|
this.label3.Text = "设备名称";
|
|||
|
//
|
|||
|
// tbDeviceKindIndex
|
|||
|
//
|
|||
|
this.tbDeviceKindIndex.Enabled = false;
|
|||
|
this.tbDeviceKindIndex.Location = new System.Drawing.Point(447, 14);
|
|||
|
this.tbDeviceKindIndex.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tbDeviceKindIndex.Name = "tbDeviceKindIndex";
|
|||
|
this.tbDeviceKindIndex.Size = new System.Drawing.Size(178, 28);
|
|||
|
this.tbDeviceKindIndex.TabIndex = 28;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(322, 18);
|
|||
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(116, 18);
|
|||
|
this.label2.TabIndex = 27;
|
|||
|
this.label2.Text = "设备类型索引";
|
|||
|
//
|
|||
|
// tbDeviceIndex
|
|||
|
//
|
|||
|
this.tbDeviceIndex.Enabled = false;
|
|||
|
this.tbDeviceIndex.Location = new System.Drawing.Point(136, 14);
|
|||
|
this.tbDeviceIndex.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.tbDeviceIndex.Name = "tbDeviceIndex";
|
|||
|
this.tbDeviceIndex.Size = new System.Drawing.Size(170, 28);
|
|||
|
this.tbDeviceIndex.TabIndex = 26;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(21, 18);
|
|||
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(80, 18);
|
|||
|
this.label1.TabIndex = 25;
|
|||
|
this.label1.Text = "设备索引";
|
|||
|
//
|
|||
|
// contextMenuStrip1
|
|||
|
//
|
|||
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|||
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.tsmEdit});
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(117, 34);
|
|||
|
//
|
|||
|
// tsmEdit
|
|||
|
//
|
|||
|
this.tsmEdit.Name = "tsmEdit";
|
|||
|
this.tsmEdit.Size = new System.Drawing.Size(240, 30);
|
|||
|
this.tsmEdit.Text = "修改";
|
|||
|
this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click);
|
|||
|
//
|
|||
|
// FrmDeviceInfoEdit
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1254, 948);
|
|||
|
this.Controls.Add(this.dataGridView1);
|
|||
|
this.Controls.Add(this.tabControl1);
|
|||
|
this.Name = "FrmDeviceInfoEdit";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "设备信息维护";
|
|||
|
this.Load += new System.EventHandler(this.FrmDeviceInfoEdit_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|||
|
this.tabControl1.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.tabPage1.PerformLayout();
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.contextMenuStrip1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|||
|
private System.Windows.Forms.TabControl tabControl1;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.Button button4;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button btQuery;
|
|||
|
private System.Windows.Forms.ComboBox tbContent;
|
|||
|
private System.Windows.Forms.ComboBox cbField;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.ComboBox cbManTaskReserve;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.ComboBox cbHaveGoods;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.ComboBox cbErrorCode;
|
|||
|
private System.Windows.Forms.Label label15;
|
|||
|
private System.Windows.Forms.ComboBox cbLockedState;
|
|||
|
private System.Windows.Forms.Button btSave;
|
|||
|
private System.Windows.Forms.TextBox tbDeviceName;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
public System.Windows.Forms.TextBox tbDeviceKindIndex;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TextBox tbDeviceIndex;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem tsmEdit;
|
|||
|
}
|
|||
|
}
|