External/Aga.Controls/Tree/TreeViewAdv.Designer.cs
changeset 345 0c551e8818e0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/External/Aga.Controls/Tree/TreeViewAdv.Designer.cs	Sun May 27 15:16:19 2012 +0000
     1.3 @@ -0,0 +1,69 @@
     1.4 +using System.Windows.Forms;
     1.5 +
     1.6 +namespace Aga.Controls.Tree
     1.7 +{
     1.8 +	partial class TreeViewAdv
     1.9 +	{
    1.10 +		private System.ComponentModel.IContainer components = null;
    1.11 +
    1.12 +		protected override void Dispose(bool disposing)
    1.13 +		{
    1.14 +			if (disposing && (components != null))
    1.15 +			{
    1.16 +				components.Dispose();
    1.17 +				if (_dragBitmap != null) _dragBitmap.Dispose();
    1.18 +				if (_dragTimer != null) _dragTimer.Dispose();
    1.19 +				if (_linePen != null) _linePen.Dispose();
    1.20 +				if (_markPen != null) _markPen.Dispose();
    1.21 +			}
    1.22 +			base.Dispose(disposing);
    1.23 +		}
    1.24 +
    1.25 +		#region Component Designer generated code
    1.26 +		private void InitializeComponent()
    1.27 +		{
    1.28 +			this.components = new System.ComponentModel.Container();
    1.29 +			this._vScrollBar = new System.Windows.Forms.VScrollBar();
    1.30 +			this._hScrollBar = new System.Windows.Forms.HScrollBar();
    1.31 +			this._errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    1.32 +			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).BeginInit();
    1.33 +			this.SuspendLayout();
    1.34 +			// 
    1.35 +			// _vScrollBar
    1.36 +			// 
    1.37 +			this._vScrollBar.LargeChange = 1;
    1.38 +			this._vScrollBar.Location = new System.Drawing.Point(0, 0);
    1.39 +			this._vScrollBar.Maximum = 0;
    1.40 +			this._vScrollBar.Name = "_vScrollBar";
    1.41 +			this._vScrollBar.Size = new System.Drawing.Size(13, 80);
    1.42 +			this._vScrollBar.TabIndex = 1;
    1.43 +			this._vScrollBar.ValueChanged += new System.EventHandler(this._vScrollBar_ValueChanged);
    1.44 +			this._vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this._vScrollBar_Scroll);
    1.45 +			// 
    1.46 +			// _hScrollBar
    1.47 +			// 
    1.48 +			this._hScrollBar.LargeChange = 1;
    1.49 +			this._hScrollBar.Location = new System.Drawing.Point(0, 0);
    1.50 +			this._hScrollBar.Maximum = 0;
    1.51 +			this._hScrollBar.Name = "_hScrollBar";
    1.52 +			this._hScrollBar.Size = new System.Drawing.Size(80, 13);
    1.53 +			this._hScrollBar.TabIndex = 2;
    1.54 +			this._hScrollBar.ValueChanged += new System.EventHandler(this._hScrollBar_ValueChanged);
    1.55 +			this._hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this._hScrollBar_Scroll);
    1.56 +			// 
    1.57 +			// TreeViewAdv
    1.58 +			// 
    1.59 +			this.BackColor = System.Drawing.SystemColors.Window;
    1.60 +			this.Controls.Add(this._vScrollBar);
    1.61 +			this.Controls.Add(this._hScrollBar);
    1.62 +			((System.ComponentModel.ISupportInitialize)(this._errorProvider)).EndInit();
    1.63 +			this.ResumeLayout(false);
    1.64 +
    1.65 +		}
    1.66 +		#endregion
    1.67 +
    1.68 +		private VScrollBar _vScrollBar;
    1.69 +		private HScrollBar _hScrollBar;
    1.70 +		private ErrorProvider _errorProvider;
    1.71 +	}
    1.72 +}