OSDN Git Service

TweetThumbnailのローカライズを有効化
[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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweetThumbnail));
33             this.scrollBar = new System.Windows.Forms.VScrollBar();
34             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
35             this.panelPictureBox = new System.Windows.Forms.Panel();
36             this.SuspendLayout();
37             // 
38             // scrollBar
39             // 
40             resources.ApplyResources(this.scrollBar, "scrollBar");
41             this.scrollBar.LargeChange = 1;
42             this.scrollBar.Maximum = 10;
43             this.scrollBar.Name = "scrollBar";
44             this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
45             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
46             // 
47             // panelPictureBox
48             // 
49             resources.ApplyResources(this.panelPictureBox, "panelPictureBox");
50             this.panelPictureBox.Name = "panelPictureBox";
51             this.toolTip.SetToolTip(this.panelPictureBox, resources.GetString("panelPictureBox.ToolTip"));
52             // 
53             // TweetThumbnail
54             // 
55             resources.ApplyResources(this, "$this");
56             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
57             this.Controls.Add(this.panelPictureBox);
58             this.Controls.Add(this.scrollBar);
59             this.Name = "TweetThumbnail";
60             this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
61             this.ResumeLayout(false);
62
63         }
64
65         #endregion
66
67         protected internal System.Windows.Forms.VScrollBar scrollBar;
68         protected internal System.Windows.Forms.ToolTip toolTip;
69         protected internal System.Windows.Forms.Panel panelPictureBox;
70     }
71 }