/* * BHScrollBar.Designer.cs * Copyright (c) 2009 kbinani * * This file is part of Boare.Lib.AppUtil. * * Boare.Lib.AppUtil is free software; you can redistribute it and/or * modify it under the terms of the BSD License. * * Boare.Lib.AppUtil is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ namespace Boare.Lib.AppUtil { partial class BHScrollBar { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose( bool disposing ) { if ( disposing && (components != null) ) { components.Dispose(); } base.Dispose( disposing ); } #region コンポーネント デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.hScroll = new System.Windows.Forms.HScrollBar(); this.SuspendLayout(); // // hScroll // this.hScroll.Dock = System.Windows.Forms.DockStyle.Fill; this.hScroll.Location = new System.Drawing.Point( 0, 0 ); this.hScroll.Name = "hScroll"; this.hScroll.Size = new System.Drawing.Size( 333, 16 ); this.hScroll.TabIndex = 0; this.hScroll.ValueChanged += new System.EventHandler( this.hScroll_ValueChanged ); // // BHScrollBar // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add( this.hScroll ); this.Name = "BHScrollBar"; this.Size = new System.Drawing.Size( 333, 16 ); this.ResumeLayout( false ); } #endregion private System.Windows.Forms.HScrollBar hScroll; } }