154 lines
6.5 KiB
C#
154 lines
6.5 KiB
C#
namespace DDUtilityApp.LOGPARSER
|
|
{
|
|
partial class FrmFindDialog
|
|
{
|
|
/// <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.btnNext = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnPrevious = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cboxFind = new System.Windows.Forms.ComboBox();
|
|
this.panel1.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.flowLayoutPanel1);
|
|
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(496, 110);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// btnNext
|
|
//
|
|
this.btnNext.Location = new System.Drawing.Point(241, 3);
|
|
this.btnNext.Name = "btnNext";
|
|
this.btnNext.Size = new System.Drawing.Size(120, 27);
|
|
this.btnNext.TabIndex = 0;
|
|
this.btnNext.Text = "Next";
|
|
this.btnNext.UseVisualStyleBackColor = true;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.AutoSize = true;
|
|
this.flowLayoutPanel1.Controls.Add(this.btnClose);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnNext);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnPrevious);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 74);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(490, 33);
|
|
this.flowLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(367, 3);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(120, 27);
|
|
this.btnClose.TabIndex = 2;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnPrevious
|
|
//
|
|
this.btnPrevious.Location = new System.Drawing.Point(115, 3);
|
|
this.btnPrevious.Name = "btnPrevious";
|
|
this.btnPrevious.Size = new System.Drawing.Size(120, 27);
|
|
this.btnPrevious.TabIndex = 1;
|
|
this.btnPrevious.Text = "Previous";
|
|
this.btnPrevious.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Controls.Add(this.cboxFind);
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(3, 3);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(490, 71);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(30, 25);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "찾을 내용: ";
|
|
//
|
|
// cboxFind
|
|
//
|
|
this.cboxFind.FormattingEnabled = true;
|
|
this.cboxFind.Location = new System.Drawing.Point(118, 22);
|
|
this.cboxFind.Name = "cboxFind";
|
|
this.cboxFind.Size = new System.Drawing.Size(357, 23);
|
|
this.cboxFind.TabIndex = 1;
|
|
//
|
|
// FrmFindDialog
|
|
//
|
|
this.AcceptButton = this.btnNext;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(496, 110);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "FrmFindDialog";
|
|
this.Text = "FrmFindDialog";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.ComboBox cboxFind;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnNext;
|
|
private System.Windows.Forms.Button btnPrevious;
|
|
}
|
|
} |