namespace Bro.UI.Config.MenuForms { partial class FrmLog { /// /// 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.txtLog = new System.Windows.Forms.TextBox(); this.btnClearLog = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtLog // this.txtLog.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.txtLog.Location = new System.Drawing.Point(0, 33); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ReadOnly = true; this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtLog.Size = new System.Drawing.Size(800, 455); this.txtLog.TabIndex = 0; // // btnClearLog // this.btnClearLog.Location = new System.Drawing.Point(21, 4); this.btnClearLog.Name = "btnClearLog"; this.btnClearLog.Size = new System.Drawing.Size(75, 23); this.btnClearLog.TabIndex = 1; this.btnClearLog.Text = "清空日志"; this.btnClearLog.UseVisualStyleBackColor = true; this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click); // // FrmLog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(800, 488); this.Controls.Add(this.btnClearLog); this.Controls.Add(this.txtLog); this.Name = "FrmLog"; this.Text = "FrmLog"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtLog; private System.Windows.Forms.Button btnClearLog; } }