Esempio n. 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.components = new System.ComponentModel.Container();
     this.LB         = new AIMS.Libraries.CodeEditor.WinForms.TabListBox();
     //this.tooltip = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // LB
     //
     this.LB.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.LB.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.LB.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LB.IntegralHeight        = false;
     this.LB.ItemHeight            = 16;
     this.LB.Location              = new System.Drawing.Point(4, 4);
     this.LB.Name                  = "LB";
     this.LB.Size                  = new System.Drawing.Size(168, 184);
     this.LB.Sorted                = true;
     this.LB.TabIndex              = 0;
     this.LB.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
     this.LB.DoubleClick          += new System.EventHandler(this.LB_DoubleClick);
     this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
     this.LB.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.LB_MouseMove);
     this.LB.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.LB_MouseDown);
     this.LB.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.LB_KeyPress);
     this.LB.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.LB_KeyUp);
     this.LB.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.LB_KeyDown);
     //
     // tooltip
     //
     //this.tooltip.AutoPopDelay = 5000;
     //this.tooltip.InitialDelay = 100;
     //this.tooltip.ReshowDelay = 100;
     //
     // AutoListForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(174, 191);
     this.Controls.Add(this.LB);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "AutoListForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Resize         += new System.EventHandler(this.AutoListForm_Resize);
     this.VisibleChanged += new EventHandler(AutoListForm_VisibleChanged);
     this.ResumeLayout(false);
 }
Esempio n. 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.components = new System.ComponentModel.Container();
            this.LB = new AIMS.Libraries.CodeEditor.WinForms.TabListBox();
            //this.tooltip = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // LB
            // 
            this.LB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.LB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.LB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LB.IntegralHeight = false;
            this.LB.ItemHeight = 16;
            this.LB.Location = new System.Drawing.Point(4, 4);
            this.LB.Name = "LB";
            this.LB.Size = new System.Drawing.Size(168, 184);
            this.LB.Sorted = true;
            this.LB.TabIndex = 0;
            this.LB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
            this.LB.DoubleClick += new System.EventHandler(this.LB_DoubleClick);
            this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
            this.LB.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LB_MouseMove);
            this.LB.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LB_MouseDown);
            this.LB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LB_KeyPress);
            this.LB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.LB_KeyUp);
            this.LB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LB_KeyDown);
            // 
            // tooltip
            // 
            //this.tooltip.AutoPopDelay = 5000;
            //this.tooltip.InitialDelay = 100;
            //this.tooltip.ReshowDelay = 100;
            // 
            // AutoListForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(174, 191);
            this.Controls.Add(this.LB);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "AutoListForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Resize += new System.EventHandler(this.AutoListForm_Resize);
            this.VisibleChanged += new EventHandler(AutoListForm_VisibleChanged);
            this.ResumeLayout(false);
            
		}