Files
VisionEdit/ToolLib.Log/Logger/LogDetail.Designer.cs
2021-12-18 13:20:47 +08:00

141 lines
6.0 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Logger
{
partial class LogDetail
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogDetail));
this.panel1 = new System.Windows.Forms.Panel();
this.richDetail = new System.Windows.Forms.RichTextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txbLogTime = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txbLogLevel = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.richDetail);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txbLogTime);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txbLogLevel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(743, 275);
this.panel1.TabIndex = 0;
//
// richDetail
//
this.richDetail.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.richDetail.Location = new System.Drawing.Point(127, 102);
this.richDetail.Name = "richDetail";
this.richDetail.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
this.richDetail.Size = new System.Drawing.Size(604, 161);
this.richDetail.TabIndex = 2;
this.richDetail.Text = "";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(37, 165);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 20);
this.label3.TabIndex = 1;
this.label3.Text = "Log详细";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 20);
this.label2.TabIndex = 1;
this.label2.Text = "Log时间";
//
// txbLogTime
//
this.txbLogTime.Location = new System.Drawing.Point(127, 58);
this.txbLogTime.Name = "txbLogTime";
this.txbLogTime.Size = new System.Drawing.Size(192, 26);
this.txbLogTime.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 20);
this.label1.TabIndex = 1;
this.label1.Text = "Log级别";
//
// txbLogLevel
//
this.txbLogLevel.Location = new System.Drawing.Point(127, 18);
this.txbLogLevel.Name = "txbLogLevel";
this.txbLogLevel.Size = new System.Drawing.Size(192, 26);
this.txbLogLevel.TabIndex = 0;
//
// LogDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(743, 275);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.Name = "LogDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Log详细信息";
this.Load += new System.EventHandler(this.LogDetail_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txbLogLevel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox richDetail;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txbLogTime;
private System.Windows.Forms.Label label3;
}
}