OSDN Git Service

TweetThumbnail.ScrollUp/ScrollDownメソッドが正しく機能していないバグを修正
[opentween/open-tween.git] / OpenTween / TweetThumbnail.Designer.cs
1 namespace OpenTween
2 {
3     partial class TweetThumbnail
4     {
5         /// <summary> 
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary> 
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region コンポーネント デザイナーで生成されたコード
24
25         /// <summary> 
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             this.scrollBar = new System.Windows.Forms.VScrollBar();
33             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
34             this.SuspendLayout();
35             // 
36             // scrollBar
37             // 
38             this.scrollBar.Dock = System.Windows.Forms.DockStyle.Right;
39             this.scrollBar.LargeChange = 1;
40             this.scrollBar.Location = new System.Drawing.Point(183, 0);
41             this.scrollBar.Maximum = 10;
42             this.scrollBar.Name = "scrollBar";
43             this.scrollBar.Size = new System.Drawing.Size(17, 188);
44             this.scrollBar.TabIndex = 0;
45             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
46             // 
47             // TweetThumbnail
48             // 
49             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
50             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
51             this.Controls.Add(this.scrollBar);
52             this.Margin = new System.Windows.Forms.Padding(4);
53             this.Name = "TweetThumbnail";
54             this.Size = new System.Drawing.Size(200, 188);
55             this.ResumeLayout(false);
56
57         }
58
59         #endregion
60
61         protected internal System.Windows.Forms.VScrollBar scrollBar;
62         protected internal System.Windows.Forms.ToolTip toolTip;
63     }
64 }