예제 #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.m_pListBox = new LumiSoft.UI.Controls.WComboListBox();
     this.SuspendLayout();
     //
     // m_pListBox
     //
     this.m_pListBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.m_pListBox.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.m_pListBox.IntegralHeight = false;
     this.m_pListBox.Location       = new System.Drawing.Point(1, 1);
     this.m_pListBox.Name           = "m_pListBox";
     this.m_pListBox.Size           = new System.Drawing.Size(118, 70);
     this.m_pListBox.TabIndex       = 0;
     this.m_pListBox.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.m_pListBox_KeyUp);
     this.m_pListBox.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.listBox_MouseMove);
     //
     // WComboPopUp
     //
     this.ClientSize = new System.Drawing.Size(120, 72);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.m_pListBox
     });
     this.Name = "WComboPopUp";
     this.ResumeLayout(false);
 }
예제 #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.m_pListBox = new LumiSoft.UI.Controls.WComboListBox();
			this.SuspendLayout();
			// 
			// m_pListBox
			// 
			this.m_pListBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.m_pListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.m_pListBox.IntegralHeight = false;
			this.m_pListBox.Location = new System.Drawing.Point(1, 1);
			this.m_pListBox.Name = "m_pListBox";
			this.m_pListBox.Size = new System.Drawing.Size(118, 70);
			this.m_pListBox.TabIndex = 0;
			this.m_pListBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_pListBox_KeyUp);
			this.m_pListBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listBox_MouseMove);
			// 
			// WComboPopUp
			// 
			this.ClientSize = new System.Drawing.Size(120, 72);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.m_pListBox});
			this.Name = "WComboPopUp";
			this.ResumeLayout(false);

		}