namespace CSharpFormLibrary
{
partial class IMESymbolForm
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.button1 = new CSharpFormLibrary.IMEButton();
this.button2 = new CSharpFormLibrary.IMEButton();
this.tabControl1 = new CSharpFormLibrary.IMETabControl();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.Highlight;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.button3);
this.panel1.Cursor = System.Windows.Forms.Cursors.SizeAll;
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(603, 35);
this.panel1.TabIndex = 1;
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.IMETestSymbolForm_MouseDown);
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.IMETestSymbolForm_MouseMove);
this.panel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.IMETestSymbolForm_MouseUp);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.Highlight;
this.label1.Font = new System.Drawing.Font("PMingLiU", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.label1.ForeColor = System.Drawing.SystemColors.HighlightText;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 20);
this.label1.TabIndex = 1;
this.label1.Text = "²Å¸¹ªí";
//
// button3
//
this.button3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.button3.BackColor = System.Drawing.Color.IndianRed;
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Font = new System.Drawing.Font("Arial Black", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.ForeColor = System.Drawing.SystemColors.HighlightText;
this.button3.Location = new System.Drawing.Point(568, 2);
this.button3.Margin = new System.Windows.Forms.Padding(0);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(35, 33);
this.button3.TabIndex = 0;
this.button3.Dock = System.Windows.Forms.DockStyle.Right;
this.button3.Text = "X";
this.button3.UseVisualStyleBackColor = false;
this.button3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button3_MouseUp);
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.Highlight;
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 35);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(603, 392);
this.panel2.TabIndex = 4;
//
// panel4
//
this.panel4.Controls.Add(this.button1);
this.panel4.Controls.Add(this.button2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Location = new System.Drawing.Point(542, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(61, 392);
this.panel4.TabIndex = 1;
//
// panel3
//
this.panel3.Controls.Add(this.tabControl1);
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(603, 392);
this.panel3.TabIndex = 0;
//
// button1
//
this.button1.AutoSize = true;
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
this.button1.Location = new System.Drawing.Point(0, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(61, 98);
this.button1.TabIndex = 4;
this.button1.Text = "¤W";
this.button1.UseVisualStyleBackColor = true;
this.button1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button1_MouseUp);
//
// button2
//
this.button2.AutoSize = true;
this.button2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.button2.Location = new System.Drawing.Point(0, 305);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(61, 87);
this.button2.TabIndex = 5;
this.button2.Text = "¤U";
this.button2.UseVisualStyleBackColor = true;
this.button2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button2_MouseUp);
//
// tabControl1
//
//this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.;
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.Normal;
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.ItemSize = new System.Drawing.Size(40, 40);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.Padding = new System.Drawing.Point(0, 0);
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(603, 392);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// IMETestSymbolForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.Highlight;
this.ClientSize = new System.Drawing.Size(603, 427);
this.ControlBox = false;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "IMETestSymbolForm";
this.ShowInTaskbar = false;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private IMEButton button1;
private IMEButton button2;
private System.Windows.Forms.Button button3;
private IMETabControl tabControl1;
private System.Windows.Forms.Label label1;
}
}