namespace MSNPSharpClient { partial class TraceForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TraceForm)); this.tsbStart = new System.Windows.Forms.ToolStripButton(); this.tsbStop = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbClear = new System.Windows.Forms.ToolStripButton(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabelLevel = new System.Windows.Forms.ToolStripLabel(); this.toolStripComboBoxLevel = new System.Windows.Forms.ToolStripComboBox(); this.rtbTrace = new System.Windows.Forms.RichTextBox(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // tsbStart // this.tsbStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbStart.Enabled = false; this.tsbStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbStart.Image"))); this.tsbStart.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbStart.Name = "tsbStart"; this.tsbStart.Size = new System.Drawing.Size(35, 22); this.tsbStart.Text = "Start"; this.tsbStart.ToolTipText = "Start Tracing"; this.tsbStart.Click += new System.EventHandler(this.tsbStart_Click); // // tsbStop // this.tsbStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbStop.Image"))); this.tsbStop.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbStop.Name = "tsbStop"; this.tsbStop.Size = new System.Drawing.Size(35, 22); this.tsbStop.Text = "Stop"; this.tsbStop.ToolTipText = "Stop Tracing"; this.tsbStop.Click += new System.EventHandler(this.tsbStop_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbClear // this.tsbClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbClear.Image"))); this.tsbClear.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClear.Name = "tsbClear"; this.tsbClear.Size = new System.Drawing.Size(38, 22); this.tsbClear.Text = "Clear"; this.tsbClear.ToolTipText = "Clear All"; this.tsbClear.Click += new System.EventHandler(this.tsbClear_Click); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbStart, this.tsbStop, this.toolStripSeparator1, this.tsbClear, this.toolStripSeparator2, this.toolStripLabelLevel, this.toolStripComboBoxLevel}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(661, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabelLevel // this.toolStripLabelLevel.Name = "toolStripLabelLevel"; this.toolStripLabelLevel.Size = new System.Drawing.Size(40, 22); this.toolStripLabelLevel.Text = "Level: "; // // toolStripComboBoxLevel // this.toolStripComboBoxLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.toolStripComboBoxLevel.Items.AddRange(new object[] { "Verbose", "Info", "Warning", "Error", "Off"}); this.toolStripComboBoxLevel.Name = "toolStripComboBoxLevel"; this.toolStripComboBoxLevel.Size = new System.Drawing.Size(121, 25); this.toolStripComboBoxLevel.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxLevel_SelectedIndexChanged); // // rtbTrace // this.rtbTrace.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.rtbTrace.Location = new System.Drawing.Point(0, 30); this.rtbTrace.Name = "rtbTrace"; this.rtbTrace.Size = new System.Drawing.Size(661, 457); this.rtbTrace.TabIndex = 0; this.rtbTrace.Text = ""; // // TraceForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(661, 488); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.rtbTrace); this.Name = "TraceForm"; this.Text = "TraceForm"; this.Load += new System.EventHandler(this.TraceForm_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripButton tsbStart; private System.Windows.Forms.ToolStripButton tsbStop; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbClear; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.RichTextBox rtbTrace; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripLabel toolStripLabelLevel; private System.Windows.Forms.ToolStripComboBox toolStripComboBoxLevel; } }