namespace Oreo.FaultLog.Partials { partial class FaultLogModifyPartial { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.CbIsFinish = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.CbSystem = new System.Windows.Forms.ComboBox(); this.TbPostscript = new System.Windows.Forms.TextBox(); this.TbSolution = new System.Windows.Forms.TextBox(); this.TbProblem = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.TbAddress = new System.Windows.Forms.TextBox(); this.TbPhone = new System.Windows.Forms.TextBox(); this.TbIp = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.CbIsFinish); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.CbSystem); this.panel2.Controls.Add(this.TbPostscript); this.panel2.Controls.Add(this.TbSolution); this.panel2.Controls.Add(this.TbProblem); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.label5); this.panel2.Location = new System.Drawing.Point(12, 56); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(677, 200); this.panel2.TabIndex = 35; // // CbIsFinish // this.CbIsFinish.AutoSize = true; this.CbIsFinish.Location = new System.Drawing.Point(392, 140); this.CbIsFinish.Name = "CbIsFinish"; this.CbIsFinish.Size = new System.Drawing.Size(15, 14); this.CbIsFinish.TabIndex = 30; this.CbIsFinish.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(351, 141); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 12); this.label4.TabIndex = 29; this.label4.Text = "解决:"; // // CbSystem // this.CbSystem.FormattingEnabled = true; this.CbSystem.Items.AddRange(new object[] { "xp", "win7"}); this.CbSystem.Location = new System.Drawing.Point(392, 109); this.CbSystem.Name = "CbSystem"; this.CbSystem.Size = new System.Drawing.Size(100, 20); this.CbSystem.TabIndex = 27; // // TbPostscript // this.TbPostscript.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TbPostscript.Location = new System.Drawing.Point(62, 106); this.TbPostscript.Multiline = true; this.TbPostscript.Name = "TbPostscript"; this.TbPostscript.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.TbPostscript.Size = new System.Drawing.Size(254, 79); this.TbPostscript.TabIndex = 26; this.TbPostscript.Text = "备注\r\n备注"; // // TbSolution // this.TbSolution.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TbSolution.Location = new System.Drawing.Point(392, 13); this.TbSolution.Multiline = true; this.TbSolution.Name = "TbSolution"; this.TbSolution.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.TbSolution.Size = new System.Drawing.Size(254, 79); this.TbSolution.TabIndex = 25; this.TbSolution.Text = "解决\r\n解决"; // // TbProblem // this.TbProblem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TbProblem.Location = new System.Drawing.Point(62, 13); this.TbProblem.Multiline = true; this.TbProblem.Name = "TbProblem"; this.TbProblem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.TbProblem.Size = new System.Drawing.Size(254, 79); this.TbProblem.TabIndex = 24; this.TbProblem.Text = "问题\r\n问题"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(21, 19); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(35, 12); this.label8.TabIndex = 23; this.label8.Text = "问题:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(351, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 19; this.label3.Text = "解决:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(21, 109); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 12); this.label6.TabIndex = 21; this.label6.Text = "备注:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(351, 112); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 12); this.label5.TabIndex = 20; this.label5.Text = "系统:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightGray; this.panel1.Controls.Add(this.TbAddress); this.panel1.Controls.Add(this.TbPhone); this.panel1.Controls.Add(this.TbIp); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label7); this.panel1.Location = new System.Drawing.Point(12, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(677, 37); this.panel1.TabIndex = 34; // // TbAddress // this.TbAddress.Location = new System.Drawing.Point(537, 8); this.TbAddress.Name = "TbAddress"; this.TbAddress.Size = new System.Drawing.Size(100, 21); this.TbAddress.TabIndex = 25; this.TbAddress.Text = "青岛市李沧区"; // // TbPhone // this.TbPhone.Location = new System.Drawing.Point(302, 8); this.TbPhone.Name = "TbPhone"; this.TbPhone.Size = new System.Drawing.Size(100, 21); this.TbPhone.TabIndex = 24; this.TbPhone.Text = "13612341234"; // // TbIp // this.TbIp.Location = new System.Drawing.Point(61, 8); this.TbIp.Name = "TbIp"; this.TbIp.Size = new System.Drawing.Size(100, 21); this.TbIp.TabIndex = 23; this.TbIp.Text = "192.168.100.100"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(502, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 17; this.label1.Text = "地址:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(38, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 12); this.label2.TabIndex = 18; this.label2.Text = "IP:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(267, 12); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(35, 12); this.label7.TabIndex = 22; this.label7.Text = "电话:"; // // FaultLogModifyPartial // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "FaultLogModifyPartial"; this.Size = new System.Drawing.Size(700, 271); this.Load += new System.EventHandler(this.FaultLogModifyPartial_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.CheckBox CbIsFinish; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox CbSystem; private System.Windows.Forms.TextBox TbPostscript; private System.Windows.Forms.TextBox TbSolution; private System.Windows.Forms.TextBox TbProblem; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox TbAddress; private System.Windows.Forms.TextBox TbPhone; private System.Windows.Forms.TextBox TbIp; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label7; } }