root/lang/vb2005/Tween/Tween/Tween.Designer.vb @ 18844

Revision 18844, 57.1 kB (checked in by syo68k, 5 years ago)

サウンドを有効にするかどうかの切り替えメニューを追加した。(ファイル>サウンド切り替え)

Line 
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2Partial Class TweenMain
3    Inherits System.Windows.Forms.Form
4
5    'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。
6    <System.Diagnostics.DebuggerNonUserCode()> _
7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8        Try
9            If disposing AndAlso components IsNot Nothing Then
10                components.Dispose()
11            End If
12        Finally
13            MyBase.Dispose(disposing)
14        End Try
15    End Sub
16
17    'Windows フォーム デザイナで必要です。
18    Private components As System.ComponentModel.IContainer
19
20    'メモ: 以下のプロシージャは Windows フォーム デザイナで必要です。
21    'Windows フォーム デザイナを使用して変更できます。 
22    'コード エディタを使って変更しないでください。
23    <System.Diagnostics.DebuggerStepThrough()> _
24    Private Sub InitializeComponent()
25        Me.components = New System.ComponentModel.Container
26        Me.PostButton = New System.Windows.Forms.Button
27        Me.StatusText = New System.Windows.Forms.TextBox
28        Me.TimerTimeline = New System.Windows.Forms.Timer(Me.components)
29        Me.UserPicture = New System.Windows.Forms.PictureBox
30        Me.NameLabel = New System.Windows.Forms.Label
31        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
32        Me.ListTab = New System.Windows.Forms.TabControl
33        Me.ContextMenuTabProperty = New System.Windows.Forms.ContextMenuStrip(Me.components)
34        Me.AddTabMenuItem = New System.Windows.Forms.ToolStripMenuItem
35        Me.ToolStripSeparator20 = New System.Windows.Forms.ToolStripSeparator
36        Me.UreadManageMenuItem = New System.Windows.Forms.ToolStripMenuItem
37        Me.NotifyDispMenuItem = New System.Windows.Forms.ToolStripMenuItem
38        Me.SoundFileComboBox = New System.Windows.Forms.ToolStripComboBox
39        Me.ToolStripSeparator18 = New System.Windows.Forms.ToolStripSeparator
40        Me.FilterEditMenuItem = New System.Windows.Forms.ToolStripMenuItem
41        Me.ToolStripSeparator19 = New System.Windows.Forms.ToolStripSeparator
42        Me.ClearTabMenuItem = New System.Windows.Forms.ToolStripMenuItem
43        Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator
44        Me.DeleteTabMenuItem = New System.Windows.Forms.ToolStripMenuItem
45        Me.MenuItemTab = New System.Windows.Forms.ToolStripMenuItem
46        Me.TabRecent = New System.Windows.Forms.TabPage
47        Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
48        Me.ReplyStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
49        Me.ReplyAllStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
50        Me.DMStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
51        Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
52        Me.FavAddToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
53        Me.FavRemoveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
54        Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
55        Me.MoveToHomeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
56        Me.MoveToFavToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
57        Me.StatusOpenMenuItem = New System.Windows.Forms.ToolStripMenuItem
58        Me.FavorareMenuItem = New System.Windows.Forms.ToolStripMenuItem
59        Me.OpenURLMenuItem = New System.Windows.Forms.ToolStripMenuItem
60        Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
61        Me.TabMenuItem = New System.Windows.Forms.ToolStripMenuItem
62        Me.IDRuleMenuItem = New System.Windows.Forms.ToolStripMenuItem
63        Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
64        Me.ReadedStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
65        Me.UnreadStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
66        Me.JumpUnreadMenuItem = New System.Windows.Forms.ToolStripMenuItem
67        Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator
68        Me.SelectAllMenuItem = New System.Windows.Forms.ToolStripMenuItem
69        Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator
70        Me.DeleteStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
71        Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator
72        Me.RefreshStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
73        Me.MenuItemOperate = New System.Windows.Forms.ToolStripMenuItem
74        Me.TabReply = New System.Windows.Forms.TabPage
75        Me.TabDirect = New System.Windows.Forms.TabPage
76        Me.TabImage = New System.Windows.Forms.ImageList(Me.components)
77        Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
78        Me.lblLen = New System.Windows.Forms.Label
79        Me.PostBrowser = New System.Windows.Forms.WebBrowser
80        Me.DateTimeLabel = New System.Windows.Forms.Label
81        Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
82        Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
83        Me.SettingStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
84        Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator
85        Me.SaveLogMenuItem = New System.Windows.Forms.ToolStripMenuItem
86        Me.ToolStripSeparator17 = New System.Windows.Forms.ToolStripSeparator
87        Me.NewPostPopMenuItem = New System.Windows.Forms.ToolStripMenuItem
88        Me.PlaySoundMenuItem = New System.Windows.Forms.ToolStripMenuItem
89        Me.ListLockMenuItem = New System.Windows.Forms.ToolStripMenuItem
90        Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator
91        Me.EndToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
92        Me.MenuItemFile = New System.Windows.Forms.ToolStripMenuItem
93        Me.GetTimelineWorker = New System.ComponentModel.BackgroundWorker
94        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
95        Me.MenuItemEdit = New System.Windows.Forms.ToolStripMenuItem
96        Me.CopySTOTMenuItem = New System.Windows.Forms.ToolStripMenuItem
97        Me.CopyURLMenuItem = New System.Windows.Forms.ToolStripMenuItem
98        Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator
99        Me.MenuItemSubSearch = New System.Windows.Forms.ToolStripMenuItem
100        Me.MenuItemSearchNext = New System.Windows.Forms.ToolStripMenuItem
101        Me.MenuItemSearchPrev = New System.Windows.Forms.ToolStripMenuItem
102        Me.MenuItemCommand = New System.Windows.Forms.ToolStripMenuItem
103        Me.MenuItemHelp = New System.Windows.Forms.ToolStripMenuItem
104        Me.MatomeMenuItem = New System.Windows.Forms.ToolStripMenuItem
105        Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator
106        Me.OfficialMenuItem = New System.Windows.Forms.ToolStripMenuItem
107        Me.DLPageMenuItem = New System.Windows.Forms.ToolStripMenuItem
108        Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator
109        Me.VerUpMenuItem = New System.Windows.Forms.ToolStripMenuItem
110        Me.WedataMenuItem = New System.Windows.Forms.ToolStripMenuItem
111        Me.ToolStripSeparator14 = New System.Windows.Forms.ToolStripSeparator
112        Me.InfoTwitterMenuItem = New System.Windows.Forms.ToolStripMenuItem
113        Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator
114        Me.AboutMenuItem = New System.Windows.Forms.ToolStripMenuItem
115        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
116        Me.StatusLabelUrl = New System.Windows.Forms.ToolStripStatusLabel
117        Me.StatusLabel = New System.Windows.Forms.ToolStripStatusLabel
118        Me.TimerDM = New System.Windows.Forms.Timer(Me.components)
119        Me.GetLogWorker = New System.ComponentModel.BackgroundWorker
120        Me.ExecWorker = New System.ComponentModel.BackgroundWorker
121        Me.TimerColorize = New System.Windows.Forms.Timer(Me.components)
122        Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog
123        Me.TimerRefreshIcon = New System.Windows.Forms.Timer(Me.components)
124        Me.PostWorker = New System.ComponentModel.BackgroundWorker
125        Me.Timeline = New Tween.TweenCustomControl.DetailsListView
126        Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
127        Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
128        Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
129        Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
130        Me.ColumnHeader5 = New System.Windows.Forms.ColumnHeader
131        Me.Reply = New Tween.TweenCustomControl.DetailsListView
132        Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
133        Me.ColumnHeader7 = New System.Windows.Forms.ColumnHeader
134        Me.ColumnHeader8 = New System.Windows.Forms.ColumnHeader
135        Me.ColumnHeader9 = New System.Windows.Forms.ColumnHeader
136        Me.ColumnHeader10 = New System.Windows.Forms.ColumnHeader
137        Me.DirectMsg = New Tween.TweenCustomControl.DetailsListView
138        Me.ColumnHeader11 = New System.Windows.Forms.ColumnHeader
139        Me.ColumnHeader12 = New System.Windows.Forms.ColumnHeader
140        Me.ColumnHeader13 = New System.Windows.Forms.ColumnHeader
141        Me.ColumnHeader14 = New System.Windows.Forms.ColumnHeader
142        Me.ColumnHeader15 = New System.Windows.Forms.ColumnHeader
143        CType(Me.UserPicture, System.ComponentModel.ISupportInitialize).BeginInit()
144        Me.SplitContainer1.Panel1.SuspendLayout()
145        Me.SplitContainer1.Panel2.SuspendLayout()
146        Me.SplitContainer1.SuspendLayout()
147        Me.ListTab.SuspendLayout()
148        Me.ContextMenuTabProperty.SuspendLayout()
149        Me.TabRecent.SuspendLayout()
150        Me.ContextMenuStrip2.SuspendLayout()
151        Me.TabReply.SuspendLayout()
152        Me.TabDirect.SuspendLayout()
153        Me.TableLayoutPanel1.SuspendLayout()
154        Me.ContextMenuStrip1.SuspendLayout()
155        Me.MenuStrip1.SuspendLayout()
156        Me.StatusStrip1.SuspendLayout()
157        Me.SuspendLayout()
158        '
159        'PostButton
160        '
161        Me.PostButton.Location = New System.Drawing.Point(408, 63)
162        Me.PostButton.Name = "PostButton"
163        Me.PostButton.Size = New System.Drawing.Size(50, 20)
164        Me.PostButton.TabIndex = 1
165        Me.PostButton.TabStop = False
166        Me.PostButton.Text = "Post"
167        Me.PostButton.UseVisualStyleBackColor = True
168        '
169        'StatusText
170        '
171        Me.StatusText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
172                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
173        Me.TableLayoutPanel1.SetColumnSpan(Me.StatusText, 3)
174        Me.StatusText.Location = New System.Drawing.Point(3, 63)
175        Me.StatusText.Name = "StatusText"
176        Me.StatusText.Size = New System.Drawing.Size(349, 19)
177        Me.StatusText.TabIndex = 0
178        '
179        'TimerTimeline
180        '
181        Me.TimerTimeline.Interval = 60000
182        '
183        'UserPicture
184        '
185        Me.UserPicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
186        Me.UserPicture.Location = New System.Drawing.Point(3, 3)
187        Me.UserPicture.Name = "UserPicture"
188        Me.TableLayoutPanel1.SetRowSpan(Me.UserPicture, 2)
189        Me.UserPicture.Size = New System.Drawing.Size(48, 48)
190        Me.UserPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
191        Me.UserPicture.TabIndex = 5
192        Me.UserPicture.TabStop = False
193        '
194        'NameLabel
195        '
196        Me.NameLabel.AutoSize = True
197        Me.NameLabel.Font = New System.Drawing.Font("MS UI Gothic", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
198        Me.NameLabel.Location = New System.Drawing.Point(58, 0)
199        Me.NameLabel.Name = "NameLabel"
200        Me.NameLabel.Size = New System.Drawing.Size(53, 12)
201        Me.NameLabel.TabIndex = 6
202        Me.NameLabel.Text = "lblName"
203        '
204        'SplitContainer1
205        '
206        Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
207        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
208        Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
209        Me.SplitContainer1.Name = "SplitContainer1"
210        Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
211        '
212        'SplitContainer1.Panel1
213        '
214        Me.SplitContainer1.Panel1.Controls.Add(Me.ListTab)
215        '
216        'SplitContainer1.Panel2
217        '
218        Me.SplitContainer1.Panel2.Controls.Add(Me.TableLayoutPanel1)
219        Me.SplitContainer1.Panel2MinSize = 50
220        Me.SplitContainer1.Size = New System.Drawing.Size(468, 316)
221        Me.SplitContainer1.SplitterDistance = 197
222        Me.SplitContainer1.TabIndex = 8
223        Me.SplitContainer1.TabStop = False
224        '
225        'ListTab
226        '
227        Me.ListTab.Alignment = System.Windows.Forms.TabAlignment.Bottom
228        Me.ListTab.AllowDrop = True
229        Me.ListTab.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
230                    Or System.Windows.Forms.AnchorStyles.Left) _
231                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
232        Me.ListTab.ContextMenuStrip = Me.ContextMenuTabProperty
233        Me.ListTab.Controls.Add(Me.TabRecent)
234        Me.ListTab.Controls.Add(Me.TabReply)
235        Me.ListTab.Controls.Add(Me.TabDirect)
236        Me.ListTab.ImageList = Me.TabImage
237        Me.ListTab.ImeMode = System.Windows.Forms.ImeMode.Disable
238        Me.ListTab.Location = New System.Drawing.Point(0, 25)
239        Me.ListTab.Margin = New System.Windows.Forms.Padding(0)
240        Me.ListTab.Multiline = True
241        Me.ListTab.Name = "ListTab"
242        Me.ListTab.SelectedIndex = 0
243        Me.ListTab.Size = New System.Drawing.Size(468, 168)
244        Me.ListTab.TabIndex = 4
245        Me.ListTab.TabStop = False
246        '
247        'ContextMenuTabProperty
248        '
249        Me.ContextMenuTabProperty.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AddTabMenuItem, Me.ToolStripSeparator20, Me.UreadManageMenuItem, Me.NotifyDispMenuItem, Me.SoundFileComboBox, Me.ToolStripSeparator18, Me.FilterEditMenuItem, Me.ToolStripSeparator19, Me.ClearTabMenuItem, Me.ToolStripSeparator11, Me.DeleteTabMenuItem})
250        Me.ContextMenuTabProperty.Name = "ContextMenuStrip3"
251        Me.ContextMenuTabProperty.OwnerItem = Me.MenuItemTab
252        Me.ContextMenuTabProperty.Size = New System.Drawing.Size(209, 190)
253        '
254        'AddTabMenuItem
255        '
256        Me.AddTabMenuItem.Name = "AddTabMenuItem"
257        Me.AddTabMenuItem.Size = New System.Drawing.Size(208, 22)
258        Me.AddTabMenuItem.Text = "タブ作成(&N)"
259        '
260        'ToolStripSeparator20
261        '
262        Me.ToolStripSeparator20.Name = "ToolStripSeparator20"
263        Me.ToolStripSeparator20.Size = New System.Drawing.Size(205, 6)
264        '
265        'UreadManageMenuItem
266        '
267        Me.UreadManageMenuItem.CheckOnClick = True
268        Me.UreadManageMenuItem.Name = "UreadManageMenuItem"
269        Me.UreadManageMenuItem.Size = New System.Drawing.Size(208, 22)
270        Me.UreadManageMenuItem.Text = "未読管理(&U)"
271        '
272        'NotifyDispMenuItem
273        '
274        Me.NotifyDispMenuItem.CheckOnClick = True
275        Me.NotifyDispMenuItem.Name = "NotifyDispMenuItem"
276        Me.NotifyDispMenuItem.Size = New System.Drawing.Size(208, 22)
277        Me.NotifyDispMenuItem.Text = "新着通知表示(&Q)"
278        '
279        'SoundFileComboBox
280        '
281        Me.SoundFileComboBox.AutoToolTip = True
282        Me.SoundFileComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
283        Me.SoundFileComboBox.Name = "SoundFileComboBox"
284        Me.SoundFileComboBox.Size = New System.Drawing.Size(121, 26)
285        Me.SoundFileComboBox.ToolTipText = "再生するwavファイルを指定してください"
286        '
287        'ToolStripSeparator18
288        '
289        Me.ToolStripSeparator18.Name = "ToolStripSeparator18"
290        Me.ToolStripSeparator18.Size = New System.Drawing.Size(205, 6)
291        '
292        'FilterEditMenuItem
293        '
294        Me.FilterEditMenuItem.Name = "FilterEditMenuItem"
295        Me.FilterEditMenuItem.Size = New System.Drawing.Size(208, 22)
296        Me.FilterEditMenuItem.Text = "振り分けルール編集(&F)"
297        '
298        'ToolStripSeparator19
299        '
300        Me.ToolStripSeparator19.Name = "ToolStripSeparator19"
301        Me.ToolStripSeparator19.Size = New System.Drawing.Size(205, 6)
302        '
303        'ClearTabMenuItem
304        '
305        Me.ClearTabMenuItem.Name = "ClearTabMenuItem"
306        Me.ClearTabMenuItem.Size = New System.Drawing.Size(208, 22)
307        Me.ClearTabMenuItem.Text = "このタブの発言をクリア"
308        '
309        'ToolStripSeparator11
310        '
311        Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
312        Me.ToolStripSeparator11.Size = New System.Drawing.Size(205, 6)
313        '
314        'DeleteTabMenuItem
315        '
316        Me.DeleteTabMenuItem.Name = "DeleteTabMenuItem"
317        Me.DeleteTabMenuItem.Size = New System.Drawing.Size(208, 22)
318        Me.DeleteTabMenuItem.Text = "タブ削除(&D)"
319        '
320        'MenuItemTab
321        '
322        Me.MenuItemTab.DropDown = Me.ContextMenuTabProperty
323        Me.MenuItemTab.Name = "MenuItemTab"
324        Me.MenuItemTab.Size = New System.Drawing.Size(62, 22)
325        Me.MenuItemTab.Text = "タブ(&T)"
326        '
327        'TabRecent
328        '
329        Me.TabRecent.Controls.Add(Me.Timeline)
330        Me.TabRecent.Location = New System.Drawing.Point(4, 4)
331        Me.TabRecent.Name = "TabRecent"
332        Me.TabRecent.Size = New System.Drawing.Size(460, 141)
333        Me.TabRecent.TabIndex = 0
334        Me.TabRecent.Text = "Recent"
335        Me.TabRecent.UseVisualStyleBackColor = True
336        '
337        'ContextMenuStrip2
338        '
339        Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ReplyStripMenuItem, Me.ReplyAllStripMenuItem, Me.DMStripMenuItem, Me.ToolStripSeparator2, Me.FavAddToolStripMenuItem, Me.FavRemoveToolStripMenuItem, Me.ToolStripSeparator1, Me.MoveToHomeToolStripMenuItem, Me.MoveToFavToolStripMenuItem, Me.StatusOpenMenuItem, Me.FavorareMenuItem, Me.OpenURLMenuItem, Me.ToolStripSeparator3, Me.TabMenuItem, Me.IDRuleMenuItem, Me.ToolStripSeparator4, Me.ReadedStripMenuItem, Me.UnreadStripMenuItem, Me.JumpUnreadMenuItem, Me.ToolStripSeparator10, Me.SelectAllMenuItem, Me.ToolStripSeparator5, Me.DeleteStripMenuItem, Me.ToolStripSeparator8, Me.RefreshStripMenuItem})
340        Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
341        Me.ContextMenuStrip2.OwnerItem = Me.MenuItemOperate
342        Me.ContextMenuStrip2.ShowImageMargin = False
343        Me.ContextMenuStrip2.Size = New System.Drawing.Size(251, 442)
344        '
345        'ReplyStripMenuItem
346        '
347        Me.ReplyStripMenuItem.Name = "ReplyStripMenuItem"
348        Me.ReplyStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.R), System.Windows.Forms.Keys)
349        Me.ReplyStripMenuItem.Size = New System.Drawing.Size(250, 22)
350        Me.ReplyStripMenuItem.Text = "@返信(&R)"
351        '
352        'ReplyAllStripMenuItem
353        '
354        Me.ReplyAllStripMenuItem.Name = "ReplyAllStripMenuItem"
355        Me.ReplyAllStripMenuItem.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Shift) _
356                    Or System.Windows.Forms.Keys.R), System.Windows.Forms.Keys)
357        Me.ReplyAllStripMenuItem.Size = New System.Drawing.Size(250, 22)
358        Me.ReplyAllStripMenuItem.Text = "@返信ALL"
359        '
360        'DMStripMenuItem
361        '
362        Me.DMStripMenuItem.Name = "DMStripMenuItem"
363        Me.DMStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.M), System.Windows.Forms.Keys)
364        Me.DMStripMenuItem.Size = New System.Drawing.Size(250, 22)
365        Me.DMStripMenuItem.Text = "DM送信(&M)"
366        '
367        'ToolStripSeparator2
368        '
369        Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
370        Me.ToolStripSeparator2.Size = New System.Drawing.Size(247, 6)
371        '
372        'FavAddToolStripMenuItem
373        '
374        Me.FavAddToolStripMenuItem.Name = "FavAddToolStripMenuItem"
375        Me.FavAddToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
376        Me.FavAddToolStripMenuItem.Size = New System.Drawing.Size(250, 22)
377        Me.FavAddToolStripMenuItem.Text = "Fav追加(&F)"
378        '
379        'FavRemoveToolStripMenuItem
380        '
381        Me.FavRemoveToolStripMenuItem.Name = "FavRemoveToolStripMenuItem"
382        Me.FavRemoveToolStripMenuItem.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Shift) _
383                    Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
384        Me.FavRemoveToolStripMenuItem.Size = New System.Drawing.Size(250, 22)
385        Me.FavRemoveToolStripMenuItem.Text = "Fav削除"
386        '
387        'ToolStripSeparator1
388        '
389        Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
390        Me.ToolStripSeparator1.Size = New System.Drawing.Size(247, 6)
391        '
392        'MoveToHomeToolStripMenuItem
393        '
394        Me.MoveToHomeToolStripMenuItem.Name = "MoveToHomeToolStripMenuItem"
395        Me.MoveToHomeToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.H), System.Windows.Forms.Keys)
396        Me.MoveToHomeToolStripMenuItem.Size = New System.Drawing.Size(250, 22)
397        Me.MoveToHomeToolStripMenuItem.Text = "ホームを開く(&H)"
398        '
399        'MoveToFavToolStripMenuItem
400        '
401        Me.MoveToFavToolStripMenuItem.Name = "MoveToFavToolStripMenuItem"
402        Me.MoveToFavToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.G), System.Windows.Forms.Keys)
403        Me.MoveToFavToolStripMenuItem.Size = New System.Drawing.Size(250, 22)
404        Me.MoveToFavToolStripMenuItem.Text = "Favを開く(&G)"
405        '
406        'StatusOpenMenuItem
407        '
408        Me.StatusOpenMenuItem.Name = "StatusOpenMenuItem"
409        Me.StatusOpenMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
410        Me.StatusOpenMenuItem.Size = New System.Drawing.Size(250, 22)
411        Me.StatusOpenMenuItem.Text = "ステータスを開く(&O)"
412        '
413        'FavorareMenuItem
414        '
415        Me.FavorareMenuItem.Name = "FavorareMenuItem"
416        Me.FavorareMenuItem.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Shift) _
417                    Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
418        Me.FavorareMenuItem.Size = New System.Drawing.Size(250, 22)
419        Me.FavorareMenuItem.Text = "ふぁぼられを開く(&P)"
420        '
421        'OpenURLMenuItem
422        '
423        Me.OpenURLMenuItem.Name = "OpenURLMenuItem"
424        Me.OpenURLMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys)
425        Me.OpenURLMenuItem.Size = New System.Drawing.Size(250, 22)
426        Me.OpenURLMenuItem.Text = "発言内URLを開く(&U)"
427        '
428        'ToolStripSeparator3
429        '
430        Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
431        Me.ToolStripSeparator3.Size = New System.Drawing.Size(247, 6)
432        '
433        'TabMenuItem
434        '
435        Me.TabMenuItem.Name = "TabMenuItem"
436        Me.TabMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys)
437        Me.TabMenuItem.Size = New System.Drawing.Size(250, 22)
438        Me.TabMenuItem.Text = "タブ振り分けルール作成(&N)"
439        '
440        'IDRuleMenuItem
441        '
442        Me.IDRuleMenuItem.Name = "IDRuleMenuItem"
443        Me.IDRuleMenuItem.Size = New System.Drawing.Size(250, 22)
444        Me.IDRuleMenuItem.Text = "ID振り分けルール作成"
445        '
446        'ToolStripSeparator4
447        '
448        Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
449        Me.ToolStripSeparator4.Size = New System.Drawing.Size(247, 6)
450        '
451        'ReadedStripMenuItem
452        '
453        Me.ReadedStripMenuItem.Name = "ReadedStripMenuItem"
454        Me.ReadedStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.B), System.Windows.Forms.Keys)
455        Me.ReadedStripMenuItem.Size = New System.Drawing.Size(250, 22)
456        Me.ReadedStripMenuItem.Text = "既読にする(&B)"
457        '
458        'UnreadStripMenuItem
459        '
460        Me.UnreadStripMenuItem.Name = "UnreadStripMenuItem"
461        Me.UnreadStripMenuItem.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Shift) _
462                    Or System.Windows.Forms.Keys.B), System.Windows.Forms.Keys)
463        Me.UnreadStripMenuItem.Size = New System.Drawing.Size(250, 22)
464        Me.UnreadStripMenuItem.Text = "未読にする"
465        '
466        'JumpUnreadMenuItem
467        '
468        Me.JumpUnreadMenuItem.Name = "JumpUnreadMenuItem"
469        Me.JumpUnreadMenuItem.ShortcutKeyDisplayString = ""
470        Me.JumpUnreadMenuItem.Size = New System.Drawing.Size(250, 22)
471        Me.JumpUnreadMenuItem.Text = "未読へジャンプ"
472        '
473        'ToolStripSeparator10
474        '
475        Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
476        Me.ToolStripSeparator10.Size = New System.Drawing.Size(247, 6)
477        '
478        'SelectAllMenuItem
479        '
480        Me.SelectAllMenuItem.Name = "SelectAllMenuItem"
481        Me.SelectAllMenuItem.Size = New System.Drawing.Size(250, 22)
482        Me.SelectAllMenuItem.Text = "全て選択(&A)"
483        '
484        'ToolStripSeparator5
485        '
486        Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
487        Me.ToolStripSeparator5.Size = New System.Drawing.Size(247, 6)
488        '
489        'DeleteStripMenuItem
490        '
491        Me.DeleteStripMenuItem.Name = "DeleteStripMenuItem"
492        Me.DeleteStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.D), System.Windows.Forms.Keys)
493        Me.DeleteStripMenuItem.Size = New System.Drawing.Size(250, 22)
494        Me.DeleteStripMenuItem.Text = "削除(&D)"
495        '
496        'ToolStripSeparator8
497        '
498        Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
499        Me.ToolStripSeparator8.Size = New System.Drawing.Size(247, 6)
500        '
501        'RefreshStripMenuItem
502        '
503        Me.RefreshStripMenuItem.Name = "RefreshStripMenuItem"
504        Me.RefreshStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5
505        Me.RefreshStripMenuItem.Size = New System.Drawing.Size(250, 22)
506        Me.RefreshStripMenuItem.Text = "更新(&U)"
507        '
508        'MenuItemOperate
509        '
510        Me.MenuItemOperate.DropDown = Me.ContextMenuStrip2
511        Me.MenuItemOperate.Name = "MenuItemOperate"
512        Me.MenuItemOperate.Size = New System.Drawing.Size(63, 22)
513        Me.MenuItemOperate.Text = "操作(&O)"
514        '
515        'TabReply
516        '
517        Me.TabReply.Controls.Add(Me.Reply)
518        Me.TabReply.Location = New System.Drawing.Point(4, 4)
519        Me.TabReply.Name = "TabReply"
520        Me.TabReply.Size = New System.Drawing.Size(460, 141)
521        Me.TabReply.TabIndex = 1
522        Me.TabReply.Text = "Reply"
523        Me.TabReply.UseVisualStyleBackColor = True
524        '
525        'TabDirect
526        '
527        Me.TabDirect.Controls.Add(Me.DirectMsg)
528        Me.TabDirect.Location = New System.Drawing.Point(4, 4)
529        Me.TabDirect.Name = "TabDirect"
530        Me.TabDirect.Size = New System.Drawing.Size(460, 141)
531        Me.TabDirect.TabIndex = 2
532        Me.TabDirect.Text = "Direct"
533        Me.TabDirect.UseVisualStyleBackColor = True
534        '
535        'TabImage
536        '
537        Me.TabImage.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit
538        Me.TabImage.ImageSize = New System.Drawing.Size(16, 16)
539        Me.TabImage.TransparentColor = System.Drawing.Color.Transparent
540        '
541        'TableLayoutPanel1
542        '
543        Me.TableLayoutPanel1.ColumnCount = 5
544        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 55.0!))
545        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.0!))
546        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.0!))
547        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50.0!))
548        Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 59.0!))
549        Me.TableLayoutPanel1.Controls.Add(Me.PostButton, 4, 2)
550        Me.TableLayoutPanel1.Controls.Add(Me.lblLen, 3, 2)
551        Me.TableLayoutPanel1.Controls.Add(Me.StatusText, 0, 2)
552        Me.TableLayoutPanel1.Controls.Add(Me.UserPicture, 0, 0)
553        Me.TableLayoutPanel1.Controls.Add(Me.NameLabel, 1, 0)
554        Me.TableLayoutPanel1.Controls.Add(Me.PostBrowser, 1, 1)
555        Me.TableLayoutPanel1.Controls.Add(Me.DateTimeLabel, 2, 0)
556        Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
557        Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
558        Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
559        Me.TableLayoutPanel1.RowCount = 3
560        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
561        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.0!))
562        Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50.0!))
563        Me.TableLayoutPanel1.Size = New System.Drawing.Size(464, 111)
564        Me.TableLayoutPanel1.TabIndex = 16
565        '
566        'lblLen
567        '
568        Me.lblLen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
569                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
570        Me.lblLen.Location = New System.Drawing.Point(358, 60)
571        Me.lblLen.Name = "lblLen"
572        Me.lblLen.Size = New System.Drawing.Size(44, 19)
573        Me.lblLen.TabIndex = 13
574        Me.lblLen.Text = "999"
575        Me.lblLen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
576        '
577        'PostBrowser
578        '
579        Me.PostBrowser.AllowWebBrowserDrop = False
580        Me.TableLayoutPanel1.SetColumnSpan(Me.PostBrowser, 4)
581        Me.PostBrowser.Dock = System.Windows.Forms.DockStyle.Fill
582        Me.PostBrowser.Location = New System.Drawing.Point(58, 15)
583        Me.PostBrowser.Name = "PostBrowser"
584        Me.PostBrowser.Size = New System.Drawing.Size(403, 42)
585        Me.PostBrowser.TabIndex = 12
586        Me.PostBrowser.TabStop = False
587        '
588        'DateTimeLabel
589        '
590        Me.DateTimeLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
591        Me.TableLayoutPanel1.SetColumnSpan(Me.DateTimeLabel, 3)
592        Me.DateTimeLabel.Location = New System.Drawing.Point(331, 0)
593        Me.DateTimeLabel.Name = "DateTimeLabel"
594        Me.DateTimeLabel.Size = New System.Drawing.Size(130, 12)
595        Me.DateTimeLabel.TabIndex = 7
596        Me.DateTimeLabel.Text = "Label1"
597        Me.DateTimeLabel.TextAlign = System.Drawing.ContentAlignment.TopRight
598        '
599        'NotifyIcon1
600        '
601        Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuStrip1
602        Me.NotifyIcon1.Text = "Tween"
603        Me.NotifyIcon1.Visible = True
604        '
605        'ContextMenuStrip1
606        '
607        Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SettingStripMenuItem, Me.ToolStripSeparator9, Me.SaveLogMenuItem, Me.ToolStripSeparator17, Me.NewPostPopMenuItem, Me.PlaySoundMenuItem, Me.ListLockMenuItem, Me.ToolStripSeparator15, Me.EndToolStripMenuItem})
608        Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
609        Me.ContextMenuStrip1.OwnerItem = Me.MenuItemFile
610        Me.ContextMenuStrip1.ShowCheckMargin = True
611        Me.ContextMenuStrip1.ShowImageMargin = False
612        Me.ContextMenuStrip1.Size = New System.Drawing.Size(236, 176)
613        '
614        'SettingStripMenuItem
615        '
616        Me.SettingStripMenuItem.Name = "SettingStripMenuItem"
617        Me.SettingStripMenuItem.Size = New System.Drawing.Size(235, 22)
618        Me.SettingStripMenuItem.Text = "設定(&O)"
619        '
620        'ToolStripSeparator9
621        '
622        Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
623        Me.ToolStripSeparator9.Size = New System.Drawing.Size(232, 6)
624        '
625        'SaveLogMenuItem
626        '
627        Me.SaveLogMenuItem.Name = "SaveLogMenuItem"
628        Me.SaveLogMenuItem.Size = New System.Drawing.Size(235, 22)
629        Me.SaveLogMenuItem.Text = "ファイル保存(&S)"
630        '
631        'ToolStripSeparator17
632        '
633        Me.ToolStripSeparator17.Name = "ToolStripSeparator17"
634        Me.ToolStripSeparator17.Size = New System.Drawing.Size(232, 6)
635        '
636        'NewPostPopMenuItem
637        '
638        Me.NewPostPopMenuItem.CheckOnClick = True
639        Me.NewPostPopMenuItem.Name = "NewPostPopMenuItem"
640        Me.NewPostPopMenuItem.Size = New System.Drawing.Size(235, 22)
641        Me.NewPostPopMenuItem.Text = "新着通知(&Q)"
642        '
643        'PlaySoundMenuItem
644        '
645        Me.PlaySoundMenuItem.CheckOnClick = True
646        Me.PlaySoundMenuItem.Name = "PlaySoundMenuItem"
647        Me.PlaySoundMenuItem.Size = New System.Drawing.Size(235, 22)
648        Me.PlaySoundMenuItem.Text = "サウンド再生"
649        '
650        'ListLockMenuItem
651        '
652        Me.ListLockMenuItem.CheckOnClick = True
653        Me.ListLockMenuItem.Name = "ListLockMenuItem"
654        Me.ListLockMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.L), System.Windows.Forms.Keys)
655        Me.ListLockMenuItem.Size = New System.Drawing.Size(235, 22)
656        Me.ListLockMenuItem.Text = "新着時リスト固定(&L)"
657        '
658        'ToolStripSeparator15
659        '
660        Me.ToolStripSeparator15.Name = "ToolStripSeparator15"
661        Me.ToolStripSeparator15.Size = New System.Drawing.Size(232, 6)
662        '
663        'EndToolStripMenuItem
664        '
665        Me.EndToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
666        Me.EndToolStripMenuItem.Name = "EndToolStripMenuItem"
667        Me.EndToolStripMenuItem.ShowShortcutKeys = False
668        Me.EndToolStripMenuItem.Size = New System.Drawing.Size(235, 22)
669        Me.EndToolStripMenuItem.Text = "終了(&X)"
670        '
671        'MenuItemFile
672        '
673        Me.MenuItemFile.DropDown = Me.ContextMenuStrip1
674        Me.MenuItemFile.Name = "MenuItemFile"
675        Me.MenuItemFile.Size = New System.Drawing.Size(85, 22)
676        Me.MenuItemFile.Text = "ファイル(&F)"
677        '
678        'GetTimelineWorker
679        '
680        '
681        'MenuStrip1
682        '
683        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MenuItemFile, Me.MenuItemEdit, Me.MenuItemOperate, Me.MenuItemTab, Me.MenuItemCommand, Me.MenuItemHelp})
684        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
685        Me.MenuStrip1.Name = "MenuStrip1"
686        Me.MenuStrip1.Size = New System.Drawing.Size(468, 26)
687        Me.MenuStrip1.TabIndex = 9
688        Me.MenuStrip1.Text = "MenuStrip1"
689        '
690        'MenuItemEdit
691        '
692        Me.MenuItemEdit.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopySTOTMenuItem, Me.CopyURLMenuItem, Me.ToolStripSeparator6, Me.MenuItemSubSearch, Me.MenuItemSearchNext, Me.MenuItemSearchPrev})
693        Me.MenuItemEdit.Name = "MenuItemEdit"
694        Me.MenuItemEdit.Size = New System.Drawing.Size(61, 22)
695        Me.MenuItemEdit.Text = "編集(&E)"
696        '
697        'CopySTOTMenuItem
698        '
699        Me.CopySTOTMenuItem.Name = "CopySTOTMenuItem"
700        Me.CopySTOTMenuItem.Size = New System.Drawing.Size(259, 22)
701        Me.CopySTOTMenuItem.Text = "コピー(STOT形式テキスト)(&C)"
702        '
703        'CopyURLMenuItem
704        '
705        Me.CopyURLMenuItem.Name = "CopyURLMenuItem"
706        Me.CopyURLMenuItem.Size = New System.Drawing.Size(259, 22)
707        Me.CopyURLMenuItem.Text = "コピー(ステータスURL)(&S)"
708        '
709        'ToolStripSeparator6
710        '
711        Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
712        Me.ToolStripSeparator6.Size = New System.Drawing.Size(256, 6)
713        '
714        'MenuItemSubSearch
715        '
716        Me.MenuItemSubSearch.Name = "MenuItemSubSearch"
717        Me.MenuItemSubSearch.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F), System.Windows.Forms.Keys)
718        Me.MenuItemSubSearch.Size = New System.Drawing.Size(259, 22)
719        Me.MenuItemSubSearch.Text = "検索(&F)"
720        '
721        'MenuItemSearchNext
722        '
723        Me.MenuItemSearchNext.Name = "MenuItemSearchNext"
724        Me.MenuItemSearchNext.ShortcutKeys = System.Windows.Forms.Keys.F3
725        Me.MenuItemSearchNext.Size = New System.Drawing.Size(259, 22)
726        Me.MenuItemSearchNext.Text = "次を検索(&X)"
727        '
728        'MenuItemSearchPrev
729        '
730        Me.MenuItemSearchPrev.Name = "MenuItemSearchPrev"
731        Me.MenuItemSearchPrev.ShortcutKeys = CType((System.Windows.Forms.Keys.Shift Or System.Windows.Forms.Keys.F3), System.Windows.Forms.Keys)
732        Me.MenuItemSearchPrev.Size = New System.Drawing.Size(259, 22)
733        Me.MenuItemSearchPrev.Text = "前を検索(&P)"
734        '
735        'MenuItemCommand
736        '
737        Me.MenuItemCommand.Enabled = False
738        Me.MenuItemCommand.Name = "MenuItemCommand"
739        Me.MenuItemCommand.Size = New System.Drawing.Size(86, 22)
740        Me.MenuItemCommand.Text = "コマンド(&C)"
741        '
742        'MenuItemHelp
743        '
744        Me.MenuItemHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MatomeMenuItem, Me.ToolStripSeparator12, Me.OfficialMenuItem, Me.DLPageMenuItem, Me.ToolStripSeparator16, Me.VerUpMenuItem, Me.WedataMenuItem, Me.ToolStripSeparator14, Me.InfoTwitterMenuItem, Me.ToolStripSeparator7, Me.AboutMenuItem})
745        Me.MenuItemHelp.Name = "MenuItemHelp"
746        Me.MenuItemHelp.Size = New System.Drawing.Size(75, 22)
747        Me.MenuItemHelp.Text = "ヘルプ(&H)"
748        '
749        'MatomeMenuItem
750        '
751        Me.MatomeMenuItem.Name = "MatomeMenuItem"
752        Me.MatomeMenuItem.Size = New System.Drawing.Size(217, 22)
753        Me.MatomeMenuItem.Text = "Tweenまとめサイト(&H)"
754        '
755        'ToolStripSeparator12
756        '
757        Me.ToolStripSeparator12.Name = "ToolStripSeparator12"
758        Me.ToolStripSeparator12.Size = New System.Drawing.Size(214, 6)
759        '
760        'OfficialMenuItem
761        '
762        Me.OfficialMenuItem.Name = "OfficialMenuItem"
763        Me.OfficialMenuItem.Size = New System.Drawing.Size(217, 22)
764        Me.OfficialMenuItem.Text = "公式ページ(&O)"
765        '
766        'DLPageMenuItem
767        '
768        Me.DLPageMenuItem.Name = "DLPageMenuItem"
769        Me.DLPageMenuItem.Size = New System.Drawing.Size(217, 22)
770        Me.DLPageMenuItem.Text = "配布ページ(&D)"
771        '
772        'ToolStripSeparator16
773        '
774        Me.ToolStripSeparator16.Name = "ToolStripSeparator16"
775        Me.ToolStripSeparator16.Size = New System.Drawing.Size(214, 6)
776        '
777        'VerUpMenuItem
778        '
779        Me.VerUpMenuItem.Name = "VerUpMenuItem"
780        Me.VerUpMenuItem.Size = New System.Drawing.Size(217, 22)
781        Me.VerUpMenuItem.Text = "最新版の取得(&G)"
782        '
783        'WedataMenuItem
784        '
785        Me.WedataMenuItem.Name = "WedataMenuItem"
786        Me.WedataMenuItem.Size = New System.Drawing.Size(217, 22)
787        Me.WedataMenuItem.Text = "解析キー情報更新"
788        '
789        'ToolStripSeparator14
790        '
791        Me.ToolStripSeparator14.Name = "ToolStripSeparator14"
792        Me.ToolStripSeparator14.Size = New System.Drawing.Size(214, 6)
793        '
794        'InfoTwitterMenuItem
795        '
796        Me.InfoTwitterMenuItem.Name = "InfoTwitterMenuItem"
797        Me.InfoTwitterMenuItem.Size = New System.Drawing.Size(217, 22)
798        Me.InfoTwitterMenuItem.Text = "Twitterからのお知らせ(&I)"
799        '
800        'ToolStripSeparator7
801        '
802        Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
803        Me.ToolStripSeparator7.Size = New System.Drawing.Size(214, 6)
804        '
805        'AboutMenuItem
806        '
807        Me.AboutMenuItem.Name = "AboutMenuItem"
808        Me.AboutMenuItem.Size = New System.Drawing.Size(217, 22)
809        Me.AboutMenuItem.Text = "Tweenについて(&A)"
810        '
811        'StatusStrip1
812        '
813        Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StatusLabelUrl, Me.StatusLabel})
814        Me.StatusStrip1.Location = New System.Drawing.Point(0, 289)
815        Me.StatusStrip1.Name = "StatusStrip1"
816        Me.StatusStrip1.Size = New System.Drawing.Size(468, 27)
817        Me.StatusStrip1.TabIndex = 10
818        Me.StatusStrip1.Text = "StatusStrip1"
819        '
820        'StatusLabelUrl
821        '
822        Me.StatusLabelUrl.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right
823        Me.StatusLabelUrl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
824        Me.StatusLabelUrl.Name = "StatusLabelUrl"
825        Me.StatusLabelUrl.Size = New System.Drawing.Size(317, 22)
826        Me.StatusLabelUrl.Spring = True
827        Me.StatusLabelUrl.Text = "ToolStripStatusLabel1"
828        Me.StatusLabelUrl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
829        '
830        'StatusLabel
831        '
832        Me.StatusLabel.Name = "StatusLabel"
833        Me.StatusLabel.Size = New System.Drawing.Size(136, 22)
834        Me.StatusLabel.Text = "ToolStripStatusLabel1"
835        '
836        'TimerDM
837        '
838        Me.TimerDM.Interval = 600000
839        '
840        'GetLogWorker
841        '
842        '
843        'ExecWorker
844        '
845        '
846        'TimerColorize
847        '
848        '
849        'TimerRefreshIcon
850        '
851        Me.TimerRefreshIcon.Interval = 50
852        '
853        'PostWorker
854        '
855        '
856        'Timeline
857        '
858        Me.Timeline.AllowColumnReorder = True
859        Me.Timeline.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4, Me.ColumnHeader5})
860        Me.Timeline.ContextMenuStrip = Me.ContextMenuStrip2
861        Me.Timeline.Dock = System.Windows.Forms.DockStyle.Fill
862        Me.Timeline.FullRowSelect = True
863        Me.Timeline.HideSelection = False
864        Me.Timeline.Location = New System.Drawing.Point(0, 0)
865        Me.Timeline.Name = "Timeline"
866        Me.Timeline.OwnerDraw = True
867        Me.Timeline.ShowItemToolTips = True
868        Me.Timeline.Size = New System.Drawing.Size(460, 141)
869        Me.Timeline.TabIndex = 0
870        Me.Timeline.UseCompatibleStateImageBehavior = False
871        Me.Timeline.View = System.Windows.Forms.View.Details
872        '
873        'ColumnHeader1
874        '
875        Me.ColumnHeader1.Text = ""
876        Me.ColumnHeader1.Width = 26
877        '
878        'ColumnHeader2
879        '
880        Me.ColumnHeader2.Text = "名前"
881        Me.ColumnHeader2.Width = 80
882        '
883        'ColumnHeader3
884        '
885        Me.ColumnHeader3.Text = "投稿"
886        Me.ColumnHeader3.Width = 300
887        '
888        'ColumnHeader4
889        '
890        Me.ColumnHeader4.Text = "日時"
891        Me.ColumnHeader4.Width = 50
892        '
893        'ColumnHeader5
894        '
895        Me.ColumnHeader5.Text = "ユーザ名"
896        Me.ColumnHeader5.Width = 50
897        '
898        'Reply
899        '
900        Me.Reply.AllowColumnReorder = True
901        Me.Reply.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader6, Me.ColumnHeader7, Me.ColumnHeader8, Me.ColumnHeader9, Me.ColumnHeader10})
902        Me.Reply.ContextMenuStrip = Me.ContextMenuStrip2
903        Me.Reply.Dock = System.Windows.Forms.DockStyle.Fill
904        Me.Reply.FullRowSelect = True
905        Me.Reply.HideSelection = False
906        Me.Reply.Location = New System.Drawing.Point(0, 0)
907        Me.Reply.Name = "Reply"
908        Me.Reply.OwnerDraw = True
909        Me.Reply.ShowItemToolTips = True
910        Me.Reply.Size = New System.Drawing.Size(460, 141)
911        Me.Reply.TabIndex = 0
912        Me.Reply.UseCompatibleStateImageBehavior = False
913        Me.Reply.View = System.Windows.Forms.View.Details
914        '
915        'ColumnHeader6
916        '
917        Me.ColumnHeader6.Text = ""
918        Me.ColumnHeader6.Width = 26
919        '
920        'ColumnHeader7
921        '
922        Me.ColumnHeader7.Text = "名前"
923        Me.ColumnHeader7.Width = 80
924        '
925        'ColumnHeader8
926        '
927        Me.ColumnHeader8.Text = "投稿"
928        Me.ColumnHeader8.Width = 300
929        '
930        'ColumnHeader9
931        '
932        Me.ColumnHeader9.Text = "日時"
933        Me.ColumnHeader9.Width = 50
934        '
935        'ColumnHeader10
936        '
937        Me.ColumnHeader10.Text = "ユーザ名"
938        Me.ColumnHeader10.Width = 50
939        '
940        'DirectMsg
941        '
942        Me.DirectMsg.AllowColumnReorder = True
943        Me.DirectMsg.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader11, Me.ColumnHeader12, Me.ColumnHeader13, Me.ColumnHeader14, Me.ColumnHeader15})
944        Me.DirectMsg.ContextMenuStrip = Me.ContextMenuStrip2
945        Me.DirectMsg.Dock = System.Windows.Forms.DockStyle.Fill
946        Me.DirectMsg.FullRowSelect = True
947        Me.DirectMsg.HideSelection = False
948        Me.DirectMsg.Location = New System.Drawing.Point(0, 0)
949        Me.DirectMsg.Name = "DirectMsg"
950        Me.DirectMsg.OwnerDraw = True
951        Me.DirectMsg.ShowItemToolTips = True
952        Me.DirectMsg.Size = New System.Drawing.Size(460, 141)
953        Me.DirectMsg.TabIndex = 0
954        Me.DirectMsg.UseCompatibleStateImageBehavior = False
955        Me.DirectMsg.View = System.Windows.Forms.View.Details
956        '
957        'ColumnHeader11
958        '
959        Me.ColumnHeader11.Text = ""
960        Me.ColumnHeader11.Width = 26
961        '
962        'ColumnHeader12
963        '
964        Me.ColumnHeader12.Text = "名前"
965        Me.ColumnHeader12.Width = 80
966        '
967        'ColumnHeader13
968        '
969        Me.ColumnHeader13.Text = "投稿"
970        Me.ColumnHeader13.Width = 300
971        '
972        'ColumnHeader14
973        '
974        Me.ColumnHeader14.Text = "日時"
975        Me.ColumnHeader14.Width = 50
976        '
977        'ColumnHeader15
978        '
979        Me.ColumnHeader15.Text = "ユーザ名"
980        Me.ColumnHeader15.Width = 50
981        '
982        'TweenMain
983        '
984        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
985        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
986        Me.BackColor = System.Drawing.SystemColors.Control
987        Me.ClientSize = New System.Drawing.Size(468, 316)
988        Me.Controls.Add(Me.StatusStrip1)
989        Me.Controls.Add(Me.MenuStrip1)
990        Me.Controls.Add(Me.SplitContainer1)
991        Me.ImeMode = System.Windows.Forms.ImeMode.Off
992        Me.MainMenuStrip = Me.MenuStrip1
993        Me.Name = "TweenMain"
994        Me.Text = "Tween"
995        CType(Me.UserPicture, System.ComponentModel.ISupportInitialize).EndInit()
996        Me.SplitContainer1.Panel1.ResumeLayout(False)
997        Me.SplitContainer1.Panel2.ResumeLayout(False)
998        Me.SplitContainer1.ResumeLayout(False)
999        Me.ListTab.ResumeLayout(False)
1000        Me.ContextMenuTabProperty.ResumeLayout(False)
1001        Me.TabRecent.ResumeLayout(False)
1002        Me.ContextMenuStrip2.ResumeLayout(False)
1003        Me.TabReply.ResumeLayout(False)
1004        Me.TabDirect.ResumeLayout(False)
1005        Me.TableLayoutPanel1.ResumeLayout(False)
1006        Me.TableLayoutPanel1.PerformLayout()
1007        Me.ContextMenuStrip1.ResumeLayout(False)
1008        Me.MenuStrip1.ResumeLayout(False)
1009        Me.MenuStrip1.PerformLayout()
1010        Me.StatusStrip1.ResumeLayout(False)
1011        Me.StatusStrip1.PerformLayout()
1012        Me.ResumeLayout(False)
1013        Me.PerformLayout()
1014
1015    End Sub
1016    Friend WithEvents PostButton As System.Windows.Forms.Button
1017    Friend WithEvents StatusText As System.Windows.Forms.TextBox
1018    Friend WithEvents TimerTimeline As System.Windows.Forms.Timer
1019    Friend WithEvents UserPicture As System.Windows.Forms.PictureBox
1020    Friend WithEvents NameLabel As System.Windows.Forms.Label
1021    Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
1022    Friend WithEvents DateTimeLabel As System.Windows.Forms.Label
1023    Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
1024    Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
1025    Friend WithEvents EndToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1026    Friend WithEvents GetTimelineWorker As System.ComponentModel.BackgroundWorker
1027    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
1028    Friend WithEvents MenuItemFile As System.Windows.Forms.ToolStripMenuItem
1029    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
1030    Friend WithEvents StatusLabel As System.Windows.Forms.ToolStripStatusLabel
1031    Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip
1032    Friend WithEvents FavAddToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1033    Friend WithEvents FavRemoveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1034    Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
1035    Friend WithEvents MoveToHomeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1036    Friend WithEvents MoveToFavToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1037    Friend WithEvents ListTab As System.Windows.Forms.TabControl
1038    Friend WithEvents TabRecent As System.Windows.Forms.TabPage
1039    Friend WithEvents TabReply As System.Windows.Forms.TabPage
1040    Friend WithEvents TabDirect As System.Windows.Forms.TabPage
1041    Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
1042    Friend WithEvents ReplyStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1043    Friend WithEvents DMStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1044    Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
1045    Friend WithEvents DeleteStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1046    Friend WithEvents TimerDM As System.Windows.Forms.Timer
1047    Friend WithEvents ReadedStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1048    Friend WithEvents UnreadStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1049    Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
1050    Friend WithEvents GetLogWorker As System.ComponentModel.BackgroundWorker
1051    Friend WithEvents MenuItemOperate As System.Windows.Forms.ToolStripMenuItem
1052    Friend WithEvents ToolStripSeparator8 As System.Windows.Forms.ToolStripSeparator
1053    Friend WithEvents RefreshStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1054    Friend WithEvents SettingStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1055    Friend WithEvents ToolStripSeparator9 As System.Windows.Forms.ToolStripSeparator
1056    Friend WithEvents PostBrowser As System.Windows.Forms.WebBrowser
1057    Friend WithEvents StatusLabelUrl As System.Windows.Forms.ToolStripStatusLabel
1058    Friend WithEvents TabImage As System.Windows.Forms.ImageList
1059    Friend WithEvents ExecWorker As System.ComponentModel.BackgroundWorker
1060    Friend WithEvents lblLen As System.Windows.Forms.Label
1061    Friend WithEvents NewPostPopMenuItem As System.Windows.Forms.ToolStripMenuItem
1062    Friend WithEvents MenuItemEdit As System.Windows.Forms.ToolStripMenuItem
1063    Friend WithEvents MenuItemSubSearch As System.Windows.Forms.ToolStripMenuItem
1064    Friend WithEvents MenuItemSearchNext As System.Windows.Forms.ToolStripMenuItem
1065    Friend WithEvents MenuItemSearchPrev As System.Windows.Forms.ToolStripMenuItem
1066    Friend WithEvents ListLockMenuItem As System.Windows.Forms.ToolStripMenuItem
1067    Friend WithEvents JumpUnreadMenuItem As System.Windows.Forms.ToolStripMenuItem
1068    Friend WithEvents StatusOpenMenuItem As System.Windows.Forms.ToolStripMenuItem
1069    Friend WithEvents FavorareMenuItem As System.Windows.Forms.ToolStripMenuItem
1070    Friend WithEvents Timeline As Tween.TweenCustomControl.DetailsListView
1071    Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
1072    Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
1073    Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
1074    Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
1075    Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
1076    Friend WithEvents Reply As Tween.TweenCustomControl.DetailsListView
1077    Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
1078    Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
1079    Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
1080    Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
1081    Friend WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
1082    Friend WithEvents DirectMsg As Tween.TweenCustomControl.DetailsListView
1083    Friend WithEvents ColumnHeader11 As System.Windows.Forms.ColumnHeader
1084    Friend WithEvents ColumnHeader12 As System.Windows.Forms.ColumnHeader
1085    Friend WithEvents ColumnHeader13 As System.Windows.Forms.ColumnHeader
1086    Friend WithEvents ColumnHeader14 As System.Windows.Forms.ColumnHeader
1087    Friend WithEvents ColumnHeader15 As System.Windows.Forms.ColumnHeader
1088    Friend WithEvents ToolStripSeparator15 As System.Windows.Forms.ToolStripSeparator
1089    Friend WithEvents TimerColorize As System.Windows.Forms.Timer
1090    Friend WithEvents MenuItemCommand As System.Windows.Forms.ToolStripMenuItem
1091    Friend WithEvents MenuItemHelp As System.Windows.Forms.ToolStripMenuItem
1092    Friend WithEvents TabMenuItem As System.Windows.Forms.ToolStripMenuItem
1093    Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
1094    Friend WithEvents AboutMenuItem As System.Windows.Forms.ToolStripMenuItem
1095    Friend WithEvents VerUpMenuItem As System.Windows.Forms.ToolStripMenuItem
1096    Friend WithEvents MatomeMenuItem As System.Windows.Forms.ToolStripMenuItem
1097    Friend WithEvents ToolStripSeparator12 As System.Windows.Forms.ToolStripSeparator
1098    Friend WithEvents OfficialMenuItem As System.Windows.Forms.ToolStripMenuItem
1099    Friend WithEvents DLPageMenuItem As System.Windows.Forms.ToolStripMenuItem
1100    Friend WithEvents ToolStripSeparator16 As System.Windows.Forms.ToolStripSeparator
1101    Friend WithEvents ToolStripSeparator14 As System.Windows.Forms.ToolStripSeparator
1102    Friend WithEvents SaveLogMenuItem As System.Windows.Forms.ToolStripMenuItem
1103    Friend WithEvents ToolStripSeparator17 As System.Windows.Forms.ToolStripSeparator
1104    Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
1105    Friend WithEvents TimerRefreshIcon As System.Windows.Forms.Timer
1106    Friend WithEvents ContextMenuTabProperty As System.Windows.Forms.ContextMenuStrip
1107    Friend WithEvents UreadManageMenuItem As System.Windows.Forms.ToolStripMenuItem
1108    Friend WithEvents NotifyDispMenuItem As System.Windows.Forms.ToolStripMenuItem
1109    Friend WithEvents SoundFileComboBox As System.Windows.Forms.ToolStripComboBox
1110    Friend WithEvents ToolStripSeparator18 As System.Windows.Forms.ToolStripSeparator
1111    Friend WithEvents DeleteTabMenuItem As System.Windows.Forms.ToolStripMenuItem
1112    Friend WithEvents FilterEditMenuItem As System.Windows.Forms.ToolStripMenuItem
1113    Friend WithEvents ToolStripSeparator19 As System.Windows.Forms.ToolStripSeparator
1114    Friend WithEvents AddTabMenuItem As System.Windows.Forms.ToolStripMenuItem
1115    Friend WithEvents ToolStripSeparator20 As System.Windows.Forms.ToolStripSeparator
1116    Friend WithEvents MenuItemTab As System.Windows.Forms.ToolStripMenuItem
1117    Friend WithEvents InfoTwitterMenuItem As System.Windows.Forms.ToolStripMenuItem
1118    Friend WithEvents ToolStripSeparator7 As System.Windows.Forms.ToolStripSeparator
1119    Friend WithEvents ReplyAllStripMenuItem As System.Windows.Forms.ToolStripMenuItem
1120    Friend WithEvents PostWorker As System.ComponentModel.BackgroundWorker
1121    Friend WithEvents IDRuleMenuItem As System.Windows.Forms.ToolStripMenuItem
1122    Friend WithEvents CopySTOTMenuItem As System.Windows.Forms.ToolStripMenuItem
1123    Friend WithEvents CopyURLMenuItem As System.Windows.Forms.ToolStripMenuItem
1124    Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
1125    Friend WithEvents ToolStripSeparator10 As System.Windows.Forms.ToolStripSeparator
1126    Friend WithEvents SelectAllMenuItem As System.Windows.Forms.ToolStripMenuItem
1127    Friend WithEvents WedataMenuItem As System.Windows.Forms.ToolStripMenuItem
1128    Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
1129    Friend WithEvents OpenURLMenuItem As System.Windows.Forms.ToolStripMenuItem
1130    Friend WithEvents ClearTabMenuItem As System.Windows.Forms.ToolStripMenuItem
1131    Friend WithEvents ToolStripSeparator11 As System.Windows.Forms.ToolStripSeparator
1132    Friend WithEvents PlaySoundMenuItem As System.Windows.Forms.ToolStripMenuItem
1133
1134End Class
Note: See TracBrowser for help on using the browser.