예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mwlblTDN       = new MWControls.MWLabel();
     this.mwlblTDL       = new MWControls.MWLabel();
     this.mwlblTDR       = new MWControls.MWLabel();
     this.mwlblTDU       = new MWControls.MWLabel();
     this.lblDescription = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // mwlblTDN
     //
     this.mwlblTDN.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this.mwlblTDN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mwlblTDN.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.mwlblTDN.Location    = new System.Drawing.Point(24, 0);
     this.mwlblTDN.Name        = "mwlblTDN";
     this.mwlblTDN.Size        = new System.Drawing.Size(80, 24);
     this.mwlblTDN.TabIndex    = 0;
     this.mwlblTDN.Text        = "Text";
     this.mwlblTDN.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.mwlblTDN.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mwlblTDN_MouseUp);
     //
     // mwlblTDL
     //
     this.mwlblTDL.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this.mwlblTDL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mwlblTDL.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.mwlblTDL.Location    = new System.Drawing.Point(0, 24);
     this.mwlblTDL.Name        = "mwlblTDL";
     this.mwlblTDL.Size        = new System.Drawing.Size(24, 80);
     this.mwlblTDL.TabIndex    = 1;
     this.mwlblTDL.Text        = "Text";
     this.mwlblTDL.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.mwlblTDL.TextDir     = MWCommon.TextDir.Left;
     this.mwlblTDL.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mwlblTDL_MouseUp);
     //
     // mwlblTDR
     //
     this.mwlblTDR.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this.mwlblTDR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mwlblTDR.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.mwlblTDR.Location    = new System.Drawing.Point(104, 24);
     this.mwlblTDR.Name        = "mwlblTDR";
     this.mwlblTDR.Size        = new System.Drawing.Size(24, 80);
     this.mwlblTDR.TabIndex    = 2;
     this.mwlblTDR.Text        = "Text";
     this.mwlblTDR.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.mwlblTDR.TextDir     = MWCommon.TextDir.Right;
     this.mwlblTDR.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mwlblTDR_MouseUp);
     //
     // mwlblTDU
     //
     this.mwlblTDU.BackColor   = System.Drawing.SystemColors.ActiveBorder;
     this.mwlblTDU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mwlblTDU.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.mwlblTDU.Location    = new System.Drawing.Point(24, 104);
     this.mwlblTDU.Name        = "mwlblTDU";
     this.mwlblTDU.Size        = new System.Drawing.Size(80, 24);
     this.mwlblTDU.TabIndex    = 3;
     this.mwlblTDU.Text        = "Text";
     this.mwlblTDU.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.mwlblTDU.TextDir     = MWCommon.TextDir.UpsideDown;
     this.mwlblTDU.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.mwlblTDU_MouseUp);
     //
     // lblDescription
     //
     this.lblDescription.Location  = new System.Drawing.Point(24, 24);
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.Size      = new System.Drawing.Size(80, 80);
     this.lblDescription.TabIndex  = 4;
     this.lblDescription.Text      = "Text\nDirection:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblDescription.MouseUp  += new System.Windows.Forms.MouseEventHandler(this.lblDescription_MouseUp);
     //
     // EditorTextDirUI
     //
     this.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.lblDescription,
         this.mwlblTDN,
         this.mwlblTDU,
         this.mwlblTDR,
         this.mwlblTDL
     });
     this.Name    = "EditorTextDirUI";
     this.Size    = new System.Drawing.Size(128, 128);
     this.Resize += new System.EventHandler(this.EditorTextDirUI_Resize);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.mwlblTDN = new MWControls.MWLabel();
			this.mwlblTDL = new MWControls.MWLabel();
			this.mwlblTDR = new MWControls.MWLabel();
			this.mwlblTDU = new MWControls.MWLabel();
			this.lblDescription = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// mwlblTDN
			// 
			this.mwlblTDN.BackColor = System.Drawing.SystemColors.ActiveBorder;
			this.mwlblTDN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.mwlblTDN.ForeColor = System.Drawing.SystemColors.HotTrack;
			this.mwlblTDN.Location = new System.Drawing.Point(24, 0);
			this.mwlblTDN.Name = "mwlblTDN";
			this.mwlblTDN.Size = new System.Drawing.Size(80, 24);
			this.mwlblTDN.TabIndex = 0;
			this.mwlblTDN.Text = "Text";
			this.mwlblTDN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.mwlblTDN.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mwlblTDN_MouseUp);
			// 
			// mwlblTDL
			// 
			this.mwlblTDL.BackColor = System.Drawing.SystemColors.ActiveBorder;
			this.mwlblTDL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.mwlblTDL.ForeColor = System.Drawing.SystemColors.ControlText;
			this.mwlblTDL.Location = new System.Drawing.Point(0, 24);
			this.mwlblTDL.Name = "mwlblTDL";
			this.mwlblTDL.Size = new System.Drawing.Size(24, 80);
			this.mwlblTDL.TabIndex = 1;
			this.mwlblTDL.Text = "Text";
			this.mwlblTDL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.mwlblTDL.TextDir = MWCommon.TextDir.Left;
			this.mwlblTDL.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mwlblTDL_MouseUp);
			// 
			// mwlblTDR
			// 
			this.mwlblTDR.BackColor = System.Drawing.SystemColors.ActiveBorder;
			this.mwlblTDR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.mwlblTDR.ForeColor = System.Drawing.SystemColors.ControlText;
			this.mwlblTDR.Location = new System.Drawing.Point(104, 24);
			this.mwlblTDR.Name = "mwlblTDR";
			this.mwlblTDR.Size = new System.Drawing.Size(24, 80);
			this.mwlblTDR.TabIndex = 2;
			this.mwlblTDR.Text = "Text";
			this.mwlblTDR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.mwlblTDR.TextDir = MWCommon.TextDir.Right;
			this.mwlblTDR.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mwlblTDR_MouseUp);
			// 
			// mwlblTDU
			// 
			this.mwlblTDU.BackColor = System.Drawing.SystemColors.ActiveBorder;
			this.mwlblTDU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.mwlblTDU.ForeColor = System.Drawing.SystemColors.ControlText;
			this.mwlblTDU.Location = new System.Drawing.Point(24, 104);
			this.mwlblTDU.Name = "mwlblTDU";
			this.mwlblTDU.Size = new System.Drawing.Size(80, 24);
			this.mwlblTDU.TabIndex = 3;
			this.mwlblTDU.Text = "Text";
			this.mwlblTDU.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.mwlblTDU.TextDir = MWCommon.TextDir.UpsideDown;
			this.mwlblTDU.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mwlblTDU_MouseUp);
			// 
			// lblDescription
			// 
			this.lblDescription.Location = new System.Drawing.Point(24, 24);
			this.lblDescription.Name = "lblDescription";
			this.lblDescription.Size = new System.Drawing.Size(80, 80);
			this.lblDescription.TabIndex = 4;
			this.lblDescription.Text = "Text\nDirection:";
			this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lblDescription.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDescription_MouseUp);
			// 
			// EditorTextDirUI
			// 
			this.BackColor = System.Drawing.SystemColors.ActiveBorder;
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.lblDescription,
																		  this.mwlblTDN,
																		  this.mwlblTDU,
																		  this.mwlblTDR,
																		  this.mwlblTDL});
			this.Name = "EditorTextDirUI";
			this.Size = new System.Drawing.Size(128, 128);
			this.Resize += new System.EventHandler(this.EditorTextDirUI_Resize);
			this.ResumeLayout(false);

		}