OSDN Git Service

pbs.twimg.com の画像URLのフォーマット変更に対応
[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.NameLabel = new System.Windows.Forms.Label();
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.Label();
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.NameLabel, 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.Name = "UserPicture";
106             this.TableLayoutPanel1.SetRowSpan(this.UserPicture, 2);
107             this.UserPicture.TabStop = false;
108             this.UserPicture.DoubleClick += new System.EventHandler(this.UserPicture_DoubleClick);
109             this.UserPicture.MouseEnter += new System.EventHandler(this.UserPicture_MouseEnter);
110             this.UserPicture.MouseLeave += new System.EventHandler(this.UserPicture_MouseLeave);
111             // 
112             // ContextMenuUserPicture
113             // 
114             this.ContextMenuUserPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
115             this.FollowToolStripMenuItem,
116             this.UnFollowToolStripMenuItem,
117             this.ShowFriendShipToolStripMenuItem,
118             this.ListManageUserContextToolStripMenuItem3,
119             this.ToolStripSeparator37,
120             this.ShowUserStatusToolStripMenuItem,
121             this.SearchPostsDetailNameToolStripMenuItem,
122             this.SearchAtPostsDetailNameToolStripMenuItem,
123             this.ToolStripMenuItem1,
124             this.IconNameToolStripMenuItem,
125             this.ReloadIconToolStripMenuItem,
126             this.SaveIconPictureToolStripMenuItem});
127             this.ContextMenuUserPicture.Name = "ContextMenuStrip3";
128             this.ContextMenuUserPicture.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
129             resources.ApplyResources(this.ContextMenuUserPicture, "ContextMenuUserPicture");
130             this.ContextMenuUserPicture.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuUserPicture_Opening);
131             // 
132             // FollowToolStripMenuItem
133             // 
134             this.FollowToolStripMenuItem.Name = "FollowToolStripMenuItem";
135             resources.ApplyResources(this.FollowToolStripMenuItem, "FollowToolStripMenuItem");
136             this.FollowToolStripMenuItem.Click += new System.EventHandler(this.FollowToolStripMenuItem_Click);
137             // 
138             // UnFollowToolStripMenuItem
139             // 
140             this.UnFollowToolStripMenuItem.Name = "UnFollowToolStripMenuItem";
141             resources.ApplyResources(this.UnFollowToolStripMenuItem, "UnFollowToolStripMenuItem");
142             this.UnFollowToolStripMenuItem.Click += new System.EventHandler(this.UnFollowToolStripMenuItem_Click);
143             // 
144             // ShowFriendShipToolStripMenuItem
145             // 
146             this.ShowFriendShipToolStripMenuItem.Name = "ShowFriendShipToolStripMenuItem";
147             resources.ApplyResources(this.ShowFriendShipToolStripMenuItem, "ShowFriendShipToolStripMenuItem");
148             this.ShowFriendShipToolStripMenuItem.Click += new System.EventHandler(this.ShowFriendShipToolStripMenuItem_Click);
149             // 
150             // ListManageUserContextToolStripMenuItem3
151             // 
152             this.ListManageUserContextToolStripMenuItem3.Name = "ListManageUserContextToolStripMenuItem3";
153             resources.ApplyResources(this.ListManageUserContextToolStripMenuItem3, "ListManageUserContextToolStripMenuItem3");
154             this.ListManageUserContextToolStripMenuItem3.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click);
155             // 
156             // ToolStripSeparator37
157             // 
158             this.ToolStripSeparator37.Name = "ToolStripSeparator37";
159             resources.ApplyResources(this.ToolStripSeparator37, "ToolStripSeparator37");
160             // 
161             // ShowUserStatusToolStripMenuItem
162             // 
163             this.ShowUserStatusToolStripMenuItem.Name = "ShowUserStatusToolStripMenuItem";
164             resources.ApplyResources(this.ShowUserStatusToolStripMenuItem, "ShowUserStatusToolStripMenuItem");
165             this.ShowUserStatusToolStripMenuItem.Click += new System.EventHandler(this.ShowUserStatusToolStripMenuItem_Click);
166             // 
167             // SearchPostsDetailNameToolStripMenuItem
168             // 
169             this.SearchPostsDetailNameToolStripMenuItem.Name = "SearchPostsDetailNameToolStripMenuItem";
170             resources.ApplyResources(this.SearchPostsDetailNameToolStripMenuItem, "SearchPostsDetailNameToolStripMenuItem");
171             this.SearchPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailNameToolStripMenuItem_Click);
172             // 
173             // SearchAtPostsDetailNameToolStripMenuItem
174             // 
175             this.SearchAtPostsDetailNameToolStripMenuItem.Name = "SearchAtPostsDetailNameToolStripMenuItem";
176             resources.ApplyResources(this.SearchAtPostsDetailNameToolStripMenuItem, "SearchAtPostsDetailNameToolStripMenuItem");
177             this.SearchAtPostsDetailNameToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailNameToolStripMenuItem_Click);
178             // 
179             // ToolStripMenuItem1
180             // 
181             this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
182             resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1");
183             // 
184             // IconNameToolStripMenuItem
185             // 
186             this.IconNameToolStripMenuItem.Name = "IconNameToolStripMenuItem";
187             resources.ApplyResources(this.IconNameToolStripMenuItem, "IconNameToolStripMenuItem");
188             this.IconNameToolStripMenuItem.Click += new System.EventHandler(this.IconNameToolStripMenuItem_Click);
189             // 
190             // ReloadIconToolStripMenuItem
191             // 
192             this.ReloadIconToolStripMenuItem.Name = "ReloadIconToolStripMenuItem";
193             resources.ApplyResources(this.ReloadIconToolStripMenuItem, "ReloadIconToolStripMenuItem");
194             this.ReloadIconToolStripMenuItem.Click += new System.EventHandler(this.ReloadIconToolStripMenuItem_Click);
195             // 
196             // SaveIconPictureToolStripMenuItem
197             // 
198             this.SaveIconPictureToolStripMenuItem.Name = "SaveIconPictureToolStripMenuItem";
199             resources.ApplyResources(this.SaveIconPictureToolStripMenuItem, "SaveIconPictureToolStripMenuItem");
200             this.SaveIconPictureToolStripMenuItem.Click += new System.EventHandler(this.SaveIconPictureToolStripMenuItem_Click);
201             // 
202             // NameLabel
203             // 
204             this.NameLabel.AutoEllipsis = true;
205             resources.ApplyResources(this.NameLabel, "NameLabel");
206             this.NameLabel.Name = "NameLabel";
207             this.NameLabel.UseMnemonic = false;
208             // 
209             // PostBrowser
210             // 
211             resources.ApplyResources(this.PostBrowser, "PostBrowser");
212             this.TableLayoutPanel1.SetColumnSpan(this.PostBrowser, 3);
213             this.PostBrowser.ContextMenuStrip = this.ContextMenuPostBrowser;
214             this.PostBrowser.IsWebBrowserContextMenuEnabled = false;
215             this.PostBrowser.Name = "PostBrowser";
216             this.PostBrowser.TabStop = false;
217             this.PostBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.PostBrowser_Navigated);
218             this.PostBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostBrowser_Navigating);
219             this.PostBrowser.StatusTextChanged += new System.EventHandler(this.PostBrowser_StatusTextChanged);
220             this.PostBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.PostBrowser_PreviewKeyDown);
221             // 
222             // ContextMenuPostBrowser
223             // 
224             this.ContextMenuPostBrowser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
225             this.SelectionSearchContextMenuItem,
226             this.ToolStripSeparator13,
227             this.SelectionCopyContextMenuItem,
228             this.UrlCopyContextMenuItem,
229             this.SelectionAllContextMenuItem,
230             this.ToolStripSeparator5,
231             this.FollowContextMenuItem,
232             this.RemoveContextMenuItem,
233             this.FriendshipContextMenuItem,
234             this.FriendshipAllMenuItem,
235             this.ToolStripSeparator36,
236             this.ShowUserStatusContextMenuItem,
237             this.SearchPostsDetailToolStripMenuItem,
238             this.SearchAtPostsDetailToolStripMenuItem,
239             this.ToolStripSeparator32,
240             this.IdFilterAddMenuItem,
241             this.ListManageUserContextToolStripMenuItem,
242             this.ToolStripSeparator33,
243             this.UseHashtagMenuItem,
244             this.SelectionTranslationToolStripMenuItem,
245             this.TranslationToolStripMenuItem});
246             this.ContextMenuPostBrowser.Name = "ContextMenuStrip4";
247             resources.ApplyResources(this.ContextMenuPostBrowser, "ContextMenuPostBrowser");
248             this.ContextMenuPostBrowser.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuPostBrowser_Opening);
249             // 
250             // SelectionSearchContextMenuItem
251             // 
252             this.SelectionSearchContextMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
253             this.SearchGoogleContextMenuItem,
254             this.SearchWikipediaContextMenuItem,
255             this.SearchPublicSearchContextMenuItem,
256             this.CurrentTabToolStripMenuItem});
257             this.SelectionSearchContextMenuItem.Name = "SelectionSearchContextMenuItem";
258             resources.ApplyResources(this.SelectionSearchContextMenuItem, "SelectionSearchContextMenuItem");
259             // 
260             // SearchGoogleContextMenuItem
261             // 
262             this.SearchGoogleContextMenuItem.Name = "SearchGoogleContextMenuItem";
263             resources.ApplyResources(this.SearchGoogleContextMenuItem, "SearchGoogleContextMenuItem");
264             this.SearchGoogleContextMenuItem.Click += new System.EventHandler(this.SearchGoogleContextMenuItem_Click);
265             // 
266             // SearchWikipediaContextMenuItem
267             // 
268             this.SearchWikipediaContextMenuItem.Name = "SearchWikipediaContextMenuItem";
269             resources.ApplyResources(this.SearchWikipediaContextMenuItem, "SearchWikipediaContextMenuItem");
270             this.SearchWikipediaContextMenuItem.Click += new System.EventHandler(this.SearchWikipediaContextMenuItem_Click);
271             // 
272             // SearchPublicSearchContextMenuItem
273             // 
274             this.SearchPublicSearchContextMenuItem.Name = "SearchPublicSearchContextMenuItem";
275             resources.ApplyResources(this.SearchPublicSearchContextMenuItem, "SearchPublicSearchContextMenuItem");
276             this.SearchPublicSearchContextMenuItem.Click += new System.EventHandler(this.SearchPublicSearchContextMenuItem_Click);
277             // 
278             // CurrentTabToolStripMenuItem
279             // 
280             this.CurrentTabToolStripMenuItem.Name = "CurrentTabToolStripMenuItem";
281             resources.ApplyResources(this.CurrentTabToolStripMenuItem, "CurrentTabToolStripMenuItem");
282             this.CurrentTabToolStripMenuItem.Click += new System.EventHandler(this.CurrentTabToolStripMenuItem_Click);
283             // 
284             // ToolStripSeparator13
285             // 
286             this.ToolStripSeparator13.Name = "ToolStripSeparator13";
287             resources.ApplyResources(this.ToolStripSeparator13, "ToolStripSeparator13");
288             // 
289             // SelectionCopyContextMenuItem
290             // 
291             this.SelectionCopyContextMenuItem.Name = "SelectionCopyContextMenuItem";
292             resources.ApplyResources(this.SelectionCopyContextMenuItem, "SelectionCopyContextMenuItem");
293             this.SelectionCopyContextMenuItem.Click += new System.EventHandler(this.SelectionCopyContextMenuItem_Click);
294             // 
295             // UrlCopyContextMenuItem
296             // 
297             resources.ApplyResources(this.UrlCopyContextMenuItem, "UrlCopyContextMenuItem");
298             this.UrlCopyContextMenuItem.Name = "UrlCopyContextMenuItem";
299             this.UrlCopyContextMenuItem.Click += new System.EventHandler(this.UrlCopyContextMenuItem_Click);
300             // 
301             // SelectionAllContextMenuItem
302             // 
303             this.SelectionAllContextMenuItem.Name = "SelectionAllContextMenuItem";
304             resources.ApplyResources(this.SelectionAllContextMenuItem, "SelectionAllContextMenuItem");
305             this.SelectionAllContextMenuItem.Click += new System.EventHandler(this.SelectionAllContextMenuItem_Click);
306             // 
307             // ToolStripSeparator5
308             // 
309             this.ToolStripSeparator5.Name = "ToolStripSeparator5";
310             resources.ApplyResources(this.ToolStripSeparator5, "ToolStripSeparator5");
311             // 
312             // FollowContextMenuItem
313             // 
314             this.FollowContextMenuItem.Name = "FollowContextMenuItem";
315             resources.ApplyResources(this.FollowContextMenuItem, "FollowContextMenuItem");
316             this.FollowContextMenuItem.Click += new System.EventHandler(this.FollowContextMenuItem_Click);
317             // 
318             // RemoveContextMenuItem
319             // 
320             this.RemoveContextMenuItem.Name = "RemoveContextMenuItem";
321             resources.ApplyResources(this.RemoveContextMenuItem, "RemoveContextMenuItem");
322             this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveContextMenuItem_Click);
323             // 
324             // FriendshipContextMenuItem
325             // 
326             this.FriendshipContextMenuItem.Name = "FriendshipContextMenuItem";
327             resources.ApplyResources(this.FriendshipContextMenuItem, "FriendshipContextMenuItem");
328             this.FriendshipContextMenuItem.Click += new System.EventHandler(this.FriendshipContextMenuItem_Click);
329             // 
330             // FriendshipAllMenuItem
331             // 
332             this.FriendshipAllMenuItem.Name = "FriendshipAllMenuItem";
333             resources.ApplyResources(this.FriendshipAllMenuItem, "FriendshipAllMenuItem");
334             this.FriendshipAllMenuItem.Click += new System.EventHandler(this.FriendshipAllMenuItem_Click);
335             // 
336             // ToolStripSeparator36
337             // 
338             this.ToolStripSeparator36.Name = "ToolStripSeparator36";
339             resources.ApplyResources(this.ToolStripSeparator36, "ToolStripSeparator36");
340             // 
341             // ShowUserStatusContextMenuItem
342             // 
343             this.ShowUserStatusContextMenuItem.Name = "ShowUserStatusContextMenuItem";
344             resources.ApplyResources(this.ShowUserStatusContextMenuItem, "ShowUserStatusContextMenuItem");
345             this.ShowUserStatusContextMenuItem.Click += new System.EventHandler(this.ShowUserStatusContextMenuItem_Click);
346             // 
347             // SearchPostsDetailToolStripMenuItem
348             // 
349             this.SearchPostsDetailToolStripMenuItem.Name = "SearchPostsDetailToolStripMenuItem";
350             resources.ApplyResources(this.SearchPostsDetailToolStripMenuItem, "SearchPostsDetailToolStripMenuItem");
351             this.SearchPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchPostsDetailToolStripMenuItem_Click);
352             // 
353             // SearchAtPostsDetailToolStripMenuItem
354             // 
355             this.SearchAtPostsDetailToolStripMenuItem.Name = "SearchAtPostsDetailToolStripMenuItem";
356             resources.ApplyResources(this.SearchAtPostsDetailToolStripMenuItem, "SearchAtPostsDetailToolStripMenuItem");
357             this.SearchAtPostsDetailToolStripMenuItem.Click += new System.EventHandler(this.SearchAtPostsDetailToolStripMenuItem_Click);
358             // 
359             // ToolStripSeparator32
360             // 
361             this.ToolStripSeparator32.Name = "ToolStripSeparator32";
362             resources.ApplyResources(this.ToolStripSeparator32, "ToolStripSeparator32");
363             // 
364             // IdFilterAddMenuItem
365             // 
366             this.IdFilterAddMenuItem.Name = "IdFilterAddMenuItem";
367             resources.ApplyResources(this.IdFilterAddMenuItem, "IdFilterAddMenuItem");
368             this.IdFilterAddMenuItem.Click += new System.EventHandler(this.IdFilterAddMenuItem_Click);
369             // 
370             // ListManageUserContextToolStripMenuItem
371             // 
372             this.ListManageUserContextToolStripMenuItem.Name = "ListManageUserContextToolStripMenuItem";
373             resources.ApplyResources(this.ListManageUserContextToolStripMenuItem, "ListManageUserContextToolStripMenuItem");
374             this.ListManageUserContextToolStripMenuItem.Click += new System.EventHandler(this.ListManageUserContextToolStripMenuItem_Click);
375             // 
376             // ToolStripSeparator33
377             // 
378             this.ToolStripSeparator33.Name = "ToolStripSeparator33";
379             resources.ApplyResources(this.ToolStripSeparator33, "ToolStripSeparator33");
380             // 
381             // UseHashtagMenuItem
382             // 
383             this.UseHashtagMenuItem.Name = "UseHashtagMenuItem";
384             resources.ApplyResources(this.UseHashtagMenuItem, "UseHashtagMenuItem");
385             this.UseHashtagMenuItem.Click += new System.EventHandler(this.UseHashtagMenuItem_Click);
386             // 
387             // SelectionTranslationToolStripMenuItem
388             // 
389             this.SelectionTranslationToolStripMenuItem.Name = "SelectionTranslationToolStripMenuItem";
390             resources.ApplyResources(this.SelectionTranslationToolStripMenuItem, "SelectionTranslationToolStripMenuItem");
391             this.SelectionTranslationToolStripMenuItem.Click += new System.EventHandler(this.SelectionTranslationToolStripMenuItem_Click);
392             // 
393             // TranslationToolStripMenuItem
394             // 
395             this.TranslationToolStripMenuItem.Name = "TranslationToolStripMenuItem";
396             resources.ApplyResources(this.TranslationToolStripMenuItem, "TranslationToolStripMenuItem");
397             this.TranslationToolStripMenuItem.Click += new System.EventHandler(this.TranslationToolStripMenuItem_Click);
398             // 
399             // DateTimeLabel
400             // 
401             resources.ApplyResources(this.DateTimeLabel, "DateTimeLabel");
402             this.DateTimeLabel.AutoEllipsis = true;
403             this.DateTimeLabel.Name = "DateTimeLabel";
404             // 
405             // SourceLinkLabel
406             // 
407             resources.ApplyResources(this.SourceLinkLabel, "SourceLinkLabel");
408             this.SourceLinkLabel.AutoEllipsis = true;
409             this.SourceLinkLabel.ContextMenuStrip = this.ContextMenuSource;
410             this.SourceLinkLabel.Name = "SourceLinkLabel";
411             this.SourceLinkLabel.TabStop = true;
412             this.SourceLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SourceLinkLabel_LinkClicked);
413             this.SourceLinkLabel.MouseEnter += new System.EventHandler(this.SourceLinkLabel_MouseEnter);
414             this.SourceLinkLabel.MouseLeave += new System.EventHandler(this.SourceLinkLabel_MouseLeave);
415             // 
416             // ContextMenuSource
417             // 
418             this.ContextMenuSource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
419             this.SourceCopyMenuItem,
420             this.SourceUrlCopyMenuItem});
421             this.ContextMenuSource.Name = "ContextMenuSource";
422             resources.ApplyResources(this.ContextMenuSource, "ContextMenuSource");
423             this.ContextMenuSource.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuSource_Opening);
424             // 
425             // SourceCopyMenuItem
426             // 
427             this.SourceCopyMenuItem.Name = "SourceCopyMenuItem";
428             resources.ApplyResources(this.SourceCopyMenuItem, "SourceCopyMenuItem");
429             this.SourceCopyMenuItem.Click += new System.EventHandler(this.SourceCopyMenuItem_Click);
430             // 
431             // SourceUrlCopyMenuItem
432             // 
433             this.SourceUrlCopyMenuItem.Name = "SourceUrlCopyMenuItem";
434             resources.ApplyResources(this.SourceUrlCopyMenuItem, "SourceUrlCopyMenuItem");
435             this.SourceUrlCopyMenuItem.Click += new System.EventHandler(this.SourceUrlCopyMenuItem_Click);
436             // 
437             // TweetDetailsView
438             // 
439             resources.ApplyResources(this, "$this");
440             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
441             this.Controls.Add(this.TableLayoutPanel1);
442             this.Name = "TweetDetailsView";
443             this.FontChanged += new System.EventHandler(this.TweetDetailsView_FontChanged);
444             this.TableLayoutPanel1.ResumeLayout(false);
445             this.TableLayoutPanel1.PerformLayout();
446             ((System.ComponentModel.ISupportInitialize)(this.UserPicture)).EndInit();
447             this.ContextMenuUserPicture.ResumeLayout(false);
448             this.ContextMenuPostBrowser.ResumeLayout(false);
449             this.ContextMenuSource.ResumeLayout(false);
450             this.ResumeLayout(false);
451
452         }
453
454         #endregion
455
456         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
457         internal OTPictureBox UserPicture;
458         internal System.Windows.Forms.Label NameLabel;
459         internal System.Windows.Forms.WebBrowser PostBrowser;
460         internal System.Windows.Forms.Label DateTimeLabel;
461         internal System.Windows.Forms.LinkLabel SourceLinkLabel;
462         internal System.Windows.Forms.ContextMenuStrip ContextMenuPostBrowser;
463         internal System.Windows.Forms.ToolStripMenuItem SelectionSearchContextMenuItem;
464         internal System.Windows.Forms.ToolStripMenuItem SearchGoogleContextMenuItem;
465         internal System.Windows.Forms.ToolStripMenuItem SearchWikipediaContextMenuItem;
466         internal System.Windows.Forms.ToolStripMenuItem SearchPublicSearchContextMenuItem;
467         internal System.Windows.Forms.ToolStripMenuItem CurrentTabToolStripMenuItem;
468         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator13;
469         internal System.Windows.Forms.ToolStripMenuItem SelectionCopyContextMenuItem;
470         internal System.Windows.Forms.ToolStripMenuItem UrlCopyContextMenuItem;
471         internal System.Windows.Forms.ToolStripMenuItem SelectionAllContextMenuItem;
472         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;
473         internal System.Windows.Forms.ToolStripMenuItem FollowContextMenuItem;
474         internal System.Windows.Forms.ToolStripMenuItem RemoveContextMenuItem;
475         internal System.Windows.Forms.ToolStripMenuItem FriendshipContextMenuItem;
476         internal System.Windows.Forms.ToolStripMenuItem FriendshipAllMenuItem;
477         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator36;
478         internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusContextMenuItem;
479         internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailToolStripMenuItem;
480         internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailToolStripMenuItem;
481         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator32;
482         internal System.Windows.Forms.ToolStripMenuItem IdFilterAddMenuItem;
483         internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem;
484         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator33;
485         internal System.Windows.Forms.ToolStripMenuItem UseHashtagMenuItem;
486         internal System.Windows.Forms.ToolStripMenuItem SelectionTranslationToolStripMenuItem;
487         internal System.Windows.Forms.ToolStripMenuItem TranslationToolStripMenuItem;
488         internal System.Windows.Forms.ContextMenuStrip ContextMenuUserPicture;
489         internal System.Windows.Forms.ToolStripMenuItem FollowToolStripMenuItem;
490         internal System.Windows.Forms.ToolStripMenuItem UnFollowToolStripMenuItem;
491         internal System.Windows.Forms.ToolStripMenuItem ShowFriendShipToolStripMenuItem;
492         internal System.Windows.Forms.ToolStripMenuItem ListManageUserContextToolStripMenuItem3;
493         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator37;
494         internal System.Windows.Forms.ToolStripMenuItem ShowUserStatusToolStripMenuItem;
495         internal System.Windows.Forms.ToolStripMenuItem SearchPostsDetailNameToolStripMenuItem;
496         internal System.Windows.Forms.ToolStripMenuItem SearchAtPostsDetailNameToolStripMenuItem;
497         internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1;
498         internal System.Windows.Forms.ToolStripMenuItem IconNameToolStripMenuItem;
499         private System.Windows.Forms.ToolStripMenuItem ReloadIconToolStripMenuItem;
500         internal System.Windows.Forms.ToolStripMenuItem SaveIconPictureToolStripMenuItem;
501         internal System.Windows.Forms.ContextMenuStrip ContextMenuSource;
502         internal System.Windows.Forms.ToolStripMenuItem SourceCopyMenuItem;
503         internal System.Windows.Forms.ToolStripMenuItem SourceUrlCopyMenuItem;
504     }
505 }