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.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
37             this.searchSimilarImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             this.contextMenuStrip.SuspendLayout();
39             this.SuspendLayout();
40             // 
41             // scrollBar
42             // 
43             resources.ApplyResources(this.scrollBar, "scrollBar");
44             this.scrollBar.LargeChange = 1;
45             this.scrollBar.Maximum = 10;
46             this.scrollBar.Name = "scrollBar";
47             this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
48             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
49             // 
50             // panelPictureBox
51             // 
52             resources.ApplyResources(this.panelPictureBox, "panelPictureBox");
53             this.panelPictureBox.Name = "panelPictureBox";
54             this.toolTip.SetToolTip(this.panelPictureBox, resources.GetString("panelPictureBox.ToolTip"));
55             // 
56             // contextMenuStrip
57             // 
58             resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
59             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
60             this.searchSimilarImageMenuItem});
61             this.contextMenuStrip.Name = "contextMenuStrip";
62             this.toolTip.SetToolTip(this.contextMenuStrip, resources.GetString("contextMenuStrip.ToolTip"));
63             // 
64             // searchSimilarImageMenuItem
65             // 
66             resources.ApplyResources(this.searchSimilarImageMenuItem, "searchSimilarImageMenuItem");
67             this.searchSimilarImageMenuItem.Name = "searchSimilarImageMenuItem";
68             // 
69             // TweetThumbnail
70             // 
71             resources.ApplyResources(this, "$this");
72             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
73             this.Controls.Add(this.panelPictureBox);
74             this.Controls.Add(this.scrollBar);
75             this.Name = "TweetThumbnail";
76             this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
77             this.contextMenuStrip.ResumeLayout(false);
78             this.ResumeLayout(false);
79
80         }
81
82         #endregion
83
84         protected internal System.Windows.Forms.VScrollBar scrollBar;
85         protected internal System.Windows.Forms.ToolTip toolTip;
86         protected internal System.Windows.Forms.Panel panelPictureBox;
87         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
88         private System.Windows.Forms.ToolStripMenuItem searchSimilarImageMenuItem;
89     }
90 }