Files
DDUtility/DDUtilityApp/LOGPARSER/FrmSecsDefine.Designer.cs
2025-02-03 11:02:48 +09:00

75 lines
2.7 KiB
C#

namespace DDUtilityApp.LOGPARSER
{
partial class FrmSecsDefine
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.tboxMessage = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.tboxMessage);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(3);
this.panel1.Size = new System.Drawing.Size(617, 683);
this.panel1.TabIndex = 0;
//
// tboxMessage
//
this.tboxMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.tboxMessage.Location = new System.Drawing.Point(3, 3);
this.tboxMessage.Multiline = true;
this.tboxMessage.Name = "tboxMessage";
this.tboxMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tboxMessage.Size = new System.Drawing.Size(611, 677);
this.tboxMessage.TabIndex = 0;
//
// FrmSecsDefine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(617, 683);
this.Controls.Add(this.panel1);
this.Name = "FrmSecsDefine";
this.Text = "FrmSecsDefine";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox tboxMessage;
}
}