OSDN Git Service

Merge pull request #299 from opentween/account-collection
[opentween/open-tween.git] / OpenTween / TweetDetailsView.Designer.cs
1 namespace OpenTween
2 {
3     partial class TweetDetailsView
4     {
5         /// <summary> 
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary> 
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region コンポーネント デザイナーで生成されたコード
24
25         /// <summary> 
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweetDetailsView));
33             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
34             this.UserPicture = new OpenTween.OTPictureBox();
35             this.ContextMenuUserPicture = new System.Windows.Forms.ContextMenuStrip(this.components);
36             this.FollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37             this.UnFollowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             this.ShowFriendShipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39             this.ListManageUserContextToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
40             this.ToolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator();
41             this.ShowUserStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42             this.SearchPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43             this.SearchAtPostsDetailNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44             this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
45             this.IconNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46             this.ReloadIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             this.SaveIconPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48             this.NameLinkLabel = new System.Windows.Forms.LinkLabel();
49             this.PostBrowser = new System.Windows.Forms.WebBrowser();
50             this.ContextMenuPostBrowser = new System.Windows.Forms.ContextMenuStrip(this.components);
51             this.SelectionSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52             this.SearchGoogleContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53             this.SearchWikipediaContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54             this.SearchPublicSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55             this.CurrentTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56             this.ToolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
57             this.SelectionCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58             this.UrlCopyContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59             this.SelectionAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
61             this.FollowContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62             this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63             this.FriendshipContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64             this.FriendshipAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65             this.ToolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator();
66             this.ShowUserStatusContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67             this.SearchPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
68             this.SearchAtPostsDetailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69             this.ToolStripSeparator32 = new System.Windows.Forms.ToolStripSeparator();
70             this.IdFilterAddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71             this.ListManageUserContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
72             this.ToolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator();
73             this.UseHashtagMenuItem = new System.Windows.Forms.ToolStripMenuItem();
74             this.SelectionTranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75             this.TranslationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76             this.DateTimeLabel = new System.Windows.Forms.LinkLabel();
77             this.SourceLinkLabel = new System.Windows.Forms.LinkLabel();
78             this.ContextMenuSource = new System.Windows.Forms.ContextMenuStrip(this.components);
79             this.SourceCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80             this.SourceUrlCopyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81             this.TableLayoutPanel1.SuspendLayout();
82             ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).BeginInit();
83             this.ContextMenuUserPicture.SuspendLayout();
84             this.ContextMenuPostBrowser.SuspendLayout();
85             this.ContextMenuSource.SuspendLayout();
86             this.SuspendLayout();
87             // 
88             // TableLayoutPanel1
89             // 
90             resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1");
91             this.TableLayoutPanel1.Controls.Add(this.UserPicture, 0, 0);
92             this.TableLayoutPanel1.Controls.Add(this.NameLinkLabel, 1, 0);
93             this.TableLayoutPanel1.Controls.Add(this.PostBrowser, 1, 1);
94             this.TableLayoutPanel1.Controls.Add(this.DateTimeLabel, 2, 0);
95             this.TableLayoutPanel1.Controls.Add(this.SourceLinkLabel, 3, 0);
96             this.TableLayoutPanel1.Name = "TableLayoutPanel1";
97             // 
98             // UserPicture
99             // 
100             resources.ApplyResources(this.UserPicture, "UserPicture");
101             this.UserPicture.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
102             this.UserPicture.BackColor = System.Drawing.Color.White;
103             this.UserPicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
104             this.UserPicture.ContextMenuStrip = this.ContextMenuUserPicture;
105             this.UserPicture.Cursor = System.Windows.Forms.Cursors.Hand;
106             this.UserPicture.Name = "UserPicture";
107             this.TableLayoutPanel1.SetRowSpan(this.UserPicture, 2);
108             this.UserPicture.TabStop = false;
109             this.UserPicture.Click += new System.EventHandler(this.UserPicture_Click);
110             // 
111             // ContextMenuUserPicture
112             // 
113             this.ContextMenuUserPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
114             this.FollowToolStripMenuItem,
115             this.UnFollowToolStripMenuItem,
116             this.ShowFriendShipToolStripMenuItem,
117             this.ListManageUserContextToolStripMenuItem3,
118             this.ToolStripSeparator37,
119             this.ShowUserStatusToolStripMenuItem,
120             this.SearchPostsDetailNameToolStripMenuItem,
121             this.SearchAtPostsDetailNameToolStripMenuItem,
122             this.ToolStripMenuItem1,
123             this.IconNameToolStripMenuItem,
124             this.ReloadIconToolStripMenuItem,
125             this.SaveIconPictureToolStripMenuItem});
126             this.ContextMenuUserPicture.Name = "ContextMenuStrip3";
127             this.ContextMenuUserPicture.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
128             resources.ApplyResources(this.ContextMenuUserPicture, "ContextMenuUserPicture");
129             this.ContextMenuUserPicture.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuUserPicture_Opening);
130             // 
131             // FollowToolStripMenuItem
132             // 
133             this.FollowToolStripMenuItem.Name = "FollowToolStripMenuItem";
134             resources.ApplyResources(this.FollowToolStripMenuItem, "FollowToolStripMenuItem");
135             this.FollowToolStripMenuItem.Click += new System.EventHandler(this.FollowToolStripMenuItem_Click);
136             // 
137             // UnFollowToolStripMenuItem
138             // 
139             this.UnFollowToolStripMenuItem.Name = "UnFollowToolStripMenuItem";
140             resources.ApplyResources(this.UnFollowToolStripMenuItem, "UnFollowToolStripMenuItem");
141             this.UnFollowToolStripMenuItem.Click += new System.EventHandler(this.UnFollowToolStripMenuItem_Click);
142             // 
143             // ShowFriendShipToolStripMenuItem
144             // 
145             this.ShowFriendShipToolStripMenuItem.Name = "ShowFriendShipToolStripMenuItem";
146             resources.ApplyResources(this.ShowFriendShipToolStripMenuItem, "ShowFriendShipToolStripMenuItem");
147             this.ShowFriendShipToolStripMenuItem.Click += new System.EventHandler(this.ShowFriendShipToolStripMenuItem_Click);
148             // 
149             // ListManageUserContextToolStripMenuItem3
150             // 
151             this.ListManageUserContextToolStripMenuItem3.Name = "ListManageUserContextToolStripMenuItem3";
152             resources.ApplyResources(this.ListManageUserContextToolStripMenuItem3, "ListManageUserContextToolStripMenuItem3");
153             this.ListManageUserContextToolStripMenuItem3.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click);
154             // 
155             // ToolStripSeparator37
156             // 
157             this.ToolStripSeparator37.Name = "ToolStripSeparator37";
158             resources.ApplyResources(this.ToolStripSeparator37, "ToolStripSeparator37");
159             // 
160             // ShowUserStatusToolStripMenuItem
161             // 
162             this.ShowUserStatusToolStripMenuItem.Name = "ShowUserStatusToolStripMenuItem";
163             resources.ApplyResources(this.ShowUserStatusToolStripMenuItem, "ShowUserStatusToolStripMenuItem");
164             this.ShowUserStatusToolStripMenuItem.Click += new System.EventHandler(this.ShowUserStatusToolStripMenuItem_Click);
165             // 
166             // SearchPostsDetailNameToolStripMenuItem
167             // 
168             this.SearchPostsDetailNameToolStripMenuItem.Name = "SearchPostsDetailNameToolStripMenuItem";
169             resources.ApplyResources(this.SearchPostsDetailNameToolStripMenuItem, "SearchPostsDetailNameToolStripMenuItem");
170             this.SearchPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailNameToolStripMenuItem_Click);
171             // 
172             // SearchAtPostsDetailNameToolStripMenuItem
173             // 
174             this.SearchAtPostsDetailNameToolStripMenuItem.Name = "SearchAtPostsDetailNameToolStripMenuItem";
175             resources.ApplyResources(this.SearchAtPostsDetailNameToolStripMenuItem, "SearchAtPostsDetailNameToolStripMenuItem");
176             this.SearchAtPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailNameToolStripMenuItem_Click);
177             // 
178             // ToolStripMenuItem1
179             // 
180             this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
181             resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1");
182             // 
183             // IconNameToolStripMenuItem
184             // 
185             this.IconNameToolStripMenuItem.Name = "IconNameToolStripMenuItem";
186             resources.ApplyResources(this.IconNameToolStripMenuItem, "IconNameToolStripMenuItem");
187             this.IconNameToolStripMenuItem.Click += new System.EventHandler(this.IconNameToolStripMenuItem_Click);
188             // 
189             // ReloadIconToolStripMenuItem
190             // 
191             this.ReloadIconToolStripMenuItem.Name = "ReloadIconToolStripMenuItem";
192             resources.ApplyResources(this.ReloadIconToolStripMenuItem, "ReloadIconToolStripMenuItem");
193             this.ReloadIconToolStripMenuItem.Click += new System.EventHandler(this.ReloadIconToolStripMenuItem_Click);
194             // 
195             // SaveIconPictureToolStripMenuItem
196             // 
197             this.SaveIconPictureToolStripMenuItem.Name = "SaveIconPictureToolStripMenuItem";
198             resources.ApplyResources(this.SaveIconPictureToolStripMenuItem, "SaveIconPictureToolStripMenuItem");
199             this.SaveIconPictureToolStripMenuItem.Click += new System.EventHandler(this.SaveIconPictureToolStripMenuItem_Click);
200             // 
201             // NameLinkLabel
202             // 
203             this.NameLinkLabel.ActiveLinkColor = System.Drawing.SystemColors.ControlText;
204             resources.ApplyResources(this.NameLinkLabel, "NameLinkLabel");
205             this.NameLinkLabel.AutoEllipsis = true;
206             this.NameLinkLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
207             this.NameLinkLabel.LinkColor = System.Drawing.SystemColors.ControlText;
208             this.NameLinkLabel.Name = "NameLinkLabel";
209             this.NameLinkLabel.TabStop = true;
210             this.NameLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NameLinkLabel_LinkClicked);
211             // 
212             // PostBrowser
213             // 
214             resources.ApplyResources(this.PostBrowser, "PostBrowser");
215             this.TableLayoutPanel1.SetColumnSpan(this.PostBrowser, 3);
216             this.PostBrowser.ContextMenuStrip = this.ContextMenuPostBrowser;
217             this.PostBrowser.IsWebBrowserContextMenuEnabled = false;
218             this.PostBrowser.Name = "PostBrowser";
219             this.PostBrowser.TabStop = false;
220             this.PostBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.PostBrowser_Navigated);
221             this.PostBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostBrowser_Navigating);
222             this.PostBrowser.StatusTextChanged += new System.EventHandler(this.PostBrowser_StatusTextChanged);
223             this.PostBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.PostBrowser_PreviewKeyDown);
224             // 
225             // ContextMenuPostBrowser
226             // 
227             this.ContextMenuPostBrowser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
228             this.SelectionSearchContextMenuItem,
229             this.ToolStripSeparator13,
230             this.SelectionCopyContextMenuItem,
231             this.UrlCopyContextMenuItem,
232             this.SelectionAllContextMenuItem,
233             this.ToolStripSeparator5,
234             this.FollowContextMenuItem,
235             this.RemoveContextMenuItem,
236             this.FriendshipContextMenuItem,
237             this.FriendshipAllMenuItem,
238             this.ToolStripSeparator36,
239             this.ShowUserStatusContextMenuItem,
240             this.SearchPostsDetailToolStripMenuItem,
241             this.SearchAtPostsDetailToolStripMenuItem,
242             this.ToolStripSeparator32,
243             this.IdFilterAddMenuItem,
244             this.ListManageUserContextToolStripMenuItem,
245             this.ToolStripSeparator33,
246             this.UseHashtagMenuItem,
247             this.SelectionTranslationToolStripMenuItem,
248             this.TranslationToolStripMenuItem});
249             this.ContextMenuPostBrowser.Name = "ContextMenuStrip4";
250             resources.ApplyResources(this.ContextMenuPostBrowser, "ContextMenuPostBrowser");
251             this.ContextMenuPostBrowser.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuPostBrowser_Opening);
252             // 
253             // SelectionSearchContextMenuItem
254             // 
255             this.SelectionSearchContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
256             this.SearchGoogleContextMenuItem,
257             this.SearchWikipediaContextMenuItem,
258             this.SearchPublicSearchContextMenuItem,
259             this.CurrentTabToolStripMenuItem});
260             this.SelectionSearchContextMenuItem.Name = "SelectionSearchContextMenuItem";
261             resources.ApplyResources(this.SelectionSearchContextMenuItem, "SelectionSearchContextMenuItem");
262             // 
263             // SearchGoogleContextMenuItem
264             // 
265             this.SearchGoogleContextMenuItem.Name = "SearchGoogleContextMenuItem";
266             resources.ApplyResources(this.SearchGoogleContextMenuItem, "SearchGoogleContextMenuItem");
267             this.SearchGoogleContextMenuItem.Click += new System.EventHandler(this.SearchGoogleContextMenuItem_Click);
268             // 
269             // SearchWikipediaContextMenuItem
270             // 
271             this.SearchWikipediaContextMenuItem.Name = "SearchWikipediaContextMenuItem";
272             resources.ApplyResources(this.SearchWikipediaContextMenuItem, "SearchWikipediaContextMenuItem");
273             this.SearchWikipediaContextMenuItem.Click += new System.EventHandler(this.SearchWikipediaContextMenuItem_Click);
274             // 
275             // SearchPublicSearchContextMenuItem
276             // 
277             this.SearchPublicSearchContextMenuItem.Name = "SearchPublicSearchContextMenuItem";
278             resources.ApplyResources(this.SearchPublicSearchContextMenuItem, "SearchPublicSearchContextMenuItem");
279             this.SearchPublicSearchContextMenuItem.Click += new System.EventHandler(this.SearchPublicSearchContextMenuItem_Click);
280             // 
281             // CurrentTabToolStripMenuItem
282             // 
283             this.CurrentTabToolStripMenuItem.Name = "CurrentTabToolStripMenuItem";
284             resources.ApplyResources(this.CurrentTabToolStripMenuItem, "CurrentTabToolStripMenuItem");
285             this.CurrentTabToolStripMenuItem.Click += new System.EventHandler(this.CurrentTabToolStripMenuItem_Click);
286             // 
287             // ToolStripSeparator13
288             // 
289             this.ToolStripSeparator13.Name = "ToolStripSeparator13";
290             resources.ApplyResources(this.ToolStripSeparator13, "ToolStripSeparator13");
291             // 
292             // SelectionCopyContextMenuItem
293             // 
294             this.SelectionCopyContextMenuItem.Name = "SelectionCopyContextMenuItem";
295             resources.ApplyResources(this.SelectionCopyContextMenuItem, "SelectionCopyContextMenuItem");
296             this.SelectionCopyContextMenuItem.Click += new System.EventHandler(this.SelectionCopyContextMenuItem_Click);
297             // 
298             // UrlCopyContextMenuItem
299             // 
300             resources.ApplyResources(this.UrlCopyContextMenuItem, "UrlCopyContextMenuItem");
301             this.UrlCopyContextMenuItem.Name = "UrlCopyContextMenuItem";
302             this.UrlCopyContextMenuItem.Click += new System.EventHandler(this.UrlCopyContextMenuItem_Click);
303             // 
304             // SelectionAllContextMenuItem
305             // 
306             this.SelectionAllContextMenuItem.Name = "SelectionAllContextMenuItem";
307             resources.ApplyResources(this.SelectionAllContextMenuItem, "SelectionAllContextMenuItem");
308             this.SelectionAllContextMenuItem.Click += new System.EventHandler(this.SelectionAllContextMenuItem_Click);
309             // 
310             // ToolStripSeparator5
311             // 
312             this.ToolStripSeparator5.Name = "ToolStripSeparator5";
313             resources.ApplyResources(this.ToolStripSeparator5, "ToolStripSeparator5");
314             // 
315             // FollowContextMenuItem
316             // 
317             this.FollowContextMenuItem.Name = "FollowContextMenuItem";
318             resources.ApplyResources(this.FollowContextMenuItem, "FollowContextMenuItem");
319             this.FollowContextMenuItem.Click += new System.EventHandler(this.FollowContextMenuItem_Click);
320             // 
321             // RemoveContextMenuItem
322             // 
323             this.RemoveContextMenuItem.Name = "RemoveContextMenuItem";
324             resources.ApplyResources(this.RemoveContextMenuItem, "RemoveContextMenuItem");
325             this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveContextMenuItem_Click);
326             // 
327             // FriendshipContextMenuItem
328             // 
329             this.FriendshipContextMenuItem.Name = "FriendshipContextMenuItem";
330             resources.ApplyResources(this.FriendshipContextMenuItem, "FriendshipContextMenuItem");
331             this.FriendshipContextMenuItem.Click += new System.EventHandler(this.FriendshipContextMenuItem_Click);
332             // 
333             // FriendshipAllMenuItem
334             // 
335             this.FriendshipAllMenuItem.Name = "FriendshipAllMenuItem";
336             resources.ApplyResources(this.FriendshipAllMenuItem, "FriendshipAllMenuItem");
337             this.FriendshipAllMenuItem.Click += new System.EventHandler(this.FriendshipAllMenuItem_Click);
338             // 
339             // ToolStripSeparator36
340             // 
341             this.ToolStripSeparator36.Name = "ToolStripSeparator36";
342             resources.ApplyResources(this.ToolStripSeparator36, "ToolStripSeparator36");
343             // 
344             // ShowUserStatusContextMenuItem
345             // 
346             this.ShowUserStatusContextMenuItem.Name = "ShowUserStatusContextMenuItem";
347             resources.ApplyResources(this.ShowUserStatusContextMenuItem, "ShowUserStatusContextMenuItem");
348             this.ShowUserStatusContextMenuItem.Click += new System.EventHandler(this.ShowUserStatusContextMenuItem_Click);
349             // 
350             // SearchPostsDetailToolStripMenuItem
351             // 
352             this.SearchPostsDetailToolStripMenuItem.Name = "SearchPostsDetailToolStripMenuItem";
353             resources.ApplyResources(this.SearchPostsDetailToolStripMenuItem, "SearchPostsDetailToolStripMenuItem");
354             this.SearchPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailToolStripMenuItem_Click);
355             // 
356             // SearchAtPostsDetailToolStripMenuItem
357             // 
358             this.SearchAtPostsDetailToolStripMenuItem.Name = "SearchAtPostsDetailToolStripMenuItem";
359             resources.ApplyResources(this.SearchAtPostsDetailToolStripMenuItem, "SearchAtPostsDetailToolStripMenuItem");
360             this.SearchAtPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailToolStripMenuItem_Click);
361             // 
362             // ToolStripSeparator32
363             // 
364             this.ToolStripSeparator32.Name = "ToolStripSeparator32";
365             resources.ApplyResources(this.ToolStripSeparator32, "ToolStripSeparator32");
366             // 
367             // IdFilterAddMenuItem
368             // 
369             this.IdFilterAddMenuItem.Name = "IdFilterAddMenuItem";
370             resources.ApplyResources(this.IdFilterAddMenuItem, "IdFilterAddMenuItem");
371             this.IdFilterAddMenuItem.Click += new System.EventHandler(this.IdFilterAddMenuItem_Click);
372             // 
373             // ListManageUserContextToolStripMenuItem
374             // 
375             this.ListManageUserContextToolStripMenuItem.Name = "ListManageUserContextToolStripMenuItem";
376             resources.ApplyResources(this.ListManageUserContextToolStripMenuItem, "ListManageUserContextToolStripMenuItem");
377             this.ListManageUserContextToolStripMenuItem.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click);
378             // 
379             // ToolStripSeparator33
380             // 
381             this.ToolStripSeparator33.Name = "ToolStripSeparator33";
382             resources.ApplyResources(this.ToolStripSeparator33, "ToolStripSeparator33");
383             // 
384             // UseHashtagMenuItem
385             // 
386             this.UseHashtagMenuItem.Name = "UseHashtagMenuItem";
387             resources.ApplyResources(this.UseHashtagMenuItem, "UseHashtagMenuItem");
388             this.UseHashtagMenuItem.Click += new System.EventHandler(this.UseHashtagMenuItem_Click);
389             // 
390             // SelectionTranslationToolStripMenuItem
391             // 
392             this.SelectionTranslationToolStripMenuItem.Name = "SelectionTranslationToolStripMenuItem";
393             resources.ApplyResources(this.SelectionTranslationToolStripMenuItem, "SelectionTranslationToolStripMenuItem");
394             this.SelectionTranslationToolStripMenuItem.Click += new System.EventHandler(this.SelectionTranslationToolStripMenuItem_Click);
395             // 
396             // TranslationToolStripMenuItem
397             // 
398             this.TranslationToolStripMenuItem.Name = "TranslationToolStripMenuItem";
399             resources.ApplyResources(this.TranslationToolStripMenuItem, "TranslationToolStripMenuItem");
400             this.TranslationToolStripMenuItem.Click += new System.EventHandler(this.TranslationToolStripMenuItem_Click);
401             // 
402             // DateTimeLabel
403             // 
404             this.DateTimeLabel.ActiveLinkColor = System.Drawing.SystemColors.ControlText;
405             resources.ApplyResources(this.DateTimeLabel, "DateTimeLabel");
406             this.DateTimeLabel.AutoEllipsis = true;
407             this.DateTimeLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
408             this.DateTimeLabel.LinkColor = System.Drawing.SystemColors.ControlText;
409             this.DateTimeLabel.Name = "DateTimeLabel";
410             this.DateTimeLabel.TabStop = true;
411             this.DateTimeLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DateTimeLabel_LinkClicked);
412             // 
413             // SourceLinkLabel
414             // 
415             resources.ApplyResources(this.SourceLinkLabel, "SourceLinkLabel");
416             this.SourceLinkLabel.AutoEllipsis = true;
417             this.SourceLinkLabel.ContextMenuStrip = this.ContextMenuSource;
418             this.SourceLinkLabel.Name = "SourceLinkLabel";
419             this.SourceLinkLabel.TabStop = true;
420             this.SourceLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SourceLinkLabel_LinkClicked);
421             this.SourceLinkLabel.MouseEnter += new System.EventHandler(this.SourceLinkLabel_MouseEnter);
422             this.SourceLinkLabel.MouseLeave += new System.EventHandler(this.SourceLinkLabel_MouseLeave);
423             // 
424             // ContextMenuSource
425             // 
426             this.ContextMenuSource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
427             this.SourceCopyMenuItem,
428             this.SourceUrlCopyMenuItem});
429             this.ContextMenuSource.Name = "ContextMenuSource";
430             resources.ApplyResources(this.ContextMenuSource, "ContextMenuSource");
431             this.ContextMenuSource.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuSource_Opening);
432             // 
433             // SourceCopyMenuItem
434             // 
435             this.SourceCopyMenuItem.Name = "SourceCopyMenuItem";
436             resources.ApplyResources(this.SourceCopyMenuItem, "SourceCopyMenuItem");
437             this.SourceCopyMenuItem.Click += new System.EventHandler(this.SourceCopyMenuItem_Click);
438             // 
439             // SourceUrlCopyMenuItem
440             // 
441             this.SourceUrlCopyMenuItem.Name = "SourceUrlCopyMenuItem";
442             resources.ApplyResources(this.SourceUrlCopyMenuItem, "SourceUrlCopyMenuItem");
443             this.SourceUrlCopyMenuItem.Click += new System.EventHandler(this.SourceUrlCopyMenuItem_Click);
444             // 
445             // TweetDetailsView
446             // 
447             resources.ApplyResources(this, "$this");
448             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
449             this.Controls.Add(this.TableLayoutPanel1);
450             this.Name = "TweetDetailsView";
451             this.FontChanged += new System.EventHandler(this.TweetDetailsView_FontChanged);
452             this.TableLayoutPanel1.ResumeLayout(false);
453             this.TableLayoutPanel1.PerformLayout();
454             ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).EndInit();
455             this.ContextMenuUserPicture.ResumeLayout(false);
456             this.ContextMenuPostBrowser.ResumeLayout(false);
457             this.ContextMenuSource.ResumeLayout(false);
458             this.ResumeLayout(false);
459
460         }
461
462         #endregion
463
464         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
465         internal OTPictureBox UserPicture;
466         internal System.Windows.Forms.WebBrowser PostBrowser;
467         internal System.Windows.Forms.LinkLabel SourceLinkLabel;
468         internal System.Windows.Forms.ContextMenuStrip ContextMenuPostBrowser;
469         internal System.Windows.Forms.ToolStripMenuItem SelectionSearchContextMenuItem;
470         internal System.Windows.Forms.ToolStripMenuItem SearchGoogleContextMenuItem;
471         internal System.Windows.Forms.ToolStripMenuItem SearchWikipediaContextMenuItem;
472         internal System.Windows.Forms.ToolStripMenuItem SearchPublicSearchContextMenuItem;
473         internal System.Windows.Forms.ToolStripMenuItem CurrentTabToolStripMenuItem;
474         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator13;
475         internal System.Windows.Forms.ToolStripMenuItem SelectionCopyContextMenuItem;
476         internal System.Windows.Forms.ToolStripMenuItem UrlCopyContextMenuItem;
477         internal System.Windows.Forms.ToolStripMenuItem SelectionAllContextMenuItem;
478         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;
479         internal System.Windows.Forms.ToolStripMenuItem FollowContextMenuItem;
480         internal System.Windows.Forms.ToolStripMenuItem RemoveContextMenuItem;
481         internal System.Windows.Forms.ToolStripMenuItem FriendshipContextMenuItem;
482         internal System.Windows.Forms.ToolStripMenuItem FriendshipAllMenuItem;
483         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator36;
484         internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusContextMenuItem;
485         internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailToolStripMenuItem;
486         internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailToolStripMenuItem;
487         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator32;
488         internal System.Windows.Forms.ToolStripMenuItem IdFilterAddMenuItem;
489         internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem;
490         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator33;
491         internal System.Windows.Forms.ToolStripMenuItem UseHashtagMenuItem;
492         internal System.Windows.Forms.ToolStripMenuItem SelectionTranslationToolStripMenuItem;
493         internal System.Windows.Forms.ToolStripMenuItem TranslationToolStripMenuItem;
494         internal System.Windows.Forms.ContextMenuStrip ContextMenuUserPicture;
495         internal System.Windows.Forms.ToolStripMenuItem FollowToolStripMenuItem;
496         internal System.Windows.Forms.ToolStripMenuItem UnFollowToolStripMenuItem;
497         internal System.Windows.Forms.ToolStripMenuItem ShowFriendShipToolStripMenuItem;
498         internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem3;
499         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator37;
500         internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusToolStripMenuItem;
501         internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailNameToolStripMenuItem;
502         internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailNameToolStripMenuItem;
503         internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1;
504         internal System.Windows.Forms.ToolStripMenuItem IconNameToolStripMenuItem;
505         private System.Windows.Forms.ToolStripMenuItem ReloadIconToolStripMenuItem;
506         internal System.Windows.Forms.ToolStripMenuItem SaveIconPictureToolStripMenuItem;
507         internal System.Windows.Forms.ContextMenuStrip ContextMenuSource;
508         internal System.Windows.Forms.ToolStripMenuItem SourceCopyMenuItem;
509         internal System.Windows.Forms.ToolStripMenuItem SourceUrlCopyMenuItem;
510         private System.Windows.Forms.LinkLabel DateTimeLabel;
511         private System.Windows.Forms.LinkLabel NameLinkLabel;
512     }
513 }