OSDN Git Service

TweetThumbnailのコンテキストメニューに「開く」「URLをコピー」を追加
[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.openMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             this.copyUrlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
40             this.searchImageGoogleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41             this.searchImageSauceNaoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42             this.contextMenuStrip.SuspendLayout();
43             this.SuspendLayout();
44             // 
45             // scrollBar
46             // 
47             resources.ApplyResources(this.scrollBar, "scrollBar");
48             this.scrollBar.LargeChange = 1;
49             this.scrollBar.Maximum = 0;
50             this.scrollBar.Name = "scrollBar";
51             this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
52             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
53             // 
54             // panelPictureBox
55             // 
56             resources.ApplyResources(this.panelPictureBox, "panelPictureBox");
57             this.panelPictureBox.Name = "panelPictureBox";
58             this.toolTip.SetToolTip(this.panelPictureBox, resources.GetString("panelPictureBox.ToolTip"));
59             // 
60             // contextMenuStrip
61             // 
62             resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
63             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
64             this.openMenuItem,
65             this.copyUrlMenuItem,
66             this.toolStripSeparator1,
67             this.searchImageGoogleMenuItem,
68             this.searchImageSauceNaoMenuItem});
69             this.contextMenuStrip.Name = "contextMenuStrip";
70             this.toolTip.SetToolTip(this.contextMenuStrip, resources.GetString("contextMenuStrip.ToolTip"));
71             this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
72             // 
73             // openMenuItem
74             // 
75             resources.ApplyResources(this.openMenuItem, "openMenuItem");
76             this.openMenuItem.Name = "openMenuItem";
77             this.openMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
78             // 
79             // copyUrlMenuItem
80             // 
81             resources.ApplyResources(this.copyUrlMenuItem, "copyUrlMenuItem");
82             this.copyUrlMenuItem.Name = "copyUrlMenuItem";
83             this.copyUrlMenuItem.Click += new System.EventHandler(this.copyUrlMenuItem_Click);
84             // 
85             // toolStripSeparator1
86             // 
87             resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
88             this.toolStripSeparator1.Name = "toolStripSeparator1";
89             // 
90             // searchImageGoogleMenuItem
91             // 
92             resources.ApplyResources(this.searchImageGoogleMenuItem, "searchImageGoogleMenuItem");
93             this.searchImageGoogleMenuItem.Name = "searchImageGoogleMenuItem";
94             this.searchImageGoogleMenuItem.Click += new System.EventHandler(this.searchSimilarImageMenuItem_Click);
95             // 
96             // searchImageSauceNaoMenuItem
97             // 
98             resources.ApplyResources(this.searchImageSauceNaoMenuItem, "searchImageSauceNaoMenuItem");
99             this.searchImageSauceNaoMenuItem.Name = "searchImageSauceNaoMenuItem";
100             this.searchImageSauceNaoMenuItem.Click += new System.EventHandler(this.searchImageSauceNaoMenuItem_Click);
101             // 
102             // TweetThumbnail
103             // 
104             resources.ApplyResources(this, "$this");
105             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
106             this.Controls.Add(this.panelPictureBox);
107             this.Controls.Add(this.scrollBar);
108             this.Name = "TweetThumbnail";
109             this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
110             this.contextMenuStrip.ResumeLayout(false);
111             this.ResumeLayout(false);
112
113         }
114
115         #endregion
116
117         protected internal System.Windows.Forms.VScrollBar scrollBar;
118         protected internal System.Windows.Forms.ToolTip toolTip;
119         protected internal System.Windows.Forms.Panel panelPictureBox;
120         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
121         private System.Windows.Forms.ToolStripMenuItem searchImageGoogleMenuItem;
122         private System.Windows.Forms.ToolStripMenuItem searchImageSauceNaoMenuItem;
123         private System.Windows.Forms.ToolStripMenuItem openMenuItem;
124         private System.Windows.Forms.ToolStripMenuItem copyUrlMenuItem;
125         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
126     }
127 }