namespace DDUtilityApp.LOGPARSER
{
partial class FrmHsmsViewer
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tboxHsms = new System.Windows.Forms.TextBox();
this.panel5 = new System.Windows.Forms.Panel();
this.btnHtoS = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tboxSecs = new System.Windows.Forms.TextBox();
this.panel6 = new System.Windows.Forms.Panel();
this.btnStoH = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.panel2 = new System.Windows.Forms.Panel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panel8 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.tboxHexHangul = new System.Windows.Forms.TextBox();
this.panel7 = new System.Windows.Forms.Panel();
this.cboxEncoding = new System.Windows.Forms.ComboBox();
this.tboxHangul = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.panel2.SuspendLayout();
this.panel8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
this.panel7.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
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(800, 450);
this.panel1.TabIndex = 1;
//
// panel3
//
this.panel3.Controls.Add(this.splitContainer1);
this.panel3.Controls.Add(this.panel4);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 49);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(794, 398);
this.panel3.TabIndex = 2;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tboxHsms);
this.splitContainer1.Panel1.Controls.Add(this.panel5);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tboxSecs);
this.splitContainer1.Panel2.Controls.Add(this.panel6);
this.splitContainer1.Size = new System.Drawing.Size(492, 398);
this.splitContainer1.SplitterDistance = 250;
this.splitContainer1.TabIndex = 3;
//
// tboxHsms
//
this.tboxHsms.Dock = System.Windows.Forms.DockStyle.Fill;
this.tboxHsms.Location = new System.Drawing.Point(0, 51);
this.tboxHsms.Multiline = true;
this.tboxHsms.Name = "tboxHsms";
this.tboxHsms.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tboxHsms.Size = new System.Drawing.Size(250, 347);
this.tboxHsms.TabIndex = 2;
//
// panel5
//
this.panel5.Controls.Add(this.btnHtoS);
this.panel5.Controls.Add(this.label1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Padding = new System.Windows.Forms.Padding(2);
this.panel5.Size = new System.Drawing.Size(250, 51);
this.panel5.TabIndex = 1;
//
// btnHtoS
//
this.btnHtoS.Location = new System.Drawing.Point(3, 3);
this.btnHtoS.Name = "btnHtoS";
this.btnHtoS.Size = new System.Drawing.Size(169, 23);
this.btnHtoS.TabIndex = 0;
this.btnHtoS.Text = "HSMS to SECS -->";
this.btnHtoS.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.Location = new System.Drawing.Point(2, 26);
this.label1.Name = "label1";
this.label1.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.label1.Size = new System.Drawing.Size(246, 23);
this.label1.TabIndex = 0;
this.label1.Text = "# HSMS";
this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// tboxSecs
//
this.tboxSecs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tboxSecs.Location = new System.Drawing.Point(0, 51);
this.tboxSecs.Multiline = true;
this.tboxSecs.Name = "tboxSecs";
this.tboxSecs.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tboxSecs.Size = new System.Drawing.Size(238, 347);
this.tboxSecs.TabIndex = 3;
//
// panel6
//
this.panel6.Controls.Add(this.btnStoH);
this.panel6.Controls.Add(this.label2);
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(0, 0);
this.panel6.Name = "panel6";
this.panel6.Padding = new System.Windows.Forms.Padding(2);
this.panel6.Size = new System.Drawing.Size(238, 51);
this.panel6.TabIndex = 2;
//
// btnStoH
//
this.btnStoH.Location = new System.Drawing.Point(3, 3);
this.btnStoH.Name = "btnStoH";
this.btnStoH.Size = new System.Drawing.Size(169, 23);
this.btnStoH.TabIndex = 1;
this.btnStoH.Text = "<-- SECS to HSMS";
this.btnStoH.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.Location = new System.Drawing.Point(2, 26);
this.label2.Name = "label2";
this.label2.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.label2.Size = new System.Drawing.Size(234, 23);
this.label2.TabIndex = 1;
this.label2.Text = "# SECS";
this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// panel4
//
this.panel4.Controls.Add(this.splitContainer2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Location = new System.Drawing.Point(492, 0);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.panel4.Size = new System.Drawing.Size(302, 398);
this.panel4.TabIndex = 2;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(3, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.propertyGrid1);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.panel8);
this.splitContainer2.Size = new System.Drawing.Size(299, 398);
this.splitContainer2.SplitterDistance = 137;
this.splitContainer2.TabIndex = 0;
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(299, 137);
this.propertyGrid1.TabIndex = 3;
//
// panel2
//
this.panel2.Controls.Add(this.flowLayoutPanel1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(794, 46);
this.panel2.TabIndex = 0;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(794, 46);
this.flowLayoutPanel1.TabIndex = 0;
//
// panel8
//
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel8.Controls.Add(this.splitContainer3);
this.panel8.Controls.Add(this.label3);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(0, 0);
this.panel8.Name = "panel8";
this.panel8.Padding = new System.Windows.Forms.Padding(2);
this.panel8.Size = new System.Drawing.Size(299, 257);
this.panel8.TabIndex = 3;
//
// label3
//
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
this.label3.Location = new System.Drawing.Point(2, 2);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(291, 23);
this.label3.TabIndex = 3;
this.label3.Text = "Byte to Hangul";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(2, 25);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.tboxHexHangul);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.panel7);
this.splitContainer3.Size = new System.Drawing.Size(291, 226);
this.splitContainer3.SplitterDistance = 110;
this.splitContainer3.TabIndex = 4;
//
// tboxHexHangul
//
this.tboxHexHangul.Dock = System.Windows.Forms.DockStyle.Fill;
this.tboxHexHangul.Location = new System.Drawing.Point(0, 0);
this.tboxHexHangul.Multiline = true;
this.tboxHexHangul.Name = "tboxHexHangul";
this.tboxHexHangul.Size = new System.Drawing.Size(291, 110);
this.tboxHexHangul.TabIndex = 0;
//
// panel7
//
this.panel7.Controls.Add(this.tboxHangul);
this.panel7.Controls.Add(this.cboxEncoding);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(0, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(291, 112);
this.panel7.TabIndex = 0;
//
// cboxEncoding
//
this.cboxEncoding.Dock = System.Windows.Forms.DockStyle.Top;
this.cboxEncoding.FormattingEnabled = true;
this.cboxEncoding.Location = new System.Drawing.Point(0, 0);
this.cboxEncoding.Name = "cboxEncoding";
this.cboxEncoding.Size = new System.Drawing.Size(291, 20);
this.cboxEncoding.TabIndex = 3;
//
// tboxHangul
//
this.tboxHangul.Dock = System.Windows.Forms.DockStyle.Fill;
this.tboxHangul.Location = new System.Drawing.Point(0, 20);
this.tboxHangul.Multiline = true;
this.tboxHangul.Name = "tboxHangul";
this.tboxHangul.Size = new System.Drawing.Size(291, 92);
this.tboxHangul.TabIndex = 4;
//
// FrmHsmsViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panel1);
this.Name = "FrmHsmsViewer";
this.Text = "Form1";
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel1.PerformLayout();
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button btnHtoS;
private System.Windows.Forms.Button btnStoH;
private System.Windows.Forms.TextBox tboxHsms;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tboxSecs;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.TextBox tboxHexHangul;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tboxHangul;
private System.Windows.Forms.ComboBox cboxEncoding;
}
}