济宁李尔调度
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.

195 lines
10 KiB

namespace wcfControlMonitorClient
{
partial class FrmBrowseInterFace
{
/// <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);
_formInstance = null;
}
#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.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();
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).BeginInit();
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(21, 5);
this.taskSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.taskSearch.Name = "taskSearch";
this.taskSearch.Size = new System.Drawing.Size(87, 33);
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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.interfaceGridView.Location = new System.Drawing.Point(3, 41);
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(1010, 587);
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(264, 5);
this.applySearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.applySearch.Name = "applySearch";
this.applySearch.Size = new System.Drawing.Size(87, 33);
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(113, 14);
this.labelCounts.Name = "labelCounts";
this.labelCounts.Size = new System.Drawing.Size(77, 14);
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(356, 14);
this.labelPortCounts.Name = "labelPortCounts";
this.labelPortCounts.Size = new System.Drawing.Size(77, 14);
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(522, 5);
this.routeSearch.Margin = new System.Windows.Forms.Padding(2);
this.routeSearch.Name = "routeSearch";
this.routeSearch.Size = new System.Drawing.Size(87, 33);
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(614, 14);
this.labelRGVInfoCounts.Name = "labelRGVInfoCounts";
this.labelRGVInfoCounts.Size = new System.Drawing.Size(77, 14);
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(781, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(114, 33);
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(901, 14);
this.labelDevicesCounts.Name = "labelDevicesCounts";
this.labelDevicesCounts.Size = new System.Drawing.Size(77, 14);
this.labelDevicesCounts.TabIndex = 236;
this.labelDevicesCounts.Text = "设备数量:0";
this.labelDevicesCounts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDevicesCounts.Visible = false;
//
// FrmBrowseInterFace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1014, 632);
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(3, 2, 3, 2);
this.Name = "FrmBrowseInterFace";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "接口表数据查询";
((System.ComponentModel.ISupportInitialize)(this.interfaceGridView)).EndInit();
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;
}
}