山东时代原料后WCS代码
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.

210 lines
10 KiB

namespace wcfControlMonitorClient
{
partial class FrmUpdateStatus
{
/// <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.interfaceGridView = new System.Windows.Forms.DataGridView();
this.panel2 = new System.Windows.Forms.Panel();
this.label18 = new System.Windows.Forms.Label();
this.rbmanAll = new System.Windows.Forms.RadioButton();
this.button1 = new System.Windows.Forms.Button();
this.rbmanWait = new System.Windows.Forms.RadioButton();
this.rbmanRun = new System.Windows.Forms.RadioButton();
this.cmManager = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.TSMmanagerOK = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).BeginInit();
this.panel2.SuspendLayout();
this.cmManager.SuspendLayout();
this.SuspendLayout();
//
// interfaceGridView
//
this.interfaceGridView.AllowUserToAddRows = false;
this.interfaceGridView.AllowUserToDeleteRows = false;
this.interfaceGridView.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.interfaceGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.interfaceGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.interfaceGridView.BackgroundColor = System.Drawing.SystemColors.ScrollBar;
this.interfaceGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.interfaceGridView.Location = new System.Drawing.Point(2, 42);
this.interfaceGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.interfaceGridView.Name = "interfaceGridView";
this.interfaceGridView.ReadOnly = true;
this.interfaceGridView.RowTemplate.Height = 23;
this.interfaceGridView.Size = new System.Drawing.Size(939, 397);
this.interfaceGridView.TabIndex = 8;
this.interfaceGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.InterfaceGridView_CellMouseDown);
//
// 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.label18);
this.panel2.Controls.Add(this.rbmanAll);
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.rbmanWait);
this.panel2.Controls.Add(this.rbmanRun);
this.panel2.Location = new System.Drawing.Point(5, 6);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(936, 31);
this.panel2.TabIndex = 218;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(18, 7);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(89, 12);
this.label18.TabIndex = 227;
this.label18.Text = "接口异常信息:";
//
// rbmanAll
//
this.rbmanAll.AutoSize = true;
this.rbmanAll.Location = new System.Drawing.Point(121, 5);
this.rbmanAll.Name = "rbmanAll";
this.rbmanAll.Size = new System.Drawing.Size(95, 16);
this.rbmanAll.TabIndex = 224;
this.rbmanAll.Text = "全部异常信息";
this.rbmanAll.UseVisualStyleBackColor = true;
this.rbmanAll.Click += new System.EventHandler(this.RbmanAll_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(589, 1);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(88, 25);
this.button1.TabIndex = 226;
this.button1.Text = "开始查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// rbmanWait
//
this.rbmanWait.AutoSize = true;
this.rbmanWait.Location = new System.Drawing.Point(325, 5);
this.rbmanWait.Name = "rbmanWait";
this.rbmanWait.Size = new System.Drawing.Size(95, 16);
this.rbmanWait.TabIndex = 226;
this.rbmanWait.Text = "任务删除异常";
this.rbmanWait.UseVisualStyleBackColor = true;
this.rbmanWait.CheckedChanged += new System.EventHandler(this.RbmanWait_CheckedChanged);
this.rbmanWait.Click += new System.EventHandler(this.RbmanWait_Click_1);
//
// rbmanRun
//
this.rbmanRun.AutoSize = true;
this.rbmanRun.Checked = true;
this.rbmanRun.Location = new System.Drawing.Point(224, 5);
this.rbmanRun.Name = "rbmanRun";
this.rbmanRun.Size = new System.Drawing.Size(95, 16);
this.rbmanRun.TabIndex = 225;
this.rbmanRun.TabStop = true;
this.rbmanRun.Text = "任务完成异常";
this.rbmanRun.UseVisualStyleBackColor = true;
this.rbmanRun.CheckedChanged += new System.EventHandler(this.RbmanRun_CheckedChanged);
this.rbmanRun.Click += new System.EventHandler(this.RbmanRun_Click_1);
//
// cmManager
//
this.cmManager.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator1,
this.TSMmanagerOK,
this.toolStripSeparator2,
this.toolStripMenuItem1});
this.cmManager.Name = "cmManager";
this.cmManager.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.cmManager.Size = new System.Drawing.Size(173, 60);
this.cmManager.Opening += new System.ComponentModel.CancelEventHandler(this.CmManager_Opening);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(169, 6);
//
// TSMmanagerOK
//
this.TSMmanagerOK.Name = "TSMmanagerOK";
this.TSMmanagerOK.Size = new System.Drawing.Size(172, 22);
this.TSMmanagerOK.Text = "【接口再次调用】";
this.TSMmanagerOK.Click += new System.EventHandler(this.TSMmanagerOK_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(169, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.toolStripMenuItem1.Text = "【接口异常删除】";
this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
//
// FrmUpdateStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(941, 450);
this.Controls.Add(this.panel2);
this.Controls.Add(this.interfaceGridView);
this.Name = "FrmUpdateStatus";
this.Text = "接口异常信息处理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUpdateStatus_FormClosing);
this.Load += new System.EventHandler(this.FormUpdateStatus_Load);
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.cmManager.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView interfaceGridView;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ContextMenuStrip cmManager;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem TSMmanagerOK;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.RadioButton rbmanAll;
private System.Windows.Forms.RadioButton rbmanWait;
private System.Windows.Forms.RadioButton rbmanRun;
private System.Windows.Forms.Label label18;
}
}