namespace wcfControlMonitorClient { partial class FrmAheadDetect { /// /// 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); } #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.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; } }