namespace wcfControlMonitorClient
{
partial class FrmBrowseRGVInterFace
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
_formInstance = null;
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.taskSearch = new System.Windows.Forms.Button();
this.interfaceGridView = new System.Windows.Forms.DataGridView();
this.applySearch = new System.Windows.Forms.Button();
this.labelCounts = new System.Windows.Forms.Label();
this.labelPortCounts = new System.Windows.Forms.Label();
this.routeSearch = new System.Windows.Forms.Button();
this.labelRGVInfoCounts = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.labelDevicesCounts = new System.Windows.Forms.Label();
this.cmBRIF = new System.Windows.Forms.ContextMenuStrip(this.components);
this.TSManager = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.RTSMmanagerRestore = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.RTSMmanageDelete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).BeginInit();
this.cmBRIF.SuspendLayout();
this.SuspendLayout();
//
// taskSearch
//
this.taskSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.taskSearch.Location = new System.Drawing.Point(26, 6);
this.taskSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.taskSearch.Name = "taskSearch";
this.taskSearch.Size = new System.Drawing.Size(109, 41);
this.taskSearch.TabIndex = 8;
this.taskSearch.Text = "查询任务表";
this.taskSearch.UseVisualStyleBackColor = true;
this.taskSearch.Click += new System.EventHandler(this.taskSearch_Click);
//
// 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.ColumnHeadersHeight = 29;
this.interfaceGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.interfaceGridView.Location = new System.Drawing.Point(4, 51);
this.interfaceGridView.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.interfaceGridView.Name = "interfaceGridView";
this.interfaceGridView.ReadOnly = true;
this.interfaceGridView.RowHeadersWidth = 51;
this.interfaceGridView.RowTemplate.Height = 23;
this.interfaceGridView.Size = new System.Drawing.Size(1262, 500);
this.interfaceGridView.TabIndex = 7;
//
// applySearch
//
this.applySearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.applySearch.Location = new System.Drawing.Point(330, 6);
this.applySearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.applySearch.Name = "applySearch";
this.applySearch.Size = new System.Drawing.Size(109, 41);
this.applySearch.TabIndex = 9;
this.applySearch.Text = "查询申请表";
this.applySearch.UseVisualStyleBackColor = true;
this.applySearch.Click += new System.EventHandler(this.applySearch_Click);
//
// labelCounts
//
this.labelCounts.AutoSize = true;
this.labelCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelCounts.Location = new System.Drawing.Point(141, 18);
this.labelCounts.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelCounts.Name = "labelCounts";
this.labelCounts.Size = new System.Drawing.Size(98, 18);
this.labelCounts.TabIndex = 232;
this.labelCounts.Text = "任务数量:0";
this.labelCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelPortCounts
//
this.labelPortCounts.AutoSize = true;
this.labelPortCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelPortCounts.Location = new System.Drawing.Point(445, 18);
this.labelPortCounts.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelPortCounts.Name = "labelPortCounts";
this.labelPortCounts.Size = new System.Drawing.Size(98, 18);
this.labelPortCounts.TabIndex = 233;
this.labelPortCounts.Text = "申请数量:0";
this.labelPortCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// routeSearch
//
this.routeSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.routeSearch.Location = new System.Drawing.Point(652, 6);
this.routeSearch.Margin = new System.Windows.Forms.Padding(2);
this.routeSearch.Name = "routeSearch";
this.routeSearch.Size = new System.Drawing.Size(109, 41);
this.routeSearch.TabIndex = 234;
this.routeSearch.Text = "查询路径表";
this.routeSearch.UseVisualStyleBackColor = true;
this.routeSearch.Visible = false;
this.routeSearch.Click += new System.EventHandler(this.routeSearch_Click);
//
// labelRGVInfoCounts
//
this.labelRGVInfoCounts.AutoSize = true;
this.labelRGVInfoCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelRGVInfoCounts.Location = new System.Drawing.Point(768, 18);
this.labelRGVInfoCounts.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelRGVInfoCounts.Name = "labelRGVInfoCounts";
this.labelRGVInfoCounts.Size = new System.Drawing.Size(98, 18);
this.labelRGVInfoCounts.TabIndex = 233;
this.labelRGVInfoCounts.Text = "路径数量:0";
this.labelRGVInfoCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelRGVInfoCounts.Visible = false;
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(976, 6);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(142, 41);
this.button1.TabIndex = 235;
this.button1.Text = "查询设备状态表";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// labelDevicesCounts
//
this.labelDevicesCounts.AutoSize = true;
this.labelDevicesCounts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelDevicesCounts.Location = new System.Drawing.Point(1126, 18);
this.labelDevicesCounts.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelDevicesCounts.Name = "labelDevicesCounts";
this.labelDevicesCounts.Size = new System.Drawing.Size(98, 18);
this.labelDevicesCounts.TabIndex = 236;
this.labelDevicesCounts.Text = "设备数量:0";
this.labelDevicesCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDevicesCounts.Visible = false;
//
// cmBRIF
//
this.cmBRIF.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmBRIF.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSManager,
this.toolStripSeparator1,
this.RTSMmanagerRestore,
this.toolStripSeparator2,
this.RTSMmanageDelete,
this.toolStripSeparator3});
this.cmBRIF.Name = "cmManager";
this.cmBRIF.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.cmBRIF.Size = new System.Drawing.Size(211, 122);
//
// TSManager
//
this.TSManager.Name = "TSManager";
this.TSManager.Size = new System.Drawing.Size(210, 24);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(207, 6);
//
// RTSMmanagerRestore
//
this.RTSMmanagerRestore.Name = "RTSMmanagerRestore";
this.RTSMmanagerRestore.Size = new System.Drawing.Size(210, 24);
this.RTSMmanagerRestore.Text = "【任务重发】";
this.RTSMmanagerRestore.Click += new System.EventHandler(this.RTSMmanagerRestore_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(207, 6);
//
// RTSMmanageDelete
//
this.RTSMmanageDelete.Name = "RTSMmanageDelete";
this.RTSMmanageDelete.Size = new System.Drawing.Size(210, 24);
this.RTSMmanageDelete.Text = "【任务删除】";
this.RTSMmanageDelete.Click += new System.EventHandler(this.RTSMmanageDelete_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(207, 6);
//
// FrmBrowseRGVInterFace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1268, 556);
this.Controls.Add(this.labelDevicesCounts);
this.Controls.Add(this.button1);
this.Controls.Add(this.routeSearch);
this.Controls.Add(this.labelRGVInfoCounts);
this.Controls.Add(this.labelPortCounts);
this.Controls.Add(this.labelCounts);
this.Controls.Add(this.applySearch);
this.Controls.Add(this.taskSearch);
this.Controls.Add(this.interfaceGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.Name = "FrmBrowseRGVInterFace";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "环穿接口表数据查询";
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).EndInit();
this.cmBRIF.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button taskSearch;
private System.Windows.Forms.DataGridView interfaceGridView;
private System.Windows.Forms.Button applySearch;
private System.Windows.Forms.Label labelCounts;
private System.Windows.Forms.Label labelPortCounts;
private System.Windows.Forms.Button routeSearch;
private System.Windows.Forms.Label labelRGVInfoCounts;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label labelDevicesCounts;
private System.Windows.Forms.ContextMenuStrip cmBRIF;
private System.Windows.Forms.ToolStripMenuItem TSManager;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem RTSMmanagerRestore;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem RTSMmanageDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
}
}