OSDN Git Service

OpenTween v2.4.2 リリース
[opentween/open-tween.git] / OpenTween / TweetThumbnail.Designer.cs
index 390b4f7..6e49c47 100644 (file)
             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
             this.panelPictureBox = new System.Windows.Forms.Panel();
             this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
-            this.searchSimilarImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+            this.openMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+            this.copyUrlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+            this.searchImageGoogleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+            this.searchImageSauceNaoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.contextMenuStrip.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -42,7 +46,7 @@
             // 
             resources.ApplyResources(this.scrollBar, "scrollBar");
             this.scrollBar.LargeChange = 1;
-            this.scrollBar.Maximum = 10;
+            this.scrollBar.Maximum = 0;
             this.scrollBar.Name = "scrollBar";
             this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
             // 
             resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-            this.searchSimilarImageMenuItem});
+            this.openMenuItem,
+            this.copyUrlMenuItem,
+            this.toolStripSeparator1,
+            this.searchImageGoogleMenuItem,
+            this.searchImageSauceNaoMenuItem});
             this.contextMenuStrip.Name = "contextMenuStrip";
             this.toolTip.SetToolTip(this.contextMenuStrip, resources.GetString("contextMenuStrip.ToolTip"));
+            this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
             // 
-            // searchSimilarImageMenuItem
+            // openMenuItem
             // 
-            resources.ApplyResources(this.searchSimilarImageMenuItem, "searchSimilarImageMenuItem");
-            this.searchSimilarImageMenuItem.Name = "searchSimilarImageMenuItem";
+            resources.ApplyResources(this.openMenuItem, "openMenuItem");
+            this.openMenuItem.Name = "openMenuItem";
+            this.openMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
+            // 
+            // copyUrlMenuItem
+            // 
+            resources.ApplyResources(this.copyUrlMenuItem, "copyUrlMenuItem");
+            this.copyUrlMenuItem.Name = "copyUrlMenuItem";
+            this.copyUrlMenuItem.Click += new System.EventHandler(this.copyUrlMenuItem_Click);
+            // 
+            // toolStripSeparator1
+            // 
+            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
+            this.toolStripSeparator1.Name = "toolStripSeparator1";
+            // 
+            // searchImageGoogleMenuItem
+            // 
+            resources.ApplyResources(this.searchImageGoogleMenuItem, "searchImageGoogleMenuItem");
+            this.searchImageGoogleMenuItem.Name = "searchImageGoogleMenuItem";
+            this.searchImageGoogleMenuItem.Click += new System.EventHandler(this.searchSimilarImageMenuItem_Click);
+            // 
+            // searchImageSauceNaoMenuItem
+            // 
+            resources.ApplyResources(this.searchImageSauceNaoMenuItem, "searchImageSauceNaoMenuItem");
+            this.searchImageSauceNaoMenuItem.Name = "searchImageSauceNaoMenuItem";
+            this.searchImageSauceNaoMenuItem.Click += new System.EventHandler(this.searchImageSauceNaoMenuItem_Click);
             // 
             // TweetThumbnail
             // 
             resources.ApplyResources(this, "$this");
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
             this.Controls.Add(this.panelPictureBox);
             this.Controls.Add(this.scrollBar);
             this.Name = "TweetThumbnail";
         protected internal System.Windows.Forms.ToolTip toolTip;
         protected internal System.Windows.Forms.Panel panelPictureBox;
         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
-        private System.Windows.Forms.ToolStripMenuItem searchSimilarImageMenuItem;
+        private System.Windows.Forms.ToolStripMenuItem searchImageGoogleMenuItem;
+        private System.Windows.Forms.ToolStripMenuItem searchImageSauceNaoMenuItem;
+        private System.Windows.Forms.ToolStripMenuItem openMenuItem;
+        private System.Windows.Forms.ToolStripMenuItem copyUrlMenuItem;
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     }
 }