namespace wcfControlMonitorClient { partial class FrmDeviceErrorSolutions { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); _formInstance = null; } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(12, 37); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(973, 613); this.dataGridView1.TabIndex = 52; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 53; this.label1.Text = "设备类型"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(66, 6); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(129, 20); this.comboBox1.TabIndex = 54; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(201, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 55; this.label2.Text = "故障代码"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(260, 6); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(85, 21); this.textBox1.TabIndex = 56; // // button1 // this.button1.Location = new System.Drawing.Point(351, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(73, 28); this.button1.TabIndex = 57; this.button1.Text = "开始查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // FrmDeviceErrorSolutions // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(997, 662); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.Controls.Add(this.dataGridView1); this.Name = "FrmDeviceErrorSolutions"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备故障解决方案"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDeviceErrorLog_FormClosing); this.Load += new System.EventHandler(this.FrmDeviceErrorSolutions_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label1; public System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox textBox1; public System.Windows.Forms.Button button1; } }