namespace UIControl
{
	partial class fTestControl
	{
		/// 
		/// 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.printDirection1 = new UIControl.PrintDirection();
			this.SuspendLayout();
			// 
			// printDirection1
			// 
			this.printDirection1.BackColor = System.Drawing.Color.White;
			this.printDirection1.BorderColor = System.Drawing.Color.Black;
			this.printDirection1.colors = new System.Drawing.Color[] {
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty,
        System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))),
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty,
        System.Drawing.Color.Empty};
			this.printDirection1.Font = new System.Drawing.Font("맑은 고딕", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
			this.printDirection1.Location = new System.Drawing.Point(62, 56);
			this.printDirection1.Margin = new System.Windows.Forms.Padding(7, 10, 7, 10);
			this.printDirection1.Name = "printDirection1";
			this.printDirection1.Size = new System.Drawing.Size(323, 283);
			this.printDirection1.TabIndex = 0;
			this.printDirection1.TitleFont = new System.Drawing.Font("궁서체", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
			this.printDirection1.titles = new string[] {
        "↖",
        "↑",
        "↗",
        "←",
        "?",
        "→",
        "↙",
        "↓",
        "↘"};
			// 
			// fTestControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(476, 453);
			this.Controls.Add(this.printDirection1);
			this.Name = "fTestControl";
			this.Text = "fTestControl";
			this.ResumeLayout(false);
		}
		#endregion
		private PrintDirection printDirection1;
	}
}