StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_Logs.Designer.cs

76 lines
3.0 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_Logs
{
/// <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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Logs");
this.treeView_logs = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList();
this.SuspendLayout();
//
// treeView_logs
//
this.treeView_logs.Dock = System.Windows.Forms.DockStyle.Left;
this.treeView_logs.ImageIndex = 0;
this.treeView_logs.ImageList = this.imageList1;
this.treeView_logs.Location = new System.Drawing.Point(0, 0);
this.treeView_logs.Name = "treeView_logs";
treeNode1.Name = "Logs";
treeNode1.Text = "Logs";
this.treeView_logs.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1});
this.treeView_logs.SelectedImageIndex = 0;
this.treeView_logs.Size = new System.Drawing.Size(121, 706);
this.treeView_logs.TabIndex = 0;
this.treeView_logs.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_logs_AfterSelect);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// Form_Logs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(959, 706);
this.Controls.Add(this.treeView_logs);
this.Name = "Form_Logs";
this.Text = "系统日志";
this.Load += new System.EventHandler(this.Form_Logs_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView treeView_logs;
private System.Windows.Forms.ImageList imageList1;
}
}