namespace wcfControlMonitorClient { partial class FrmModifyManage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); _formInstance = null; } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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(); this.panel2 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.rbmanAll = new System.Windows.Forms.RadioButton(); this.comboTaskType = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.ComboBox(); this.comboFloor = new System.Windows.Forms.ComboBox(); this.comboLane = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.rbmanWait = new System.Windows.Forms.RadioButton(); this.rbmanRun = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.dgvManager = new System.Windows.Forms.DataGridView(); this.cmManager = new System.Windows.Forms.ContextMenuStrip(this.components); this.TSManager = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.TSMmanagerOK = new System.Windows.Forms.ToolStripMenuItem(); this.TSMmanagerDisassemble = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.TSMmanagerSetLevel = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemLevel1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemLevel2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemLevel3 = new System.Windows.Forms.ToolStripMenuItem(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvManager)).BeginInit(); this.cmManager.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.button3); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.rbmanAll); this.panel2.Controls.Add(this.comboTaskType); this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.comboFloor); this.panel2.Controls.Add(this.comboLane); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.rbmanWait); this.panel2.Controls.Add(this.rbmanRun); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.comboBox1); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label18); this.panel2.Location = new System.Drawing.Point(2, 15); this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1471, 41); this.panel2.TabIndex = 217; // // button3 // this.button3.Location = new System.Drawing.Point(1246, 2); this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 34); this.button3.TabIndex = 234; this.button3.Text = "货叉管理"; this.button3.UseVisualStyleBackColor = true; this.button3.Visible = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(1159, 2); this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(80, 34); this.button2.TabIndex = 220; this.button2.Text = "显示全部"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(1076, 2); this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(80, 34); this.button1.TabIndex = 219; this.button1.Text = "开始查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // rbmanAll // this.rbmanAll.AutoSize = true; this.rbmanAll.Location = new System.Drawing.Point(116, 10); this.rbmanAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.rbmanAll.Name = "rbmanAll"; this.rbmanAll.Size = new System.Drawing.Size(88, 19); this.rbmanAll.TabIndex = 221; this.rbmanAll.Text = "全部任务"; this.rbmanAll.UseVisualStyleBackColor = true; this.rbmanAll.Click += new System.EventHandler(this.rbmanAll_Click); // // comboTaskType // this.comboTaskType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTaskType.FormattingEnabled = true; this.comboTaskType.Items.AddRange(new object[] { "", "入库", "出库", "移库", "站台间移库"}); this.comboTaskType.Location = new System.Drawing.Point(829, 6); this.comboTaskType.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.comboTaskType.Name = "comboTaskType"; this.comboTaskType.Size = new System.Drawing.Size(100, 23); this.comboTaskType.TabIndex = 233; // // textBox1 // this.textBox1.FormattingEnabled = true; this.textBox1.Location = new System.Drawing.Point(631, 6); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(119, 23); this.textBox1.TabIndex = 225; // // comboFloor // this.comboFloor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFloor.FormattingEnabled = true; this.comboFloor.Items.AddRange(new object[] { "", "1层", "2层"}); this.comboFloor.Location = new System.Drawing.Point(1230, 9); this.comboFloor.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.comboFloor.Name = "comboFloor"; this.comboFloor.Size = new System.Drawing.Size(69, 23); this.comboFloor.TabIndex = 231; this.comboFloor.Visible = false; // // comboLane // this.comboLane.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLane.FormattingEnabled = true; this.comboLane.Items.AddRange(new object[] { "", "18001", "18002"}); this.comboLane.Location = new System.Drawing.Point(981, 6); this.comboLane.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.comboLane.Name = "comboLane"; this.comboLane.Size = new System.Drawing.Size(89, 23); this.comboLane.TabIndex = 232; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1188, 12); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 15); this.label4.TabIndex = 229; this.label4.Text = "楼层:"; this.label4.Visible = false; // // rbmanWait // this.rbmanWait.AutoSize = true; this.rbmanWait.Location = new System.Drawing.Point(326, 10); this.rbmanWait.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.rbmanWait.Name = "rbmanWait"; this.rbmanWait.Size = new System.Drawing.Size(88, 19); this.rbmanWait.TabIndex = 223; this.rbmanWait.Text = "等待任务"; this.rbmanWait.UseVisualStyleBackColor = true; this.rbmanWait.Click += new System.EventHandler(this.rbmanWait_Click); // // rbmanRun // this.rbmanRun.AutoSize = true; this.rbmanRun.Checked = true; this.rbmanRun.Location = new System.Drawing.Point(221, 10); this.rbmanRun.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.rbmanRun.Name = "rbmanRun"; this.rbmanRun.Size = new System.Drawing.Size(88, 19); this.rbmanRun.TabIndex = 222; this.rbmanRun.TabStop = true; this.rbmanRun.Text = "运行任务"; this.rbmanRun.UseVisualStyleBackColor = true; this.rbmanRun.Click += new System.EventHandler(this.rbmanRun_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(755, 12); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); this.label2.TabIndex = 230; this.label2.Text = "作业类型:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "条码", "调度任务索引"}); this.comboBox1.Location = new System.Drawing.Point(506, 6); this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(118, 23); this.comboBox1.TabIndex = 217; this.comboBox1.Text = "调度任务索引"; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(425, 12); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 216; this.label1.Text = "任务查询:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(936, 12); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 15); this.label3.TabIndex = 228; this.label3.Text = "巷道:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(4, 12); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(112, 15); this.label18.TabIndex = 224; this.label18.Text = "调度任务信息:"; // // dgvManager // this.dgvManager.AllowUserToAddRows = false; this.dgvManager.AllowUserToDeleteRows = false; this.dgvManager.AllowUserToOrderColumns = true; this.dgvManager.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.dgvManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.dgvManager.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells; this.dgvManager.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvManager.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvManager.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvManager.ContextMenuStrip = this.cmManager; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvManager.DefaultCellStyle = dataGridViewCellStyle2; this.dgvManager.Location = new System.Drawing.Point(0, 61); this.dgvManager.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dgvManager.MultiSelect = false; this.dgvManager.Name = "dgvManager"; this.dgvManager.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvManager.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvManager.RowTemplate.Height = 23; this.dgvManager.Size = new System.Drawing.Size(1474, 736); this.dgvManager.TabIndex = 218; this.dgvManager.DataSourceChanged += new System.EventHandler(this.dgvManager_DataSourceChanged); this.dgvManager.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvManager_CellDoubleClick); this.dgvManager.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvManager_CellMouseDown); // // cmManager // this.cmManager.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSManager, this.toolStripSeparator1, this.TSMmanagerOK, this.TSMmanagerDisassemble, this.toolStripSeparator2, this.toolStripMenuItem1, this.toolStripSeparator3, this.TSMmanagerSetLevel}); this.cmManager.Name = "cmManager"; this.cmManager.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.cmManager.Size = new System.Drawing.Size(169, 142); this.cmManager.Opening += new System.ComponentModel.CancelEventHandler(this.cmManager_Opening); // // TSManager // this.TSManager.Name = "TSManager"; this.TSManager.Size = new System.Drawing.Size(168, 24); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6); // // TSMmanagerOK // this.TSMmanagerOK.Name = "TSMmanagerOK"; this.TSMmanagerOK.Size = new System.Drawing.Size(168, 24); this.TSMmanagerOK.Text = "【任务完成】"; this.TSMmanagerOK.Click += new System.EventHandler(this.TSMmanagerOK_Click); // // TSMmanagerDisassemble // this.TSMmanagerDisassemble.Name = "TSMmanagerDisassemble"; this.TSMmanagerDisassemble.Size = new System.Drawing.Size(168, 24); this.TSMmanagerDisassemble.Text = "【分解任务】"; this.TSMmanagerDisassemble.Visible = false; this.TSMmanagerDisassemble.Click += new System.EventHandler(this.TSMmanagerDisassemble_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(168, 24); this.toolStripMenuItem1.Text = "【任务删除】"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(165, 6); // // TSMmanagerSetLevel // this.TSMmanagerSetLevel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemLevel1, this.toolStripMenuItemLevel2, this.toolStripMenuItemLevel3}); this.TSMmanagerSetLevel.Name = "TSMmanagerSetLevel"; this.TSMmanagerSetLevel.Size = new System.Drawing.Size(168, 24); this.TSMmanagerSetLevel.Text = "【优先级】"; // // toolStripMenuItemLevel1 // this.toolStripMenuItemLevel1.Name = "toolStripMenuItemLevel1"; this.toolStripMenuItemLevel1.Size = new System.Drawing.Size(93, 24); this.toolStripMenuItemLevel1.Text = "高"; this.toolStripMenuItemLevel1.Click += new System.EventHandler(this.toolStripMenuItemLevel1_Click); // // toolStripMenuItemLevel2 // this.toolStripMenuItemLevel2.Name = "toolStripMenuItemLevel2"; this.toolStripMenuItemLevel2.Size = new System.Drawing.Size(93, 24); this.toolStripMenuItemLevel2.Text = "中"; this.toolStripMenuItemLevel2.Click += new System.EventHandler(this.toolStripMenuItemLevel2_Click); // // toolStripMenuItemLevel3 // this.toolStripMenuItemLevel3.Name = "toolStripMenuItemLevel3"; this.toolStripMenuItemLevel3.Size = new System.Drawing.Size(93, 24); this.toolStripMenuItemLevel3.Text = "低"; this.toolStripMenuItemLevel3.Click += new System.EventHandler(this.toolStripMenuItemLevel3_Click); // // FrmModifyManage // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1474, 798); this.Controls.Add(this.panel2); this.Controls.Add(this.dgvManager); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FrmModifyManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "调度任务管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmModifyManage_FormClosing); this.Load += new System.EventHandler(this.FrmModifyManage_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvManager)).EndInit(); this.cmManager.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dgvManager; private System.Windows.Forms.ContextMenuStrip cmManager; private System.Windows.Forms.ToolStripMenuItem TSManager; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem TSMmanagerOK; private System.Windows.Forms.ToolStripMenuItem TSMmanagerDisassemble; private System.Windows.Forms.Label label18; private System.Windows.Forms.RadioButton rbmanWait; private System.Windows.Forms.RadioButton rbmanRun; private System.Windows.Forms.RadioButton rbmanAll; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ComboBox textBox1; private System.Windows.Forms.ComboBox comboFloor; private System.Windows.Forms.ComboBox comboLane; private System.Windows.Forms.ComboBox comboTaskType; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button3; private System.Windows.Forms.ToolStripMenuItem TSMmanagerSetLevel; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLevel1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLevel2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLevel3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; } }