OSDN Git Service

TweetThumbnailにコンテキストメニューを追加
[opentween/open-tween.git] / OpenTween / TweetThumbnail.Designer.cs
index 33e5026..390b4f7 100644 (file)
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweetThumbnail));
             this.scrollBar = new System.Windows.Forms.VScrollBar();
             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.contextMenuStrip.SuspendLayout();
             this.SuspendLayout();
             // 
             // scrollBar
             // 
-            this.scrollBar.Dock = System.Windows.Forms.DockStyle.Right;
+            resources.ApplyResources(this.scrollBar, "scrollBar");
             this.scrollBar.LargeChange = 1;
-            this.scrollBar.Location = new System.Drawing.Point(183, 0);
             this.scrollBar.Maximum = 10;
             this.scrollBar.Name = "scrollBar";
-            this.scrollBar.Size = new System.Drawing.Size(17, 188);
-            this.scrollBar.TabIndex = 0;
+            this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
             this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
             // 
+            // panelPictureBox
+            // 
+            resources.ApplyResources(this.panelPictureBox, "panelPictureBox");
+            this.panelPictureBox.Name = "panelPictureBox";
+            this.toolTip.SetToolTip(this.panelPictureBox, resources.GetString("panelPictureBox.ToolTip"));
+            // 
+            // contextMenuStrip
+            // 
+            resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
+            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.searchSimilarImageMenuItem});
+            this.contextMenuStrip.Name = "contextMenuStrip";
+            this.toolTip.SetToolTip(this.contextMenuStrip, resources.GetString("contextMenuStrip.ToolTip"));
+            // 
+            // searchSimilarImageMenuItem
+            // 
+            resources.ApplyResources(this.searchSimilarImageMenuItem, "searchSimilarImageMenuItem");
+            this.searchSimilarImageMenuItem.Name = "searchSimilarImageMenuItem";
+            // 
             // TweetThumbnail
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            resources.ApplyResources(this, "$this");
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+            this.Controls.Add(this.panelPictureBox);
             this.Controls.Add(this.scrollBar);
-            this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "TweetThumbnail";
-            this.Size = new System.Drawing.Size(200, 188);
+            this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
+            this.contextMenuStrip.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
@@ -60,5 +83,8 @@
 
         protected internal System.Windows.Forms.VScrollBar scrollBar;
         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;
     }
 }