79 lines
2.7 KiB
C#
79 lines
2.7 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class vlnExpander
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.expandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.expandAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.expandToolStripMenuItem,
|
|
this.expandAllToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(136, 48);
|
|
//
|
|
// expandToolStripMenuItem
|
|
//
|
|
this.expandToolStripMenuItem.Name = "expandToolStripMenuItem";
|
|
this.expandToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.expandToolStripMenuItem.Text = "Expand";
|
|
//
|
|
// expandAllToolStripMenuItem
|
|
//
|
|
this.expandAllToolStripMenuItem.Name = "expandAllToolStripMenuItem";
|
|
this.expandAllToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.expandAllToolStripMenuItem.Text = "Expand All";
|
|
//
|
|
// vlnExpander
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Name = "vlnExpander";
|
|
this.Size = new System.Drawing.Size(85, 77);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.vlnExpander_MouseDown);
|
|
this.Resize += new System.EventHandler(this.vlnExpander_Resize);
|
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.vlnExpander_Paint);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem expandToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem expandAllToolStripMenuItem;
|
|
}
|
|
}
|