示例#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 Fireball.Windows.Forms.CodeEditor.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, ((System.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.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LB_KeyDown);
			this.LB.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LB_MouseDown);
			this.LB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LB_KeyPress);
			this.LB.DoubleClick += new System.EventHandler(this.LB_DoubleClick);
			this.LB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.LB_KeyUp);
			this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
			this.LB.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LB_MouseMove);
			this.LB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
			// 
			// 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(168, 165);
			this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
					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.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.components = new System.ComponentModel.Container();
     this.LB         = new Fireball.Windows.Forms.CodeEditor.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, ((System.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.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.LB_KeyDown);
     this.LB.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.LB_MouseDown);
     this.LB.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.LB_KeyPress);
     this.LB.DoubleClick          += new System.EventHandler(this.LB_DoubleClick);
     this.LB.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.LB_KeyUp);
     this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
     this.LB.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.LB_MouseMove);
     this.LB.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
     //
     // 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(168, 165);
     this.Controls.AddRange(new System.Windows.Forms.Control[]
     {
         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.ResumeLayout(false);
 }
示例#3
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoListForm));
     this.tooltip          = new System.Windows.Forms.ToolTip(this.components);
     this.toolBox          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.LB = new Fireball.Windows.Forms.CodeEditor.TabListBox();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolBox.SuspendLayout();
     this.SuspendLayout();
     //
     // tooltip
     //
     this.tooltip.AutoPopDelay = 5000;
     this.tooltip.InitialDelay = 100;
     this.tooltip.ReshowDelay  = 100;
     this.tooltip.Popup       += new System.Windows.Forms.PopupEventHandler(this.tooltip_Popup);
     //
     // toolBox
     //
     this.toolBox.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.toolBox.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3
     });
     this.toolBox.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolBox.Location    = new System.Drawing.Point(0, 239);
     this.toolBox.Name        = "toolBox";
     this.toolBox.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolBox.Size        = new System.Drawing.Size(221, 23);
     this.toolBox.TabIndex    = 1;
     this.toolBox.Text        = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 20);
     this.toolStripButton2.Text = "toolStripButton2";
     //
     // LB
     //
     this.LB.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.LB.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.LB.Font                  = new System.Drawing.Font("宋体", 9F, 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(5, 4);
     this.LB.Name                  = "LB";
     this.LB.Size                  = new System.Drawing.Size(213, 212);
     this.LB.Sorted                = true;
     this.LB.TabIndex              = 0;
     this.LB.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
     this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
     this.LB.DoubleClick          += new System.EventHandler(this.LB_DoubleClick);
     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);
     this.LB.HandleDestroyed      += new System.EventHandler(this.OnHandleDestroyed);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 20);
     this.toolStripButton3.Text = "toolStripButton3";
     //
     // AutoListForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(221, 262);
     this.Controls.Add(this.toolBox);
     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.VisibleChanged += new System.EventHandler(this.AutoListForm_VisibleChanged);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.AutoListForm_FormClosing);
     this.Resize         += new System.EventHandler(this.AutoListForm_Resize);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.AutoListForm_KeyDown);
     this.toolBox.ResumeLayout(false);
     this.toolBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoListForm));
            this.tooltip = new System.Windows.Forms.ToolTip(this.components);
            this.toolBox = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.LB = new Fireball.Windows.Forms.CodeEditor.TabListBox();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // tooltip
            // 
            this.tooltip.AutoPopDelay = 5000;
            this.tooltip.InitialDelay = 100;
            this.tooltip.ReshowDelay = 100;
            this.tooltip.Popup += new System.Windows.Forms.PopupEventHandler(this.tooltip_Popup);
            // 
            // toolBox
            // 
            this.toolBox.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolBox.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripButton3});
            this.toolBox.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.toolBox.Location = new System.Drawing.Point(0, 239);
            this.toolBox.Name = "toolBox";
            this.toolBox.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolBox.Size = new System.Drawing.Size(221, 23);
            this.toolBox.TabIndex = 1;
            this.toolBox.Text = "toolStrip1";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton1.Text = "toolStripButton1";
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton2.Text = "toolStripButton2";
            // 
            // LB
            // 
            this.LB.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.LB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.LB.Font = new System.Drawing.Font("宋体", 9F, 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(5, 4);
            this.LB.Name = "LB";
            this.LB.Size = new System.Drawing.Size(213, 212);
            this.LB.Sorted = true;
            this.LB.TabIndex = 0;
            this.LB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.LB_DrawItem);
            this.LB.SelectedIndexChanged += new System.EventHandler(this.LB_SelectedIndexChanged);
            this.LB.DoubleClick += new System.EventHandler(this.LB_DoubleClick);
            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);
            this.LB.HandleDestroyed += new System.EventHandler(this.OnHandleDestroyed);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton3.Text = "toolStripButton3";
            // 
            // AutoListForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize = new System.Drawing.Size(221, 262);
            this.Controls.Add(this.toolBox);
            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.VisibleChanged += new System.EventHandler(this.AutoListForm_VisibleChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AutoListForm_FormClosing);
            this.Resize += new System.EventHandler(this.AutoListForm_Resize);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AutoListForm_KeyDown);
            this.toolBox.ResumeLayout(false);
            this.toolBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}