2210718沈阳地铁2号线南延线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.

97 lines
4.3 KiB

namespace wcfControlMonitorClient
{
partial class FrmAheadDetect
{
/// <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.dataGridView2 = new System.Windows.Forms.DataGridView();
this.btSave = new System.Windows.Forms.Button();
this.button_Refresh = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.SuspendLayout();
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(597, 8);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(48, 27);
this.btSave.TabIndex = 44;
this.btSave.Text = "保存";
this.btSave.UseVisualStyleBackColor = true;
this.btSave.Click += new System.EventHandler(this.btSave_Click);
//
// button_Refresh
//
this.button_Refresh.Location = new System.Drawing.Point(651, 8);
this.button_Refresh.Name = "button_Refresh";
this.button_Refresh.Size = new System.Drawing.Size(48, 27);
this.button_Refresh.TabIndex = 44;
this.button_Refresh.Text = "刷新";
this.button_Refresh.UseVisualStyleBackColor = true;
this.button_Refresh.Click += new System.EventHandler(this.button_Refresh_Click);
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.AllowUserToOrderColumns = true;
this.dataGridView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView2.Location = new System.Drawing.Point(74, 41);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(794, 363);
this.dataGridView2.TabIndex = 45;
//
// FrmAheadDetect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1012, 427);
this.Controls.Add(this.dataGridView2);
this.Controls.Add(this.btSave);
this.Controls.Add(this.button_Refresh);
this.Name = "FrmAheadDetect";
this.Text = "提前检测配置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAheadDetect_FormClosing);
this.Load += new System.EventHandler(this.FrmAheadDetect_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btSave;
private System.Windows.Forms.Button button_Refresh;
private System.Windows.Forms.DataGridView dataGridView2;
}
}