/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.hScrollBar = new System.Windows.Forms.HScrollBar(); this.vScrollBar = new System.Windows.Forms.VScrollBar(); this.NuGenTBase = new NuGenTBase(); this.SuspendLayout(); // // hScrollBar // this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.hScrollBar.Location = new System.Drawing.Point(0, 159); this.hScrollBar.Name = "hScrollBar"; this.hScrollBar.Size = new System.Drawing.Size(248, 17); this.hScrollBar.TabIndex = 0; this.hScrollBar.ValueChanged += new System.EventHandler(this.hScrollBar_ValueChanged); // // vScrollBar // this.vScrollBar.Dock = System.Windows.Forms.DockStyle.Right; this.vScrollBar.Location = new System.Drawing.Point(231, 0); this.vScrollBar.Name = "vScrollBar"; this.vScrollBar.Size = new System.Drawing.Size(17, 159); this.vScrollBar.TabIndex = 1; this.vScrollBar.ValueChanged += new System.EventHandler(this.vScrollBar_ValueChanged); // // NuGenTBase // this.NuGenTBase.Dock = System.Windows.Forms.DockStyle.Fill; this.NuGenTBase.Location = new System.Drawing.Point(0, 0); this.NuGenTBase.Name = "NuGenTBase"; this.NuGenTBase.Size = new System.Drawing.Size(231, 159); this.NuGenTBase.TabIndex = 2; this.NuGenTBase.KeyUp += new System.Windows.Forms.KeyEventHandler(this.NuGenTBase_KeyUp); this.NuGenTBase.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NuGenTBase_KeyDown); this.NuGenTBase.MouseDown += new System.Windows.Forms.MouseEventHandler(this.NuGenTBase_MouseDown); // // NuGenTViewCtrl // this.Controls.Add(this.NuGenTBase); this.Controls.Add(this.vScrollBar); this.Controls.Add(this.hScrollBar); this.Name = "NuGenTViewCtrl"; this.Size = new System.Drawing.Size(248, 176); this.ResumeLayout(false); }