From f0d946bc3e680e01d153786836c46e232d8139c5 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Mon, 23 May 2016 22:07:33 +0900 Subject: [PATCH] =?utf8?q?=E7=99=BA=E8=A8=80=E8=A9=B3=E7=B4=B0=E6=AC=84?= =?utf8?q?=E3=82=92TweetDetailsView=E3=82=AF=E3=83=A9=E3=82=B9=E3=81=AB?= =?utf8?q?=E5=88=86=E9=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- OpenTween/OpenTween.csproj | 17 + OpenTween/Tween.Designer.cs | 462 +----------------- OpenTween/Tween.en.resx | 258 ---------- OpenTween/Tween.resx | 704 +-------------------------- OpenTween/Tween.zh-CHS.resx | 153 ------ OpenTween/TweetDetailsView.Designer.cs | 500 +++++++++++++++++++ OpenTween/TweetDetailsView.cs | 46 ++ OpenTween/TweetDetailsView.en.resx | 211 +++++++++ OpenTween/TweetDetailsView.resx | 843 +++++++++++++++++++++++++++++++++ OpenTween/TweetDetailsView.zh-CHT.resx | 184 +++++++ 10 files changed, 1821 insertions(+), 1557 deletions(-) create mode 100644 OpenTween/TweetDetailsView.Designer.cs create mode 100644 OpenTween/TweetDetailsView.cs create mode 100644 OpenTween/TweetDetailsView.en.resx create mode 100644 OpenTween/TweetDetailsView.resx create mode 100644 OpenTween/TweetDetailsView.zh-CHT.resx diff --git a/OpenTween/OpenTween.csproj b/OpenTween/OpenTween.csproj index f1817526..ab417cca 100644 --- a/OpenTween/OpenTween.csproj +++ b/OpenTween/OpenTween.csproj @@ -168,6 +168,12 @@ + + UserControl + + + TweetDetailsView.cs + Form @@ -528,6 +534,17 @@ SendErrorReportForm.cs + + TweetDetailsView.cs + Designer + + + TweetDetailsView.cs + + + TweetDetailsView.cs + Designer + WaitingDialog.cs diff --git a/OpenTween/Tween.Designer.cs b/OpenTween/Tween.Designer.cs index 7e7aeaac..597d9ccd 100644 --- a/OpenTween/Tween.Designer.cs +++ b/OpenTween/Tween.Designer.cs @@ -57,54 +57,7 @@ this.ProfilePanel = new System.Windows.Forms.Panel(); this.SplitContainer3 = new System.Windows.Forms.SplitContainer(); this.SplitContainer2 = new System.Windows.Forms.SplitContainer(); - this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.UserPicture = new OpenTween.OTPictureBox(); - this.ContextMenuUserPicture = new System.Windows.Forms.ContextMenuStrip(this.components); - this.FollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UnFollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowFriendShipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ListManageUserContextToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator(); - this.ShowUserStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchAtPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); - this.IconNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ReloadIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveIconPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.NameLabel = new System.Windows.Forms.Label(); - this.PostBrowser = new System.Windows.Forms.WebBrowser(); - this.ContextMenuPostBrowser = new System.Windows.Forms.ContextMenuStrip(this.components); - this.SelectionSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchGoogleContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchWikipediaContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchPublicSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.CurrentTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); - this.SelectionCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UrlCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SelectionAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.FollowContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FriendshipContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FriendshipAllMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator(); - this.ShowUserStatusContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SearchAtPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator32 = new System.Windows.Forms.ToolStripSeparator(); - this.IdFilterAddMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ListManageUserContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ToolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator(); - this.UseHashtagMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SelectionTranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.TranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DateTimeLabel = new System.Windows.Forms.Label(); - this.SourceLinkLabel = new System.Windows.Forms.LinkLabel(); - this.ContextMenuSource = new System.Windows.Forms.ContextMenuStrip(this.components); - this.SourceCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SourceUrlCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.tweetDetailsView = new OpenTween.TweetDetailsView(); this.TableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.StatusText = new System.Windows.Forms.TextBox(); this.PostButton = new System.Windows.Forms.Button(); @@ -326,11 +279,6 @@ this.SplitContainer2.Panel1.SuspendLayout(); this.SplitContainer2.Panel2.SuspendLayout(); this.SplitContainer2.SuspendLayout(); - this.TableLayoutPanel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).BeginInit(); - this.ContextMenuUserPicture.SuspendLayout(); - this.ContextMenuPostBrowser.SuspendLayout(); - this.ContextMenuSource.SuspendLayout(); this.TableLayoutPanel2.SuspendLayout(); this.MenuStrip1.SuspendLayout(); this.ContextMenuFile.SuspendLayout(); @@ -692,7 +640,7 @@ // // SplitContainer2.Panel1 // - this.SplitContainer2.Panel1.Controls.Add(this.TableLayoutPanel1); + this.SplitContainer2.Panel1.Controls.Add(this.tweetDetailsView); // // SplitContainer2.Panel2 // @@ -702,354 +650,11 @@ this.SplitContainer2.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.SplitContainer2_SplitterMoved); this.SplitContainer2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SplitContainer2_MouseDoubleClick); // - // TableLayoutPanel1 + // tweetDetailsView // - resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1"); - this.TableLayoutPanel1.Controls.Add(this.UserPicture, 0, 0); - this.TableLayoutPanel1.Controls.Add(this.NameLabel, 1, 0); - this.TableLayoutPanel1.Controls.Add(this.PostBrowser, 1, 1); - this.TableLayoutPanel1.Controls.Add(this.DateTimeLabel, 2, 0); - this.TableLayoutPanel1.Controls.Add(this.SourceLinkLabel, 3, 0); - this.TableLayoutPanel1.Name = "TableLayoutPanel1"; - // - // UserPicture - // - this.UserPicture.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic; - this.UserPicture.BackColor = System.Drawing.Color.White; - this.UserPicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.UserPicture.ContextMenuStrip = this.ContextMenuUserPicture; - resources.ApplyResources(this.UserPicture, "UserPicture"); - this.UserPicture.Name = "UserPicture"; - this.TableLayoutPanel1.SetRowSpan(this.UserPicture, 2); - this.UserPicture.TabStop = false; - this.UserPicture.DoubleClick += new System.EventHandler(this.UserPicture_DoubleClick); - this.UserPicture.MouseEnter += new System.EventHandler(this.UserPicture_MouseEnter); - this.UserPicture.MouseLeave += new System.EventHandler(this.UserPicture_MouseLeave); - // - // ContextMenuUserPicture - // - this.ContextMenuUserPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.FollowToolStripMenuItem, - this.UnFollowToolStripMenuItem, - this.ShowFriendShipToolStripMenuItem, - this.ListManageUserContextToolStripMenuItem3, - this.ToolStripSeparator37, - this.ShowUserStatusToolStripMenuItem, - this.SearchPostsDetailNameToolStripMenuItem, - this.SearchAtPostsDetailNameToolStripMenuItem, - this.ToolStripMenuItem1, - this.IconNameToolStripMenuItem, - this.ReloadIconToolStripMenuItem, - this.SaveIconPictureToolStripMenuItem}); - this.ContextMenuUserPicture.Name = "ContextMenuStrip3"; - this.ContextMenuUserPicture.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - resources.ApplyResources(this.ContextMenuUserPicture, "ContextMenuUserPicture"); - this.ContextMenuUserPicture.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuUserPicture_Opening); - // - // FollowToolStripMenuItem - // - this.FollowToolStripMenuItem.Name = "FollowToolStripMenuItem"; - resources.ApplyResources(this.FollowToolStripMenuItem, "FollowToolStripMenuItem"); - this.FollowToolStripMenuItem.Click += new System.EventHandler(this.FollowToolStripMenuItem_Click); - // - // UnFollowToolStripMenuItem - // - this.UnFollowToolStripMenuItem.Name = "UnFollowToolStripMenuItem"; - resources.ApplyResources(this.UnFollowToolStripMenuItem, "UnFollowToolStripMenuItem"); - this.UnFollowToolStripMenuItem.Click += new System.EventHandler(this.UnFollowToolStripMenuItem_Click); - // - // ShowFriendShipToolStripMenuItem - // - this.ShowFriendShipToolStripMenuItem.Name = "ShowFriendShipToolStripMenuItem"; - resources.ApplyResources(this.ShowFriendShipToolStripMenuItem, "ShowFriendShipToolStripMenuItem"); - this.ShowFriendShipToolStripMenuItem.Click += new System.EventHandler(this.ShowFriendShipToolStripMenuItem_Click); - // - // ListManageUserContextToolStripMenuItem3 - // - this.ListManageUserContextToolStripMenuItem3.Name = "ListManageUserContextToolStripMenuItem3"; - resources.ApplyResources(this.ListManageUserContextToolStripMenuItem3, "ListManageUserContextToolStripMenuItem3"); - this.ListManageUserContextToolStripMenuItem3.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click); - // - // ToolStripSeparator37 - // - this.ToolStripSeparator37.Name = "ToolStripSeparator37"; - resources.ApplyResources(this.ToolStripSeparator37, "ToolStripSeparator37"); - // - // ShowUserStatusToolStripMenuItem - // - this.ShowUserStatusToolStripMenuItem.Name = "ShowUserStatusToolStripMenuItem"; - resources.ApplyResources(this.ShowUserStatusToolStripMenuItem, "ShowUserStatusToolStripMenuItem"); - this.ShowUserStatusToolStripMenuItem.Click += new System.EventHandler(this.ShowUserStatusToolStripMenuItem_Click); - // - // SearchPostsDetailNameToolStripMenuItem - // - this.SearchPostsDetailNameToolStripMenuItem.Name = "SearchPostsDetailNameToolStripMenuItem"; - resources.ApplyResources(this.SearchPostsDetailNameToolStripMenuItem, "SearchPostsDetailNameToolStripMenuItem"); - this.SearchPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailNameToolStripMenuItem_Click); - // - // SearchAtPostsDetailNameToolStripMenuItem - // - this.SearchAtPostsDetailNameToolStripMenuItem.Name = "SearchAtPostsDetailNameToolStripMenuItem"; - resources.ApplyResources(this.SearchAtPostsDetailNameToolStripMenuItem, "SearchAtPostsDetailNameToolStripMenuItem"); - this.SearchAtPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailNameToolStripMenuItem_Click); - // - // ToolStripMenuItem1 - // - this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; - resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1"); - // - // IconNameToolStripMenuItem - // - this.IconNameToolStripMenuItem.Name = "IconNameToolStripMenuItem"; - resources.ApplyResources(this.IconNameToolStripMenuItem, "IconNameToolStripMenuItem"); - this.IconNameToolStripMenuItem.Click += new System.EventHandler(this.IconNameToolStripMenuItem_Click); - // - // ReloadIconToolStripMenuItem - // - this.ReloadIconToolStripMenuItem.Name = "ReloadIconToolStripMenuItem"; - resources.ApplyResources(this.ReloadIconToolStripMenuItem, "ReloadIconToolStripMenuItem"); - this.ReloadIconToolStripMenuItem.Click += new System.EventHandler(this.ReloadIconToolStripMenuItem_Click); - // - // SaveIconPictureToolStripMenuItem - // - this.SaveIconPictureToolStripMenuItem.Name = "SaveIconPictureToolStripMenuItem"; - resources.ApplyResources(this.SaveIconPictureToolStripMenuItem, "SaveIconPictureToolStripMenuItem"); - this.SaveIconPictureToolStripMenuItem.Click += new System.EventHandler(this.SaveIconPictureToolStripMenuItem_Click); - // - // NameLabel - // - this.NameLabel.AutoEllipsis = true; - resources.ApplyResources(this.NameLabel, "NameLabel"); - this.NameLabel.Name = "NameLabel"; - this.NameLabel.UseMnemonic = false; - // - // PostBrowser - // - this.TableLayoutPanel1.SetColumnSpan(this.PostBrowser, 3); - this.PostBrowser.ContextMenuStrip = this.ContextMenuPostBrowser; - resources.ApplyResources(this.PostBrowser, "PostBrowser"); - this.PostBrowser.IsWebBrowserContextMenuEnabled = false; - this.PostBrowser.Name = "PostBrowser"; - this.PostBrowser.TabStop = false; - this.PostBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.PostBrowser_Navigated); - this.PostBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostBrowser_Navigating); - this.PostBrowser.StatusTextChanged += new System.EventHandler(this.PostBrowser_StatusTextChanged); - this.PostBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.PostBrowser_PreviewKeyDown); - // - // ContextMenuPostBrowser - // - this.ContextMenuPostBrowser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.SelectionSearchContextMenuItem, - this.ToolStripSeparator13, - this.SelectionCopyContextMenuItem, - this.UrlCopyContextMenuItem, - this.SelectionAllContextMenuItem, - this.ToolStripSeparator5, - this.FollowContextMenuItem, - this.RemoveContextMenuItem, - this.FriendshipContextMenuItem, - this.FriendshipAllMenuItem, - this.ToolStripSeparator36, - this.ShowUserStatusContextMenuItem, - this.SearchPostsDetailToolStripMenuItem, - this.SearchAtPostsDetailToolStripMenuItem, - this.ToolStripSeparator32, - this.IdFilterAddMenuItem, - this.ListManageUserContextToolStripMenuItem, - this.ToolStripSeparator33, - this.UseHashtagMenuItem, - this.SelectionTranslationToolStripMenuItem, - this.TranslationToolStripMenuItem}); - this.ContextMenuPostBrowser.Name = "ContextMenuStrip4"; - resources.ApplyResources(this.ContextMenuPostBrowser, "ContextMenuPostBrowser"); - this.ContextMenuPostBrowser.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuPostBrowser_Opening); - // - // SelectionSearchContextMenuItem - // - this.SelectionSearchContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.SearchGoogleContextMenuItem, - this.SearchWikipediaContextMenuItem, - this.SearchPublicSearchContextMenuItem, - this.CurrentTabToolStripMenuItem}); - this.SelectionSearchContextMenuItem.Name = "SelectionSearchContextMenuItem"; - resources.ApplyResources(this.SelectionSearchContextMenuItem, "SelectionSearchContextMenuItem"); - // - // SearchGoogleContextMenuItem - // - this.SearchGoogleContextMenuItem.Name = "SearchGoogleContextMenuItem"; - resources.ApplyResources(this.SearchGoogleContextMenuItem, "SearchGoogleContextMenuItem"); - this.SearchGoogleContextMenuItem.Click += new System.EventHandler(this.SearchGoogleContextMenuItem_Click); - // - // SearchWikipediaContextMenuItem - // - this.SearchWikipediaContextMenuItem.Name = "SearchWikipediaContextMenuItem"; - resources.ApplyResources(this.SearchWikipediaContextMenuItem, "SearchWikipediaContextMenuItem"); - this.SearchWikipediaContextMenuItem.Click += new System.EventHandler(this.SearchWikipediaContextMenuItem_Click); - // - // SearchPublicSearchContextMenuItem - // - this.SearchPublicSearchContextMenuItem.Name = "SearchPublicSearchContextMenuItem"; - resources.ApplyResources(this.SearchPublicSearchContextMenuItem, "SearchPublicSearchContextMenuItem"); - this.SearchPublicSearchContextMenuItem.Click += new System.EventHandler(this.SearchPublicSearchContextMenuItem_Click); - // - // CurrentTabToolStripMenuItem - // - this.CurrentTabToolStripMenuItem.Name = "CurrentTabToolStripMenuItem"; - resources.ApplyResources(this.CurrentTabToolStripMenuItem, "CurrentTabToolStripMenuItem"); - this.CurrentTabToolStripMenuItem.Click += new System.EventHandler(this.CurrentTabToolStripMenuItem_Click); - // - // ToolStripSeparator13 - // - this.ToolStripSeparator13.Name = "ToolStripSeparator13"; - resources.ApplyResources(this.ToolStripSeparator13, "ToolStripSeparator13"); - // - // SelectionCopyContextMenuItem - // - this.SelectionCopyContextMenuItem.Name = "SelectionCopyContextMenuItem"; - resources.ApplyResources(this.SelectionCopyContextMenuItem, "SelectionCopyContextMenuItem"); - this.SelectionCopyContextMenuItem.Click += new System.EventHandler(this.SelectionCopyContextMenuItem_Click); - // - // UrlCopyContextMenuItem - // - resources.ApplyResources(this.UrlCopyContextMenuItem, "UrlCopyContextMenuItem"); - this.UrlCopyContextMenuItem.Name = "UrlCopyContextMenuItem"; - this.UrlCopyContextMenuItem.Click += new System.EventHandler(this.UrlCopyContextMenuItem_Click); - // - // SelectionAllContextMenuItem - // - this.SelectionAllContextMenuItem.Name = "SelectionAllContextMenuItem"; - resources.ApplyResources(this.SelectionAllContextMenuItem, "SelectionAllContextMenuItem"); - this.SelectionAllContextMenuItem.Click += new System.EventHandler(this.SelectionAllContextMenuItem_Click); - // - // ToolStripSeparator5 - // - this.ToolStripSeparator5.Name = "ToolStripSeparator5"; - resources.ApplyResources(this.ToolStripSeparator5, "ToolStripSeparator5"); - // - // FollowContextMenuItem - // - this.FollowContextMenuItem.Name = "FollowContextMenuItem"; - resources.ApplyResources(this.FollowContextMenuItem, "FollowContextMenuItem"); - this.FollowContextMenuItem.Click += new System.EventHandler(this.FollowContextMenuItem_Click); - // - // RemoveContextMenuItem - // - this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; - resources.ApplyResources(this.RemoveContextMenuItem, "RemoveContextMenuItem"); - this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveContextMenuItem_Click); - // - // FriendshipContextMenuItem - // - this.FriendshipContextMenuItem.Name = "FriendshipContextMenuItem"; - resources.ApplyResources(this.FriendshipContextMenuItem, "FriendshipContextMenuItem"); - this.FriendshipContextMenuItem.Click += new System.EventHandler(this.FriendshipContextMenuItem_Click); - // - // FriendshipAllMenuItem - // - this.FriendshipAllMenuItem.Name = "FriendshipAllMenuItem"; - resources.ApplyResources(this.FriendshipAllMenuItem, "FriendshipAllMenuItem"); - this.FriendshipAllMenuItem.Click += new System.EventHandler(this.FriendshipAllMenuItem_Click); - // - // ToolStripSeparator36 - // - this.ToolStripSeparator36.Name = "ToolStripSeparator36"; - resources.ApplyResources(this.ToolStripSeparator36, "ToolStripSeparator36"); - // - // ShowUserStatusContextMenuItem - // - this.ShowUserStatusContextMenuItem.Name = "ShowUserStatusContextMenuItem"; - resources.ApplyResources(this.ShowUserStatusContextMenuItem, "ShowUserStatusContextMenuItem"); - this.ShowUserStatusContextMenuItem.Click += new System.EventHandler(this.ShowUserStatusContextMenuItem_Click); - // - // SearchPostsDetailToolStripMenuItem - // - this.SearchPostsDetailToolStripMenuItem.Name = "SearchPostsDetailToolStripMenuItem"; - resources.ApplyResources(this.SearchPostsDetailToolStripMenuItem, "SearchPostsDetailToolStripMenuItem"); - this.SearchPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailToolStripMenuItem_Click); - // - // SearchAtPostsDetailToolStripMenuItem - // - this.SearchAtPostsDetailToolStripMenuItem.Name = "SearchAtPostsDetailToolStripMenuItem"; - resources.ApplyResources(this.SearchAtPostsDetailToolStripMenuItem, "SearchAtPostsDetailToolStripMenuItem"); - this.SearchAtPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailToolStripMenuItem_Click); - // - // ToolStripSeparator32 - // - this.ToolStripSeparator32.Name = "ToolStripSeparator32"; - resources.ApplyResources(this.ToolStripSeparator32, "ToolStripSeparator32"); - // - // IdFilterAddMenuItem - // - this.IdFilterAddMenuItem.Name = "IdFilterAddMenuItem"; - resources.ApplyResources(this.IdFilterAddMenuItem, "IdFilterAddMenuItem"); - this.IdFilterAddMenuItem.Click += new System.EventHandler(this.IdFilterAddMenuItem_Click); - // - // ListManageUserContextToolStripMenuItem - // - this.ListManageUserContextToolStripMenuItem.Name = "ListManageUserContextToolStripMenuItem"; - resources.ApplyResources(this.ListManageUserContextToolStripMenuItem, "ListManageUserContextToolStripMenuItem"); - this.ListManageUserContextToolStripMenuItem.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click); - // - // ToolStripSeparator33 - // - this.ToolStripSeparator33.Name = "ToolStripSeparator33"; - resources.ApplyResources(this.ToolStripSeparator33, "ToolStripSeparator33"); - // - // UseHashtagMenuItem - // - this.UseHashtagMenuItem.Name = "UseHashtagMenuItem"; - resources.ApplyResources(this.UseHashtagMenuItem, "UseHashtagMenuItem"); - this.UseHashtagMenuItem.Click += new System.EventHandler(this.UseHashtagMenuItem_Click); - // - // SelectionTranslationToolStripMenuItem - // - this.SelectionTranslationToolStripMenuItem.Name = "SelectionTranslationToolStripMenuItem"; - resources.ApplyResources(this.SelectionTranslationToolStripMenuItem, "SelectionTranslationToolStripMenuItem"); - this.SelectionTranslationToolStripMenuItem.Click += new System.EventHandler(this.SelectionTranslationToolStripMenuItem_Click); - // - // TranslationToolStripMenuItem - // - this.TranslationToolStripMenuItem.Name = "TranslationToolStripMenuItem"; - resources.ApplyResources(this.TranslationToolStripMenuItem, "TranslationToolStripMenuItem"); - this.TranslationToolStripMenuItem.Click += new System.EventHandler(this.TranslationToolStripMenuItem_Click); - // - // DateTimeLabel - // - resources.ApplyResources(this.DateTimeLabel, "DateTimeLabel"); - this.DateTimeLabel.AutoEllipsis = true; - this.DateTimeLabel.Name = "DateTimeLabel"; - // - // SourceLinkLabel - // - resources.ApplyResources(this.SourceLinkLabel, "SourceLinkLabel"); - this.SourceLinkLabel.AutoEllipsis = true; - this.SourceLinkLabel.ContextMenuStrip = this.ContextMenuSource; - this.SourceLinkLabel.Name = "SourceLinkLabel"; - this.SourceLinkLabel.TabStop = true; - this.SourceLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SourceLinkLabel_LinkClicked); - this.SourceLinkLabel.MouseEnter += new System.EventHandler(this.SourceLinkLabel_MouseEnter); - this.SourceLinkLabel.MouseLeave += new System.EventHandler(this.SourceLinkLabel_MouseLeave); - // - // ContextMenuSource - // - this.ContextMenuSource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.SourceCopyMenuItem, - this.SourceUrlCopyMenuItem}); - this.ContextMenuSource.Name = "ContextMenuSource"; - resources.ApplyResources(this.ContextMenuSource, "ContextMenuSource"); - this.ContextMenuSource.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuSource_Opening); - // - // SourceCopyMenuItem - // - this.SourceCopyMenuItem.Name = "SourceCopyMenuItem"; - resources.ApplyResources(this.SourceCopyMenuItem, "SourceCopyMenuItem"); - this.SourceCopyMenuItem.Click += new System.EventHandler(this.SourceCopyMenuItem_Click); - // - // SourceUrlCopyMenuItem - // - this.SourceUrlCopyMenuItem.Name = "SourceUrlCopyMenuItem"; - resources.ApplyResources(this.SourceUrlCopyMenuItem, "SourceUrlCopyMenuItem"); - this.SourceUrlCopyMenuItem.Click += new System.EventHandler(this.SourceUrlCopyMenuItem_Click); + resources.ApplyResources(this.tweetDetailsView, "tweetDetailsView"); + this.tweetDetailsView.Name = "tweetDetailsView"; + this.tweetDetailsView.StatusChanged += new System.EventHandler(this.tweetDetailsView_StatusChanged); // // TableLayoutPanel2 // @@ -2498,12 +2103,6 @@ this.SplitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.SplitContainer2)).EndInit(); this.SplitContainer2.ResumeLayout(false); - this.TableLayoutPanel1.ResumeLayout(false); - this.TableLayoutPanel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).EndInit(); - this.ContextMenuUserPicture.ResumeLayout(false); - this.ContextMenuPostBrowser.ResumeLayout(false); - this.ContextMenuSource.ResumeLayout(false); this.TableLayoutPanel2.ResumeLayout(false); this.TableLayoutPanel2.PerformLayout(); this.MenuStrip1.ResumeLayout(false); @@ -2556,53 +2155,6 @@ internal System.Windows.Forms.Panel ProfilePanel; internal System.Windows.Forms.SplitContainer SplitContainer3; internal System.Windows.Forms.SplitContainer SplitContainer2; - internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1; - internal OTPictureBox UserPicture; - internal System.Windows.Forms.ContextMenuStrip ContextMenuUserPicture; - internal System.Windows.Forms.ToolStripMenuItem FollowToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem UnFollowToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ShowFriendShipToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem3; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator37; - internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailNameToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailNameToolStripMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1; - internal System.Windows.Forms.ToolStripMenuItem IconNameToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SaveIconPictureToolStripMenuItem; - internal System.Windows.Forms.Label NameLabel; - internal System.Windows.Forms.WebBrowser PostBrowser; - internal System.Windows.Forms.ContextMenuStrip ContextMenuPostBrowser; - internal System.Windows.Forms.ToolStripMenuItem SelectionSearchContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchGoogleContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchWikipediaContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchPublicSearchContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem CurrentTabToolStripMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator13; - internal System.Windows.Forms.ToolStripMenuItem SelectionCopyContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem UrlCopyContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SelectionAllContextMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5; - internal System.Windows.Forms.ToolStripMenuItem FollowContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem RemoveContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem FriendshipContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem FriendshipAllMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator36; - internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusContextMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailToolStripMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator32; - internal System.Windows.Forms.ToolStripMenuItem IdFilterAddMenuItem; - internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem; - internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator33; - internal System.Windows.Forms.ToolStripMenuItem UseHashtagMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SelectionTranslationToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem TranslationToolStripMenuItem; - internal System.Windows.Forms.Label DateTimeLabel; - internal System.Windows.Forms.LinkLabel SourceLinkLabel; - internal System.Windows.Forms.ContextMenuStrip ContextMenuSource; - internal System.Windows.Forms.ToolStripMenuItem SourceCopyMenuItem; - internal System.Windows.Forms.ToolStripMenuItem SourceUrlCopyMenuItem; internal System.Windows.Forms.TextBox StatusText; internal System.Windows.Forms.Label lblLen; internal System.Windows.Forms.Button PostButton; @@ -2790,7 +2342,6 @@ private System.Windows.Forms.ToolStripMenuItem ProtectTbMenuItem; private TweetThumbnail tweetThumbnail1; private System.Windows.Forms.ToolStripMenuItem TwitterApiStatusToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem ReloadIconToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator44; private System.Windows.Forms.ToolStripMenuItem OpenURLFileMenuItem; internal System.Windows.Forms.ContextMenuStrip ContextMenuColumnHeader; @@ -2806,5 +2357,6 @@ private System.Windows.Forms.ToolStripMenuItem CreateSourceRuleOpMenuItem; private System.Windows.Forms.ToolStripMenuItem SourceRuleMenuItem; private System.Windows.Forms.TableLayoutPanel TableLayoutPanel2; + private TweetDetailsView tweetDetailsView; } } \ No newline at end of file diff --git a/OpenTween/Tween.en.resx b/OpenTween/Tween.en.resx index ec362c8d..d655aac7 100644 --- a/OpenTween/Tween.en.resx +++ b/OpenTween/Tween.en.resx @@ -304,264 +304,6 @@ - - PostDetailsArea - - - ProfileImage - - - 286, 24 - - - &Follow - - - 286, 24 - - - &Unfollow - - - 286, 24 - - - Friendship &Relation - - - 286, 24 - - - Add to &Lists - - - 283, 6 - - - 286, 24 - - - User &Profile - - - 286, 24 - - - User Timeline - - - 286, 24 - - - Search &Mentions to this user - - - 283, 6 - - - 286, 24 - - - &Reload Icon - - - 286, 24 - - - Save &Icon... - - - 287, 232 - - - - - - - - - 250, 17 - - - - - - PostBody - - - 216, 24 - - - 216, 24 - - - 216, 24 - - - 216, 24 - - - Current Tab(&Local) - - - 313, 24 - - - &Search selecting words - - - 310, 6 - - - 313, 24 - - - &Copy - - - 313, 24 - - - Copy &URL - - - 313, 24 - - - Select &All - - - 310, 6 - - - 313, 24 - - - &Follow - - - 313, 24 - - - &Unfollow - - - 313, 24 - - - Friendship &Relation - - - 313, 24 - - - &All User Friendship in this Tweet - - - 310, 6 - - - 313, 24 - - - User &Profile - - - 313, 24 - - - User Timeline(&F) - - - 313, 24 - - - Search &Mentions to this user - - - 310, 6 - - - 313, 24 - - - Filter by &Id ... - - - 313, 24 - - - Add to &Lists - - - 310, 6 - - - 313, 24 - - - Use this &Hashtag - - - 313, 24 - - - &Translate - - - 313, 24 - - - Translate - - - 314, 418 - - - - - - 492, 112 - - - - - - 436, 4 - - - - - - 204, 24 - - - Copy &Source - - - 204, 24 - - - Copy Source &URL - - - 205, 52 - - - - - - 492, 4 - - - - - - 570, 141 - - - - diff --git a/OpenTween/Tween.resx b/OpenTween/Tween.resx index 7eaf6558..a7df45b5 100644 --- a/OpenTween/Tween.resx +++ b/OpenTween/Tween.resx @@ -523,477 +523,33 @@ Horizontal - + 発言詳細部 - - 4 - - - プロフィール画像 - - - 17, 93 - - - 239, 22 - - - フォローする(&F) - - - 239, 22 - - - フォロー解除(&N) - - - 239, 22 - - - 相互フォロー状態表示(&H) - - - 239, 22 - - - リスト管理(&L) - - - 236, 6 - - - 239, 22 - - - プロフィール表示(&P) - - - 239, 22 - - - ユーザーのタイムラインを表示(&T) - - - 239, 22 - - - このユーザーへの@発言を検索(&S) - - - 236, 6 - - - 239, 22 - - - IconName - - - 239, 22 - - - 再読み込み(&R) - - - 239, 22 - - - 保存(&I)... - - - 240, 236 - - - ContextMenuUserPicture - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Off - - - - - - 3, 3 - - - 50, 50 - - - Zoom - - - 0 - - - UserPicture - - - OpenTween.OTPictureBox, OpenTween, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null - - - TableLayoutPanel1 - - - 0 - - - Fill - - - MS UI Gothic, 9pt, style=Bold - - - Off - - - 59, 3 - - - 3, 3, 3, 0 - - - 340, 14 - - - 1 - - - LblName - - - MiddleLeft - - - NameLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TableLayoutPanel1 - - - 1 - - - 発言本文 - - - 189, 55 - - - 178, 22 - - - Google(&G) - - - 178, 22 - - - Wikipedia(&W) - - - 178, 22 - - - Twitter Search(&S) - - - 178, 22 - - - 現在のタブ(&L) - - - 239, 22 - - - 選択文字列で検索(&S) - - - 236, 6 - - - 239, 22 - - - 選択文字列をコピー(&C) - - - False - - - 239, 22 - - - URLをコピー(&U) - - - 239, 22 - - - すべて選択(&A) - - - 236, 6 - - - 239, 22 - - - フォローする(&F) - - - 239, 22 - - - フォロー解除(&N) - - - 239, 22 - - - 相互フォロー状態表示(&R) - - - 239, 22 - - - 全ユーザーのフォロー状態(&A) - - - 236, 6 - - - 239, 22 - - - プロフィール表示(&P) - - - 239, 22 - - - このユーザーのTLを取得(&F) - - - 239, 22 - - - このユーザーへの@発言を検索(&S) - - - 236, 6 - - - 239, 22 - - - ID振分ルール作成(&I) - - - 239, 22 - - - リスト管理(&L) - - - 236, 6 - - - 239, 22 - - - ハッシュタグを固定(&H) - - - 239, 22 - - - 選択した文字列を翻訳 - - - False - - - Alt+Shift+T - - - 239, 22 - - - この発言を翻訳 - - - 240, 386 - - - ContextMenuPostBrowser - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + Fill - - 59, 20 - - - 449, 60 - - - 4 - - - PostBrowser - - - System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TableLayoutPanel1 - - - 2 - - - Top, Bottom, Right - - - True - - - Off - - - 405, 3 - - - 3, 3, 3, 0 - - - 38, 14 - - - 1 - - - Label1 - - - MiddleRight - - - DateTimeLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TableLayoutPanel1 - - - 3 - - - Top, Bottom, Left, Right - - - True - - - 17, 55 - - - 178, 22 - - - Sourceをコピー - - - 178, 22 - - - Source URLをコピー - - - 179, 48 - - - ContextMenuSource - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Off - - - 449, 3 - - - 3, 3, 3, 0 - - - 59, 14 - - - 7 - - - LinkLabel1 - - - MiddleRight - - - SourceLinkLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TableLayoutPanel1 - - - 4 - - - Fill - - + 0, 0 - - 2 + + 511, 85 - - 511, 87 + + 2 - - 1 + + tweetDetailsView - - TableLayoutPanel1 + + OpenTween.TweetDetailsView, OpenTween, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + SplitContainer2.Panel1 - + 0 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="UserPicture" Row="0" RowSpan="2" Column="0" ColumnSpan="1" /><Control Name="NameLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="PostBrowser" Row="1" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="DateTimeLabel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="SourceLinkLabel" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Absolute,56,Percent,100,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Percent,100" /></TableLayoutSettings> - SplitContainer2.Panel1 @@ -2925,240 +2481,6 @@ System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FollowToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - UnFollowToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShowFriendShipToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ListManageUserContextToolStripMenuItem3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator37 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShowUserStatusToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchPostsDetailNameToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchAtPostsDetailNameToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripMenuItem1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - IconNameToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ReloadIconToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SaveIconPictureToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectionSearchContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchGoogleContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchWikipediaContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchPublicSearchContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CurrentTabToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator13 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectionCopyContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - UrlCopyContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectionAllContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator5 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FollowContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - RemoveContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FriendshipContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FriendshipAllMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator36 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShowUserStatusContextMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchPostsDetailToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SearchAtPostsDetailToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator32 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - IdFilterAddMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ListManageUserContextToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator33 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - UseHashtagMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectionTranslationToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TranslationToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SourceCopyMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SourceUrlCopyMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - MenuItemFile diff --git a/OpenTween/Tween.zh-CHS.resx b/OpenTween/Tween.zh-CHS.resx index 8b87e3eb..650610f4 100644 --- a/OpenTween/Tween.zh-CHS.resx +++ b/OpenTween/Tween.zh-CHS.resx @@ -241,162 +241,9 @@ 186, 207 - - 170, 22 - - - 关注 - - - 170, 22 - - - 取消关注 - - - 170, 22 - - - 显示相互关注状态 - - - 170, 22 - - - 列表管理(&L) - - - 167, 6 - - - 170, 22 - - - 显示用户信息 - - - 170, 22 - - - 搜索该用户的消息 - - - 167, 6 - - - 170, 22 - - - 170, 22 - - - 171, 192 - - - 宋体, 9pt, style=Bold - Twitter(&Y) - - 当前标签(&L) - - - 209, 22 - - - 搜索选中文本(&S) - - - 206, 6 - - - 209, 22 - - - 复制选中文本(&C) - - - 209, 22 - - - 复制网址(&U) - - - 209, 22 - - - 选择全部(&A) - - - 206, 6 - - - 209, 22 - - - 关注(&F) - - - 209, 22 - - - 取消关注(&N) - - - 209, 22 - - - 显示相互关注状态(&R) - - - 209, 22 - - - 显示所有人的关注状态(&A) - - - 206, 6 - - - 209, 22 - - - 显示用户信息(&P) - - - 209, 22 - - - 搜索该用户的消息 - - - 206, 6 - - - 209, 22 - - - 新建ID过滤规则(&I) - - - 209, 22 - - - 列表管理(&L) - - - 206, 6 - - - 209, 22 - - - 固定Hash Tag(&H) - - - 210, 320 - 发送 diff --git a/OpenTween/TweetDetailsView.Designer.cs b/OpenTween/TweetDetailsView.Designer.cs new file mode 100644 index 00000000..38d87ea5 --- /dev/null +++ b/OpenTween/TweetDetailsView.Designer.cs @@ -0,0 +1,500 @@ +namespace OpenTween +{ + partial class TweetDetailsView + { + /// + /// 必要なデザイナー変数です。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 使用中のリソースをすべてクリーンアップします。 + /// + /// マネージ リソースを破棄する場合は true を指定し、その他の場合は false を指定します。 + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region コンポーネント デザイナーで生成されたコード + + /// + /// デザイナー サポートに必要なメソッドです。このメソッドの内容を + /// コード エディターで変更しないでください。 + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweetDetailsView)); + this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.UserPicture = new OpenTween.OTPictureBox(); + this.ContextMenuUserPicture = new System.Windows.Forms.ContextMenuStrip(this.components); + this.FollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UnFollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowFriendShipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ListManageUserContextToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator(); + this.ShowUserStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchAtPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); + this.IconNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ReloadIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveIconPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.NameLabel = new System.Windows.Forms.Label(); + this.PostBrowser = new System.Windows.Forms.WebBrowser(); + this.ContextMenuPostBrowser = new System.Windows.Forms.ContextMenuStrip(this.components); + this.SelectionSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchGoogleContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchWikipediaContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchPublicSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.CurrentTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); + this.SelectionCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UrlCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SelectionAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.FollowContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FriendshipContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FriendshipAllMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator(); + this.ShowUserStatusContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SearchAtPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator32 = new System.Windows.Forms.ToolStripSeparator(); + this.IdFilterAddMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ListManageUserContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator(); + this.UseHashtagMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SelectionTranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.TranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.DateTimeLabel = new System.Windows.Forms.Label(); + this.SourceLinkLabel = new System.Windows.Forms.LinkLabel(); + this.ContextMenuSource = new System.Windows.Forms.ContextMenuStrip(this.components); + this.SourceCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SourceUrlCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.TableLayoutPanel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).BeginInit(); + this.ContextMenuUserPicture.SuspendLayout(); + this.ContextMenuPostBrowser.SuspendLayout(); + this.ContextMenuSource.SuspendLayout(); + this.SuspendLayout(); + // + // TableLayoutPanel1 + // + resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1"); + this.TableLayoutPanel1.Controls.Add(this.UserPicture, 0, 0); + this.TableLayoutPanel1.Controls.Add(this.NameLabel, 1, 0); + this.TableLayoutPanel1.Controls.Add(this.PostBrowser, 1, 1); + this.TableLayoutPanel1.Controls.Add(this.DateTimeLabel, 2, 0); + this.TableLayoutPanel1.Controls.Add(this.SourceLinkLabel, 3, 0); + this.TableLayoutPanel1.Name = "TableLayoutPanel1"; + // + // UserPicture + // + resources.ApplyResources(this.UserPicture, "UserPicture"); + this.UserPicture.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic; + this.UserPicture.BackColor = System.Drawing.Color.White; + this.UserPicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.UserPicture.ContextMenuStrip = this.ContextMenuUserPicture; + this.UserPicture.Name = "UserPicture"; + this.TableLayoutPanel1.SetRowSpan(this.UserPicture, 2); + this.UserPicture.TabStop = false; + // + // ContextMenuUserPicture + // + this.ContextMenuUserPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.FollowToolStripMenuItem, + this.UnFollowToolStripMenuItem, + this.ShowFriendShipToolStripMenuItem, + this.ListManageUserContextToolStripMenuItem3, + this.ToolStripSeparator37, + this.ShowUserStatusToolStripMenuItem, + this.SearchPostsDetailNameToolStripMenuItem, + this.SearchAtPostsDetailNameToolStripMenuItem, + this.ToolStripMenuItem1, + this.IconNameToolStripMenuItem, + this.ReloadIconToolStripMenuItem, + this.SaveIconPictureToolStripMenuItem}); + this.ContextMenuUserPicture.Name = "ContextMenuStrip3"; + this.ContextMenuUserPicture.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; + resources.ApplyResources(this.ContextMenuUserPicture, "ContextMenuUserPicture"); + this.ContextMenuUserPicture.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuUserPicture_Opening); + // + // FollowToolStripMenuItem + // + this.FollowToolStripMenuItem.Name = "FollowToolStripMenuItem"; + resources.ApplyResources(this.FollowToolStripMenuItem, "FollowToolStripMenuItem"); + this.FollowToolStripMenuItem.Click += new System.EventHandler(this.FollowToolStripMenuItem_Click); + // + // UnFollowToolStripMenuItem + // + this.UnFollowToolStripMenuItem.Name = "UnFollowToolStripMenuItem"; + resources.ApplyResources(this.UnFollowToolStripMenuItem, "UnFollowToolStripMenuItem"); + this.UnFollowToolStripMenuItem.Click += new System.EventHandler(this.UnFollowToolStripMenuItem_Click); + // + // ShowFriendShipToolStripMenuItem + // + this.ShowFriendShipToolStripMenuItem.Name = "ShowFriendShipToolStripMenuItem"; + resources.ApplyResources(this.ShowFriendShipToolStripMenuItem, "ShowFriendShipToolStripMenuItem"); + this.ShowFriendShipToolStripMenuItem.Click += new System.EventHandler(this.ShowFriendShipToolStripMenuItem_Click); + // + // ListManageUserContextToolStripMenuItem3 + // + this.ListManageUserContextToolStripMenuItem3.Name = "ListManageUserContextToolStripMenuItem3"; + resources.ApplyResources(this.ListManageUserContextToolStripMenuItem3, "ListManageUserContextToolStripMenuItem3"); + this.ListManageUserContextToolStripMenuItem3.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click); + // + // ToolStripSeparator37 + // + this.ToolStripSeparator37.Name = "ToolStripSeparator37"; + resources.ApplyResources(this.ToolStripSeparator37, "ToolStripSeparator37"); + // + // ShowUserStatusToolStripMenuItem + // + this.ShowUserStatusToolStripMenuItem.Name = "ShowUserStatusToolStripMenuItem"; + resources.ApplyResources(this.ShowUserStatusToolStripMenuItem, "ShowUserStatusToolStripMenuItem"); + this.ShowUserStatusToolStripMenuItem.Click += new System.EventHandler(this.ShowUserStatusToolStripMenuItem_Click); + // + // SearchPostsDetailNameToolStripMenuItem + // + this.SearchPostsDetailNameToolStripMenuItem.Name = "SearchPostsDetailNameToolStripMenuItem"; + resources.ApplyResources(this.SearchPostsDetailNameToolStripMenuItem, "SearchPostsDetailNameToolStripMenuItem"); + this.SearchPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailNameToolStripMenuItem_Click); + // + // SearchAtPostsDetailNameToolStripMenuItem + // + this.SearchAtPostsDetailNameToolStripMenuItem.Name = "SearchAtPostsDetailNameToolStripMenuItem"; + resources.ApplyResources(this.SearchAtPostsDetailNameToolStripMenuItem, "SearchAtPostsDetailNameToolStripMenuItem"); + this.SearchAtPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailToolStripMenuItem_Click); + // + // ToolStripMenuItem1 + // + this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; + resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1"); + // + // IconNameToolStripMenuItem + // + this.IconNameToolStripMenuItem.Name = "IconNameToolStripMenuItem"; + resources.ApplyResources(this.IconNameToolStripMenuItem, "IconNameToolStripMenuItem"); + this.IconNameToolStripMenuItem.Click += new System.EventHandler(this.IconNameToolStripMenuItem_Click); + // + // ReloadIconToolStripMenuItem + // + this.ReloadIconToolStripMenuItem.Name = "ReloadIconToolStripMenuItem"; + resources.ApplyResources(this.ReloadIconToolStripMenuItem, "ReloadIconToolStripMenuItem"); + this.ReloadIconToolStripMenuItem.Click += new System.EventHandler(this.ReloadIconToolStripMenuItem_Click); + // + // SaveIconPictureToolStripMenuItem + // + this.SaveIconPictureToolStripMenuItem.Name = "SaveIconPictureToolStripMenuItem"; + resources.ApplyResources(this.SaveIconPictureToolStripMenuItem, "SaveIconPictureToolStripMenuItem"); + this.SaveIconPictureToolStripMenuItem.Click += new System.EventHandler(this.SaveIconPictureToolStripMenuItem_Click); + // + // NameLabel + // + this.NameLabel.AutoEllipsis = true; + resources.ApplyResources(this.NameLabel, "NameLabel"); + this.NameLabel.Name = "NameLabel"; + this.NameLabel.UseMnemonic = false; + // + // PostBrowser + // + resources.ApplyResources(this.PostBrowser, "PostBrowser"); + this.TableLayoutPanel1.SetColumnSpan(this.PostBrowser, 3); + this.PostBrowser.ContextMenuStrip = this.ContextMenuPostBrowser; + this.PostBrowser.IsWebBrowserContextMenuEnabled = false; + this.PostBrowser.Name = "PostBrowser"; + this.PostBrowser.TabStop = false; + this.PostBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.PostBrowser_Navigated); + this.PostBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostBrowser_Navigating); + this.PostBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.PostBrowser_PreviewKeyDown); + // + // ContextMenuPostBrowser + // + this.ContextMenuPostBrowser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.SelectionSearchContextMenuItem, + this.ToolStripSeparator13, + this.SelectionCopyContextMenuItem, + this.UrlCopyContextMenuItem, + this.SelectionAllContextMenuItem, + this.ToolStripSeparator5, + this.FollowContextMenuItem, + this.RemoveContextMenuItem, + this.FriendshipContextMenuItem, + this.FriendshipAllMenuItem, + this.ToolStripSeparator36, + this.ShowUserStatusContextMenuItem, + this.SearchPostsDetailToolStripMenuItem, + this.SearchAtPostsDetailToolStripMenuItem, + this.ToolStripSeparator32, + this.IdFilterAddMenuItem, + this.ListManageUserContextToolStripMenuItem, + this.ToolStripSeparator33, + this.UseHashtagMenuItem, + this.SelectionTranslationToolStripMenuItem, + this.TranslationToolStripMenuItem}); + this.ContextMenuPostBrowser.Name = "ContextMenuStrip4"; + resources.ApplyResources(this.ContextMenuPostBrowser, "ContextMenuPostBrowser"); + this.ContextMenuPostBrowser.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuPostBrowser_Opening); + // + // SelectionSearchContextMenuItem + // + this.SelectionSearchContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.SearchGoogleContextMenuItem, + this.SearchWikipediaContextMenuItem, + this.SearchPublicSearchContextMenuItem, + this.CurrentTabToolStripMenuItem}); + this.SelectionSearchContextMenuItem.Name = "SelectionSearchContextMenuItem"; + resources.ApplyResources(this.SelectionSearchContextMenuItem, "SelectionSearchContextMenuItem"); + // + // SearchGoogleContextMenuItem + // + this.SearchGoogleContextMenuItem.Name = "SearchGoogleContextMenuItem"; + resources.ApplyResources(this.SearchGoogleContextMenuItem, "SearchGoogleContextMenuItem"); + this.SearchGoogleContextMenuItem.Click += new System.EventHandler(this.SearchGoogleContextMenuItem_Click); + // + // SearchWikipediaContextMenuItem + // + this.SearchWikipediaContextMenuItem.Name = "SearchWikipediaContextMenuItem"; + resources.ApplyResources(this.SearchWikipediaContextMenuItem, "SearchWikipediaContextMenuItem"); + this.SearchWikipediaContextMenuItem.Click += new System.EventHandler(this.SearchWikipediaContextMenuItem_Click); + // + // SearchPublicSearchContextMenuItem + // + this.SearchPublicSearchContextMenuItem.Name = "SearchPublicSearchContextMenuItem"; + resources.ApplyResources(this.SearchPublicSearchContextMenuItem, "SearchPublicSearchContextMenuItem"); + this.SearchPublicSearchContextMenuItem.Click += new System.EventHandler(this.SearchPublicSearchContextMenuItem_Click); + // + // CurrentTabToolStripMenuItem + // + this.CurrentTabToolStripMenuItem.Name = "CurrentTabToolStripMenuItem"; + resources.ApplyResources(this.CurrentTabToolStripMenuItem, "CurrentTabToolStripMenuItem"); + this.CurrentTabToolStripMenuItem.Click += new System.EventHandler(this.CurrentTabToolStripMenuItem_Click); + // + // ToolStripSeparator13 + // + this.ToolStripSeparator13.Name = "ToolStripSeparator13"; + resources.ApplyResources(this.ToolStripSeparator13, "ToolStripSeparator13"); + // + // SelectionCopyContextMenuItem + // + this.SelectionCopyContextMenuItem.Name = "SelectionCopyContextMenuItem"; + resources.ApplyResources(this.SelectionCopyContextMenuItem, "SelectionCopyContextMenuItem"); + this.SelectionCopyContextMenuItem.Click += new System.EventHandler(this.SelectionCopyContextMenuItem_Click); + // + // UrlCopyContextMenuItem + // + resources.ApplyResources(this.UrlCopyContextMenuItem, "UrlCopyContextMenuItem"); + this.UrlCopyContextMenuItem.Name = "UrlCopyContextMenuItem"; + this.UrlCopyContextMenuItem.Click += new System.EventHandler(this.UrlCopyContextMenuItem_Click); + // + // SelectionAllContextMenuItem + // + this.SelectionAllContextMenuItem.Name = "SelectionAllContextMenuItem"; + resources.ApplyResources(this.SelectionAllContextMenuItem, "SelectionAllContextMenuItem"); + this.SelectionAllContextMenuItem.Click += new System.EventHandler(this.SelectionAllContextMenuItem_Click); + // + // ToolStripSeparator5 + // + this.ToolStripSeparator5.Name = "ToolStripSeparator5"; + resources.ApplyResources(this.ToolStripSeparator5, "ToolStripSeparator5"); + // + // FollowContextMenuItem + // + this.FollowContextMenuItem.Name = "FollowContextMenuItem"; + resources.ApplyResources(this.FollowContextMenuItem, "FollowContextMenuItem"); + this.FollowContextMenuItem.Click += new System.EventHandler(this.FollowContextMenuItem_Click); + // + // RemoveContextMenuItem + // + this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; + resources.ApplyResources(this.RemoveContextMenuItem, "RemoveContextMenuItem"); + this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveContextMenuItem_Click); + // + // FriendshipContextMenuItem + // + this.FriendshipContextMenuItem.Name = "FriendshipContextMenuItem"; + resources.ApplyResources(this.FriendshipContextMenuItem, "FriendshipContextMenuItem"); + this.FriendshipContextMenuItem.Click += new System.EventHandler(this.FriendshipContextMenuItem_Click); + // + // FriendshipAllMenuItem + // + this.FriendshipAllMenuItem.Name = "FriendshipAllMenuItem"; + resources.ApplyResources(this.FriendshipAllMenuItem, "FriendshipAllMenuItem"); + this.FriendshipAllMenuItem.Click += new System.EventHandler(this.FriendshipAllMenuItem_Click); + // + // ToolStripSeparator36 + // + this.ToolStripSeparator36.Name = "ToolStripSeparator36"; + resources.ApplyResources(this.ToolStripSeparator36, "ToolStripSeparator36"); + // + // ShowUserStatusContextMenuItem + // + this.ShowUserStatusContextMenuItem.Name = "ShowUserStatusContextMenuItem"; + resources.ApplyResources(this.ShowUserStatusContextMenuItem, "ShowUserStatusContextMenuItem"); + this.ShowUserStatusContextMenuItem.Click += new System.EventHandler(this.ShowUserStatusContextMenuItem_Click); + // + // SearchPostsDetailToolStripMenuItem + // + this.SearchPostsDetailToolStripMenuItem.Name = "SearchPostsDetailToolStripMenuItem"; + resources.ApplyResources(this.SearchPostsDetailToolStripMenuItem, "SearchPostsDetailToolStripMenuItem"); + this.SearchPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailToolStripMenuItem_Click); + // + // SearchAtPostsDetailToolStripMenuItem + // + this.SearchAtPostsDetailToolStripMenuItem.Name = "SearchAtPostsDetailToolStripMenuItem"; + resources.ApplyResources(this.SearchAtPostsDetailToolStripMenuItem, "SearchAtPostsDetailToolStripMenuItem"); + this.SearchAtPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailNameToolStripMenuItem_Click); + // + // ToolStripSeparator32 + // + this.ToolStripSeparator32.Name = "ToolStripSeparator32"; + resources.ApplyResources(this.ToolStripSeparator32, "ToolStripSeparator32"); + // + // IdFilterAddMenuItem + // + this.IdFilterAddMenuItem.Name = "IdFilterAddMenuItem"; + resources.ApplyResources(this.IdFilterAddMenuItem, "IdFilterAddMenuItem"); + this.IdFilterAddMenuItem.Click += new System.EventHandler(this.IdFilterAddMenuItem_Click); + // + // ListManageUserContextToolStripMenuItem + // + this.ListManageUserContextToolStripMenuItem.Name = "ListManageUserContextToolStripMenuItem"; + resources.ApplyResources(this.ListManageUserContextToolStripMenuItem, "ListManageUserContextToolStripMenuItem"); + this.ListManageUserContextToolStripMenuItem.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click); + // + // ToolStripSeparator33 + // + this.ToolStripSeparator33.Name = "ToolStripSeparator33"; + resources.ApplyResources(this.ToolStripSeparator33, "ToolStripSeparator33"); + // + // UseHashtagMenuItem + // + this.UseHashtagMenuItem.Name = "UseHashtagMenuItem"; + resources.ApplyResources(this.UseHashtagMenuItem, "UseHashtagMenuItem"); + this.UseHashtagMenuItem.Click += new System.EventHandler(this.UseHashtagMenuItem_Click); + // + // SelectionTranslationToolStripMenuItem + // + this.SelectionTranslationToolStripMenuItem.Name = "SelectionTranslationToolStripMenuItem"; + resources.ApplyResources(this.SelectionTranslationToolStripMenuItem, "SelectionTranslationToolStripMenuItem"); + this.SelectionTranslationToolStripMenuItem.Click += new System.EventHandler(this.SelectionTranslationToolStripMenuItem_Click); + // + // TranslationToolStripMenuItem + // + this.TranslationToolStripMenuItem.Name = "TranslationToolStripMenuItem"; + resources.ApplyResources(this.TranslationToolStripMenuItem, "TranslationToolStripMenuItem"); + this.TranslationToolStripMenuItem.Click += new System.EventHandler(this.TranslationToolStripMenuItem_Click); + // + // DateTimeLabel + // + resources.ApplyResources(this.DateTimeLabel, "DateTimeLabel"); + this.DateTimeLabel.AutoEllipsis = true; + this.DateTimeLabel.Name = "DateTimeLabel"; + // + // SourceLinkLabel + // + resources.ApplyResources(this.SourceLinkLabel, "SourceLinkLabel"); + this.SourceLinkLabel.AutoEllipsis = true; + this.SourceLinkLabel.ContextMenuStrip = this.ContextMenuSource; + this.SourceLinkLabel.Name = "SourceLinkLabel"; + this.SourceLinkLabel.TabStop = true; + this.SourceLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SourceLinkLabel_LinkClicked); + this.SourceLinkLabel.MouseEnter += new System.EventHandler(this.SourceLinkLabel_MouseEnter); + this.SourceLinkLabel.MouseLeave += new System.EventHandler(this.SourceLinkLabel_MouseLeave); + // + // ContextMenuSource + // + this.ContextMenuSource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.SourceCopyMenuItem, + this.SourceUrlCopyMenuItem}); + this.ContextMenuSource.Name = "ContextMenuSource"; + resources.ApplyResources(this.ContextMenuSource, "ContextMenuSource"); + this.ContextMenuSource.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuSource_Opening); + // + // SourceCopyMenuItem + // + this.SourceCopyMenuItem.Name = "SourceCopyMenuItem"; + resources.ApplyResources(this.SourceCopyMenuItem, "SourceCopyMenuItem"); + this.SourceCopyMenuItem.Click += new System.EventHandler(this.SourceCopyMenuItem_Click); + // + // SourceUrlCopyMenuItem + // + this.SourceUrlCopyMenuItem.Name = "SourceUrlCopyMenuItem"; + resources.ApplyResources(this.SourceUrlCopyMenuItem, "SourceUrlCopyMenuItem"); + this.SourceUrlCopyMenuItem.Click += new System.EventHandler(this.SourceUrlCopyMenuItem_Click); + // + // TweetDetailsView + // + resources.ApplyResources(this, "$this"); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.Controls.Add(this.TableLayoutPanel1); + this.Name = "TweetDetailsView"; + this.TableLayoutPanel1.ResumeLayout(false); + this.TableLayoutPanel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).EndInit(); + this.ContextMenuUserPicture.ResumeLayout(false); + this.ContextMenuPostBrowser.ResumeLayout(false); + this.ContextMenuSource.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1; + internal OTPictureBox UserPicture; + internal System.Windows.Forms.Label NameLabel; + internal System.Windows.Forms.WebBrowser PostBrowser; + internal System.Windows.Forms.Label DateTimeLabel; + internal System.Windows.Forms.LinkLabel SourceLinkLabel; + internal System.Windows.Forms.ContextMenuStrip ContextMenuPostBrowser; + internal System.Windows.Forms.ToolStripMenuItem SelectionSearchContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchGoogleContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchWikipediaContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchPublicSearchContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem CurrentTabToolStripMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator13; + internal System.Windows.Forms.ToolStripMenuItem SelectionCopyContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem UrlCopyContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SelectionAllContextMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5; + internal System.Windows.Forms.ToolStripMenuItem FollowContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem RemoveContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem FriendshipContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem FriendshipAllMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator36; + internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusContextMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailToolStripMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator32; + internal System.Windows.Forms.ToolStripMenuItem IdFilterAddMenuItem; + internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator33; + internal System.Windows.Forms.ToolStripMenuItem UseHashtagMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SelectionTranslationToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem TranslationToolStripMenuItem; + internal System.Windows.Forms.ContextMenuStrip ContextMenuUserPicture; + internal System.Windows.Forms.ToolStripMenuItem FollowToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem UnFollowToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem ShowFriendShipToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem3; + internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator37; + internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailNameToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailNameToolStripMenuItem; + internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1; + internal System.Windows.Forms.ToolStripMenuItem IconNameToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem ReloadIconToolStripMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SaveIconPictureToolStripMenuItem; + internal System.Windows.Forms.ContextMenuStrip ContextMenuSource; + internal System.Windows.Forms.ToolStripMenuItem SourceCopyMenuItem; + internal System.Windows.Forms.ToolStripMenuItem SourceUrlCopyMenuItem; + } +} diff --git a/OpenTween/TweetDetailsView.cs b/OpenTween/TweetDetailsView.cs new file mode 100644 index 00000000..d2292b90 --- /dev/null +++ b/OpenTween/TweetDetailsView.cs @@ -0,0 +1,46 @@ +// OpenTween - Client of Twitter +// Copyright (c) 2007-2011 kiri_feather (@kiri_feather) +// (c) 2008-2011 Moz (@syo68k) +// (c) 2008-2011 takeshik (@takeshik) +// (c) 2010-2011 anis774 (@anis774) +// (c) 2010-2011 fantasticswallow (@f_swallow) +// (c) 2011 kim_upsilon (@kim_upsilon) +// All rights reserved. +// +// This file is part of OpenTween. +// +// This program is free software; you can redistribute it and/or modify it +// under the terms of the GNU General public License as published by the Free +// Software Foundation; either version 3 of the License, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General public License +// for more details. +// +// You should have received a copy of the GNU General public License along +// with this program. If not, see , or write to +// the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +// Boston, MA 02110-1301, USA. + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace OpenTween +{ + public partial class TweetDetailsView : UserControl + { + public TweetDetailsView() + { + this.InitializeComponent(); + } + } +} diff --git a/OpenTween/TweetDetailsView.en.resx b/OpenTween/TweetDetailsView.en.resx new file mode 100644 index 00000000..753d9ede --- /dev/null +++ b/OpenTween/TweetDetailsView.en.resx @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ProfileImage + + + + PostBody + + + &Search selecting words + + + &Copy + + + Copy &URL + + + Select &All + + + &Follow + + + &Unfollow + + + Friendship &Relation + + + &All User Friendship in this Tweet + + + User &Profile + + + User Timeline(&F) + + + Search &Mentions to this user + + + Filter by &Id ... + + + Add to &Lists + + + Use this &Hashtag + + + &Translate selecting words + + + Translate + + + &Follow + + + &Unfollow + + + Friendship &Relation + + + Add to &Lists + + + User &Profile + + + User &Timeline + + + Search &Mentions to this user + + + &Reload Icon + + + Save &Icon... + + + Current Tab(&Local) + + + Copy &Source + + + Copy Source &URL + + \ No newline at end of file diff --git a/OpenTween/TweetDetailsView.resx b/OpenTween/TweetDetailsView.resx new file mode 100644 index 00000000..ab42d915 --- /dev/null +++ b/OpenTween/TweetDetailsView.resx @@ -0,0 +1,843 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + + 4 + + + プロフィール画像 + + + 210, 17 + + + + 231, 22 + + + フォローする(&F) + + + 231, 22 + + + フォロー解除(&N) + + + 231, 22 + + + 相互フォロー状態表示(&H) + + + 231, 22 + + + リスト管理(&L) + + + 228, 6 + + + 231, 22 + + + プロフィール表示(&P) + + + 231, 22 + + + ユーザーのタイムラインを表示(&T) + + + 231, 22 + + + このユーザーへの@発言を検索(&S) + + + 228, 6 + + + 231, 22 + + + IconName + + + 231, 22 + + + 再読み込み(&R) + + + 231, 22 + + + 保存(&I)... + + + 232, 258 + + + ContextMenuUserPicture + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Off + + + + + + 3, 3 + + + 50, 50 + + + Zoom + + + 0 + + + UserPicture + + + OpenTween.OTPictureBox, OpenTween, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null + + + TableLayoutPanel1 + + + 0 + + + Fill + + + MS UI Gothic, 9pt, style=Bold + + + Off + + + 59, 3 + + + 3, 3, 3, 0 + + + 340, 14 + + + 1 + + + LblName + + + MiddleLeft + + + NameLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 1 + + + 発言本文 + + + 17, 17 + + + 161, 22 + + + Google(&G) + + + 161, 22 + + + Wikipedia(&W) + + + 161, 22 + + + Twitter Search(&S) + + + 161, 22 + + + 現在のタブ(&L) + + + 231, 22 + + + 選択文字列で検索(&S) + + + 228, 6 + + + 231, 22 + + + 選択文字列をコピー(&C) + + + False + + + 231, 22 + + + URLをコピー(&U) + + + 231, 22 + + + すべて選択(&A) + + + 228, 6 + + + 231, 22 + + + フォローする(&F) + + + 231, 22 + + + フォロー解除(&N) + + + 231, 22 + + + 相互フォロー状態表示(&R) + + + 231, 22 + + + 全ユーザーのフォロー状態(&A) + + + 228, 6 + + + 231, 22 + + + プロフィール表示(&P) + + + 231, 22 + + + このユーザーのTLを取得(&F) + + + 231, 22 + + + このユーザーへの@発言を検索(&S) + + + 228, 6 + + + 231, 22 + + + ID振分ルール作成(&I) + + + 231, 22 + + + リスト管理(&L) + + + 228, 6 + + + 231, 22 + + + ハッシュタグを固定(&H) + + + 231, 22 + + + 選択した文字列を翻訳 + + + False + + + Alt+Shift+T + + + 231, 22 + + + この発言を翻訳 + + + 232, 386 + + + ContextMenuPostBrowser + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + 59, 20 + + + 449, 62 + + + 4 + + + PostBrowser + + + System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 2 + + + Top, Bottom, Right + + + True + + + Off + + + 405, 3 + + + 3, 3, 3, 0 + + + 38, 14 + + + 1 + + + Label1 + + + MiddleRight + + + DateTimeLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 3 + + + Top, Bottom, Left, Right + + + True + + + 398, 17 + + + 167, 22 + + + Sourceをコピー + + + 167, 22 + + + Source URLをコピー + + + 168, 48 + + + ContextMenuSource + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Off + + + 449, 3 + + + 3, 3, 3, 0 + + + 59, 14 + + + 7 + + + LinkLabel1 + + + MiddleRight + + + SourceLinkLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 4 + + + Fill + + + 0, 0 + + + 2 + + + 511, 85 + + + 2 + + + TableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="UserPicture" Row="0" RowSpan="2" Column="0" ColumnSpan="1" /><Control Name="NameLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="PostBrowser" Row="1" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="DateTimeLabel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="SourceLinkLabel" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Absolute,56,Percent,100,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Percent,100" /></TableLayoutSettings> + + + True + + + 96, 96 + + + 511, 85 + + + FollowToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + UnFollowToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShowFriendShipToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListManageUserContextToolStripMenuItem3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator37 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShowUserStatusToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchPostsDetailNameToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchAtPostsDetailNameToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripMenuItem1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + IconNameToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ReloadIconToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SaveIconPictureToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SelectionSearchContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchGoogleContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchWikipediaContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchPublicSearchContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CurrentTabToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator13 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SelectionCopyContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + UrlCopyContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SelectionAllContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FollowContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + RemoveContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FriendshipContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FriendshipAllMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator36 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShowUserStatusContextMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchPostsDetailToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SearchAtPostsDetailToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator32 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + IdFilterAddMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ListManageUserContextToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator33 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + UseHashtagMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SelectionTranslationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TranslationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SourceCopyMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SourceUrlCopyMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TweetDetailsView + + + System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/OpenTween/TweetDetailsView.zh-CHT.resx b/OpenTween/TweetDetailsView.zh-CHT.resx new file mode 100644 index 00000000..0cf7dd42 --- /dev/null +++ b/OpenTween/TweetDetailsView.zh-CHT.resx @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 宋体, 9pt, style=Bold + + + 搜索选中文本(&S) + + + 复制选中文本(&C) + + + 复制网址(&U) + + + 选择全部(&A) + + + 关注(&F) + + + 取消关注(&N) + + + 显示相互关注状态(&R) + + + 显示所有人的关注状态(&A) + + + 显示用户信息(&P) + + + 搜索该用户的消息(&F) + + + 新建ID过滤规则(&I) + + + 列表管理(&L) + + + 固定Hash Tag(&H) + + + 关注(&F) + + + 取消关注(&N) + + + 显示相互关注状态(&H) + + + 列表管理(&L) + + + 显示用户信息(&P) + + + 搜索该用户的消息(&T) + + + 当前标签(&L) + + \ No newline at end of file -- 2.11.0