Développer et télécharger des logiciels Open Source

Browse Subversion Repository

Contents of /trunk/Boare.Lib.AppUtil/BVScrollBar.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Thu Jun 25 14:16:22 2009 UTC (14 years, 9 months ago) by kbinani
File size: 2590 byte(s)


1 /*
2 * BHScrollBar.Designer.cs
3 * Copyright (c) 2009 kbinani
4 *
5 * This file is part of Boare.Lib.AppUtil.
6 *
7 * Boare.Lib.AppUtil is free software; you can redistribute it and/or
8 * modify it under the terms of the BSD License.
9 *
10 * Boare.Lib.AppUtil is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 */
14 namespace Boare.Lib.AppUtil {
15 partial class BVScrollBar {
16 /// <summary>
17 /// 必要なデザイナ変数です。
18 /// </summary>
19 private System.ComponentModel.IContainer components = null;
20
21 /// <summary>
22 /// 使用中のリソースをすべてクリーンアップします。
23 /// </summary>
24 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
25 protected override void Dispose( bool disposing ) {
26 if ( disposing && (components != null) ) {
27 components.Dispose();
28 }
29 base.Dispose( disposing );
30 }
31
32 #region コンポーネント デザイナで生成されたコード
33
34 /// <summary>
35 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
36 /// コード エディタで変更しないでください。
37 /// </summary>
38 private void InitializeComponent() {
39 this.vScroll = new System.Windows.Forms.VScrollBar();
40 this.SuspendLayout();
41 //
42 // hScroll
43 //
44 this.vScroll.Dock = System.Windows.Forms.DockStyle.Fill;
45 this.vScroll.Location = new System.Drawing.Point( 0, 0 );
46 this.vScroll.Name = "hScroll";
47 this.vScroll.Size = new System.Drawing.Size( 16, 205 );
48 this.vScroll.TabIndex = 0;
49 this.vScroll.ValueChanged += new System.EventHandler( this.vScroll_ValueChanged );
50 //
51 // BHScrollBar
52 //
53 this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
54 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
55 this.Controls.Add( this.vScroll );
56 this.Name = "BHScrollBar";
57 this.Size = new System.Drawing.Size( 16, 205 );
58 this.ResumeLayout( false );
59
60 }
61
62 #endregion
63
64 private System.Windows.Forms.VScrollBar vScroll;
65
66 }
67 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26