namespace Cyberpipe { partial class FrmLogDescription { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.textBoxX1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBoxX1 // this.textBoxX1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxX1.Location = new System.Drawing.Point(0, 0); this.textBoxX1.Multiline = true; this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.ReadOnly = true; this.textBoxX1.Size = new System.Drawing.Size(292, 266); this.textBoxX1.TabIndex = 1; // // FrmLogDescription // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.textBoxX1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmLogDescription"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "日志详细信息"; this.Load += new System.EventHandler(this.FrmLogDescription_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxX1; } }