From svnnotify @ sourceforge.jp Fri Apr 1 00:15:32 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 01 Apr 2011 00:15:32 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTFdICDjgZnjgbnjgabjga5VUkzjgavjgaQ=?= =?utf-8?b?44GE44Gm6Kej5rG644KS6Kmm44G/44KL6Kit5a6a44KS6L+95Yqg?= Message-ID: <1301584532.391447.24277.nullmailer@users.sourceforge.jp> Revision: 1511 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1511 Author: syo68k Date: 2011-04-01 00:15:32 +0900 (Fri, 01 Apr 2011) Log Message: ----------- すべてのURLについて解決を試みる設定を追加 Modified Paths: -------------- trunk/Tween/AppendSettingDialog.Designer.vb trunk/Tween/AppendSettingDialog.en.resx trunk/Tween/AppendSettingDialog.resx trunk/Tween/AppendSettingDialog.vb trunk/Tween/Setting/SettingCommon.vb trunk/Tween/ShortUrl.vb trunk/Tween/Tween.vb -------------- next part -------------- Modified: trunk/Tween/AppendSettingDialog.Designer.vb =================================================================== --- trunk/Tween/AppendSettingDialog.Designer.vb 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/AppendSettingDialog.Designer.vb 2011-03-31 15:15:32 UTC (rev 1511) @@ -269,6 +269,7 @@ Me.Cancel = New System.Windows.Forms.Button() Me.Save = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + Me.CheckForceResolve = New System.Windows.Forms.CheckBox() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() @@ -300,14 +301,18 @@ ' 'SplitContainer1.Panel1 ' - resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1") Me.SplitContainer1.Panel1.Controls.Add(Me.TreeViewSetting) - Me.ToolTip1.SetToolTip(Me.SplitContainer1.Panel1, resources.GetString("SplitContainer1.Panel1.ToolTip")) ' 'SplitContainer1.Panel2 ' - resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2") Me.SplitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control + Me.SplitContainer1.Panel2.Controls.Add(Me.ShortUrlPanel) + Me.SplitContainer1.Panel2.Controls.Add(Me.ProxyPanel) + Me.SplitContainer1.Panel2.Controls.Add(Me.ConnectionPanel) + Me.SplitContainer1.Panel2.Controls.Add(Me.FontPanel2) + Me.SplitContainer1.Panel2.Controls.Add(Me.TweetActPanel) + Me.SplitContainer1.Panel2.Controls.Add(Me.StartupPanel) + Me.SplitContainer1.Panel2.Controls.Add(Me.GetCountPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.ActionPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.CooperatePanel) Me.SplitContainer1.Panel2.Controls.Add(Me.NotifyPanel) @@ -316,30 +321,19 @@ Me.SplitContainer1.Panel2.Controls.Add(Me.PreviewPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.BasedPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.FontPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.ShortUrlPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.ProxyPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.ConnectionPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.FontPanel2) - Me.SplitContainer1.Panel2.Controls.Add(Me.TweetActPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.StartupPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.GetCountPanel) - Me.ToolTip1.SetToolTip(Me.SplitContainer1.Panel2, resources.GetString("SplitContainer1.Panel2.ToolTip")) Me.SplitContainer1.TabStop = False - Me.ToolTip1.SetToolTip(Me.SplitContainer1, resources.GetString("SplitContainer1.ToolTip")) ' 'TreeViewSetting ' - resources.ApplyResources(Me.TreeViewSetting, "TreeViewSetting") Me.TreeViewSetting.Cursor = System.Windows.Forms.Cursors.Hand + resources.ApplyResources(Me.TreeViewSetting, "TreeViewSetting") Me.TreeViewSetting.HideSelection = False Me.TreeViewSetting.Name = "TreeViewSetting" Me.TreeViewSetting.Nodes.AddRange(New System.Windows.Forms.TreeNode() {CType(resources.GetObject("TreeViewSetting.Nodes"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeViewSetting.Nodes1"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeViewSetting.Nodes2"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeViewSetting.Nodes3"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeViewSetting.Nodes4"), System.Windows.Forms.TreeNode)}) Me.TreeViewSetting.ShowLines = False - Me.ToolTip1.SetToolTip(Me.TreeViewSetting, resources.GetString("TreeViewSetting.ToolTip")) ' 'ActionPanel ' - resources.ApplyResources(Me.ActionPanel, "ActionPanel") Me.ActionPanel.Controls.Add(Me.Label38) Me.ActionPanel.Controls.Add(Me.ListDoubleClickActionComboBox) Me.ActionPanel.Controls.Add(Me.CheckOpenUserTimeline) @@ -356,34 +350,30 @@ Me.ActionPanel.Controls.Add(Me.CheckCloseToExit) Me.ActionPanel.Controls.Add(Me.CheckMinimizeToTray) Me.ActionPanel.Controls.Add(Me.CheckReadOldPosts) + resources.ApplyResources(Me.ActionPanel, "ActionPanel") Me.ActionPanel.Name = "ActionPanel" - Me.ToolTip1.SetToolTip(Me.ActionPanel, resources.GetString("ActionPanel.ToolTip")) ' 'Label38 ' resources.ApplyResources(Me.Label38, "Label38") Me.Label38.Name = "Label38" - Me.ToolTip1.SetToolTip(Me.Label38, resources.GetString("Label38.ToolTip")) ' 'ListDoubleClickActionComboBox ' - resources.ApplyResources(Me.ListDoubleClickActionComboBox, "ListDoubleClickActionComboBox") Me.ListDoubleClickActionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ListDoubleClickActionComboBox.FormattingEnabled = True Me.ListDoubleClickActionComboBox.Items.AddRange(New Object() {resources.GetString("ListDoubleClickActionComboBox.Items"), resources.GetString("ListDoubleClickActionComboBox.Items1"), resources.GetString("ListDoubleClickActionComboBox.Items2"), resources.GetString("ListDoubleClickActionComboBox.Items3"), resources.GetString("ListDoubleClickActionComboBox.Items4"), resources.GetString("ListDoubleClickActionComboBox.Items5"), resources.GetString("ListDoubleClickActionComboBox.Items6"), resources.GetString("ListDoubleClickActionComboBox.Items7")}) + resources.ApplyResources(Me.ListDoubleClickActionComboBox, "ListDoubleClickActionComboBox") Me.ListDoubleClickActionComboBox.Name = "ListDoubleClickActionComboBox" - Me.ToolTip1.SetToolTip(Me.ListDoubleClickActionComboBox, resources.GetString("ListDoubleClickActionComboBox.ToolTip")) ' 'CheckOpenUserTimeline ' resources.ApplyResources(Me.CheckOpenUserTimeline, "CheckOpenUserTimeline") Me.CheckOpenUserTimeline.Name = "CheckOpenUserTimeline" - Me.ToolTip1.SetToolTip(Me.CheckOpenUserTimeline, resources.GetString("CheckOpenUserTimeline.ToolTip")) Me.CheckOpenUserTimeline.UseVisualStyleBackColor = True ' 'GroupBox3 ' - resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Controls.Add(Me.HotkeyCheck) Me.GroupBox3.Controls.Add(Me.HotkeyCode) Me.GroupBox3.Controls.Add(Me.HotkeyText) @@ -391,15 +381,14 @@ Me.GroupBox3.Controls.Add(Me.HotkeyAlt) Me.GroupBox3.Controls.Add(Me.HotkeyShift) Me.GroupBox3.Controls.Add(Me.HotkeyCtrl) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.TabStop = False - Me.ToolTip1.SetToolTip(Me.GroupBox3, resources.GetString("GroupBox3.ToolTip")) ' 'HotkeyCheck ' resources.ApplyResources(Me.HotkeyCheck, "HotkeyCheck") Me.HotkeyCheck.Name = "HotkeyCheck" - Me.ToolTip1.SetToolTip(Me.HotkeyCheck, resources.GetString("HotkeyCheck.ToolTip")) Me.HotkeyCheck.UseVisualStyleBackColor = True ' 'HotkeyCode @@ -407,41 +396,35 @@ resources.ApplyResources(Me.HotkeyCode, "HotkeyCode") Me.HotkeyCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.HotkeyCode.Name = "HotkeyCode" - Me.ToolTip1.SetToolTip(Me.HotkeyCode, resources.GetString("HotkeyCode.ToolTip")) ' 'HotkeyText ' resources.ApplyResources(Me.HotkeyText, "HotkeyText") Me.HotkeyText.Name = "HotkeyText" Me.HotkeyText.ReadOnly = True - Me.ToolTip1.SetToolTip(Me.HotkeyText, resources.GetString("HotkeyText.ToolTip")) ' 'HotkeyWin ' resources.ApplyResources(Me.HotkeyWin, "HotkeyWin") Me.HotkeyWin.Name = "HotkeyWin" - Me.ToolTip1.SetToolTip(Me.HotkeyWin, resources.GetString("HotkeyWin.ToolTip")) Me.HotkeyWin.UseVisualStyleBackColor = True ' 'HotkeyAlt ' resources.ApplyResources(Me.HotkeyAlt, "HotkeyAlt") Me.HotkeyAlt.Name = "HotkeyAlt" - Me.ToolTip1.SetToolTip(Me.HotkeyAlt, resources.GetString("HotkeyAlt.ToolTip")) Me.HotkeyAlt.UseVisualStyleBackColor = True ' 'HotkeyShift ' resources.ApplyResources(Me.HotkeyShift, "HotkeyShift") Me.HotkeyShift.Name = "HotkeyShift" - Me.ToolTip1.SetToolTip(Me.HotkeyShift, resources.GetString("HotkeyShift.ToolTip")) Me.HotkeyShift.UseVisualStyleBackColor = True ' 'HotkeyCtrl ' resources.ApplyResources(Me.HotkeyCtrl, "HotkeyCtrl") Me.HotkeyCtrl.Name = "HotkeyCtrl" - Me.ToolTip1.SetToolTip(Me.HotkeyCtrl, resources.GetString("HotkeyCtrl.ToolTip")) Me.HotkeyCtrl.UseVisualStyleBackColor = True ' 'Label57 @@ -450,87 +433,74 @@ Me.Label57.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label57.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label57.Name = "Label57" - Me.ToolTip1.SetToolTip(Me.Label57, resources.GetString("Label57.ToolTip")) ' 'CheckFavRestrict ' resources.ApplyResources(Me.CheckFavRestrict, "CheckFavRestrict") Me.CheckFavRestrict.Name = "CheckFavRestrict" - Me.ToolTip1.SetToolTip(Me.CheckFavRestrict, resources.GetString("CheckFavRestrict.ToolTip")) Me.CheckFavRestrict.UseVisualStyleBackColor = True ' 'Button3 ' resources.ApplyResources(Me.Button3, "Button3") Me.Button3.Name = "Button3" - Me.ToolTip1.SetToolTip(Me.Button3, resources.GetString("Button3.ToolTip")) Me.Button3.UseVisualStyleBackColor = True ' 'PlaySnd ' resources.ApplyResources(Me.PlaySnd, "PlaySnd") Me.PlaySnd.Name = "PlaySnd" - Me.ToolTip1.SetToolTip(Me.PlaySnd, resources.GetString("PlaySnd.ToolTip")) Me.PlaySnd.UseVisualStyleBackColor = True ' 'chkReadOwnPost ' resources.ApplyResources(Me.chkReadOwnPost, "chkReadOwnPost") Me.chkReadOwnPost.Name = "chkReadOwnPost" - Me.ToolTip1.SetToolTip(Me.chkReadOwnPost, resources.GetString("chkReadOwnPost.ToolTip")) Me.chkReadOwnPost.UseVisualStyleBackColor = True ' 'Label15 ' - resources.ApplyResources(Me.Label15, "Label15") Me.Label15.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label15.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + resources.ApplyResources(Me.Label15, "Label15") Me.Label15.Name = "Label15" - Me.ToolTip1.SetToolTip(Me.Label15, resources.GetString("Label15.ToolTip")) ' 'BrowserPathText ' resources.ApplyResources(Me.BrowserPathText, "BrowserPathText") Me.BrowserPathText.Name = "BrowserPathText" - Me.ToolTip1.SetToolTip(Me.BrowserPathText, resources.GetString("BrowserPathText.ToolTip")) ' 'UReadMng ' resources.ApplyResources(Me.UReadMng, "UReadMng") Me.UReadMng.Name = "UReadMng" - Me.ToolTip1.SetToolTip(Me.UReadMng, resources.GetString("UReadMng.ToolTip")) Me.UReadMng.UseVisualStyleBackColor = True ' 'Label44 ' resources.ApplyResources(Me.Label44, "Label44") Me.Label44.Name = "Label44" - Me.ToolTip1.SetToolTip(Me.Label44, resources.GetString("Label44.ToolTip")) ' 'CheckCloseToExit ' resources.ApplyResources(Me.CheckCloseToExit, "CheckCloseToExit") Me.CheckCloseToExit.Name = "CheckCloseToExit" - Me.ToolTip1.SetToolTip(Me.CheckCloseToExit, resources.GetString("CheckCloseToExit.ToolTip")) Me.CheckCloseToExit.UseVisualStyleBackColor = True ' 'CheckMinimizeToTray ' resources.ApplyResources(Me.CheckMinimizeToTray, "CheckMinimizeToTray") Me.CheckMinimizeToTray.Name = "CheckMinimizeToTray" - Me.ToolTip1.SetToolTip(Me.CheckMinimizeToTray, resources.GetString("CheckMinimizeToTray.ToolTip")) Me.CheckMinimizeToTray.UseVisualStyleBackColor = True ' 'CheckReadOldPosts ' resources.ApplyResources(Me.CheckReadOldPosts, "CheckReadOldPosts") Me.CheckReadOldPosts.Name = "CheckReadOldPosts" - Me.ToolTip1.SetToolTip(Me.CheckReadOldPosts, resources.GetString("CheckReadOldPosts.ToolTip")) Me.CheckReadOldPosts.UseVisualStyleBackColor = True ' 'CooperatePanel ' - resources.ApplyResources(Me.CooperatePanel, "CooperatePanel") Me.CooperatePanel.Controls.Add(Me.Label39) Me.CooperatePanel.Controls.Add(Me.UserAppointUrlText) Me.CooperatePanel.Controls.Add(Me.ComboBoxTranslateLanguage) @@ -541,80 +511,69 @@ Me.CooperatePanel.Controls.Add(Me.Label60) Me.CooperatePanel.Controls.Add(Me.Label59) Me.CooperatePanel.Controls.Add(Me.ComboBoxOutputzUrlmode) + resources.ApplyResources(Me.CooperatePanel, "CooperatePanel") Me.CooperatePanel.Name = "CooperatePanel" - Me.ToolTip1.SetToolTip(Me.CooperatePanel, resources.GetString("CooperatePanel.ToolTip")) ' 'Label39 ' resources.ApplyResources(Me.Label39, "Label39") Me.Label39.Name = "Label39" - Me.ToolTip1.SetToolTip(Me.Label39, resources.GetString("Label39.ToolTip")) ' 'UserAppointUrlText ' resources.ApplyResources(Me.UserAppointUrlText, "UserAppointUrlText") Me.UserAppointUrlText.Name = "UserAppointUrlText" - Me.ToolTip1.SetToolTip(Me.UserAppointUrlText, resources.GetString("UserAppointUrlText.ToolTip")) ' 'ComboBoxTranslateLanguage ' - resources.ApplyResources(Me.ComboBoxTranslateLanguage, "ComboBoxTranslateLanguage") Me.ComboBoxTranslateLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBoxTranslateLanguage.FormattingEnabled = True Me.ComboBoxTranslateLanguage.Items.AddRange(New Object() {resources.GetString("ComboBoxTranslateLanguage.Items"), resources.GetString("ComboBoxTranslateLanguage.Items1"), resources.GetString("ComboBoxTranslateLanguage.Items2"), resources.GetString("ComboBoxTranslateLanguage.Items3"), resources.GetString("ComboBoxTranslateLanguage.Items4"), resources.GetString("ComboBoxTranslateLanguage.Items5"), resources.GetString("ComboBoxTranslateLanguage.Items6"), resources.GetString("ComboBoxTranslateLanguage.Items7"), resources.GetString("ComboBoxTranslateLanguage.Items8"), resources.GetString("ComboBoxTranslateLanguage.Items9"), resources.GetString("ComboBoxTranslateLanguage.Items10"), resources.GetString("ComboBoxTranslateLanguage.Items11"), resources.GetString("ComboBoxTranslateLanguage.Items12"), resources.GetString("ComboBoxTranslateLanguage.Items13"), resources.GetString("ComboBoxTranslateLanguage.Items14"), resources.GetString("ComboBoxTranslateLanguage.Items15"), resour ces.GetString("ComboBoxTranslateLanguage.Items16"), resources.GetString("ComboBoxTranslateLanguage.Items17"), resources.GetString("ComboBoxTranslateLanguage.Items18"), resources.GetString("ComboBoxTranslateLanguage.Items19"), resources.GetString("ComboBoxTranslateLanguage.Items20"), resources.GetString("ComboBoxTranslateLanguage.Items21"), resources.GetString("ComboBoxTranslateLanguage.Items22"), resources.GetString("ComboBoxTranslateLanguage.Items23"), resources.GetString("ComboBoxTranslateLanguage.Items24"), resources.GetString("ComboBoxTranslateLanguage.Items25"), resources.GetString("ComboBoxTranslateLanguage.Items26"), resources.GetString("ComboBoxTranslateLanguage.Items27"), resources.GetString("ComboBoxTranslateLanguage.Items28"), resources.GetString("ComboBoxTranslateLanguage.Items29"), resources.GetString("ComboBoxTranslateLanguage.Items30"), resources.GetString("ComboBoxTranslateLanguage.Items31"), resources.GetString("ComboBoxTranslateLanguage.Items32"), resources .GetString("ComboBoxTranslateLanguage.Items33"), resources.GetString("ComboBoxTranslateLanguage.Items34"), resources.GetString("ComboBoxTranslateLanguage.Items35"), resources.GetString("ComboBoxTranslateLanguage.Items36"), resources.GetString("ComboBoxTranslateLanguage.Items37"), resources.GetString("ComboBoxTranslateLanguage.Items38"), resources.GetString("ComboBoxTranslateLanguage.Items39"), resources.GetString("ComboBoxTranslateLanguage.Items40"), resources.GetString("ComboBoxTranslateLanguage.Items41"), resources.GetString("ComboBoxTranslateLanguage.Items42"), resources.GetString("ComboBoxTranslateLanguage.Items43"), resources.GetString("ComboBoxTranslateLanguage.Items44"), resources.GetString("ComboBoxTranslateLanguage.Items45"), resources.GetString("ComboBoxTranslateLanguage.Items46"), resources.GetString("ComboBoxTranslateLanguage.Items47"), resources.GetString("ComboBoxTranslateLanguage.Items48"), resources.GetString("ComboBoxTranslateLanguage.Items49"), resources.Ge tString("ComboBoxTranslateLanguage.Items50"), resources.GetString("ComboBoxTranslateLanguage.Items51"), resources.GetString("ComboBoxTranslateLanguage.Items52"), resources.GetString("ComboBoxTranslateLanguage.Items53"), resources.GetString("ComboBoxTranslateLanguage.Items54"), resources.GetString("ComboBoxTranslateLanguage.Items55"), resources.GetString("ComboBoxTranslateLanguage.Items56"), resources.GetString("ComboBoxTranslateLanguage.Items57"), resources.GetString("ComboBoxTranslateLanguage.Items58"), resources.GetString("ComboBoxTranslateLanguage.Items59"), resources.GetString("ComboBoxTranslateLanguage.Items60"), resources.GetString("ComboBoxTranslateLanguage.Items61"), resources.GetString("ComboBoxTranslateLanguage.Items62"), resources.GetString("ComboBoxTranslateLanguage.Items63"), resources.GetString("ComboBoxTranslateLanguage.Items64"), resources.GetString("ComboBoxTranslateLanguage.Items65"), resources.GetString("ComboBoxTranslateLanguage.Items66"), resources.GetSt ring("ComboBoxTranslateLanguage.Items67"), resources.GetString("ComboBoxTranslateLanguage.Items68"), resources.GetString("ComboBoxTranslateLanguage.Items69"), resources.GetString("ComboBoxTranslateLanguage.Items70"), resources.GetString("ComboBoxTranslateLanguage.Items71"), resources.GetString("ComboBoxTranslateLanguage.Items72"), resources.GetString("ComboBoxTranslateLanguage.Items73"), resources.GetString("ComboBoxTranslateLanguage.Items74"), resources.GetString("ComboBoxTranslateLanguage.Items75"), resources.GetString("ComboBoxTranslateLanguage.Items76"), resources.GetString("ComboBoxTranslateLanguage.Items77"), resources.GetString("ComboBoxTranslateLanguage.Items78"), resources.GetString("ComboBoxTranslateLanguage.Items79"), resources.GetString("ComboBoxTranslateLanguage.Items80"), resources.GetString("ComboBoxTranslateLanguage.Items81"), resources.GetString("ComboBoxTranslateLanguage.Items82"), resources.GetString("ComboBoxTranslateLanguage.Items83"), resources.GetStrin g("ComboBoxTranslateLanguage.Items84"), resources.GetString("ComboBoxTranslateLanguage.Items85"), resources.GetString("ComboBoxTranslateLanguage.Items86"), resources.GetString("ComboBoxTranslateLanguage.Items87"), resources.GetString("ComboBoxTranslateLanguage.Items88"), resources.GetString("ComboBoxTranslateLanguage.Items89"), resources.GetString("ComboBoxTranslateLanguage.Items90"), resources.GetString("ComboBoxTranslateLanguage.Items91"), resources.GetString("ComboBoxTranslateLanguage.Items92"), resources.GetString("ComboBoxTranslateLanguage.Items93"), resources.GetString("ComboBoxTranslateLanguage.Items94"), resources.GetString("ComboBoxTranslateLanguage.Items95"), resources.GetString("ComboBoxTranslateLanguage.Items96"), resources.GetString("ComboBoxTranslateLanguage.Items97"), resources.GetString("ComboBoxTranslateLanguage.Items98"), resources.GetString("ComboBoxTranslateLanguage.Items99"), resources.GetString("ComboBoxTranslateLanguage.Items100"), resources.GetString( "ComboBoxTranslateLanguage.Items101"), resources.GetString("ComboBoxTranslateLanguage.Items102"), resources.GetString("ComboBoxTranslateLanguage.Items103"), resources.GetString("ComboBoxTranslateLanguage.Items104"), resources.GetString("ComboBoxTranslateLanguage.Items105"), resources.GetString("ComboBoxTranslateLanguage.Items106")}) + resources.ApplyResources(Me.ComboBoxTranslateLanguage, "ComboBoxTranslateLanguage") Me.ComboBoxTranslateLanguage.Name = "ComboBoxTranslateLanguage" - Me.ToolTip1.SetToolTip(Me.ComboBoxTranslateLanguage, resources.GetString("ComboBoxTranslateLanguage.ToolTip")) ' 'Label29 ' resources.ApplyResources(Me.Label29, "Label29") Me.Label29.Name = "Label29" - Me.ToolTip1.SetToolTip(Me.Label29, resources.GetString("Label29.ToolTip")) ' 'CheckOutputz ' resources.ApplyResources(Me.CheckOutputz, "CheckOutputz") Me.CheckOutputz.Name = "CheckOutputz" - Me.ToolTip1.SetToolTip(Me.CheckOutputz, resources.GetString("CheckOutputz.ToolTip")) Me.CheckOutputz.UseVisualStyleBackColor = True ' 'CheckNicoms ' resources.ApplyResources(Me.CheckNicoms, "CheckNicoms") Me.CheckNicoms.Name = "CheckNicoms" - Me.ToolTip1.SetToolTip(Me.CheckNicoms, resources.GetString("CheckNicoms.ToolTip")) Me.CheckNicoms.UseVisualStyleBackColor = True ' 'TextBoxOutputzKey ' resources.ApplyResources(Me.TextBoxOutputzKey, "TextBoxOutputzKey") Me.TextBoxOutputzKey.Name = "TextBoxOutputzKey" - Me.ToolTip1.SetToolTip(Me.TextBoxOutputzKey, resources.GetString("TextBoxOutputzKey.ToolTip")) ' 'Label60 ' resources.ApplyResources(Me.Label60, "Label60") Me.Label60.Name = "Label60" - Me.ToolTip1.SetToolTip(Me.Label60, resources.GetString("Label60.ToolTip")) ' 'Label59 ' resources.ApplyResources(Me.Label59, "Label59") Me.Label59.Name = "Label59" - Me.ToolTip1.SetToolTip(Me.Label59, resources.GetString("Label59.ToolTip")) ' 'ComboBoxOutputzUrlmode ' - resources.ApplyResources(Me.ComboBoxOutputzUrlmode, "ComboBoxOutputzUrlmode") Me.ComboBoxOutputzUrlmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBoxOutputzUrlmode.FormattingEnabled = True Me.ComboBoxOutputzUrlmode.Items.AddRange(New Object() {resources.GetString("ComboBoxOutputzUrlmode.Items"), resources.GetString("ComboBoxOutputzUrlmode.Items1")}) + resources.ApplyResources(Me.ComboBoxOutputzUrlmode, "ComboBoxOutputzUrlmode") Me.ComboBoxOutputzUrlmode.Name = "ComboBoxOutputzUrlmode" - Me.ToolTip1.SetToolTip(Me.ComboBoxOutputzUrlmode, resources.GetString("ComboBoxOutputzUrlmode.ToolTip")) ' 'NotifyPanel ' - resources.ApplyResources(Me.NotifyPanel, "NotifyPanel") Me.NotifyPanel.Controls.Add(Me.CheckUserUpdateEvent) Me.NotifyPanel.Controls.Add(Me.Label35) Me.NotifyPanel.Controls.Add(Me.ComboBoxEventNotifySound) @@ -628,8 +587,8 @@ Me.NotifyPanel.Controls.Add(Me.CheckUnfavoritesEvent) Me.NotifyPanel.Controls.Add(Me.CheckFavoritesEvent) Me.NotifyPanel.Controls.Add(Me.CheckEventNotify) + resources.ApplyResources(Me.NotifyPanel, "NotifyPanel") Me.NotifyPanel.Name = "NotifyPanel" - Me.ToolTip1.SetToolTip(Me.NotifyPanel, resources.GetString("NotifyPanel.ToolTip")) ' 'CheckUserUpdateEvent ' @@ -645,14 +604,12 @@ ' resources.ApplyResources(Me.Label35, "Label35") Me.Label35.Name = "Label35" - Me.ToolTip1.SetToolTip(Me.Label35, resources.GetString("Label35.ToolTip")) ' 'ComboBoxEventNotifySound ' - resources.ApplyResources(Me.ComboBoxEventNotifySound, "ComboBoxEventNotifySound") Me.ComboBoxEventNotifySound.FormattingEnabled = True + resources.ApplyResources(Me.ComboBoxEventNotifySound, "ComboBoxEventNotifySound") Me.ComboBoxEventNotifySound.Name = "ComboBoxEventNotifySound" - Me.ToolTip1.SetToolTip(Me.ComboBoxEventNotifySound, resources.GetString("ComboBoxEventNotifySound.ToolTip")) ' 'CheckFavEventUnread ' @@ -660,7 +617,6 @@ Me.CheckFavEventUnread.Checked = True Me.CheckFavEventUnread.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckFavEventUnread.Name = "CheckFavEventUnread" - Me.ToolTip1.SetToolTip(Me.CheckFavEventUnread, resources.GetString("CheckFavEventUnread.ToolTip")) Me.CheckFavEventUnread.UseVisualStyleBackColor = True ' 'CheckListCreatedEvent @@ -689,7 +645,6 @@ Me.CheckForceEventNotify.Checked = True Me.CheckForceEventNotify.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckForceEventNotify.Name = "CheckForceEventNotify" - Me.ToolTip1.SetToolTip(Me.CheckForceEventNotify, resources.GetString("CheckForceEventNotify.ToolTip")) Me.CheckForceEventNotify.UseVisualStyleBackColor = True ' 'CheckListMemberRemovedEvent @@ -748,12 +703,10 @@ Me.CheckEventNotify.Checked = True Me.CheckEventNotify.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckEventNotify.Name = "CheckEventNotify" - Me.ToolTip1.SetToolTip(Me.CheckEventNotify, resources.GetString("CheckEventNotify.ToolTip")) Me.CheckEventNotify.UseVisualStyleBackColor = True ' 'TweetPrvPanel ' - resources.ApplyResources(Me.TweetPrvPanel, "TweetPrvPanel") Me.TweetPrvPanel.Controls.Add(Me.HideDuplicatedRetweetsCheck) Me.TweetPrvPanel.Controls.Add(Me.Label47) Me.TweetPrvPanel.Controls.Add(Me.LabelDateTimeFormatApplied) @@ -767,14 +720,13 @@ Me.TweetPrvPanel.Controls.Add(Me.CheckShowGrid) Me.TweetPrvPanel.Controls.Add(Me.chkUnreadStyle) Me.TweetPrvPanel.Controls.Add(Me.OneWayLv) + resources.ApplyResources(Me.TweetPrvPanel, "TweetPrvPanel") Me.TweetPrvPanel.Name = "TweetPrvPanel" - Me.ToolTip1.SetToolTip(Me.TweetPrvPanel, resources.GetString("TweetPrvPanel.ToolTip")) ' 'HideDuplicatedRetweetsCheck ' resources.ApplyResources(Me.HideDuplicatedRetweetsCheck, "HideDuplicatedRetweetsCheck") Me.HideDuplicatedRetweetsCheck.Name = "HideDuplicatedRetweetsCheck" - Me.ToolTip1.SetToolTip(Me.HideDuplicatedRetweetsCheck, resources.GetString("HideDuplicatedRetweetsCheck.ToolTip")) Me.HideDuplicatedRetweetsCheck.UseVisualStyleBackColor = True ' 'Label47 @@ -783,85 +735,72 @@ Me.Label47.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label47.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label47.Name = "Label47" - Me.ToolTip1.SetToolTip(Me.Label47, resources.GetString("Label47.ToolTip")) ' 'LabelDateTimeFormatApplied ' resources.ApplyResources(Me.LabelDateTimeFormatApplied, "LabelDateTimeFormatApplied") Me.LabelDateTimeFormatApplied.Name = "LabelDateTimeFormatApplied" - Me.ToolTip1.SetToolTip(Me.LabelDateTimeFormatApplied, resources.GetString("LabelDateTimeFormatApplied.ToolTip")) ' 'Label62 ' resources.ApplyResources(Me.Label62, "Label62") Me.Label62.Name = "Label62" - Me.ToolTip1.SetToolTip(Me.Label62, resources.GetString("Label62.ToolTip")) ' 'CmbDateTimeFormat ' resources.ApplyResources(Me.CmbDateTimeFormat, "CmbDateTimeFormat") Me.CmbDateTimeFormat.Items.AddRange(New Object() {resources.GetString("CmbDateTimeFormat.Items"), resources.GetString("CmbDateTimeFormat.Items1"), resources.GetString("CmbDateTimeFormat.Items2"), resources.GetString("CmbDateTimeFormat.Items3"), resources.GetString("CmbDateTimeFormat.Items4"), resources.GetString("CmbDateTimeFormat.Items5"), resources.GetString("CmbDateTimeFormat.Items6"), resources.GetString("CmbDateTimeFormat.Items7"), resources.GetString("CmbDateTimeFormat.Items8"), resources.GetString("CmbDateTimeFormat.Items9"), resources.GetString("CmbDateTimeFormat.Items10")}) Me.CmbDateTimeFormat.Name = "CmbDateTimeFormat" - Me.ToolTip1.SetToolTip(Me.CmbDateTimeFormat, resources.GetString("CmbDateTimeFormat.ToolTip")) ' 'Label23 ' resources.ApplyResources(Me.Label23, "Label23") Me.Label23.Name = "Label23" - Me.ToolTip1.SetToolTip(Me.Label23, resources.GetString("Label23.ToolTip")) ' 'Label11 ' resources.ApplyResources(Me.Label11, "Label11") Me.Label11.Name = "Label11" - Me.ToolTip1.SetToolTip(Me.Label11, resources.GetString("Label11.ToolTip")) ' 'IconSize ' - resources.ApplyResources(Me.IconSize, "IconSize") Me.IconSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.IconSize.FormattingEnabled = True Me.IconSize.Items.AddRange(New Object() {resources.GetString("IconSize.Items"), resources.GetString("IconSize.Items1"), resources.GetString("IconSize.Items2"), resources.GetString("IconSize.Items3"), resources.GetString("IconSize.Items4")}) + resources.ApplyResources(Me.IconSize, "IconSize") Me.IconSize.Name = "IconSize" - Me.ToolTip1.SetToolTip(Me.IconSize, resources.GetString("IconSize.ToolTip")) ' 'TextBox3 ' resources.ApplyResources(Me.TextBox3, "TextBox3") Me.TextBox3.Name = "TextBox3" - Me.ToolTip1.SetToolTip(Me.TextBox3, resources.GetString("TextBox3.ToolTip")) ' 'CheckSortOrderLock ' resources.ApplyResources(Me.CheckSortOrderLock, "CheckSortOrderLock") Me.CheckSortOrderLock.Name = "CheckSortOrderLock" - Me.ToolTip1.SetToolTip(Me.CheckSortOrderLock, resources.GetString("CheckSortOrderLock.ToolTip")) Me.CheckSortOrderLock.UseVisualStyleBackColor = True ' 'CheckShowGrid ' resources.ApplyResources(Me.CheckShowGrid, "CheckShowGrid") Me.CheckShowGrid.Name = "CheckShowGrid" - Me.ToolTip1.SetToolTip(Me.CheckShowGrid, resources.GetString("CheckShowGrid.ToolTip")) Me.CheckShowGrid.UseVisualStyleBackColor = True ' 'chkUnreadStyle ' resources.ApplyResources(Me.chkUnreadStyle, "chkUnreadStyle") Me.chkUnreadStyle.Name = "chkUnreadStyle" - Me.ToolTip1.SetToolTip(Me.chkUnreadStyle, resources.GetString("chkUnreadStyle.ToolTip")) Me.chkUnreadStyle.UseVisualStyleBackColor = True ' 'OneWayLv ' resources.ApplyResources(Me.OneWayLv, "OneWayLv") Me.OneWayLv.Name = "OneWayLv" - Me.ToolTip1.SetToolTip(Me.OneWayLv, resources.GetString("OneWayLv.ToolTip")) Me.OneWayLv.UseVisualStyleBackColor = True ' 'GetPeriodPanel ' - resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") Me.GetPeriodPanel.Controls.Add(Me.LabelApiUsingUserStreamEnabled) Me.GetPeriodPanel.Controls.Add(Me.LabelUserStreamActive) Me.GetPeriodPanel.Controls.Add(Me.Label21) @@ -884,148 +823,125 @@ Me.GetPeriodPanel.Controls.Add(Me.UserstreamPeriod) Me.GetPeriodPanel.Controls.Add(Me.StartupUserstreamCheck) Me.GetPeriodPanel.Controls.Add(Me.Label83) + resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") Me.GetPeriodPanel.Name = "GetPeriodPanel" - Me.ToolTip1.SetToolTip(Me.GetPeriodPanel, resources.GetString("GetPeriodPanel.ToolTip")) ' 'LabelApiUsingUserStreamEnabled ' resources.ApplyResources(Me.LabelApiUsingUserStreamEnabled, "LabelApiUsingUserStreamEnabled") Me.LabelApiUsingUserStreamEnabled.Name = "LabelApiUsingUserStreamEnabled" - Me.ToolTip1.SetToolTip(Me.LabelApiUsingUserStreamEnabled, resources.GetString("LabelApiUsingUserStreamEnabled.ToolTip")) ' 'LabelUserStreamActive ' resources.ApplyResources(Me.LabelUserStreamActive, "LabelUserStreamActive") Me.LabelUserStreamActive.Name = "LabelUserStreamActive" - Me.ToolTip1.SetToolTip(Me.LabelUserStreamActive, resources.GetString("LabelUserStreamActive.ToolTip")) ' 'Label21 ' resources.ApplyResources(Me.Label21, "Label21") Me.Label21.Name = "Label21" - Me.ToolTip1.SetToolTip(Me.Label21, resources.GetString("Label21.ToolTip")) ' 'UserTimelinePeriod ' resources.ApplyResources(Me.UserTimelinePeriod, "UserTimelinePeriod") Me.UserTimelinePeriod.Name = "UserTimelinePeriod" - Me.ToolTip1.SetToolTip(Me.UserTimelinePeriod, resources.GetString("UserTimelinePeriod.ToolTip")) ' 'TimelinePeriod ' resources.ApplyResources(Me.TimelinePeriod, "TimelinePeriod") Me.TimelinePeriod.Name = "TimelinePeriod" - Me.ToolTip1.SetToolTip(Me.TimelinePeriod, resources.GetString("TimelinePeriod.ToolTip")) ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.ToolTip1.SetToolTip(Me.Label3, resources.GetString("Label3.ToolTip")) ' 'ButtonApiCalc ' resources.ApplyResources(Me.ButtonApiCalc, "ButtonApiCalc") Me.ButtonApiCalc.Name = "ButtonApiCalc" - Me.ToolTip1.SetToolTip(Me.ButtonApiCalc, resources.GetString("ButtonApiCalc.ToolTip")) Me.ButtonApiCalc.UseVisualStyleBackColor = True ' 'LabelPostAndGet ' resources.ApplyResources(Me.LabelPostAndGet, "LabelPostAndGet") Me.LabelPostAndGet.Name = "LabelPostAndGet" - Me.ToolTip1.SetToolTip(Me.LabelPostAndGet, resources.GetString("LabelPostAndGet.ToolTip")) ' 'LabelApiUsing ' resources.ApplyResources(Me.LabelApiUsing, "LabelApiUsing") Me.LabelApiUsing.Name = "LabelApiUsing" - Me.ToolTip1.SetToolTip(Me.LabelApiUsing, resources.GetString("LabelApiUsing.ToolTip")) ' 'Label33 ' resources.ApplyResources(Me.Label33, "Label33") Me.Label33.Name = "Label33" - Me.ToolTip1.SetToolTip(Me.Label33, resources.GetString("Label33.ToolTip")) ' 'ListsPeriod ' resources.ApplyResources(Me.ListsPeriod, "ListsPeriod") Me.ListsPeriod.Name = "ListsPeriod" - Me.ToolTip1.SetToolTip(Me.ListsPeriod, resources.GetString("ListsPeriod.ToolTip")) ' 'Label7 ' resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.ToolTip1.SetToolTip(Me.Label7, resources.GetString("Label7.ToolTip")) ' 'PubSearchPeriod ' resources.ApplyResources(Me.PubSearchPeriod, "PubSearchPeriod") Me.PubSearchPeriod.Name = "PubSearchPeriod" - Me.ToolTip1.SetToolTip(Me.PubSearchPeriod, resources.GetString("PubSearchPeriod.ToolTip")) ' 'Label69 ' resources.ApplyResources(Me.Label69, "Label69") Me.Label69.Name = "Label69" - Me.ToolTip1.SetToolTip(Me.Label69, resources.GetString("Label69.ToolTip")) ' 'ReplyPeriod ' resources.ApplyResources(Me.ReplyPeriod, "ReplyPeriod") Me.ReplyPeriod.Name = "ReplyPeriod" - Me.ToolTip1.SetToolTip(Me.ReplyPeriod, resources.GetString("ReplyPeriod.ToolTip")) ' 'CheckPostAndGet ' resources.ApplyResources(Me.CheckPostAndGet, "CheckPostAndGet") Me.CheckPostAndGet.Name = "CheckPostAndGet" - Me.ToolTip1.SetToolTip(Me.CheckPostAndGet, resources.GetString("CheckPostAndGet.ToolTip")) Me.CheckPostAndGet.UseVisualStyleBackColor = True ' 'CheckPeriodAdjust ' resources.ApplyResources(Me.CheckPeriodAdjust, "CheckPeriodAdjust") Me.CheckPeriodAdjust.Name = "CheckPeriodAdjust" - Me.ToolTip1.SetToolTip(Me.CheckPeriodAdjust, resources.GetString("CheckPeriodAdjust.ToolTip")) Me.CheckPeriodAdjust.UseVisualStyleBackColor = True ' 'Label5 ' resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.ToolTip1.SetToolTip(Me.Label5, resources.GetString("Label5.ToolTip")) ' 'DMPeriod ' resources.ApplyResources(Me.DMPeriod, "DMPeriod") Me.DMPeriod.Name = "DMPeriod" - Me.ToolTip1.SetToolTip(Me.DMPeriod, resources.GetString("DMPeriod.ToolTip")) ' 'UserstreamPeriod ' resources.ApplyResources(Me.UserstreamPeriod, "UserstreamPeriod") Me.UserstreamPeriod.Name = "UserstreamPeriod" - Me.ToolTip1.SetToolTip(Me.UserstreamPeriod, resources.GetString("UserstreamPeriod.ToolTip")) ' 'StartupUserstreamCheck ' resources.ApplyResources(Me.StartupUserstreamCheck, "StartupUserstreamCheck") Me.StartupUserstreamCheck.Name = "StartupUserstreamCheck" - Me.ToolTip1.SetToolTip(Me.StartupUserstreamCheck, resources.GetString("StartupUserstreamCheck.ToolTip")) Me.StartupUserstreamCheck.UseVisualStyleBackColor = True ' 'Label83 ' resources.ApplyResources(Me.Label83, "Label83") Me.Label83.Name = "Label83" - Me.ToolTip1.SetToolTip(Me.Label83, resources.GetString("Label83.ToolTip")) ' 'PreviewPanel ' - resources.ApplyResources(Me.PreviewPanel, "PreviewPanel") Me.PreviewPanel.Controls.Add(Me.ReplyIconStateCombo) Me.PreviewPanel.Controls.Add(Me.Label72) Me.PreviewPanel.Controls.Add(Me.ChkNewMentionsBlink) @@ -1043,43 +959,38 @@ Me.PreviewPanel.Controls.Add(Me.cmbNameBalloon) Me.PreviewPanel.Controls.Add(Me.CheckDispUsername) Me.PreviewPanel.Controls.Add(Me.CheckBox3) + resources.ApplyResources(Me.PreviewPanel, "PreviewPanel") Me.PreviewPanel.Name = "PreviewPanel" - Me.ToolTip1.SetToolTip(Me.PreviewPanel, resources.GetString("PreviewPanel.ToolTip")) ' 'ReplyIconStateCombo ' - resources.ApplyResources(Me.ReplyIconStateCombo, "ReplyIconStateCombo") Me.ReplyIconStateCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ReplyIconStateCombo.FormattingEnabled = True Me.ReplyIconStateCombo.Items.AddRange(New Object() {resources.GetString("ReplyIconStateCombo.Items"), resources.GetString("ReplyIconStateCombo.Items1"), resources.GetString("ReplyIconStateCombo.Items2")}) + resources.ApplyResources(Me.ReplyIconStateCombo, "ReplyIconStateCombo") Me.ReplyIconStateCombo.Name = "ReplyIconStateCombo" - Me.ToolTip1.SetToolTip(Me.ReplyIconStateCombo, resources.GetString("ReplyIconStateCombo.ToolTip")) ' 'Label72 ' resources.ApplyResources(Me.Label72, "Label72") Me.Label72.Name = "Label72" - Me.ToolTip1.SetToolTip(Me.Label72, resources.GetString("Label72.ToolTip")) ' 'ChkNewMentionsBlink ' resources.ApplyResources(Me.ChkNewMentionsBlink, "ChkNewMentionsBlink") Me.ChkNewMentionsBlink.Name = "ChkNewMentionsBlink" - Me.ToolTip1.SetToolTip(Me.ChkNewMentionsBlink, resources.GetString("ChkNewMentionsBlink.ToolTip")) Me.ChkNewMentionsBlink.UseVisualStyleBackColor = True ' 'chkTabIconDisp ' resources.ApplyResources(Me.chkTabIconDisp, "chkTabIconDisp") Me.chkTabIconDisp.Name = "chkTabIconDisp" - Me.ToolTip1.SetToolTip(Me.chkTabIconDisp, resources.GetString("chkTabIconDisp.ToolTip")) Me.chkTabIconDisp.UseVisualStyleBackColor = True ' 'CheckPreviewEnable ' resources.ApplyResources(Me.CheckPreviewEnable, "CheckPreviewEnable") Me.CheckPreviewEnable.Name = "CheckPreviewEnable" - Me.ToolTip1.SetToolTip(Me.CheckPreviewEnable, resources.GetString("CheckPreviewEnable.ToolTip")) Me.CheckPreviewEnable.UseVisualStyleBackColor = True ' 'Label81 @@ -1088,91 +999,78 @@ Me.Label81.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label81.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label81.Name = "Label81" - Me.ToolTip1.SetToolTip(Me.Label81, resources.GetString("Label81.ToolTip")) ' 'LanguageCombo ' - resources.ApplyResources(Me.LanguageCombo, "LanguageCombo") Me.LanguageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.LanguageCombo.FormattingEnabled = True Me.LanguageCombo.Items.AddRange(New Object() {resources.GetString("LanguageCombo.Items"), resources.GetString("LanguageCombo.Items1"), resources.GetString("LanguageCombo.Items2"), resources.GetString("LanguageCombo.Items3")}) + resources.ApplyResources(Me.LanguageCombo, "LanguageCombo") Me.LanguageCombo.Name = "LanguageCombo" - Me.ToolTip1.SetToolTip(Me.LanguageCombo, resources.GetString("LanguageCombo.ToolTip")) ' 'Label13 ' resources.ApplyResources(Me.Label13, "Label13") Me.Label13.Name = "Label13" - Me.ToolTip1.SetToolTip(Me.Label13, resources.GetString("Label13.ToolTip")) ' 'CheckAlwaysTop ' resources.ApplyResources(Me.CheckAlwaysTop, "CheckAlwaysTop") Me.CheckAlwaysTop.Name = "CheckAlwaysTop" - Me.ToolTip1.SetToolTip(Me.CheckAlwaysTop, resources.GetString("CheckAlwaysTop.ToolTip")) Me.CheckAlwaysTop.UseVisualStyleBackColor = True ' 'CheckMonospace ' resources.ApplyResources(Me.CheckMonospace, "CheckMonospace") Me.CheckMonospace.Name = "CheckMonospace" - Me.ToolTip1.SetToolTip(Me.CheckMonospace, resources.GetString("CheckMonospace.ToolTip")) Me.CheckMonospace.UseVisualStyleBackColor = True ' 'CheckBalloonLimit ' resources.ApplyResources(Me.CheckBalloonLimit, "CheckBalloonLimit") Me.CheckBalloonLimit.Name = "CheckBalloonLimit" - Me.ToolTip1.SetToolTip(Me.CheckBalloonLimit, resources.GetString("CheckBalloonLimit.ToolTip")) Me.CheckBalloonLimit.UseVisualStyleBackColor = True ' 'Label10 ' resources.ApplyResources(Me.Label10, "Label10") Me.Label10.Name = "Label10" - Me.ToolTip1.SetToolTip(Me.Label10, resources.GetString("Label10.ToolTip")) ' 'ComboDispTitle ' - resources.ApplyResources(Me.ComboDispTitle, "ComboDispTitle") Me.ComboDispTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboDispTitle.FormattingEnabled = True Me.ComboDispTitle.Items.AddRange(New Object() {resources.GetString("ComboDispTitle.Items"), resources.GetString("ComboDispTitle.Items1"), resources.GetString("ComboDispTitle.Items2"), resources.GetString("ComboDispTitle.Items3"), resources.GetString("ComboDispTitle.Items4"), resources.GetString("ComboDispTitle.Items5"), resources.GetString("ComboDispTitle.Items6"), resources.GetString("ComboDispTitle.Items7")}) + resources.ApplyResources(Me.ComboDispTitle, "ComboDispTitle") Me.ComboDispTitle.Name = "ComboDispTitle" - Me.ToolTip1.SetToolTip(Me.ComboDispTitle, resources.GetString("ComboDispTitle.ToolTip")) ' 'Label45 ' resources.ApplyResources(Me.Label45, "Label45") Me.Label45.Name = "Label45" - Me.ToolTip1.SetToolTip(Me.Label45, resources.GetString("Label45.ToolTip")) ' 'cmbNameBalloon ' - resources.ApplyResources(Me.cmbNameBalloon, "cmbNameBalloon") Me.cmbNameBalloon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbNameBalloon.FormattingEnabled = True Me.cmbNameBalloon.Items.AddRange(New Object() {resources.GetString("cmbNameBalloon.Items"), resources.GetString("cmbNameBalloon.Items1"), resources.GetString("cmbNameBalloon.Items2")}) + resources.ApplyResources(Me.cmbNameBalloon, "cmbNameBalloon") Me.cmbNameBalloon.Name = "cmbNameBalloon" - Me.ToolTip1.SetToolTip(Me.cmbNameBalloon, resources.GetString("cmbNameBalloon.ToolTip")) ' 'CheckDispUsername ' resources.ApplyResources(Me.CheckDispUsername, "CheckDispUsername") Me.CheckDispUsername.Name = "CheckDispUsername" - Me.ToolTip1.SetToolTip(Me.CheckDispUsername, resources.GetString("CheckDispUsername.ToolTip")) Me.CheckDispUsername.UseVisualStyleBackColor = True ' 'CheckBox3 ' resources.ApplyResources(Me.CheckBox3, "CheckBox3") Me.CheckBox3.Name = "CheckBox3" - Me.ToolTip1.SetToolTip(Me.CheckBox3, resources.GetString("CheckBox3.ToolTip")) Me.CheckBox3.UseVisualStyleBackColor = True ' 'BasedPanel ' - resources.ApplyResources(Me.BasedPanel, "BasedPanel") Me.BasedPanel.Controls.Add(Me.AuthBasicRadio) Me.BasedPanel.Controls.Add(Me.AuthOAuthRadio) Me.BasedPanel.Controls.Add(Me.Label6) @@ -1185,14 +1083,13 @@ Me.BasedPanel.Controls.Add(Me.Label2) Me.BasedPanel.Controls.Add(Me.Username) Me.BasedPanel.Controls.Add(Me.Password) + resources.ApplyResources(Me.BasedPanel, "BasedPanel") Me.BasedPanel.Name = "BasedPanel" - Me.ToolTip1.SetToolTip(Me.BasedPanel, resources.GetString("BasedPanel.ToolTip")) ' 'AuthBasicRadio ' resources.ApplyResources(Me.AuthBasicRadio, "AuthBasicRadio") Me.AuthBasicRadio.Name = "AuthBasicRadio" - Me.ToolTip1.SetToolTip(Me.AuthBasicRadio, resources.GetString("AuthBasicRadio.ToolTip")) Me.AuthBasicRadio.UseVisualStyleBackColor = True ' 'AuthOAuthRadio @@ -1201,84 +1098,71 @@ Me.AuthOAuthRadio.Checked = True Me.AuthOAuthRadio.Name = "AuthOAuthRadio" Me.AuthOAuthRadio.TabStop = True - Me.ToolTip1.SetToolTip(Me.AuthOAuthRadio, resources.GetString("AuthOAuthRadio.ToolTip")) Me.AuthOAuthRadio.UseVisualStyleBackColor = True ' 'Label6 ' resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.ToolTip1.SetToolTip(Me.Label6, resources.GetString("Label6.ToolTip")) ' 'AuthClearButton ' resources.ApplyResources(Me.AuthClearButton, "AuthClearButton") Me.AuthClearButton.Name = "AuthClearButton" - Me.ToolTip1.SetToolTip(Me.AuthClearButton, resources.GetString("AuthClearButton.ToolTip")) Me.AuthClearButton.UseVisualStyleBackColor = True ' 'AuthUserLabel ' - resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") Me.AuthUserLabel.Name = "AuthUserLabel" - Me.ToolTip1.SetToolTip(Me.AuthUserLabel, resources.GetString("AuthUserLabel.ToolTip")) ' 'AuthStateLabel ' - resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") Me.AuthStateLabel.Name = "AuthStateLabel" - Me.ToolTip1.SetToolTip(Me.AuthStateLabel, resources.GetString("AuthStateLabel.ToolTip")) ' 'Label4 ' resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.ToolTip1.SetToolTip(Me.Label4, resources.GetString("Label4.ToolTip")) ' 'AuthorizeButton ' resources.ApplyResources(Me.AuthorizeButton, "AuthorizeButton") Me.AuthorizeButton.Name = "AuthorizeButton" - Me.ToolTip1.SetToolTip(Me.AuthorizeButton, resources.GetString("AuthorizeButton.ToolTip")) Me.AuthorizeButton.UseVisualStyleBackColor = True ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.ToolTip1.SetToolTip(Me.Label1, resources.GetString("Label1.ToolTip")) ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.ToolTip1.SetToolTip(Me.Label2, resources.GetString("Label2.ToolTip")) ' 'Username ' resources.ApplyResources(Me.Username, "Username") Me.Username.Name = "Username" - Me.ToolTip1.SetToolTip(Me.Username, resources.GetString("Username.ToolTip")) ' 'Password ' resources.ApplyResources(Me.Password, "Password") Me.Password.Name = "Password" - Me.ToolTip1.SetToolTip(Me.Password, resources.GetString("Password.ToolTip")) Me.Password.UseSystemPasswordChar = True ' 'FontPanel ' - resources.ApplyResources(Me.FontPanel, "FontPanel") Me.FontPanel.Controls.Add(Me.GroupBox1) + resources.ApplyResources(Me.FontPanel, "FontPanel") Me.FontPanel.Name = "FontPanel" - Me.ToolTip1.SetToolTip(Me.FontPanel, resources.GetString("FontPanel.ToolTip")) ' 'GroupBox1 ' - resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Controls.Add(Me.btnRetweet) Me.GroupBox1.Controls.Add(Me.lblRetweet) Me.GroupBox1.Controls.Add(Me.Label80) @@ -1304,180 +1188,155 @@ Me.GroupBox1.Controls.Add(Me.btnListFont) Me.GroupBox1.Controls.Add(Me.lblListFont) Me.GroupBox1.Controls.Add(Me.Label61) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.TabStop = False - Me.ToolTip1.SetToolTip(Me.GroupBox1, resources.GetString("GroupBox1.ToolTip")) ' 'btnRetweet ' resources.ApplyResources(Me.btnRetweet, "btnRetweet") Me.btnRetweet.Name = "btnRetweet" - Me.ToolTip1.SetToolTip(Me.btnRetweet, resources.GetString("btnRetweet.ToolTip")) Me.btnRetweet.UseVisualStyleBackColor = True ' 'lblRetweet ' - resources.ApplyResources(Me.lblRetweet, "lblRetweet") Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblRetweet, "lblRetweet") Me.lblRetweet.Name = "lblRetweet" - Me.ToolTip1.SetToolTip(Me.lblRetweet, resources.GetString("lblRetweet.ToolTip")) ' 'Label80 ' resources.ApplyResources(Me.Label80, "Label80") Me.Label80.Name = "Label80" - Me.ToolTip1.SetToolTip(Me.Label80, resources.GetString("Label80.ToolTip")) ' 'ButtonBackToDefaultFontColor ' resources.ApplyResources(Me.ButtonBackToDefaultFontColor, "ButtonBackToDefaultFontColor") Me.ButtonBackToDefaultFontColor.Name = "ButtonBackToDefaultFontColor" - Me.ToolTip1.SetToolTip(Me.ButtonBackToDefaultFontColor, resources.GetString("ButtonBackToDefaultFontColor.ToolTip")) Me.ButtonBackToDefaultFontColor.UseVisualStyleBackColor = True ' 'btnDetailLink ' resources.ApplyResources(Me.btnDetailLink, "btnDetailLink") Me.btnDetailLink.Name = "btnDetailLink" - Me.ToolTip1.SetToolTip(Me.btnDetailLink, resources.GetString("btnDetailLink.ToolTip")) Me.btnDetailLink.UseVisualStyleBackColor = True ' 'lblDetailLink ' - resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") Me.lblDetailLink.Name = "lblDetailLink" - Me.ToolTip1.SetToolTip(Me.lblDetailLink, resources.GetString("lblDetailLink.ToolTip")) ' 'Label18 ' resources.ApplyResources(Me.Label18, "Label18") Me.Label18.Name = "Label18" - Me.ToolTip1.SetToolTip(Me.Label18, resources.GetString("Label18.ToolTip")) ' 'btnUnread ' resources.ApplyResources(Me.btnUnread, "btnUnread") Me.btnUnread.Name = "btnUnread" - Me.ToolTip1.SetToolTip(Me.btnUnread, resources.GetString("btnUnread.ToolTip")) Me.btnUnread.UseVisualStyleBackColor = True ' 'lblUnread ' - resources.ApplyResources(Me.lblUnread, "lblUnread") Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblUnread, "lblUnread") Me.lblUnread.Name = "lblUnread" - Me.ToolTip1.SetToolTip(Me.lblUnread, resources.GetString("lblUnread.ToolTip")) ' 'Label20 ' resources.ApplyResources(Me.Label20, "Label20") Me.Label20.Name = "Label20" - Me.ToolTip1.SetToolTip(Me.Label20, resources.GetString("Label20.ToolTip")) ' 'btnDetailBack ' resources.ApplyResources(Me.btnDetailBack, "btnDetailBack") Me.btnDetailBack.Name = "btnDetailBack" - Me.ToolTip1.SetToolTip(Me.btnDetailBack, resources.GetString("btnDetailBack.ToolTip")) Me.btnDetailBack.UseVisualStyleBackColor = True ' 'lblDetailBackcolor ' - resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") Me.lblDetailBackcolor.Name = "lblDetailBackcolor" - Me.ToolTip1.SetToolTip(Me.lblDetailBackcolor, resources.GetString("lblDetailBackcolor.ToolTip")) ' 'Label37 ' resources.ApplyResources(Me.Label37, "Label37") Me.Label37.Name = "Label37" - Me.ToolTip1.SetToolTip(Me.Label37, resources.GetString("Label37.ToolTip")) ' 'btnDetail ' resources.ApplyResources(Me.btnDetail, "btnDetail") Me.btnDetail.Name = "btnDetail" - Me.ToolTip1.SetToolTip(Me.btnDetail, resources.GetString("btnDetail.ToolTip")) Me.btnDetail.UseVisualStyleBackColor = True ' 'lblDetail ' - resources.ApplyResources(Me.lblDetail, "lblDetail") Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetail, "lblDetail") Me.lblDetail.Name = "lblDetail" - Me.ToolTip1.SetToolTip(Me.lblDetail, resources.GetString("lblDetail.ToolTip")) ' 'Label26 ' resources.ApplyResources(Me.Label26, "Label26") Me.Label26.Name = "Label26" - Me.ToolTip1.SetToolTip(Me.Label26, resources.GetString("Label26.ToolTip")) ' 'btnOWL ' resources.ApplyResources(Me.btnOWL, "btnOWL") Me.btnOWL.Name = "btnOWL" - Me.ToolTip1.SetToolTip(Me.btnOWL, resources.GetString("btnOWL.ToolTip")) Me.btnOWL.UseVisualStyleBackColor = True ' 'lblOWL ' - resources.ApplyResources(Me.lblOWL, "lblOWL") Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblOWL, "lblOWL") Me.lblOWL.Name = "lblOWL" - Me.ToolTip1.SetToolTip(Me.lblOWL, resources.GetString("lblOWL.ToolTip")) ' 'Label24 ' resources.ApplyResources(Me.Label24, "Label24") Me.Label24.Name = "Label24" - Me.ToolTip1.SetToolTip(Me.Label24, resources.GetString("Label24.ToolTip")) ' 'btnFav ' resources.ApplyResources(Me.btnFav, "btnFav") Me.btnFav.Name = "btnFav" - Me.ToolTip1.SetToolTip(Me.btnFav, resources.GetString("btnFav.ToolTip")) Me.btnFav.UseVisualStyleBackColor = True ' 'lblFav ' - resources.ApplyResources(Me.lblFav, "lblFav") Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblFav, "lblFav") Me.lblFav.Name = "lblFav" - Me.ToolTip1.SetToolTip(Me.lblFav, resources.GetString("lblFav.ToolTip")) ' 'Label22 ' resources.ApplyResources(Me.Label22, "Label22") Me.Label22.Name = "Label22" - Me.ToolTip1.SetToolTip(Me.Label22, resources.GetString("Label22.ToolTip")) ' 'btnListFont ' resources.ApplyResources(Me.btnListFont, "btnListFont") Me.btnListFont.Name = "btnListFont" - Me.ToolTip1.SetToolTip(Me.btnListFont, resources.GetString("btnListFont.ToolTip")) Me.btnListFont.UseVisualStyleBackColor = True ' 'lblListFont ' - resources.ApplyResources(Me.lblListFont, "lblListFont") Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblListFont, "lblListFont") Me.lblListFont.Name = "lblListFont" - Me.ToolTip1.SetToolTip(Me.lblListFont, resources.GetString("lblListFont.ToolTip")) ' 'Label61 ' resources.ApplyResources(Me.Label61, "Label61") Me.Label61.Name = "Label61" - Me.ToolTip1.SetToolTip(Me.Label61, resources.GetString("Label61.ToolTip")) ' 'ShortUrlPanel ' - resources.ApplyResources(Me.ShortUrlPanel, "ShortUrlPanel") + Me.ShortUrlPanel.Controls.Add(Me.CheckForceResolve) Me.ShortUrlPanel.Controls.Add(Me.CheckTinyURL) Me.ShortUrlPanel.Controls.Add(Me.TextBitlyPw) Me.ShortUrlPanel.Controls.Add(Me.CheckAutoConvertUrl) @@ -1486,65 +1345,56 @@ Me.ShortUrlPanel.Controls.Add(Me.Label76) Me.ShortUrlPanel.Controls.Add(Me.Label77) Me.ShortUrlPanel.Controls.Add(Me.TextBitlyId) + resources.ApplyResources(Me.ShortUrlPanel, "ShortUrlPanel") Me.ShortUrlPanel.Name = "ShortUrlPanel" - Me.ToolTip1.SetToolTip(Me.ShortUrlPanel, resources.GetString("ShortUrlPanel.ToolTip")) ' 'CheckTinyURL ' resources.ApplyResources(Me.CheckTinyURL, "CheckTinyURL") Me.CheckTinyURL.Name = "CheckTinyURL" - Me.ToolTip1.SetToolTip(Me.CheckTinyURL, resources.GetString("CheckTinyURL.ToolTip")) Me.CheckTinyURL.UseVisualStyleBackColor = True ' 'TextBitlyPw ' resources.ApplyResources(Me.TextBitlyPw, "TextBitlyPw") Me.TextBitlyPw.Name = "TextBitlyPw" - Me.ToolTip1.SetToolTip(Me.TextBitlyPw, resources.GetString("TextBitlyPw.ToolTip")) ' 'CheckAutoConvertUrl ' resources.ApplyResources(Me.CheckAutoConvertUrl, "CheckAutoConvertUrl") Me.CheckAutoConvertUrl.Name = "CheckAutoConvertUrl" - Me.ToolTip1.SetToolTip(Me.CheckAutoConvertUrl, resources.GetString("CheckAutoConvertUrl.ToolTip")) Me.CheckAutoConvertUrl.UseVisualStyleBackColor = True ' 'Label71 ' resources.ApplyResources(Me.Label71, "Label71") Me.Label71.Name = "Label71" - Me.ToolTip1.SetToolTip(Me.Label71, resources.GetString("Label71.ToolTip")) ' 'ComboBoxAutoShortUrlFirst ' - resources.ApplyResources(Me.ComboBoxAutoShortUrlFirst, "ComboBoxAutoShortUrlFirst") Me.ComboBoxAutoShortUrlFirst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBoxAutoShortUrlFirst.FormattingEnabled = True Me.ComboBoxAutoShortUrlFirst.Items.AddRange(New Object() {resources.GetString("ComboBoxAutoShortUrlFirst.Items"), resources.GetString("ComboBoxAutoShortUrlFirst.Items1"), resources.GetString("ComboBoxAutoShortUrlFirst.Items2"), resources.GetString("ComboBoxAutoShortUrlFirst.Items3"), resources.GetString("ComboBoxAutoShortUrlFirst.Items4"), resources.GetString("ComboBoxAutoShortUrlFirst.Items5")}) + resources.ApplyResources(Me.ComboBoxAutoShortUrlFirst, "ComboBoxAutoShortUrlFirst") Me.ComboBoxAutoShortUrlFirst.Name = "ComboBoxAutoShortUrlFirst" - Me.ToolTip1.SetToolTip(Me.ComboBoxAutoShortUrlFirst, resources.GetString("ComboBoxAutoShortUrlFirst.ToolTip")) ' 'Label76 ' resources.ApplyResources(Me.Label76, "Label76") Me.Label76.Name = "Label76" - Me.ToolTip1.SetToolTip(Me.Label76, resources.GetString("Label76.ToolTip")) ' 'Label77 ' resources.ApplyResources(Me.Label77, "Label77") Me.Label77.Name = "Label77" - Me.ToolTip1.SetToolTip(Me.Label77, resources.GetString("Label77.ToolTip")) ' 'TextBitlyId ' resources.ApplyResources(Me.TextBitlyId, "TextBitlyId") Me.TextBitlyId.Name = "TextBitlyId" - Me.ToolTip1.SetToolTip(Me.TextBitlyId, resources.GetString("TextBitlyId.ToolTip")) ' 'ProxyPanel ' - resources.ApplyResources(Me.ProxyPanel, "ProxyPanel") Me.ProxyPanel.Controls.Add(Me.Label55) Me.ProxyPanel.Controls.Add(Me.TextProxyPassword) Me.ProxyPanel.Controls.Add(Me.RadioProxyNone) @@ -1557,8 +1407,8 @@ Me.ProxyPanel.Controls.Add(Me.TextProxyPort) Me.ProxyPanel.Controls.Add(Me.TextProxyAddress) Me.ProxyPanel.Controls.Add(Me.LabelProxyPort) + resources.ApplyResources(Me.ProxyPanel, "ProxyPanel") Me.ProxyPanel.Name = "ProxyPanel" - Me.ToolTip1.SetToolTip(Me.ProxyPanel, resources.GetString("ProxyPanel.ToolTip")) ' 'Label55 ' @@ -1566,27 +1416,23 @@ Me.Label55.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label55.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label55.Name = "Label55" - Me.ToolTip1.SetToolTip(Me.Label55, resources.GetString("Label55.ToolTip")) ' 'TextProxyPassword ' resources.ApplyResources(Me.TextProxyPassword, "TextProxyPassword") Me.TextProxyPassword.Name = "TextProxyPassword" - Me.ToolTip1.SetToolTip(Me.TextProxyPassword, resources.GetString("TextProxyPassword.ToolTip")) Me.TextProxyPassword.UseSystemPasswordChar = True ' 'RadioProxyNone ' resources.ApplyResources(Me.RadioProxyNone, "RadioProxyNone") Me.RadioProxyNone.Name = "RadioProxyNone" - Me.ToolTip1.SetToolTip(Me.RadioProxyNone, resources.GetString("RadioProxyNone.ToolTip")) Me.RadioProxyNone.UseVisualStyleBackColor = True ' 'LabelProxyPassword ' resources.ApplyResources(Me.LabelProxyPassword, "LabelProxyPassword") Me.LabelProxyPassword.Name = "LabelProxyPassword" - Me.ToolTip1.SetToolTip(Me.LabelProxyPassword, resources.GetString("LabelProxyPassword.ToolTip")) ' 'RadioProxyIE ' @@ -1594,55 +1440,46 @@ Me.RadioProxyIE.Checked = True Me.RadioProxyIE.Name = "RadioProxyIE" Me.RadioProxyIE.TabStop = True - Me.ToolTip1.SetToolTip(Me.RadioProxyIE, resources.GetString("RadioProxyIE.ToolTip")) Me.RadioProxyIE.UseVisualStyleBackColor = True ' 'TextProxyUser ' resources.ApplyResources(Me.TextProxyUser, "TextProxyUser") Me.TextProxyUser.Name = "TextProxyUser" - Me.ToolTip1.SetToolTip(Me.TextProxyUser, resources.GetString("TextProxyUser.ToolTip")) ' 'RadioProxySpecified ' resources.ApplyResources(Me.RadioProxySpecified, "RadioProxySpecified") Me.RadioProxySpecified.Name = "RadioProxySpecified" - Me.ToolTip1.SetToolTip(Me.RadioProxySpecified, resources.GetString("RadioProxySpecified.ToolTip")) Me.RadioProxySpecified.UseVisualStyleBackColor = True ' 'LabelProxyUser ' resources.ApplyResources(Me.LabelProxyUser, "LabelProxyUser") Me.LabelProxyUser.Name = "LabelProxyUser" - Me.ToolTip1.SetToolTip(Me.LabelProxyUser, resources.GetString("LabelProxyUser.ToolTip")) ' 'LabelProxyAddress ' resources.ApplyResources(Me.LabelProxyAddress, "LabelProxyAddress") Me.LabelProxyAddress.Name = "LabelProxyAddress" - Me.ToolTip1.SetToolTip(Me.LabelProxyAddress, resources.GetString("LabelProxyAddress.ToolTip")) ' 'TextProxyPort ' resources.ApplyResources(Me.TextProxyPort, "TextProxyPort") Me.TextProxyPort.Name = "TextProxyPort" - Me.ToolTip1.SetToolTip(Me.TextProxyPort, resources.GetString("TextProxyPort.ToolTip")) ' 'TextProxyAddress ' resources.ApplyResources(Me.TextProxyAddress, "TextProxyAddress") Me.TextProxyAddress.Name = "TextProxyAddress" - Me.ToolTip1.SetToolTip(Me.TextProxyAddress, resources.GetString("TextProxyAddress.ToolTip")) ' 'LabelProxyPort ' resources.ApplyResources(Me.LabelProxyPort, "LabelProxyPort") Me.LabelProxyPort.Name = "LabelProxyPort" - Me.ToolTip1.SetToolTip(Me.LabelProxyPort, resources.GetString("LabelProxyPort.ToolTip")) ' 'ConnectionPanel ' - resources.ApplyResources(Me.ConnectionPanel, "ConnectionPanel") Me.ConnectionPanel.Controls.Add(Me.CheckEnableBasicAuth) Me.ConnectionPanel.Controls.Add(Me.TwitterSearchAPIText) Me.ConnectionPanel.Controls.Add(Me.Label31) @@ -1652,45 +1489,39 @@ Me.ConnectionPanel.Controls.Add(Me.Label64) Me.ConnectionPanel.Controls.Add(Me.ConnectionTimeOut) Me.ConnectionPanel.Controls.Add(Me.Label63) + resources.ApplyResources(Me.ConnectionPanel, "ConnectionPanel") Me.ConnectionPanel.Name = "ConnectionPanel" - Me.ToolTip1.SetToolTip(Me.ConnectionPanel, resources.GetString("ConnectionPanel.ToolTip")) ' 'CheckEnableBasicAuth ' resources.ApplyResources(Me.CheckEnableBasicAuth, "CheckEnableBasicAuth") Me.CheckEnableBasicAuth.Name = "CheckEnableBasicAuth" - Me.ToolTip1.SetToolTip(Me.CheckEnableBasicAuth, resources.GetString("CheckEnableBasicAuth.ToolTip")) Me.CheckEnableBasicAuth.UseVisualStyleBackColor = True ' 'TwitterSearchAPIText ' resources.ApplyResources(Me.TwitterSearchAPIText, "TwitterSearchAPIText") Me.TwitterSearchAPIText.Name = "TwitterSearchAPIText" - Me.ToolTip1.SetToolTip(Me.TwitterSearchAPIText, resources.GetString("TwitterSearchAPIText.ToolTip")) ' 'Label31 ' resources.ApplyResources(Me.Label31, "Label31") Me.Label31.Name = "Label31" - Me.ToolTip1.SetToolTip(Me.Label31, resources.GetString("Label31.ToolTip")) ' 'TwitterAPIText ' resources.ApplyResources(Me.TwitterAPIText, "TwitterAPIText") Me.TwitterAPIText.Name = "TwitterAPIText" - Me.ToolTip1.SetToolTip(Me.TwitterAPIText, resources.GetString("TwitterAPIText.ToolTip")) ' 'Label8 ' resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.ToolTip1.SetToolTip(Me.Label8, resources.GetString("Label8.ToolTip")) ' 'CheckUseSsl ' resources.ApplyResources(Me.CheckUseSsl, "CheckUseSsl") Me.CheckUseSsl.Name = "CheckUseSsl" - Me.ToolTip1.SetToolTip(Me.CheckUseSsl, resources.GetString("CheckUseSsl.ToolTip")) Me.CheckUseSsl.UseVisualStyleBackColor = True ' 'Label64 @@ -1699,30 +1530,25 @@ Me.Label64.BackColor = System.Drawing.SystemColors.ActiveCaption Me.Label64.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Label64.Name = "Label64" - Me.ToolTip1.SetToolTip(Me.Label64, resources.GetString("Label64.ToolTip")) ' 'ConnectionTimeOut ' resources.ApplyResources(Me.ConnectionTimeOut, "ConnectionTimeOut") Me.ConnectionTimeOut.Name = "ConnectionTimeOut" - Me.ToolTip1.SetToolTip(Me.ConnectionTimeOut, resources.GetString("ConnectionTimeOut.ToolTip")) ' 'Label63 ' resources.ApplyResources(Me.Label63, "Label63") Me.Label63.Name = "Label63" - Me.ToolTip1.SetToolTip(Me.Label63, resources.GetString("Label63.ToolTip")) ' 'FontPanel2 ' - resources.ApplyResources(Me.FontPanel2, "FontPanel2") Me.FontPanel2.Controls.Add(Me.GroupBox5) + resources.ApplyResources(Me.FontPanel2, "FontPanel2") Me.FontPanel2.Name = "FontPanel2" - Me.ToolTip1.SetToolTip(Me.FontPanel2, resources.GetString("FontPanel2.ToolTip")) ' 'GroupBox5 ' - resources.ApplyResources(Me.GroupBox5, "GroupBox5") Me.GroupBox5.Controls.Add(Me.Label65) Me.GroupBox5.Controls.Add(Me.Label52) Me.GroupBox5.Controls.Add(Me.Label49) @@ -1751,200 +1577,171 @@ Me.GroupBox5.Controls.Add(Me.lblAtSelf) Me.GroupBox5.Controls.Add(Me.lblSelf) Me.GroupBox5.Controls.Add(Me.ButtonBackToDefaultFontColor2) + resources.ApplyResources(Me.GroupBox5, "GroupBox5") Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.TabStop = False - Me.ToolTip1.SetToolTip(Me.GroupBox5, resources.GetString("GroupBox5.ToolTip")) ' 'Label65 ' resources.ApplyResources(Me.Label65, "Label65") Me.Label65.Name = "Label65" - Me.ToolTip1.SetToolTip(Me.Label65, resources.GetString("Label65.ToolTip")) ' 'Label52 ' resources.ApplyResources(Me.Label52, "Label52") Me.Label52.Name = "Label52" - Me.ToolTip1.SetToolTip(Me.Label52, resources.GetString("Label52.ToolTip")) ' 'Label49 ' resources.ApplyResources(Me.Label49, "Label49") Me.Label49.Name = "Label49" - Me.ToolTip1.SetToolTip(Me.Label49, resources.GetString("Label49.ToolTip")) ' 'Label9 ' resources.ApplyResources(Me.Label9, "Label9") Me.Label9.Name = "Label9" - Me.ToolTip1.SetToolTip(Me.Label9, resources.GetString("Label9.ToolTip")) ' 'Label14 ' resources.ApplyResources(Me.Label14, "Label14") Me.Label14.Name = "Label14" - Me.ToolTip1.SetToolTip(Me.Label14, resources.GetString("Label14.ToolTip")) ' 'Label16 ' resources.ApplyResources(Me.Label16, "Label16") Me.Label16.Name = "Label16" - Me.ToolTip1.SetToolTip(Me.Label16, resources.GetString("Label16.ToolTip")) ' 'Label32 ' resources.ApplyResources(Me.Label32, "Label32") Me.Label32.Name = "Label32" - Me.ToolTip1.SetToolTip(Me.Label32, resources.GetString("Label32.ToolTip")) ' 'Label34 ' resources.ApplyResources(Me.Label34, "Label34") Me.Label34.Name = "Label34" - Me.ToolTip1.SetToolTip(Me.Label34, resources.GetString("Label34.ToolTip")) ' 'Label36 ' resources.ApplyResources(Me.Label36, "Label36") Me.Label36.Name = "Label36" - Me.ToolTip1.SetToolTip(Me.Label36, resources.GetString("Label36.ToolTip")) ' 'btnInputFont ' resources.ApplyResources(Me.btnInputFont, "btnInputFont") Me.btnInputFont.Name = "btnInputFont" - Me.ToolTip1.SetToolTip(Me.btnInputFont, resources.GetString("btnInputFont.ToolTip")) Me.btnInputFont.UseVisualStyleBackColor = True ' 'btnInputBackcolor ' resources.ApplyResources(Me.btnInputBackcolor, "btnInputBackcolor") Me.btnInputBackcolor.Name = "btnInputBackcolor" - Me.ToolTip1.SetToolTip(Me.btnInputBackcolor, resources.GetString("btnInputBackcolor.ToolTip")) Me.btnInputBackcolor.UseVisualStyleBackColor = True ' 'btnAtTo ' resources.ApplyResources(Me.btnAtTo, "btnAtTo") Me.btnAtTo.Name = "btnAtTo" - Me.ToolTip1.SetToolTip(Me.btnAtTo, resources.GetString("btnAtTo.ToolTip")) Me.btnAtTo.UseVisualStyleBackColor = True ' 'btnListBack ' resources.ApplyResources(Me.btnListBack, "btnListBack") Me.btnListBack.Name = "btnListBack" - Me.ToolTip1.SetToolTip(Me.btnListBack, resources.GetString("btnListBack.ToolTip")) Me.btnListBack.UseVisualStyleBackColor = True ' 'btnAtFromTarget ' resources.ApplyResources(Me.btnAtFromTarget, "btnAtFromTarget") Me.btnAtFromTarget.Name = "btnAtFromTarget" - Me.ToolTip1.SetToolTip(Me.btnAtFromTarget, resources.GetString("btnAtFromTarget.ToolTip")) Me.btnAtFromTarget.UseVisualStyleBackColor = True ' 'btnAtTarget ' resources.ApplyResources(Me.btnAtTarget, "btnAtTarget") Me.btnAtTarget.Name = "btnAtTarget" - Me.ToolTip1.SetToolTip(Me.btnAtTarget, resources.GetString("btnAtTarget.ToolTip")) Me.btnAtTarget.UseVisualStyleBackColor = True ' 'btnTarget ' resources.ApplyResources(Me.btnTarget, "btnTarget") Me.btnTarget.Name = "btnTarget" - Me.ToolTip1.SetToolTip(Me.btnTarget, resources.GetString("btnTarget.ToolTip")) Me.btnTarget.UseVisualStyleBackColor = True ' 'btnAtSelf ' resources.ApplyResources(Me.btnAtSelf, "btnAtSelf") Me.btnAtSelf.Name = "btnAtSelf" - Me.ToolTip1.SetToolTip(Me.btnAtSelf, resources.GetString("btnAtSelf.ToolTip")) Me.btnAtSelf.UseVisualStyleBackColor = True ' 'btnSelf ' resources.ApplyResources(Me.btnSelf, "btnSelf") Me.btnSelf.Name = "btnSelf" - Me.ToolTip1.SetToolTip(Me.btnSelf, resources.GetString("btnSelf.ToolTip")) Me.btnSelf.UseVisualStyleBackColor = True ' 'lblInputFont ' - resources.ApplyResources(Me.lblInputFont, "lblInputFont") Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblInputFont, "lblInputFont") Me.lblInputFont.Name = "lblInputFont" - Me.ToolTip1.SetToolTip(Me.lblInputFont, resources.GetString("lblInputFont.ToolTip")) ' 'lblInputBackcolor ' - resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") Me.lblInputBackcolor.Name = "lblInputBackcolor" - Me.ToolTip1.SetToolTip(Me.lblInputBackcolor, resources.GetString("lblInputBackcolor.ToolTip")) ' 'lblAtTo ' - resources.ApplyResources(Me.lblAtTo, "lblAtTo") Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtTo, "lblAtTo") Me.lblAtTo.Name = "lblAtTo" - Me.ToolTip1.SetToolTip(Me.lblAtTo, resources.GetString("lblAtTo.ToolTip")) ' 'lblListBackcolor ' - resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") Me.lblListBackcolor.Name = "lblListBackcolor" - Me.ToolTip1.SetToolTip(Me.lblListBackcolor, resources.GetString("lblListBackcolor.ToolTip")) ' 'lblAtFromTarget ' - resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") Me.lblAtFromTarget.Name = "lblAtFromTarget" - Me.ToolTip1.SetToolTip(Me.lblAtFromTarget, resources.GetString("lblAtFromTarget.ToolTip")) ' 'lblAtTarget ' - resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") Me.lblAtTarget.Name = "lblAtTarget" - Me.ToolTip1.SetToolTip(Me.lblAtTarget, resources.GetString("lblAtTarget.ToolTip")) ' 'lblTarget ' - resources.ApplyResources(Me.lblTarget, "lblTarget") Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblTarget, "lblTarget") Me.lblTarget.Name = "lblTarget" - Me.ToolTip1.SetToolTip(Me.lblTarget, resources.GetString("lblTarget.ToolTip")) ' 'lblAtSelf ' - resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") Me.lblAtSelf.Name = "lblAtSelf" - Me.ToolTip1.SetToolTip(Me.lblAtSelf, resources.GetString("lblAtSelf.ToolTip")) ' 'lblSelf ' - resources.ApplyResources(Me.lblSelf, "lblSelf") Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblSelf, "lblSelf") Me.lblSelf.Name = "lblSelf" - Me.ToolTip1.SetToolTip(Me.lblSelf, resources.GetString("lblSelf.ToolTip")) ' 'ButtonBackToDefaultFontColor2 ' resources.ApplyResources(Me.ButtonBackToDefaultFontColor2, "ButtonBackToDefaultFontColor2") Me.ButtonBackToDefaultFontColor2.Name = "ButtonBackToDefaultFontColor2" - Me.ToolTip1.SetToolTip(Me.ButtonBackToDefaultFontColor2, resources.GetString("ButtonBackToDefaultFontColor2.ToolTip")) Me.ButtonBackToDefaultFontColor2.UseVisualStyleBackColor = True ' 'TweetActPanel ' - resources.ApplyResources(Me.TweetActPanel, "TweetActPanel") Me.TweetActPanel.Controls.Add(Me.CheckHashSupple) Me.TweetActPanel.Controls.Add(Me.CheckAtIdSupple) Me.TweetActPanel.Controls.Add(Me.ComboBoxPostKeySelect) @@ -1953,105 +1750,91 @@ Me.TweetActPanel.Controls.Add(Me.Label12) Me.TweetActPanel.Controls.Add(Me.CheckUseRecommendStatus) Me.TweetActPanel.Controls.Add(Me.StatusText) + resources.ApplyResources(Me.TweetActPanel, "TweetActPanel") Me.TweetActPanel.Name = "TweetActPanel" - Me.ToolTip1.SetToolTip(Me.TweetActPanel, resources.GetString("TweetActPanel.ToolTip")) ' 'CheckHashSupple ' resources.ApplyResources(Me.CheckHashSupple, "CheckHashSupple") Me.CheckHashSupple.Name = "CheckHashSupple" - Me.ToolTip1.SetToolTip(Me.CheckHashSupple, resources.GetString("CheckHashSupple.ToolTip")) Me.CheckHashSupple.UseVisualStyleBackColor = True ' 'CheckAtIdSupple ' resources.ApplyResources(Me.CheckAtIdSupple, "CheckAtIdSupple") Me.CheckAtIdSupple.Name = "CheckAtIdSupple" - Me.ToolTip1.SetToolTip(Me.CheckAtIdSupple, resources.GetString("CheckAtIdSupple.ToolTip")) Me.CheckAtIdSupple.UseVisualStyleBackColor = True ' 'ComboBoxPostKeySelect ' - resources.ApplyResources(Me.ComboBoxPostKeySelect, "ComboBoxPostKeySelect") Me.ComboBoxPostKeySelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBoxPostKeySelect.FormattingEnabled = True Me.ComboBoxPostKeySelect.Items.AddRange(New Object() {resources.GetString("ComboBoxPostKeySelect.Items"), resources.GetString("ComboBoxPostKeySelect.Items1"), resources.GetString("ComboBoxPostKeySelect.Items2")}) + resources.ApplyResources(Me.ComboBoxPostKeySelect, "ComboBoxPostKeySelect") Me.ComboBoxPostKeySelect.Name = "ComboBoxPostKeySelect" - Me.ToolTip1.SetToolTip(Me.ComboBoxPostKeySelect, resources.GetString("ComboBoxPostKeySelect.ToolTip")) ' 'Label27 ' resources.ApplyResources(Me.Label27, "Label27") Me.Label27.Name = "Label27" - Me.ToolTip1.SetToolTip(Me.Label27, resources.GetString("Label27.ToolTip")) ' 'CheckRetweetNoConfirm ' resources.ApplyResources(Me.CheckRetweetNoConfirm, "CheckRetweetNoConfirm") Me.CheckRetweetNoConfirm.Name = "CheckRetweetNoConfirm" - Me.ToolTip1.SetToolTip(Me.CheckRetweetNoConfirm, resources.GetString("CheckRetweetNoConfirm.ToolTip")) Me.CheckRetweetNoConfirm.UseVisualStyleBackColor = True ' 'Label12 ' resources.ApplyResources(Me.Label12, "Label12") Me.Label12.Name = "Label12" - Me.ToolTip1.SetToolTip(Me.Label12, resources.GetString("Label12.ToolTip")) ' 'CheckUseRecommendStatus ' resources.ApplyResources(Me.CheckUseRecommendStatus, "CheckUseRecommendStatus") Me.CheckUseRecommendStatus.Name = "CheckUseRecommendStatus" - Me.ToolTip1.SetToolTip(Me.CheckUseRecommendStatus, resources.GetString("CheckUseRecommendStatus.ToolTip")) Me.CheckUseRecommendStatus.UseVisualStyleBackColor = True ' 'StatusText ' resources.ApplyResources(Me.StatusText, "StatusText") Me.StatusText.Name = "StatusText" - Me.ToolTip1.SetToolTip(Me.StatusText, resources.GetString("StatusText.ToolTip")) ' 'StartupPanel ' - resources.ApplyResources(Me.StartupPanel, "StartupPanel") Me.StartupPanel.Controls.Add(Me.StartupReaded) Me.StartupPanel.Controls.Add(Me.CheckStartupFollowers) Me.StartupPanel.Controls.Add(Me.CheckStartupVersion) Me.StartupPanel.Controls.Add(Me.chkGetFav) + resources.ApplyResources(Me.StartupPanel, "StartupPanel") Me.StartupPanel.Name = "StartupPanel" - Me.ToolTip1.SetToolTip(Me.StartupPanel, resources.GetString("StartupPanel.ToolTip")) ' 'StartupReaded ' resources.ApplyResources(Me.StartupReaded, "StartupReaded") Me.StartupReaded.Name = "StartupReaded" - Me.ToolTip1.SetToolTip(Me.StartupReaded, resources.GetString("StartupReaded.ToolTip")) Me.StartupReaded.UseVisualStyleBackColor = True ' 'CheckStartupFollowers ' resources.ApplyResources(Me.CheckStartupFollowers, "CheckStartupFollowers") Me.CheckStartupFollowers.Name = "CheckStartupFollowers" - Me.ToolTip1.SetToolTip(Me.CheckStartupFollowers, resources.GetString("CheckStartupFollowers.ToolTip")) Me.CheckStartupFollowers.UseVisualStyleBackColor = True ' 'CheckStartupVersion ' resources.ApplyResources(Me.CheckStartupVersion, "CheckStartupVersion") Me.CheckStartupVersion.Name = "CheckStartupVersion" - Me.ToolTip1.SetToolTip(Me.CheckStartupVersion, resources.GetString("CheckStartupVersion.ToolTip")) Me.CheckStartupVersion.UseVisualStyleBackColor = True ' 'chkGetFav ' resources.ApplyResources(Me.chkGetFav, "chkGetFav") Me.chkGetFav.Name = "chkGetFav" - Me.ToolTip1.SetToolTip(Me.chkGetFav, resources.GetString("chkGetFav.ToolTip")) Me.chkGetFav.UseVisualStyleBackColor = True ' 'GetCountPanel ' - resources.ApplyResources(Me.GetCountPanel, "GetCountPanel") Me.GetCountPanel.Controls.Add(Me.ListTextCountApi) Me.GetCountPanel.Controls.Add(Me.Label25) Me.GetCountPanel.Controls.Add(Me.UserTimelineTextCountApi) @@ -2069,129 +1852,116 @@ Me.GetCountPanel.Controls.Add(Me.TextCountApiReply) Me.GetCountPanel.Controls.Add(Me.Label67) Me.GetCountPanel.Controls.Add(Me.TextCountApi) + resources.ApplyResources(Me.GetCountPanel, "GetCountPanel") Me.GetCountPanel.Name = "GetCountPanel" - Me.ToolTip1.SetToolTip(Me.GetCountPanel, resources.GetString("GetCountPanel.ToolTip")) ' 'ListTextCountApi ' resources.ApplyResources(Me.ListTextCountApi, "ListTextCountApi") Me.ListTextCountApi.Name = "ListTextCountApi" - Me.ToolTip1.SetToolTip(Me.ListTextCountApi, resources.GetString("ListTextCountApi.ToolTip")) ' 'Label25 ' resources.ApplyResources(Me.Label25, "Label25") Me.Label25.Name = "Label25" - Me.ToolTip1.SetToolTip(Me.Label25, resources.GetString("Label25.ToolTip")) ' 'UserTimelineTextCountApi ' resources.ApplyResources(Me.UserTimelineTextCountApi, "UserTimelineTextCountApi") Me.UserTimelineTextCountApi.Name = "UserTimelineTextCountApi" - Me.ToolTip1.SetToolTip(Me.UserTimelineTextCountApi, resources.GetString("UserTimelineTextCountApi.ToolTip")) ' 'Label17 ' resources.ApplyResources(Me.Label17, "Label17") Me.Label17.Name = "Label17" - Me.ToolTip1.SetToolTip(Me.Label17, resources.GetString("Label17.ToolTip")) ' 'Label30 ' resources.ApplyResources(Me.Label30, "Label30") Me.Label30.Name = "Label30" - Me.ToolTip1.SetToolTip(Me.Label30, resources.GetString("Label30.ToolTip")) ' 'Label28 ' resources.ApplyResources(Me.Label28, "Label28") Me.Label28.Name = "Label28" - Me.ToolTip1.SetToolTip(Me.Label28, resources.GetString("Label28.ToolTip")) ' 'Label19 ' resources.ApplyResources(Me.Label19, "Label19") Me.Label19.Name = "Label19" - Me.ToolTip1.SetToolTip(Me.Label19, resources.GetString("Label19.ToolTip")) ' 'FavoritesTextCountApi ' resources.ApplyResources(Me.FavoritesTextCountApi, "FavoritesTextCountApi") Me.FavoritesTextCountApi.Name = "FavoritesTextCountApi" - Me.ToolTip1.SetToolTip(Me.FavoritesTextCountApi, resources.GetString("FavoritesTextCountApi.ToolTip")) ' 'SearchTextCountApi ' resources.ApplyResources(Me.SearchTextCountApi, "SearchTextCountApi") Me.SearchTextCountApi.Name = "SearchTextCountApi" - Me.ToolTip1.SetToolTip(Me.SearchTextCountApi, resources.GetString("SearchTextCountApi.ToolTip")) ' 'Label66 ' resources.ApplyResources(Me.Label66, "Label66") Me.Label66.Name = "Label66" - Me.ToolTip1.SetToolTip(Me.Label66, resources.GetString("Label66.ToolTip")) ' 'FirstTextCountApi ' resources.ApplyResources(Me.FirstTextCountApi, "FirstTextCountApi") Me.FirstTextCountApi.Name = "FirstTextCountApi" - Me.ToolTip1.SetToolTip(Me.FirstTextCountApi, resources.GetString("FirstTextCountApi.ToolTip")) ' 'GetMoreTextCountApi ' resources.ApplyResources(Me.GetMoreTextCountApi, "GetMoreTextCountApi") Me.GetMoreTextCountApi.Name = "GetMoreTextCountApi" - Me.ToolTip1.SetToolTip(Me.GetMoreTextCountApi, resources.GetString("GetMoreTextCountApi.ToolTip")) ' 'Label53 ' resources.ApplyResources(Me.Label53, "Label53") Me.Label53.Name = "Label53" - Me.ToolTip1.SetToolTip(Me.Label53, resources.GetString("Label53.ToolTip")) ' 'UseChangeGetCount ' resources.ApplyResources(Me.UseChangeGetCount, "UseChangeGetCount") Me.UseChangeGetCount.Name = "UseChangeGetCount" - Me.ToolTip1.SetToolTip(Me.UseChangeGetCount, resources.GetString("UseChangeGetCount.ToolTip")) Me.UseChangeGetCount.UseVisualStyleBackColor = True ' 'TextCountApiReply ' resources.ApplyResources(Me.TextCountApiReply, "TextCountApiReply") Me.TextCountApiReply.Name = "TextCountApiReply" - Me.ToolTip1.SetToolTip(Me.TextCountApiReply, resources.GetString("TextCountApiReply.ToolTip")) ' 'Label67 ' resources.ApplyResources(Me.Label67, "Label67") Me.Label67.Name = "Label67" - Me.ToolTip1.SetToolTip(Me.Label67, resources.GetString("Label67.ToolTip")) ' 'TextCountApi ' resources.ApplyResources(Me.TextCountApi, "TextCountApi") Me.TextCountApi.Name = "TextCountApi" - Me.ToolTip1.SetToolTip(Me.TextCountApi, resources.GetString("TextCountApi.ToolTip")) ' 'Cancel ' - resources.ApplyResources(Me.Cancel, "Cancel") Me.Cancel.CausesValidation = False Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel + resources.ApplyResources(Me.Cancel, "Cancel") Me.Cancel.Name = "Cancel" - Me.ToolTip1.SetToolTip(Me.Cancel, resources.GetString("Cancel.ToolTip")) Me.Cancel.UseVisualStyleBackColor = True ' 'Save ' - resources.ApplyResources(Me.Save, "Save") Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK + resources.ApplyResources(Me.Save, "Save") Me.Save.Name = "Save" - Me.ToolTip1.SetToolTip(Me.Save, resources.GetString("Save.ToolTip")) Me.Save.UseVisualStyleBackColor = True ' + 'CheckForceResolve + ' + resources.ApplyResources(Me.CheckForceResolve, "CheckForceResolve") + Me.CheckForceResolve.Name = "CheckForceResolve" + Me.CheckForceResolve.UseVisualStyleBackColor = True + ' 'AppendSettingDialog ' Me.AcceptButton = Me.Save @@ -2207,7 +1977,6 @@ Me.Name = "AppendSettingDialog" Me.ShowIcon = False Me.ShowInTaskbar = False - Me.ToolTip1.SetToolTip(Me, resources.GetString("$this.ToolTip")) Me.TopMost = True Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) @@ -2495,4 +2264,5 @@ Friend WithEvents Label39 As System.Windows.Forms.Label Friend WithEvents UserAppointUrlText As System.Windows.Forms.TextBox Friend WithEvents HideDuplicatedRetweetsCheck As System.Windows.Forms.CheckBox + Friend WithEvents CheckForceResolve As System.Windows.Forms.CheckBox End Class Modified: trunk/Tween/AppendSettingDialog.en.resx =================================================================== --- trunk/Tween/AppendSettingDialog.en.resx 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/AppendSettingDialog.en.resx 2011-03-31 15:15:32 UTC (rev 1511) @@ -242,7 +242,7 @@ Open status of twitter.com - None + Not bihavier 199, 277 @@ -1776,22 +1776,7 @@ Behavier on doubleclick of tweet - - Show user's profile + + Force Resolve All URL - - Show user's timeline - - - Show Relational tweet - - - Open user's home of twitter.com - - - Open status of twitter.com - - - Not bihavier - \ No newline at end of file Modified: trunk/Tween/AppendSettingDialog.resx =================================================================== --- trunk/Tween/AppendSettingDialog.resx 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/AppendSettingDialog.resx 2011-03-31 15:15:32 UTC (rev 1511) @@ -117,4167 +117,3789 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 22, 274 + + + Top - - 7 - - - 205, 103 - - + True - - 10 + + + 0, 0 - - none + + Fill - - - NoControl + + 0, 0 - - 24 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQwAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wCWNoaWxkcmVuMQljaGlsZHJlbjIIVXNlckRhdGEBAQAAAQABAAQEBAEBCAgIHVN5c3RlbS5X + aW5kb3dzLkZvcm1zLlRyZWVOb2RlAgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAAd + U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUCAAAAAgAAAAYDAAAABuWfuuacrAYEAAAACUJhc2Vk + Tm9kZQD/////BgUAAAAA/////wkFAAAAAwAAAAkGAAAACQcAAAAJCAAAAAkFAAAABQYAAAAdU3lzdGVt + LldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJ + bWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEA + AQABCAgIAgAAAAYKAAAADOabtOaWsOmWk+malAYLAAAAClBlcmlvZE5vZGUA/////wkFAAAA/////wkF + AAAAAAAAAAUHAAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXND + aGVja2VkCkltYWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VL + ZXkKQ2hpbGRDb3VudAEBAAABAAEAAQgICAIAAAAGDQAAABLotbfli5XmmYLjga7li5XkvZwGDgAAAAtT + dGFydFVwTm9kZQD/////CQUAAAD/////CQUAAAAAAAAABQgAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMu + VHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3Rl + ZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYQAAAA + DOWPluW+l+S7tuaVsAYRAAAADEdldENvdW50Tm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== + - - False + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd + U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ + bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 + AQEAAAEAAQABCAgIAgAAAAYHAAAABuaKleeovwYIAAAADFR3ZWV0QWN0Tm9kZQD/////CQUAAAD///// + CQUAAAAAAAAACw== + - - 339, 215 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl + AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL + UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp + bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn + ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB + CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA + AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No + ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl + eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v + dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= + - - 100, 16 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG + AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt + YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD + b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J + BQAAAP////8JBQAAAAAAAAAL + - - 発言数/フォロー数/フォロワー数 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQsAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wCWNoaWxkcmVuMQljaGlsZHJlbjIBAQAAAQABAAQEBAEICAgdU3lzdGVtLldpbmRvd3MuRm9y + bXMuVHJlZU5vZGUCAAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlAgAAAB1TeXN0ZW0uV2lu + ZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6YCa5L+hBgQAAAAOQ29ubmVjdGlvbk5vZGUA + /////wYFAAAAAP////8JBQAAAAMAAAAJBgAAAAkHAAAACQgAAAAFBgAAAB1TeXN0ZW0uV2luZG93cy5G + b3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4CEltYWdlS2V5ElNl + bGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQBAQAAAQABAAEICAgCAAAA + BgkAAAAM44OX44Ot44Kt44K3BgoAAAAJUHJveHlOb2RlAP////8JBQAAAP////8JBQAAAAAAAAAFBwAA + AB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFn + ZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291 + bnQBAQAAAQABAAEICAgCAAAABgwAAAAS6YCj5pC644K144O844OT44K5Bg0AAAANQ29vcGVyYXRlTm9k + ZQD/////CQUAAAD/////CQUAAAAAAAAABQgAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUI + AAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5k + ZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYPAAAACeefree4rlVS + TAYQAAAADFNob3J0VXJsTm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== + - - 90, 22 + + 169, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 15 + + TreeViewSetting - - OK + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + SplitContainer1.Panel1 - - 16*16 + + 0 - - + + SplitContainer1.Panel1 - - True + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + SplitContainer1 - - 15 + + 0 - - AZERBAIJANI - - + True - - 最新版のチェックをする + + NoControl - - GetPeriodPanel + + 22, 45 - - + + 187, 16 - - + + 1 - - + + すべてのURLについて解決を試みる - - SplitContainer1.Panel2 + + CheckForceResolve - - 使用しない - - - 4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ShortUrlPanel - - 163, 12 + + 0 - - 83, 290 + + True - - GroupBox5 + + NoControl - - 13 + + 22, 22 - - 0, 0 + + 122, 16 - - 161, 16 + + 0 - - 9 + + 短縮URLを解決する - - True + + CheckTinyURL - - 154, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 218 + + ShortUrlPanel - - Label37 + + 1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 343, 120 - - 0 + + 70, 19 - - ProxyPanel + + 8 - - 16, 45 + + TextBitlyPw - - 背景色 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + ShortUrlPanel - - 213, 16 + + 2 - + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 5 + + 22, 68 - - LanguageCombo + + 242, 16 - - 16 + + 2 - - 171, 16 + + 入力欄のURLを投稿する際に自動で短縮する - - 0 + + CheckAutoConvertUrl - - KANNADA + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - KAZAKH + + ShortUrlPanel - - GroupBox1 + + 3 - - ListTextCountApi - - - HUNGARIAN - - - ICELANDIC - - - INDONESIAN - - - INUKTITUT - - + True - - 192, 20 + + NoControl - - 8 + + 19, 100 - - JAVANESE + + 154, 12 - - SplitContainer1.Panel2 - - - - - - YORUBA - - + 3 - - False + + URL自動短縮で優先的に使用 - - 22, 20 + + Label71 - - POSTキー(デフォルトEnter) - - - 13 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ShortUrlPanel - - 背景色 + + 4 - - NoControl + + tinyurl - - 0 + + is.gd - - NoControl + + twurl.nl - - 自分の発言 + + bit.ly - - NoControl + + j.mp - - 5 + + ux.nu - - 9 + + 181, 97 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 246, 20 - - 12 + + 4 - - 5 + + ComboBoxAutoShortUrlFirst - - 自動調整する + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 12 - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - + ShortUrlPanel - - 10 + + 5 - - 22, 65 + + True - - CheckRetweetNoConfirm + + NoControl - - Fill + + 179, 123 - - + + 16, 12 - + 5 - - 339, 165 + + ID - - tinyurl + + Label76 - - 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + ShortUrlPanel + + 6 - - 65, 19 + + True - - 235, 16 + + NoControl - - lblOWL + + 278, 123 - - 53, 12 + + 42, 12 - + 7 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + APIKey - - 5 + + Label77 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + ShortUrlPanel - - CheckMonospace + + 7 - - FontPanel2 + + 201, 121 - - 175, 235 + + 71, 19 - - NotifyPanel - - - 87, 16 - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 48*48 - - - HotkeyCtrl - - - GetPeriodPanel - - - 16 - - - 再起動後有効になります。 - - - True - - - TweetActPanel - - + 6 - - AppendSettingDialog + + TextBitlyId - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + ShortUrlPanel - - api.twitter.com - - + 8 - - GroupBox3 + + Fill - - 背景色 + + False - - search.twitter.com + + 0, 0 - - 22, 66 + + 518, 368 - - True + + 13 - - 22, 22 + + False - - True + + ShortUrlPanel - - Label44 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + SplitContainer1.Panel2 - - Label6 - - + 0 - - Win + + True - - 339, 115 + + NoControl - - UserAppointUrlText + + 41, 134 - - False + + 314, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - + + ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - 22, 20 + + Label55 - - NotifyPanel - - - 22, 18 - - - GetPeriodPanel - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + ProxyPanel - - Label45 + + 0 - - MiddleLeft + + 286, 107 - - 2 + + 96, 19 - - NotifyPanel + + 10 - - 13, 14 + + TextProxyPassword - - chkGetFav + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd - U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ - bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 - AQEAAAEAAQABCAgIAgAAAAYHAAAABuaKleeovwYIAAAADFR3ZWV0QWN0Tm9kZQD/////CQUAAAD///// - CQUAAAAAAAAACw== - + + ProxyPanel - - StatusText + + 1 - - Label8 + + True - - 143, 16 + + NoControl - - lblUnread + + 22, 19 - - 読み込んだポストを既読にする + + 76, 16 - - 通知なし + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 使用しない - - 1 + + RadioProxyNone - - ShortUrlPanel + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + ProxyPanel - - プロキシ(&X) + + 2 - - 9, 198 + + True - - StartupUserstreamCheck + + NoControl - - 6 + + 217, 110 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 69, 12 - - 191, 252 + + 9 - - TweetPrvPanel + + パスワード(&W) - - 関連発言表示 + + LabelProxyPassword - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + ProxyPanel - - 14 + + 3 - - ID + + True - - 0 + + NoControl - - 8 + + 22, 41 - - Username + + 190, 16 - - ShortUrlPanel - - - ComboBoxAutoShortUrlFirst - - - MiddleLeft - - - 12 - - - GroupBox5 - - + 1 - - 片思いユーザーリストを取得する + + InternetExplorerの設定を使用する - - 63, 12 + + RadioProxyIE - - + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ProxyPanel - - False + + 4 - - + + 143, 107 - - SplitContainer1.Panel2 + + 68, 19 - - 262, 100 + + 8 - - BrowserPathText + + TextProxyUser - - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - Fill - - + ProxyPanel - + + 5 + + True - - 21 + + NoControl - - 片思いを色分けして表示する + + 22, 62 - - 278, 104 + + 66, 16 - - 22, 51 + + 2 - - Disable + + 指定する - - TweetActPanel + + RadioProxySpecified - - False + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ProxyPanel - - LabelProxyPort + + 6 - - AuthStateLabel + + True - - + + NoControl - - CheckBlockEvent + + 74, 110 - - Fav追加した、またはFav追加された + + 63, 12 - - NotifyPanel + + 7 - - 113, 68 + + ユーザ名(&U) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelProxyUser - - OAuth(xAuth) + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + ProxyPanel - - CheckUseRecommendStatus + + 7 - - 22, 20 - - + True - - 22, 86 + + NoControl - - UserTimelineの取得数 + + 50, 85 - - twitter.com + + 58, 12 - - BURMESE + + 3 - - True + + プロキシ(&X) - - True + + LabelProxyAddress - - 227, 20 - - - 発言詳細背景色 - - - 認証済み - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 189, 16 + + ProxyPanel - - Label29 + + 8 - - + + Disable - - 18 + + 309, 82 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 73, 19 - - True + + 6 - - ConnectionTimeOut + + TextProxyPort - - 新着通知が無効でもイベントを通知する - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ProxyPanel - - NoControl + + 9 - - 15 + + 114, 82 - - StartupPanel + + 135, 19 - - False + + 4 - - 175, 43 + + TextProxyAddress - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ChkNewMentionsBlink + + ProxyPanel - - ユーザーのタイムラインを表示 + + 10 - - 8 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - English + + 255, 85 - - PreviewPanel + + 48, 12 - - 9, 148 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ポート(&P) - + + LabelProxyPort + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + ProxyPanel - - H:mm:ss + + 11 - - 2 + + Fill - - NoControl + + False - - 259, 209 + + 0, 0 - - + + 518, 368 - - 258, 127 + + 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 22, 158 + + ProxyPanel - - + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 349, 12 + + SplitContainer1.Panel2 - - 41, 134 + + 1 - - 8 - - + True - - User Streams反映間隔(秒) - - + NoControl - - + + 22, 166 - - TextCountApiReply + + 178, 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - CheckListCreatedEvent + + BASIC認証への変更を許可する - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckEnableBasicAuth - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConnectionPanel - - 1 + + 0 - - NoControl + + 262, 125 - - Label47 + + 125, 19 - - 144, 12 + + 7 - - + + search.twitter.com - - 58, 19 + + TwitterSearchAPIText - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + ConnectionPanel - - 4 + + 1 - - 12 + + True - + NoControl - - 4 + + 22, 128 - - 14 + + 228, 12 - - False + + 6 - - True + + Twitter SearchAPI URL (search.twitter.com) - - ProxyPanel + + Label31 - - lblInputBackcolor + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - AMHARIC - - + ConnectionPanel - - + + 2 - - ShortUrlPanel + + 262, 100 - - GroupBox3 + + 125, 19 - - NoControl + + 5 - - + + api.twitter.com - - 518, 368 + + TwitterAPIText - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + ConnectionPanel - - 12 + + 3 - - yyyy/MM/dd H:mm:ss + + True - + NoControl - - 9 + + 22, 103 - - CmbDateTimeFormat + + 174, 12 - - 175, 143 + + 4 - - + + Twitter API URL (api.twitter.com) - - False + + Label8 - - CheckSortOrderLock + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - j.mp + + ConnectionPanel - - GroupBox1 + + 4 - - btnTarget + + True - - 6 + + NoControl - - 13 + + 22, 78 - - False + + 145, 16 - - NoControl + + 3 - - 23 + + 通信にHTTPSを使用する - - NoControl + + CheckUseSsl - - 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConnectionPanel - - NoControl + + 5 - - 12 + + True - - 初回の更新 + + NoControl - - その人への@返信 + + 22, 51 - - 画面最小化・アイコン時のみバルーンを表示する + + 349, 12 - - デフォルトに戻す + + 2 - - 4 + + ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label64 - - ReplyIconStateCombo + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 301, 19 - - + ConnectionPanel - - PreviewPanel + + 6 - - 2 + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 262, 18 - - 131, 12 + + 125, 19 - - NoControl + + 1 - - 81, 12 + + ConnectionTimeOut - - OneWayLv + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 34, 19 + + ConnectionPanel - - タイトルバーとツールチップにユーザー名を表示 + + 7 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQsAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQljaGlsZHJlbjIBAQAAAQABAAQEBAEICAgdU3lzdGVtLldpbmRvd3MuRm9y - bXMuVHJlZU5vZGUCAAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlAgAAAB1TeXN0ZW0uV2lu - ZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6YCa5L+hBgQAAAAOQ29ubmVjdGlvbk5vZGUA - /////wYFAAAAAP////8JBQAAAAMAAAAJBgAAAAkHAAAACQgAAAAFBgAAAB1TeXN0ZW0uV2luZG93cy5G - b3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4CEltYWdlS2V5ElNl - bGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQBAQAAAQABAAEICAgCAAAA - BgkAAAAM44OX44Ot44Kt44K3BgoAAAAJUHJveHlOb2RlAP////8JBQAAAP////8JBQAAAAAAAAAFBwAA - AB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFn - ZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291 - bnQBAQAAAQABAAEICAgCAAAABgwAAAAS6YCj5pC644K144O844OT44K5Bg0AAAANQ29vcGVyYXRlTm9k - ZQD/////CQUAAAD/////CQUAAAAAAAAABQgAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUI - AAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5k - ZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYPAAAACeefree4rlVS - TAYQAAAADFNob3J0VXJsTm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== - - - - - - + True - - 40, 60 + + NoControl - - 13 + + 22, 20 - - 11 + + 131, 12 - - True + + 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + タイムアウトまでの時間(秒) - - CheckNicoms + + Label63 - - H:mm:ss yy/M/d + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 180, 16 + + ConnectionPanel - - MiddleLeft + + 8 - - 7 + + Fill - + False - - Label34 + + 0, 0 - - CooperatePanel + + 518, 368 - - 22, 18 - - - URDU - - - 157, 16 - - - SplitContainer1.Panel1 - - - - 11 - - 90, 22 + + False - - (なし) + + ConnectionPanel - - 1 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + SplitContainer1.Panel2 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - LabelProxyPassword + + True - - 12 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 220 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 74, 12 - - False + + 24 - - ShortUrlPanel + + 入力欄フォント - - 9 + + Label65 - - GetCountPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 137, 12 + + GroupBox5 - - Label35 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - Label12 + + NoControl - - 40, 162 + + 16, 195 - - GroupBox1 + + 131, 12 - - SplitContainer1 + + 21 - - 408, 22 + + 入力欄アクティブ時背景色 - - 5 + + Label52 - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox5 - - 10 + + 1 - - + + True - - 113, 20 + + NoControl - - 186, 19 + + 16, 145 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 102, 12 - - + + 15 + + その発言の@先発言 + Label49 - - 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + GroupBox5 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 8 - - - - - - NoControl - - - Disable - - - - - + True - + NoControl - - 24, 170 + + 16, 170 - - GetCountPanel + + 53, 12 - - 6 + + 18 - - 133, 16 + + 一般発言 - - 183, 16 + + Label9 - - 102, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ButtonBackToDefaultFontColor + + GroupBox5 - - ListDoubleClickActionComboBox + + 3 - + + True + + NoControl - - 0, 0 + + 16, 120 - - False + + 134, 12 - - 11 + + 12 - - - その発言の@先の人の発言 - - True + + Label14 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + GroupBox5 - - CheckTinyURL + + 4 - - GetCountPanel + + True - - 60, 12 - - - - - + NoControl - - 175, 68 + + 16, 95 - - NoControl + + 88, 12 - - 5 + + 9 - - CheckMinimizeToTray + + その人への@返信 - - Fill + + Label16 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + GroupBox5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - 104, 19 - - + True - - 4 - - - - - - True - - - UserstreamPeriod - - + NoControl - - MiddleLeft + + 16, 70 - - 1 + + 70, 12 - - 0 + + 6 - - ConnectionPanel + + その人の発言 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label32 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + GroupBox5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - + True - - 70, 19 - - - 9 - - - 11 - - - - - + NoControl - - CheckOpenUserTimeline + + 16, 45 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 81, 12 - - NoControl + + 3 - - True + + 自分への@返信 - - True + + Label34 - - GetPeriodPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + GroupBox5 - - Label31 + + 7 - + True - - - - + NoControl - - 4 + + 16, 20 - - 2 + + 63, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 0 - - GroupBox5 + + 自分の発言 - - NoControl + + Label36 - - 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 40, 145 + + GroupBox5 - - Fill - - - 102, 19 - - - 7 - - - 認証する - - + 8 - - CooperatePanel + + True - - 124, 16 + + NoControl - - + + 339, 215 - - 48, 16 + + 75, 22 - - LabelPostAndGet + + 26 - - 未読Mentions通知アイコン + + フォント&&色 - - + + btnInputFont - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox5 - - + + 9 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - CheckListMemberRemovedEvent + + NoControl - - TweetPrvPanel + + 339, 190 - - 0 + + 75, 22 - - 2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - 23 - - 2 + + 背景色 - - lblDetail + + btnInputBackcolor - - 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - リストフォント + + GroupBox5 - - 117, 12 + + 10 - - 108, 23 + + True - - キャンセル - - + NoControl - - 9 + + 339, 140 - - BasedPanel + + 75, 22 - - False + + 17 - - 2 + + 背景色 - - NoControl + + btnAtTo - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox5 - - ActionPanel + + 11 - - 4, 15 + + True - - QUECHUA + + NoControl - - GroupBox1 + + 339, 165 - - True + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - + + 背景色 - - 22, 47 + + btnListBack - - 9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 259, 135 + + GroupBox5 - - Label63 + + 12 - - 115, 12 + + True - - 1 - - + NoControl - - 1 + + 339, 115 - - 6 + + 75, 22 - - 3 + + 14 - - GroupBox1 + + 背景色 - - 22 + + btnAtFromTarget - - 5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 12 + + GroupBox5 - - + + 13 - + True - + NoControl - - Fill + + 339, 90 - - GroupBox1 + + 75, 22 - - 8 + + 11 - - CheckAutoConvertUrl + + 背景色 - - 通信にHTTPSを使用する + + btnAtTarget - - 文字色 - - - Fill - - - ConnectionPanel - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - ユーザー名 + + 14 - - Disable + + True - - BIHARI + + NoControl - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 65 - - System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - NoControl + + 8 - - 有効 + + 背景色 - - + + btnTarget - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GroupBox5 - - SplitContainer1.Panel2 + + 15 - - GetPeriodPanel + + True - - 79, 12 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 40 - - 173, 146 + + 75, 22 - - Disable + + 5 - - NoControl + + 背景色 - - 22, 263 + + btnAtSelf - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnDetailLink + + GroupBox5 - - Label32 + + 16 - + True - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ProxyPanel + + 339, 15 - - FirstTextCountApi + + 75, 22 - - 286, 270 + + 2 - - 125, 19 + + 背景色 - - 343, 16 + + btnSelf - - 11 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetActPanel + + GroupBox5 - - 122, 16 + + 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - btnAtTarget + + 175, 218 - - 0 + + 102, 19 - - True + + 25 - - CORSICAN + + This is sample. - - CROATIAN + + MiddleLeft - - PreviewPanel + + lblInputFont - - 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + GroupBox5 - + + 18 + + NoControl - - BRETON + + 175, 193 - - BULGARIAN + + 102, 19 - - SWAHILI + + 22 - - CATALAN + + This is sample. - - CHEROKEE + + MiddleLeft - - CHINESE + + lblInputBackcolor - - CHINESE_SIMPLIFIED + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CHINESE_TRADITIONAL + + GroupBox5 - - 推奨フッターを使用する[TWNv○○] + + 19 - - SCOTS_GAELIC + + NoControl - - SERBIAN + + 175, 143 - - SINDHI + + 102, 19 - - 7 + + 16 - - SLOVAK + + This is sample. - - SLOVENIAN + + MiddleLeft - - SPANISH + + lblAtTo - - SUNDANESE + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox5 - - 5 + + 20 - + NoControl - - 343, 101 + + 175, 168 - - 192, 16 + + 102, 19 - - 125, 19 + + 19 - - 0, 0 + + This is sample. - - True + + MiddleLeft - - 3 + + lblListBackcolor - - 179, 104 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 108 + + GroupBox5 - - AuthBasicRadio + + 21 - - True - - + NoControl - - 1 + + 175, 118 - - 0 + + 102, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - 22, 49 + + This is sample. - - 174, 12 + + MiddleLeft - - 604, 374 + + lblAtFromTarget - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63, 12 + + GroupBox5 - - 74, 110 + + 22 - - 331, 171 + + NoControl - - GetCountPanel + + 175, 93 - - 11 + + 102, 19 - - NoControl + + 10 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - Twitter検索更新間隔(秒) + + lblAtTarget - - 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 185, 94 - - + GroupBox5 - + + 23 + + NoControl - - GroupBox1 + + 175, 68 - - + + 102, 19 - - True + + 7 - - GroupBox1 + + This is sample. - - 22, 191 + + MiddleLeft - - 226, 16 + + lblTarget - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + GroupBox5 - - 3 + + 24 - - + + NoControl - - 22, 160 + + 175, 43 - - BASQUE + + 102, 19 - - GroupBox3 - - - 65, 19 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Alt - - - 184, 160 - - + 4 - - 10 + + This is sample. - - + + MiddleLeft - - 251, 59 + + lblAtSelf - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox5 - - Favoritesイベント受信の際に書き込みを未読に戻す + + 25 - - 2 + + NoControl - - + + 175, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MiddleRight - - + 102, 19 - - CheckPostAndGet - - - 376, 16 - - + 1 - - 91, 16 + + This is sample. - - 173, 21 + + MiddleLeft - - 145, 16 + + lblSelf - - Shift+Enter - - - 40, 111 - - - 13 - - - 3 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox5 - - 11 + + 26 - - 3 + + True - - 173, 171 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 191, 252 - - Fill + + 90, 22 - - 5 + + 27 - - 16 + + デフォルトに戻す - - 21 + + ButtonBackToDefaultFontColor2 - - 投稿時取得が有効のため、投稿のたびにAPIを消費します。 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - 8 + + 22, 18 - - MACEDONIAN + + 429, 290 - - GroupBox5 + + 0 - - GroupBox1 + + フォント&色設定 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - KHMER + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - KOREAN + + FontPanel2 - - KURDISH + + 0 - - KYRGYZ + + Fill - - LAO + + False - - LATIN + + 0, 0 - - LATVIAN + + 518, 368 - - Password + + 10 - - 4 + + False - - 16 + + FontPanel2 - - - - - 118, 12 - - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + SplitContainer1.Panel2 - - 2 + + 3 - - NoControl - - + True - - 一般発言 + + NoControl - - ブラウザパス + + 24, 170 - - + + 157, 16 - - 5 + + 15 - - 6 + + #タグの入力補助を使用する - - GetPeriodPanel + + CheckHashSupple - - GetCountPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetActPanel - - 17 - - - 7 - - - - - - 9 - - - ConnectionPanel - - - 173, 71 - - - 13 - - + 0 - - 999 - - - - - - AuthClearButton - - + True - - 13 - - + NoControl - - 271, 16 + + 24, 146 - - NoControl + + 153, 16 - - + + 14 - - GroupBox1 + + @IDの入力補助を使用する - - + + CheckAtIdSupple - - 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + TweetActPanel - - True + + 1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Enter - - MiddleLeft + + Ctrl+Enter - - True + + Shift+Enter - - 1 + + 184, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 246, 20 - - + + 9 - - Fill + + ComboBoxPostKeySelect - - PreviewPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 201 + + TweetActPanel - - 4 + + 2 - - + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Disable + + 22, 22 - - + + 137, 12 - - 22, 22 + + 8 - - 0 + + POSTキー(デフォルトEnter) - - 0 + + Label27 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + TweetActPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 0 + + True - - + + NoControl - - サウンドを再生する + + 24, 50 - - OS Default + + 165, 16 - - False + + 10 - - GetPeriodPanel + + 公式RTする際に確認をしない - - + + CheckRetweetNoConfirm - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 99, 12 + + TweetActPanel - - フォローされた + + 4 - - 3 + + True - - + + NoControl - - 75, 22 + + 23, 94 - - CooperatePanel + + 107, 12 - - 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) + + 11 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + フッター(文末に付加) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label12 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 22 + + TweetActPanel - - True - - - 53, 12 - - + 5 - - SplitContainer1.Panel2 + + True - + NoControl - - 42, 12 + + 185, 94 - - 176, 12 + + 195, 16 - - 58, 12 + + 12 - - 11 + + 推奨フッターを使用する[TWNv○○] - - GetPeriodPanel + + CheckUseRecommendStatus - - BasedPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + TweetActPanel - - ColorDialog1 + + 6 - - LUXEMBOURGISH + + 185, 116 - - 画像リンクがあった場合にサムネイルを表示する + + 232, 19 - - 12 + + 13 - - 339, 190 + + StatusText - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + TweetActPanel - - MiddleLeft - - - 22, 154 - - - LITHUANIAN - - - ButtonApiCalc - - + 7 - - 2 + + Fill - - MiddleLeft + + False - - HideDuplicatedRetweetsCheck + + 0, 0 - - + + 518, 368 - - Disable + + 6 - - 216, 129 + + False - - This is sample. + + TweetActPanel - - 1 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + SplitContainer1.Panel2 - - 1 + + 4 - + True - - ユーザーのHomeを開く + + NoControl - - アウトプット先のURL + + 22, 22 - - + + 166, 16 - - ユーザーのホームURLをタブで開く + + 0 - - NoControl + + 読み込んだポストを既読にする - - GroupBox1 + + StartupReaded - - System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 130, 12 + + StartupPanel - - 22, 240 + + 0 - + True - - 4 - - + NoControl - - 2 + + 22, 70 - - Disable + + 174, 16 - - 173, 121 + + 2 - - 215, 142 + + 片思いユーザーリストを取得する - - RadioProxyIE + + CheckStartupFollowers - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + StartupPanel - - 入力欄アクティブ時背景色 + + 1 - - CooperatePanel + + True - - 4 + + NoControl - - 113, 54 + + 22, 47 - - + + 129, 16 - - 6 + + 1 - - TweetPrvPanel + + 最新版のチェックをする - + + CheckStartupVersion + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckPeriodAdjust + + StartupPanel - - 8 + + 2 - + True - - 6 - - - TweetActPanel - - + NoControl - - 96, 19 + + 22, 93 - - 215, 285 + + 124, 16 - - 8 + + 3 - - True + + Favoritesを取得する - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + chkGetFav - - Fav削除した、またはFav削除された + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + StartupPanel - - 99, 12 + + 3 - - btnFav + + Fill - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 175, 193 + + 0, 0 - - 14 + + 518, 368 - - 新着バルーンのユーザー名 + + 2 - - UZBEK + + False - - NoControl + + StartupPanel - - PublicSearchの取得数 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 340, 16 + + SplitContainer1.Panel2 - - GetCountPanel + + 5 - - 他のユーザーに対するブロックが成功した + + Disable - - + + 259, 183 - - + + 58, 19 - - 119, 16 + + 12 - - 入力欄フォント + + ListTextCountApi - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetCountPanel - - System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 8 + + True - - Label16 + + 22, 186 - - 216, 90 + + 76, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - ShortUrlPanel + + Listsの取得数 - - GroupBox1 + + Label25 - - CooperatePanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 62, 12 + + GetCountPanel - - 147, 12 + + 1 - - ux.nu + + Disable - - NoControl + + 259, 235 - - 178, 16 + + 58, 19 - - Simplified Chinese + + 16 - - 0 + + UserTimelineTextCountApi - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetCountPanel - - + + 2 - - 1 - - + True - - Label80 + + 22, 237 - - M/d tt h:mm:ss + + 118, 12 - - 5 + + 15 - - NoControl + + UserTimelineの取得数 - - GetCountPanel + + Label17 - - 22, 43 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetCountPanel - - + + 3 - - 22, 118 + + True - - NoControl + + 22, 210 - - Label14 + + 117, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - True + + PublicSearchの取得数 - - 58, 19 + + Label30 - - 0, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label17 + + GetCountPanel - - CooperatePanel + + 4 - + True - - NoControl + + 22, 136 - - Label53 + + 63, 12 - - + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 初回の更新 - - Label81 + + Label28 - - 22, 183 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetCountPanel - - + + 5 - - + + True - - 9 + + 22, 54 - - lblDetailLink + + 87, 12 - - NoControl + + 2 - - + + Mentions取得数 - - 0, 0 + + Label19 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 305, 126 + + GetCountPanel - - 11 + + 6 - - ConnectionPanel + + Disable - - 142, 12 + + 259, 159 - - 0, 0 + + 58, 19 - - Label30 + + 10 - - 518, 368 + + FavoritesTextCountApi - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + GetCountPanel - - Ctrl + + 7 - - + + Disable - - 249, 16 + + 259, 209 - - 84, 16 + + 58, 19 - - 74, 12 + + 14 - - 24, 146 + + SearchTextCountApi - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Mentionsの新着があるときにウインドウを点滅する + + GetCountPanel - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - + + True - - 18 + + NoControl - - 22, 226 + + 22, 160 - - 518, 368 + + 99, 12 - - 215, 88 + + 9 - - 0 + + Favoritesの取得数 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label66 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 23 + + GetCountPanel - - Fill + + 9 - - 13 + + Disable - - + + 259, 135 - - False + + 58, 19 - - 166, 16 + + 8 - - NoControl + + FirstTextCountApi - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 103 + + GetCountPanel - - 75, 22 + + 10 - - 22, 22 + + Disable - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 259, 112 - - + + 58, 19 - - 6, 12 - - - - - - This is sample. - 6 - - 17 + + GetMoreTextCountApi - - Listsに追加された + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - Label36 + + True - - + + NoControl - - 22, 22 + + 22, 112 - - SplitContainer1.Panel2 + + 79, 12 - - 23, 273 + + 5 - - GroupBox1 + + 前データの更新 - - 2 + + Label53 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConnectionPanel + + GetCountPanel - - + + 12 - - Disable - - + True - - GetPeriodPanel + + NoControl - - + + 22, 86 - - 5 + + 247, 16 - - Label10 + + 4 - - SplitContainer1.Panel2 + + 次の項目の更新時の取得数を個別に設定する - - ActionPanel + + UseChangeGetCount - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + GetCountPanel - - 195, 16 + + 13 - - 168, 15 + + Disable - - M/d tt h:mm + + 259, 51 - - + + 58, 19 - - 発言翻訳先の言語 + + 3 - - 26 + + TextCountApiReply - - 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GetCountPanel - - 143, 107 + + 14 - - lblAtTarget + + True - - 104, 19 + + NoControl - - + + 22, 24 - - Label11 + + 77, 12 - - 22, 21 + + 0 - - 331, 96 + + 標準取得件数 - - False + + Label67 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - 256, 16 + + Disable - - 文字色 + + 259, 21 + + 58, 19 + + + 1 + + + TextCountApi + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetCountPanel - - + + 16 - - 0 + + Fill - - 5 + + False - - + + 0, 0 - - GroupBox5 + + 518, 368 - - True + + 3 - - 22, 71 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetCountPanel - - 20, 206 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + SplitContainer1.Panel2 - - SearchTextCountApi + + 6 - + True - - + + 24, 282 - - 162, 16 + + 142, 12 - - NoControl + + 13 - - NoControl + + 発言をダブルクリック時の動作 - - 19 + + Label38 - - 113, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - GroupBox5 + + 0 - - Label83 + + Reply - - + + Favorite - - ShortUrlPanel + + プロフィール表示 - - True + + ユーザーのタイムラインを表示 - - WELSH + + 関連発言表示 - - GetCountPanel + + ユーザーのHomeを開く - - + + ステータスをWebで開く - - True + + なし - - 23 + + 185, 277 - + + 232, 20 + + 14 - - True + + ListDoubleClickActionComboBox - - False + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + ActionPanel - - NoControl + + 1 - - 未読ポストのフォントと色を変更する(低速) + + True - - ProxyPanel + + 22, 232 - + + 180, 16 + + 11 - - True + + ユーザーのホームURLをタブで開く - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckOpenUserTimeline - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + ActionPanel - - + + 2 - - 19 - - + True - - 58, 19 + + NoControl - - 180, 16 + + 4, 15 - - 22, 83 + + 48, 16 - - 1 + + 0 - - True + + 有効 - - 10 + + HotkeyCheck - - UserTimelinePeriod + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 85 + + GroupBox3 - - Label15 + + 0 - - Mentions更新間隔(秒) + + True - - NotifyPanel + + NoControl - - MiddleLeft + + 340, 16 - - 22, 40 + + 13, 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - Label33 + + 0 - - GroupBox5 + + HotkeyCode - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - その発言の@先発言 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - 9, 98 + + 1 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + Disable - - GroupBox1 + + 257, 13 - - 102, 19 + + 77, 19 - - 新着時に未読をクリアする + + 5 - - 7 + + HotkeyText - - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox3 - - 参照 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 3 + + NoControl - - Label38 + + 211, 15 - - 12 + + 42, 16 - - + + 4 - - タイムライン更新間隔(秒) + + Win - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HotkeyWin - - 0 - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 投稿時取得 + + GroupBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + True - - TextProxyAddress - - - This is sample. - - - 331, 146 - - - PreviewPanel - - - BasedPanel - - - 1 - - + NoControl - - btnDetailBack + + 168, 15 - - 22, 188 + + 39, 16 - - Label39 + + 3 - - 16, 95 + + Alt - - btnListFont + + HotkeyAlt - - HotkeyShift + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox3 - - True + + 4 - + True - - True + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116, 15 - - 6 + + 48, 16 - - 12 + + 2 - - + + Shift - - CheckFollowEvent + + HotkeyShift - - LabelProxyUser + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 62 + + GroupBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - ShortUrlPanel + + True - - This is sample. + + NoControl - - 21 + + 69, 15 - - 10 + + 43, 16 1 - - True + + Ctrl - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + HotkeyCtrl - - 9, 123 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 286, 107 + + GroupBox3 - - 258, 37 + + 6 - - + + 21, 313 - - GetPeriodPanel + + 474, 41 - - タブに未読アイコンを表示する + + 15 - - False + + ホットキー - - Label13 + + GroupBox3 - - This is sample. + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - UseChangeGetCount + + 3 - - 16 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + True - - True - - + NoControl - - TweetPrvPanel + + 26, 210 - - + + 340, 12 - - + + 10 - - 22, 19 + + 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 - - 12 + + Label57 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - + ActionPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - 339, 65 + + True - - ProxyPanel + + NoControl - - + + 22, 188 - - 22, 145 + + 183, 16 - - StartupPanel + + 9 - - NoControl + + Fav操作結果を厳密にチェックする - - 259, 51 + + CheckFavRestrict - - 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + ActionPanel - - 3 + + 5 - - Fill + + NoControl - - + + 418, 158 - - 518, 368 + + 75, 21 - - アイコン変更&点滅 + + 8 - - 14 + + 参照 - - + + Button3 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + ActionPanel - - True + + 6 - + True - - bit.ly + + NoControl - - SplitContainer1.Panel2 + + 22, 20 - - PlaySnd + + 113, 16 - - TimelinePeriod + + 0 - - 1 + + サウンドを再生する - - + + PlaySnd - - BasedPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + ActionPanel - - 21, 313 + + 7 - - Disable + + True - - ARABIC + + NoControl - - PreviewPanel + + 22, 255 - - 6 + + 143, 16 - - + + 12 - - 518, 368 + + 自分の発言を既読にする - - 8, 173 + + chkReadOwnPost - - 182, 19 - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + ActionPanel - - 自分への@返信 + + 8 - - 0 - - - - - + NoControl - - 認証方法 + + 22, 42 - - 75, 23 + + 408, 22 - - + + 1 - - 0 + + タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - + + Label15 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + ActionPanel - - 8 + + 9 - - + + 184, 160 - - True + + 228, 19 - - 192, 16 + + 7 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BrowserPathText - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + ActionPanel - - GroupBox5 + + 10 - - 259, 159 - - - chkUnreadStyle - - - 公式RTする際に確認をしない - - + True - - + + NoControl - - AuthorizeButton + + 22, 71 - - 215, 15 + + 100, 16 - - 9 + + 2 - - + + 未読管理を行う - - 14 + + UReadMng - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - + + 11 + + True - - 8 + + NoControl - - + + 21, 164 - - ListsPeriod + + 60, 12 - - 11 + + 6 - - PubSearchPeriod + + ブラウザパス - - 331, 71 + + Label44 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + ActionPanel - - 185, 116 + + 12 - - FILIPINO + + True - - FINNISH + + NoControl - - 0 + + 22, 114 - - 3 + + 171, 16 - - + + 4 - - 起動時に自動的に接続する + + ×ボタンを押したときに終了する - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckCloseToExit - - CZECH + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + ActionPanel - - TURKISH + + 13 - - UKRAINIAN - - - ENGLISH - - + True - - ESTONIAN + + NoControl - - FAROESE + + 22, 137 - - GetPeriodPanel + + 170, 16 - - SYRIAC + + 5 - - TAJIK + + 最小化したときにアイコン化する - - TAMIL + + CheckMinimizeToTray - - TATAR + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TELUGU + + ActionPanel - - THAI + + 14 - - TIBETAN + + True - - TONGA + + NoControl - - 4 + + 22, 92 - - 10 + + 145, 16 - - 87, 12 + + 3 - - False + + 新着時に未読をクリアする - - Label1 + + CheckReadOldPosts - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ActionPanel - - 75, 22 + + 15 - - + + Fill - - True + + False - - 75, 23 + + 0, 0 - - 背景色 + + 518, 368 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - 22, 24 + + False - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - This is sample. + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + SplitContainer1.Panel2 + + 7 - - 259, 112 - - + True - - + + 22, 274 - - ProxyPanel + + 196, 12 - - 175, 17 + + 17 - - 22, 93 + + ユーザー指定のURL({ID}を置き換えます) - - + + Label39 - - 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + CooperatePanel - - TweetPrvPanel + + 0 - - 7 + + 205, 291 - - 182, 20 + + 301, 19 - - TreeViewSetting + + 18 - - 113, 130 + + UserAppointUrlText - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 157, 16 + + CooperatePanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 258, 151 + + AFRIKAANS - - フッター(文末に付加) + + ALBANIAN - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AMHARIC - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ARABIC - - Label5 + + ARMENIAN + + AZERBAIJANI + + + BASQUE + BELARUSIAN - - ReTweet + + BENGALI - - True + + BIHARI - - StartupReaded + + BRETON - - NoControl + + BULGARIAN - - 70, 12 + + BURMESE - - CooperatePanel + + CATALAN - - HotkeyAlt + + CHEROKEE - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CHINESE - - PreviewPanel + + CHINESE_SIMPLIFIED - - 134, 12 + + CHINESE_TRADITIONAL - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CORSICAN - - 3 + + CROATIAN - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CZECH - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + DANISH - - 77, 19 + + DHIVEHI - - Label18 + + DUTCH - - + + ENGLISH - - GetMoreTextCountApi + + ESPERANTO - - NoControl + + ESTONIAN - - 518, 368 + + FAROESE - - GroupBox5 + + FILIPINO - - + + FINNISH - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FRENCH - - 6 + + FRISIAN - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GALICIAN - - True + + GEORGIAN - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GERMAN - - True + + GREEK - - Label55 + + GUJARATI - - 2 + + HAITIAN_CREOLE - - PreviewPanel + + HEBREW - - 94, 12 + + HINDI - - 10 + + HUNGARIAN - - NoControl + + ICELANDIC - - 258, 103 + + INDONESIAN - - 22, 93 + + INUKTITUT - - 93, 16 + + IRISH - - Label9 + + ITALIAN - - Label19 + + JAPANESE - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + JAVANESE - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + KANNADA - - 22, 222 + + KAZAKH - - 6 + + KHMER - - 8 + + KOREAN - - 262, 125 + + KURDISH - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + KYRGYZ - - 36, 60 + + LAO - - ORIYA + + LATIN - - 22, 91 + + LATVIAN - - 339, 15 + + LITHUANIAN - - 22, 238 + + LUXEMBOURGISH - - 9 + + MACEDONIAN - - StartupPanel + + MALAY - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 14 - MALAYALAM @@ -4290,8 +3912,8 @@ MARATHI - - 13 + + MONGOLIAN NEPALI @@ -4299,4032 +3921,3729 @@ NORWEGIAN - - 0 + + OCCITAN - - True + + ORIYA - - 25 + + PASHTO - - btnInputBackcolor + + PERSIAN - - 135, 19 + + POLISH - - 205, 339 + + PORTUGUESE - - Disable + + PORTUGUESE_PORTUGAL - - 11 + + PUNJABI - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + QUECHUA - - Listsの取得数 + + ROMANIAN - - 0 + + RUSSIAN - - 認証状態 + + SANSKRIT - - 75, 22 + + SCOTS_GAELIC - - ホットキー + + SERBIAN - - 文字色 + + SINDHI - - 20 + + SINHALESE - - 331, 196 + + SLOVAK - - lblSelf + + SLOVENIAN - - 518, 368 + + SPANISH - - NoControl + + SUNDANESE - - PreviewPanel + + SWAHILI - - 指定する + + SWEDISH - - CheckUserUpdateEvent + + SYRIAC - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TAJIK - - Favorite + + TAMIL - - 6 + + TATAR - - 9 + + TELUGU - - GroupBox5 + + THAI - - 22, 54 + + TIBETAN - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TONGA - - True + + TURKISH - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UKRAINIAN - - 3 + + URDU - - CheckStartupFollowers + + UZBEK - - 4 + + UIGHUR - - This is sample. + + VIETNAMESE - - ActionPanel + + WELSH - - 0 + + YIDDISH - - True + + YORUBA - - NoControl + + 205, 202 - - 8 + + 182, 20 - - NoControl + + 15 - - GetCountPanel + + ComboBoxTranslateLanguage - - 205, 57 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26 + + CooperatePanel - - StartupPanel + + 2 - - 6 - - - 75, 22 - - - This is sample. - - - 75, 21 - - - 125, 19 - - + True - - 52, 12 + + 20, 206 - - 1 + + 99, 12 - - GERMAN + + 14 - - NoControl + + 発言翻訳先の言語 - - ActionPanel + + Label29 - - 標準取得件数 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnAtTo + + CooperatePanel - - btnDetail + + 3 - - + + True - - False + + NoControl - - 2 + + 22, 22 - - 7 + + 115, 16 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - NoControl + + Outputzに対応する - - リストの日時フォーマット + + CheckOutputz - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + CooperatePanel - - 0, 0 + + 4 - - NoControl + + True - + NoControl - - NoControl + + 22, 154 - - 再計算 + + 237, 16 - - ActionPanel + + 13 - - 3 + + ニコニコ動画のURLをnico.msで短縮して送信 - - 228, 19 + + CheckNicoms - - GroupBox1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel - - + CooperatePanel - - 20 + + 5 - - DANISH + + 205, 57 - - DHIVEHI + + 182, 19 - - DUTCH + + 10 - - 22, 255 + + TextBoxOutputzKey - - ESPERANTO + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 40, 77 + + CooperatePanel - - 7 - - - GetPeriodPanel - - - 16, 120 - - - 518, 368 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 6 - - 68, 19 - - - - - - - - + True - - 22, 166 + + NoControl - - 22, 210 + + 36, 106 - - False + + 99, 12 - - 8 + + 11 - - + + アウトプット先のURL - - 0 + + Label60 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + CooperatePanel - - GroupBox3 + + 7 - - GroupBox1 + + True - - 11 - - - 115, 16 - - - - - + NoControl - - False + + 36, 60 - - 発言詳細リンク + + 63, 12 - - GroupBox3 + + 9 - - 発言をダブルクリック時の動作 + + 復活の呪文 - - FavoritesTextCountApi + + Label59 - - Label57 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 259, 21 + + CooperatePanel - - HotkeyCode + + 8 - - NoControl + + twitter.com - - 4 + + twitter.com/username - - NoControl + + 205, 103 - - ActionPanel + + 182, 20 - - 自分の発言を既読にする + + 12 - - Top + + ComboBoxOutputzUrlmode - - 14 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 110, 16 + + CooperatePanel - - True + + 9 - - True + + Fill - - + + False - - + + 0, 0 - - 43, 16 + + 518, 368 - - GetPeriodPanel + + 12 - - 246, 20 + + False - - GroupBox5 + + CooperatePanel - - + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + SplitContainer1.Panel2 - - 173, 46 + + 8 - - 169 + + True - - 175, 93 + + 40, 145 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 189, 16 - - 最小化したときにアイコン化する + + 7 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - ユーザーのプロフィールが更新された - - 9 + + 268, 17 + + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 13 + + CheckUserUpdateEvent - - 173, 96 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォント&色設定 + + NotifyPanel - - 8 + + 0 - - 65, 19 + + True - - 5 + + 23, 273 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 176, 12 - - 7 + + 12 - - タイムアウトまでの時間(秒) + + イベント通知の際に再生するサウンド - - 88, 12 + + Label35 - - 186, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16, 195 + + NotifyPanel - - NoControl - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - + 1 - - 文字色 + + 286, 270 - - PreviewPanel + + 188, 20 - - PreviewPanel + + 13 - - NoControl + + ComboBoxEventNotifySound - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TextBoxOutputzKey + + NotifyPanel - - 22 + + 2 - + True - - InternetExplorerの設定を使用する + + 22, 240 - - 107, 12 + + 271, 16 - - False + + 11 - - 75, 22 + + Favoritesイベント受信の際に書き込みを未読に戻す - - ProxyPanel + + CheckFavEventUnread - - TweetActPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + NotifyPanel - - フォント&&色 - - + 3 - - なし + + True - - CheckAlwaysTop + + 40, 162 - - NoControl + + 134, 16 - - 211, 15 + + 8 - - UserStreamが有効です。 -タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 -これらはUserStreamによりリアルタイム更新されます。 + + Listsの作成に成功した - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 26, 210 + + CheckListCreatedEvent - - 66, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + NotifyPanel - - + + 4 - - MiddleLeft + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 128 - - TextProxyPassword + + 211, 16 - - 154, 12 + + 6 - - CheckUseSsl + + 他のユーザーに対するブロックが成功した - - 14 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - CooperatePanel + + CheckBlockEvent - - 518, 368 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + NotifyPanel - - GroupBox5 + + 5 - - ShortUrlPanel + + True - - + + 22, 222 - - リストのアイコンサイズ(初期値16) + + 213, 16 - - LabelApiUsing + + 10 - - ProxyPanel + + 新着通知が無効でもイベントを通知する - - 65, 19 + + CheckForceEventNotify - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + NotifyPanel - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - btnListBack + + True - - tt h:mm + + 40, 111 - - 0, 0 + + 119, 16 - - + + 5 - - This is sample. + + Listsから削除された - - 264, 113 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - NoControl + + CheckListMemberRemovedEvent - - YIDDISH + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - yy/M/d H:mm:ss + + NotifyPanel - - 10 + + 7 - - FontDialog1 - - + True - - btnOWL + + 40, 94 - - NoControl + + 110, 16 - - True + + 4 - - TweetPrvPanel + + Listsに追加された - - フォント&色設定 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 102, 19 + + CheckListMemberAddedEvent - - lblDetailBackcolor + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + NotifyPanel - - Label59 + + 8 - - GetPeriodPanel + + True - - 75, 22 + + 40, 77 - - + + 87, 16 - - 16, 12 + + 3 - - 242, 16 + + フォローされた - - 69, 12 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 22, 166 + + CheckFollowEvent - - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable + + NotifyPanel - - 22, 22 + + 9 - + True - - 6 + + 40, 60 - - Reply + + 192, 16 - - + + 2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fav削除した、またはFav削除された - - 発言詳細部にアイコンを表示する + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - + + CheckUnfavoritesEvent + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 65, 19 + + NotifyPanel - + + 10 + + True - - 65, 19 + + 40, 43 - - 4 + + 192, 16 - - Save + + 1 - - True + + Fav追加した、またはFav追加された - - 背景色 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 8 + + CheckFavoritesEvent - - CheckAtIdSupple + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + NotifyPanel - - + + 11 - - CheckCloseToExit + + True - + NoControl - - 175, 168 + + 22, 22 - - GroupBox5 + + 376, 16 - - NoControl + + 0 - - 518, 368 + + 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) - - + + CheckEventNotify - - Disable + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 308 + + NotifyPanel - - 13 + + 12 - - NoControl + + Fill - - 285, 12 + + False - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0 - + + 518, 368 + + 12 - - Label64 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NotifyPanel - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - URL自動短縮で優先的に使用 + + SplitContainer1.Panel2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - + True - - 48, 16 + + NoControl - - CheckFavoritesEvent + + 22, 43 - - 182, 20 + + 167, 16 - - 0 + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 重複した公式RTを表示しない - - True + + HideDuplicatedRetweetsCheck - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TweetPrvPanel - - False + + 0 - - 9 + + True - + NoControl - - CooperatePanel + + 216, 157 - - + + 131, 12 - - 521, 374 + + 10 - - 18 + + 再起動後有効になります。 - - False + + Label47 - - GroupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 12 + + TweetPrvPanel - - Label71 + + 1 - - Label24 + + True - - 134, 12 + + NoControl - - M/d H:mm + + 264, 113 - - 4 + + 44, 12 - - 22, 131 + + 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label63 - - 116, 15 + + LabelDateTimeFormatApplied - - CheckUnfavoritesEvent + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 290 + + TweetPrvPanel - - 8 + + 2 - - lblAtSelf - - + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - SplitContainer1.Panel2 + + 217, 113 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 12 - - Label25 + + 5 - - PreviewPanel + + Sample: - - 305, 64 + + Label62 - - NotifyPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TweetPrvPanel - - 4 + + 3 - - #タグの入力補助を使用する + + Top, Bottom, Left, Right - - SplitContainer1.Panel1 + + yyyy/MM/dd H:mm:ss - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + yy/M/d H:mm:ss - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + H:mm:ss yy/M/d - - 9 + + M/d H:mm:ss - - 331, 121 + + M/d H:mm - - 18 + + H:mm:ss M/d - - NotifyPanel + + H:mm:ss - - 22, 41 + + H:mm - - 175, 118 + + tt h:mm - - 10 + + M/d tt h:mm:ss - - 19 + + M/d tt h:mm - - 2 + + 216, 90 - - True + + 192, 20 - - 145, 16 + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CmbDateTimeFormat - - + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel - - - クリア - - + TweetPrvPanel - - 2 + + 4 - + True - - Label77 + + NoControl - - 7 + + 22, 93 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 12 - - 102, 19 + + 3 - - 75, 22 + + リストの日時フォーマット - - 1 + + Label23 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + TweetPrvPanel - - BasedPanel + + 5 - + True - - This is sample. + + NoControl - - True + + 22, 131 - - 9, 48 + + 163, 12 - - 99, 12 + + 7 - - True + + リストのアイコンサイズ(初期値16) - - 12 + + Label11 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 137 + + TweetPrvPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + none - - GroupBox5 + + 16*16 - - 22, 92 + + 24*24 - - 1 + + 48*48 - - 3 + + 48*48(2Column) - - GetPeriodPanel + + 252, 128 - - 2 + + 163, 20 - - SANSKRIT + + 9 - - UReadMng + + IconSize - - NoControl + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - その人の発言 + + TweetPrvPanel - - GroupBox1 - - + 7 - - 185, 277 + + False - - NoControl + + 216, 129 - - POLISH + + 34, 19 - - ComboDispTitle + + 8 - - + + TextBox3 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label61 + + TweetPrvPanel - - NoControl + + 8 - - 24, 50 + + True - - 314, 12 + + NoControl - - lblTarget + + 22, 226 - - True + + 203, 16 - - GetCountPanel + + 12 - - Label20 + + ソート順を変更できないようにロックする - - 2 + + CheckSortOrderLock - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + TweetPrvPanel - - 339, 40 + + 9 - + True - - 7 + + NoControl - - ActionPanel + + 22, 201 - - 4 + + 154, 16 - - Label52 + + 11 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + リストの区切り線を表示する - - Label7 + + CheckShowGrid - - 11 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TweetPrvPanel - - CheckFavRestrict + + 10 - - 170, 16 - - + True - - 8 + + NoControl - - 5 + + 22, 65 - - 104, 19 + + 226, 16 - - 1 + + 2 - - GetCountPanel + + 未読ポストのフォントと色を変更する(低速) - - 1 + + chkUnreadStyle - - Label66 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + TweetPrvPanel - - Label21 + + 11 - - TweetActPanel + + True - - 205, 291 - - - Label72 - - - SplitContainer1.Panel2 - - + NoControl - - 75, 22 + + 22, 21 - - 77, 12 + + 162, 16 - - + + 0 - - + + 片思いを色分けして表示する - + + OneWayLv + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + TweetPrvPanel - - 136, 20 + + 12 - - 104, 19 + + Fill - - 15 + + False - - 0 + + 0, 0 - - 7 + + 518, 368 - - + + 8 - - 6 + + False - - + + TweetPrvPanel - - TextProxyPort + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + SplitContainer1.Panel2 + + 10 - - NotifyPanel + + True - - 113, 109 + + 22, 308 - - 2 + + 23, 12 - - Label26 + + 20 - - NoControl + + 999 - - 4 + + LabelApiUsingUserStreamEnabled - - 255, 85 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetPeriodPanel - - + + 0 - - 6 - - - BASIC - - - 8 - - + True - - 71, 19 + + 22, 261 - - 11 + + 348, 36 - - ActionPanel + + 19 - - 5 + + UserStreamが有効です。 +タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 +これらはUserStreamによりリアルタイム更新されます。 - - 27 + + LabelUserStreamActive - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GetPeriodPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 9 - - + True - - SplitContainer1.Panel2 + + 22, 183 - - 73, 19 + + 144, 12 - - ReplyPeriod + + 15 - - NoControl + + UserTimeline更新間隔(秒) - - TweetActPanel + + Label21 - - HotkeyText - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GetPeriodPanel - - True + + 2 - - NotifyPanel + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 258, 179 - - UserTimelineTextCountApi + + 65, 19 - - GroupBox5 + + 16 - - 190, 16 + + UserTimelinePeriod - - 130, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + GetPeriodPanel - + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Disable - - TweetPrvPanel + + 258, 37 - - ユーザ名(&U) + + 65, 19 - - 3 + + 4 - - 0 + + TimelinePeriod - - 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - PreviewPanel + + 4 - - 205, 202 + + True - - FontPanel2 + + NoControl - - + + 22, 40 - - + + 130, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 331, 46 + + タイムライン更新間隔(秒) - - ComboBoxPostKeySelect + + Label3 - - 前データの更新 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckPreviewEnable + + GetPeriodPanel - + 5 - - 22 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 205, 339 - - 48, 12 + + 108, 23 - - 518, 368 + + 21 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 再計算 - - 22, 78 + + ButtonApiCalc - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 232 + + GetPeriodPanel - - + + 6 - - MiddleLeft - - + True - - ComboBoxEventNotifySound + + NoControl - - 3 + + 22, 236 - - GroupBox1 + + 285, 12 - - 短縮URLを解決する + + 18 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG - AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt - YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD - b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J - BQAAAP////8JBQAAAAAAAAAL - + + 投稿時取得が有効のため、投稿のたびにAPIを消費します。 - - 10 + + LabelPostAndGet - - 0, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GetPeriodPanel + + + 7 + + True - - 27 + + NoControl - - BasedPanel + + 27, 215 - - 39, 16 + + 23, 12 - - 112, 14 + + 17 - - NoControl + + 999 - - ConnectionPanel + + MiddleRight - - NoControl + + LabelApiUsing - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GetPeriodPanel - - 15 + + 8 - + True - + NoControl - - True + + 22, 158 - - LabelApiUsingUserStreamEnabled + + 102, 12 - - SINHALESE + + 13 - - False + + Lists更新間隔(秒) - - 10 + + Label33 - - chkTabIconDisp + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GetPeriodPanel - - CheckOutputz + + 9 - - 12 + + Disable - - 20 + + 258, 151 - - Fill + + 65, 19 - - 57, 16 + + 14 - - 5 + + ListsPeriod - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GetPeriodPanel + + + 10 + + True - - 6 + + NoControl - - GroupBox5 + + 22, 133 - - 22, 112 + + 137, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - Label23 + + Twitter検索更新間隔(秒) - - 259, 235 + + Label7 - - 48, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HEBREW + + GetPeriodPanel - - NoControl + + 11 - - is.gd + + Disable - - + + 258, 127 - - + + 65, 19 - - 518, 368 + + 12 - - FRISIAN + + PubSearchPeriod - - 7 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GEORGIAN + + GetPeriodPanel - + + 12 + + True - - GREEK + + NoControl - - GUJARATI + + 22, 83 - - HAITIAN_CREOLE + + 123, 12 - - 16, 170 + + 7 - - 0 + + Mentions更新間隔(秒) - - RadioProxyNone + + Label69 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Ctrl+Enter + + GetPeriodPanel - - True + + 13 - - 発言詳細文字 + + Disable - - NoControl + + 258, 79 - - ユーザーID + + 65, 19 - - 339, 140 + + 8 - - 69, 15 + + ReplyPeriod - - ニックネーム + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnSelf + + GetPeriodPanel - - + + 14 - - NoControl + + True - - - - + NoControl - - 1 + + 33, 59 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84, 16 - - 331, 21 + + 5 - - twurl.nl + + 投稿時取得 - - + + CheckPostAndGet - - タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + GetPeriodPanel - - イベント通知の際に再生するサウンド + + 15 - - ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 + + True - - CheckDispUsername + + NoControl - - IconSize + + 251, 59 - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 91, 16 - - NotifyPanel + + 6 - - 246, 20 + + 自動調整する - - + + False - - True + + CheckPeriodAdjust - - 113, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + GetPeriodPanel - - + + 16 - + True - - CheckBox3 - - - 429, 290 - - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 108 - - 片思い発言 + + 94, 12 - - This is sample. + + 9 - - 339, 90 + + DM更新間隔(秒) - - 329, 14 + + Label5 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + GetPeriodPanel - - 6 + + 17 - - GetPeriodPanel + + Disable - - + + 258, 103 - - + + 65, 19 - - NoControl + + 10 - - AuthOAuthRadio + + DMPeriod - - 11 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GetPeriodPanel - - + + 18 - - + + Disable - - 22 + + 258, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65, 19 - + 1 - - 58, 19 + + UserstreamPeriod - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + GetPeriodPanel - - 未読管理を行う + + 19 - + True - - GetCountPanel + + NoControl - - GroupBox5 + + 329, 14 - - CheckBalloonLimit + + 157, 16 - - LabelUserStreamActive + + 2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 起動時に自動的に接続する - - LabelProxyAddress + + StartupUserstreamCheck - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - This is sample. + + 20 - - TextBitlyId + + True - - HotkeyWin + + NoControl - - Apply after restarting + + 22, 15 - - 211, 16 + + 147, 12 - - PreviewPanel + + 0 - - True + + User Streams反映間隔(秒) - - Fav発言 + + Label83 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GetPeriodPanel - - 40, 43 + + 21 - - 入力欄のURLを投稿する際に自動で短縮する + + Fill - - Favoritesの取得数 + + False - - 196, 12 + + 0, 0 - - GetPeriodPanel + + 518, 368 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - + + False - - 75, 23 + + GetPeriodPanel - - RUSSIAN + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 215 + + SplitContainer1.Panel2 - - 15 + + 11 - - 背景色 + + 通知なし - - 19 + + アイコン変更 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + アイコン変更&点滅 - - 197, 20 + + 215, 142 - - PASHTO + + 136, 20 - - PERSIAN + + 8 - - 0, 0 + + ReplyIconStateCombo - - PORTUGUESE + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PORTUGUESE_PORTUGAL + + PreviewPanel - - PUNJABI + + 0 - - 15 + + True - - ROMANIAN + + NoControl - - OCCITAN + + 22, 145 - - $this + + 134, 12 - - True + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 未読Mentions通知アイコン - - 63, 12 + + Label72 - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MALAY + + PreviewPanel - - 518, 368 + + 1 - + True - - MONGOLIAN + + NoControl - - ActionPanel + + 22, 166 - - 14 + + 256, 16 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - 11 + + Mentionsの新着があるときにウインドウを点滅する - - 背景色 + + ChkNewMentionsBlink - - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 22 + + PreviewPanel - - DM更新間隔(秒) + + 2 - + + True + + NoControl - - + + 22, 118 - - 11 + + 161, 16 - - CheckEnableBasicAuth + + 6 - - 0 + + タブに未読アイコンを表示する - - NoControl + + chkTabIconDisp - - 201, 102 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + PreviewPanel - - ActionPanel + + 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - TweetPrvPanel + + 22, 191 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 243, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - CooperatePanel + + 画像リンクがあった場合にサムネイルを表示する - - 4 + + CheckPreviewEnable - - - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + PreviewPanel - - 6 + + 4 - - 25 - - - 14 - - + True - + NoControl - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + 83, 290 - - True + + 115, 12 - - 4 + + 15 - - TextProxyUser + + Apply after restarting - + + Label81 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ARMENIAN + + PreviewPanel - - 163, 20 + + 5 - - 14 + + OS Default - - BasedPanel + + Japanese - - NoControl + + English - - + + Simplified Chinese - - NoControl + + 215, 285 - - True + + 136, 20 - - ProxyPanel + + 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LanguageCombo - - UIGHUR + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Sample: + + PreviewPanel - - CheckStartupVersion + + 6 - - 63, 12 + + True - - + + NoControl - - False + + 22, 290 - - 6 + + 53, 12 - - - - + 14 - - 12 + + Language - - + + Label13 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + PreviewPanel - - 62, 12 + + 7 - - 重複した公式RTを表示しない + + True - - 247, 16 + + NoControl - - 22, 112 + + 22, 263 - - ポート(&P) + + 133, 16 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - + + 常に最前面に表示する - - 40, 128 + + CheckAlwaysTop - - SplitContainer1.Panel2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + PreviewPanel - - 5 + + 8 - + True - - Disable + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 238 - - 6 + + 343, 16 - - TextBitlyPw + + 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) - - 12 + + CheckMonospace - - 228, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + PreviewPanel - - 258, 179 + + 9 - - 0, 0 + + True - - + + NoControl - - 89, 12 + + 22, 66 - - 18 + + 249, 16 - - 1 + + 3 - - 17 + + 画面最小化・アイコン時のみバルーンを表示する - - 6 + + CheckBalloonLimit - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + PreviewPanel - - 136, 20 + + 10 - - + + True - - 20 + + NoControl - - CheckForceEventNotify + + 22, 20 - - MiddleLeft + + 130, 12 - - 75, 22 + + 0 - - + + 新着バルーンのユーザー名 - - True + + Label10 - - 518, 368 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + PreviewPanel - - 429, 267 + + 11 - - 16 + + (なし) - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQwAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQljaGlsZHJlbjIIVXNlckRhdGEBAQAAAQABAAQEBAEBCAgIHVN5c3RlbS5X - aW5kb3dzLkZvcm1zLlRyZWVOb2RlAgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAAd - U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUCAAAAAgAAAAYDAAAABuWfuuacrAYEAAAACUJhc2Vk - Tm9kZQD/////BgUAAAAA/////wkFAAAAAwAAAAkGAAAACQcAAAAJCAAAAAkFAAAABQYAAAAdU3lzdGVt - LldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJ - bWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEA - AQABCAgIAgAAAAYKAAAADOabtOaWsOmWk+malAYLAAAAClBlcmlvZE5vZGUA/////wkFAAAA/////wkF - AAAAAAAAAAUHAAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXND - aGVja2VkCkltYWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VL - ZXkKQ2hpbGRDb3VudAEBAAABAAEAAQgICAIAAAAGDQAAABLotbfli5XmmYLjga7li5XkvZwGDgAAAAtT - dGFydFVwTm9kZQD/////CQUAAAD/////CQUAAAAAAAAABQgAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMu - VHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3Rl - ZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYQAAAA - DOWPluW+l+S7tuaVsAYRAAAADEdldENvdW50Tm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== - + + バージョン - - $this + + 最終発言 - - True + + @未読数 - - 5 + + 未読数 - - プロフィール表示 + + 未読数(@未読数) - - ステータスをWebで開く + + 全未読/全発言数 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 発言数/フォロー数/フォロワー数 - - ユーザー指定のURL({ID}を置き換えます) + + 215, 88 - - GroupBox5 + + 197, 20 - - 復活の呪文 + + 5 - - 11 + + ComboDispTitle - - True + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - + + 12 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 22, 22 + + 22, 91 - - 7 + + 60, 12 - - 10 + + 4 - - NoControl + + タイトルバー - - 16, 70 + + Label45 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + PreviewPanel - - twitter.com/username + + 13 - - ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 + + なし - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ユーザーID - - NoControl + + ニックネーム - - ActionPanel + + 215, 15 - - 9 + + 136, 20 - - 5 + + 1 - - 102, 19 + + cmbNameBalloon - - 3 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + PreviewPanel - - NotifyPanel - - - Disable - - - 2 - - - 518, 368 - - - 188, 20 - 14 - - SplitContainer1.Panel2 + + True - - TweetPrvPanel + + NoControl - + + 22, 43 + + + 235, 16 + + 2 - - GetPeriodPanel + + タイトルバーとツールチップにユーザー名を表示 - + + CheckDispUsername + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 12 + + PreviewPanel - - 75, 22 + + 15 - - 340, 12 + + True - - + + False - - ConnectionPanel + + NoControl - - 24 + + 22, 215 - - NoControl + + 180, 16 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - 58, 19 + + 発言詳細部にアイコンを表示する - - 7 + + CheckBox3 - - Fill + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 257, 13 + + PreviewPanel - - 18 + + 16 - - + + Fill - - 76, 16 + + False - - NoControl + + 0, 0 - - UserTimeline更新間隔(秒) + + 518, 368 - - ソート順を変更できないようにロックする + + 7 - - True + + False - - Favoritesを取得する + + PreviewPanel - - TweetPrvPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cmbNameBalloon + + SplitContainer1.Panel2 - - 42, 16 + + 12 - - + + True - - Japanese + + False - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - MiddleLeft + + 227, 20 - - ActionPanel + + 57, 16 - - + + 2 - - NoControl + + BASIC - - NoControl + + AuthBasicRadio - - SplitContainer1.Panel2 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + BasedPanel - - 60, 12 + + 0 - - GroupBox5 + + True - + NoControl - - NoControl + + 113, 20 - - 184, 19 + + 93, 16 - - NoControl + + 1 - - lblInputFont + + OAuth(xAuth) - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AuthOAuthRadio - - 24 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - GetPeriodPanel + + 1 - - 22, 186 + + True - - 75, 22 + + NoControl - - Button3 + + 22, 22 - - 9 + + 53, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 137, 12 + + 認証方法 - - + + Label6 - - NotifyPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63, 12 + + BasedPanel - - H:mm:ss M/d + + 2 - + NoControl - - + + 305, 64 - - + + 75, 23 - - 114, 82 + + 6 - - + + クリア - - 153, 16 + + AuthClearButton - - 22, 54 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - DMPeriod + + NoControl - - 217, 113 + + 113, 68 - - btnRetweet + + 149, 14 - - + + 5 - - Fill + + 認証済み - - GroupBox5 + + AuthUserLabel - - GetCountPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 73 + + BasedPanel - - 3 + + 4 - - Fill + + NoControl - - 2 + + 113, 54 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 112, 14 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - Disable + + Not Authenticated - - + + AuthStateLabel - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + BasedPanel - - ComboBoxOutputzUrlmode + + 5 - - 21 + + True - - 123, 12 + + NoControl - - 16, 220 + + 22, 54 - - MiddleLeft - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 53, 12 - - @IDの入力補助を使用する + + 3 - - + + 認証状態 - - 1 + + Label4 - - 102, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 12 + + BasedPanel - - 22, 133 + + 6 - - 173, 196 - - - 10 - - - lblListFont - - + NoControl - - 474, 41 + + 305, 126 - - 22, 70 + + 75, 23 - - 258, 12 + + 11 - - 203, 16 + + 認証する - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AuthorizeButton - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - タイトルバー + + BasedPanel - - ActionPanel + + 7 - - 10 + + True - - 12 + + NoControl - - btnAtFromTarget + + 22, 112 - - AFRIKAANS + + 57, 12 - - 5 + + 7 - - + + ユーザー名 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label1 - - Not Authenticated + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) + + BasedPanel - - 3 + + 8 - - 1 + + True - - Listsの作成に成功した + + NoControl - - ProxyPanel + + 22, 133 - - デフォルトに戻す + + 52, 12 - - + + 9 - - 1 + + パスワード - - 3 + + Label2 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + BasedPanel - - 13 + + 9 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Disable - - IRISH + + 113, 109 - - ITALIAN + + 186, 19 - - JAPANESE + + 8 - - Label27 + + Username - - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - 237, 16 + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 130 - - H:mm + + 186, 19 - - + + 10 - - フォント&&色 + + Password - - 169, 368 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 - - - lblRetweet - - - True - - - PreviewPanel - - - True - - + BasedPanel - - + + 11 - - NoControl + + Fill - - 3 + + False - - 258, 79 + + 0, 0 - - + + 518, 368 - - 3 + + 0 - - NoControl + + False - - 23 + + BasedPanel - - 75, 23 - - + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + SplitContainer1.Panel2 - - NoControl + + 13 - - 1 + + True - - 309, 82 + + NoControl - - 2 + + 331, 121 - - btnInputFont + + 75, 22 - - Label67 + + 14 - - MiddleLeft + + 文字色 - - 常に最前面に表示する + + btnRetweet - - 22, 261 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox1 - - 76, 12 + + 0 - + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 121 - - MiddleLeft + + 104, 19 - - GroupBox5 + + 13 - - NoControl + + This is sample. - - 0 + + MiddleLeft - - 75, 22 + + lblRetweet - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Listsから削除された + + GroupBox1 - - + + 1 - - Outputzに対応する + + True - - + + NoControl - - BASIC認証への変更を許可する + + 9, 123 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 12 - - 136, 20 + + 12 - - 22, 114 + + ReTweet - + + Label80 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox1 - - 13 + + 2 - - Twitter SearchAPI URL (search.twitter.com) + + True - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Label22 + + 175, 235 - - 77, 12 + + 90, 22 - - Label65 + + 24 - - GetPeriodPanel + + デフォルトに戻す - - BasedPanel + + ButtonBackToDefaultFontColor - - 22, 42 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label4 + + GroupBox1 - - Cancel + + 3 - - ProxyPanel - - + True - - True + + NoControl - - 58, 19 + + 331, 171 - - True + + 75, 22 - - + + 20 - - btnUnread + + 文字色 - - CheckListMemberAddedEvent + + btnDetailLink - - 19 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox1 - - 58, 19 + + 4 - - $this - - - - - - 2 - - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 171 - - TweetPrvPanel - - - パスワード(&W) - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 背景色 - - - - 104, 19 - - ToolTip1 + + 19 - + This is sample. - - BasedPanel + + MiddleLeft - - + + lblDetailLink - - 77, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckEventNotify + + GroupBox1 - - ButtonBackToDefaultFontColor2 + + 5 - - NoControl - - - CheckHashSupple - - - Disable - - + True - - lblAtFromTarget + + NoControl - - Label28 + + 8, 173 - - GetCountPanel + + 77, 12 - - M/d H:mm:ss + + 18 - - ×ボタンを押したときに終了する + + 発言詳細リンク - - NoControl + + Label18 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox1 - - 23, 12 + + 6 - - GroupBox5 - - + True - - 10 + + NoControl - - False + + 331, 46 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - 16, 145 + + 5 - - 17 + + フォント&&色 - - 24*24 + + btnUnread - - Disable + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox1 - + + 7 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 46 - - 16, 20 + + 104, 19 - - ActionPanel + + 4 - - 13 + + This is sample. - - True + + MiddleLeft - - + + lblUnread - - GetCountPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label60 + + GroupBox1 - + + 8 + + True - - - - - CheckShowGrid - - - lblAtTo - - - 背景色 - - - 2 - - - - - - 217, 110 - - + NoControl - - lblListBackcolor + + 9, 48 - - Label3 + + 62, 12 - - 131, 12 + + 3 - - NoControl - 未読フォント - - + + Label20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + GroupBox1 - - NoControl - - - 167, 16 - - - - - - NoControl - - + 9 - - SplitContainer1 - - + True - + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 331, 196 - - + + 75, 22 - - 0, 0 + + 23 - - Fav操作結果を厳密にチェックする + + 背景色 - - lblFav + + btnDetailBack - - RadioProxySpecified + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + GroupBox1 - - 6 + + 10 - - CheckReadOldPosts + + NoControl - - 999 + + 173, 196 - - HotkeyCheck + + 104, 19 - - TwitterAPIText + + 22 - - 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + This is sample. - - 8 + + MiddleLeft - - ニコニコ動画のURLをnico.msで短縮して送信 + + lblDetailBackcolor - - 418, 158 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GroupBox1 + + 11 - - 24 + + True - - 21, 164 - - + NoControl + + 9, 198 + + + 89, 12 + 21 - - Disable + + 発言詳細背景色 - - NoControl + + Label37 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - AuthUserLabel + + GroupBox1 - - Shift + + 12 - - 691, 368 + + True - - CheckFavEventUnread + + NoControl - - MiddleLeft + + 331, 146 - - 5 + + 75, 22 - - + + 17 - - TwitterSearchAPIText + + フォント&&色 - - 165, 16 + + btnDetail - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - + + 13 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 14 + + 173, 146 - - 次の項目の更新時の取得数を個別に設定する + + 104, 19 - - 40, 94 + + 16 - - + + This is sample. - - ActionPanel + + MiddleLeft - - StartupPanel + + lblDetail - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox1 - - 12 + + 14 - - 4 + + True - - GroupBox5 + + NoControl - - 22, 237 + + 9, 148 - - 24, 282 + + 77, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - GetCountPanel + + 発言詳細文字 - - Label2 + + Label26 - - 348, 36 - - - NoControl - - - 17 - - - TextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 58, 19 + + GroupBox1 - - + + 15 - - パスワード + + True - - 65, 19 + + NoControl - - SplitContainer1.Panel2 + + 331, 96 - - バージョン + + 75, 22 - - @未読数 + + 11 - - 最終発言 + + 文字色 - - 未読数(@未読数) + + btnOWL - - 未読数 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GroupBox1 - - 全未読/全発言数 + + 16 - + NoControl - - + + 173, 96 - - 131, 12 + + 104, 19 - - 22, 133 + + 10 - - SplitContainer1 + + This is sample. - - NoControl + + MiddleLeft - - NoControl + + lblOWL - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + GroupBox1 - - LabelDateTimeFormatApplied + + 17 - - - - - Top, Bottom, Left, Right - - + True - + NoControl - - 23, 94 + + 9, 98 - - Language + + 63, 12 - - 232, 20 + + 9 - - Lists更新間隔(秒) + + 片思い発言 - - 10 + + Label24 - - BasedPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + GroupBox1 - - APIKey + + 18 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - + + NoControl - - 262, 18 + + 331, 71 - - 36, 106 + + 75, 22 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + 8 - - 181, 78 + + 文字色 - - TweetActPanel + + btnFav - - 134, 16 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - 10 + + 19 - - Label62 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 71 - - 3 + + 104, 19 - - + + 7 - - NoControl + + This is sample. - - + + MiddleLeft - - 11 + + lblFav - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 128 + + GroupBox1 - - 15 + + 20 - + True - - 33, 59 + + NoControl - - False + + 9, 73 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 12 - - + + 6 - - VIETNAMESE + + Fav発言 - - フォント&&色 + + Label22 - - Enter + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - + GroupBox1 - - + + 21 - - 12 - - - ComboBoxTranslateLanguage - - + True - + NoControl - - Disable + + 331, 21 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - 149, 14 + + 2 - - Label63 + + フォント&&色 - - NotifyPanel + + btnListFont - - CenterParent + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + GroupBox1 - - SWEDISH + + 22 - - FontPanel + + NoControl - - GroupBox5 + + 173, 21 - - 10 + + 104, 19 - - 0 + + 1 - - リストの区切り線を表示する + + This is sample. - - アイコン変更 + + MiddleLeft - - 6 + + lblListFont - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + GroupBox1 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23 - - ALBANIAN + + True - - 19, 81 - - + NoControl - - True + + 9, 23 - - + + 62, 12 - - PreviewPanel + + 0 - - 22, 43 + + リストフォント - - 4 + + Label61 - - BENGALI + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl - AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL - UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp - bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn - ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB - CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA - AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No - ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl - eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v - dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= - - - - 216, 157 - - + GroupBox1 - - + + 24 - - True + + 22, 18 - - FontPanel + + 429, 267 - - 691, 403 + + 0 - - Label69 + + フォント&色設定 - - 4 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FontPanel - - 104, 19 + + 0 - - 3 + + Fill - - 243, 16 + + False - - + + 0, 0 - - 22, 236 + + 518, 368 - - + + 9 - - 174, 16 + + False - - HINDI + + FontPanel - - 22, 215 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + SplitContainer1.Panel2 - - 10 + + 14 - - FRENCH + + SplitContainer1.Panel2 - - + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GALICIAN + + SplitContainer1 - - True + + 1 - - 16 + + 691, 368 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 169 - - 10 - - - chkReadOwnPost - - - btnAtSelf - - + 0 - - Fill + + SplitContainer1 - - 48*48(2Column) + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + $this - - 232, 19 + + 2 - - Twitter API URL (api.twitter.com) + + 17, 17 + + + 140, 17 + + + NoControl - - SplitContainer1.Panel2 + + 604, 374 - - 8 + + 75, 23 - - Mentions取得数 + + 4 - - 3 + + キャンセル - - GroupBox1 + + Cancel - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + $this - - 8 + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TextBox3 + + 521, 374 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 23 - - + + 3 - - 252, 128 + + OK - - This is sample. + + Save - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 57, 12 + + 1 - - 14 + + True + + + 82 + + + 6, 12 - - 9 + + 691, 403 - - 53, 12 + + CenterParent - - フォント&&色 + + - - This is sample. + + FontDialog1 - - Label76 + + System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 136 + + ColorDialog1 - - 129, 16 + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 15 + + ToolTip1 - - + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + AppendSettingDialog - - 259, 183 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - なし - - - True - - - 268, 17 - - - 82 - - - 17, 17 - - - 140, 17 - \ No newline at end of file Modified: trunk/Tween/AppendSettingDialog.vb =================================================================== --- trunk/Tween/AppendSettingDialog.vb 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/AppendSettingDialog.vb 2011-03-31 15:15:32 UTC (rev 1511) @@ -78,6 +78,7 @@ Private _MyMinimizeToTray As Boolean Private _MyCloseToExit As Boolean Private _MyTinyUrlResolve As Boolean + Private _MyShortUrlForceResolve As Boolean Private _MyProxyType As HttpConnection.ProxyType Private _MyProxyAddress As String Private _MyProxyPort As Integer @@ -316,7 +317,9 @@ End Select _MySortOrderLock = CheckSortOrderLock.Checked _MyTinyUrlResolve = CheckTinyURL.Checked + _MyShortUrlForceResolve = CheckForceResolve.Checked ShortUrl.IsResolve = _MyTinyUrlResolve + ShortUrl.IsForceResolve = _MyShortUrlForceResolve If RadioProxyNone.Checked Then _MyProxyType = HttpConnection.ProxyType.None ElseIf RadioProxyIE.Checked Then @@ -568,6 +571,7 @@ End Select CheckSortOrderLock.Checked = _MySortOrderLock CheckTinyURL.Checked = _MyTinyUrlResolve + CheckForceResolve.Checked = _MyShortUrlForceResolve Select Case _MyProxyType Case HttpConnection.ProxyType.None RadioProxyNone.Checked = True @@ -1481,6 +1485,15 @@ End Set End Property + Public Property ShortUrlForceResolve() As Boolean + Get + Return _MyShortUrlForceResolve + End Get + Set(ByVal value As Boolean) + _MyShortUrlForceResolve = value + End Set + End Property + Private Sub CheckUseRecommendStatus_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckUseRecommendStatus.CheckedChanged If CheckUseRecommendStatus.Checked = True Then StatusText.Enabled = False Modified: trunk/Tween/Setting/SettingCommon.vb =================================================================== --- trunk/Tween/Setting/SettingCommon.vb 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/Setting/SettingCommon.vb 2011-03-31 15:15:32 UTC (rev 1511) @@ -118,6 +118,7 @@ Public DispLatestPost As DispTitleEnum = DispTitleEnum.Post Public SortOrderLock As Boolean = False Public TinyUrlResolve As Boolean = True + Public ShortUrlForceResolve As Boolean = True Public PeriodAdjust As Boolean = True Public StartupVersion As Boolean = True Public StartupFollowers As Boolean = True Modified: trunk/Tween/ShortUrl.vb =================================================================== --- trunk/Tween/ShortUrl.vb 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/ShortUrl.vb 2011-03-31 15:15:32 UTC (rev 1511) @@ -77,6 +77,7 @@ Private Shared _bitlyId As String = "" Private Shared _bitlyKey As String = "" Private Shared _isresolve As Boolean = True + Private Shared _isForceResolve As Boolean = True Private Shared ReadOnly _lockObj As New Object @@ -101,6 +102,15 @@ End Set End Property + Public Shared Property IsForceResolve As Boolean + Get + Return _isForceResolve + End Get + Set(ByVal value As Boolean) + _isForceResolve = value + End Set + End Property + Public Shared Function Resolve(ByVal orgData As String) As String If _isresolve Then Static urlCache As New Dictionary(Of String, String) @@ -115,7 +125,7 @@ For Each orgUrlMatch As Match In m Dim orgUrl As String = orgUrlMatch.Result("${svc}") Dim orgUrlPath As String = orgUrlMatch.Result("${path}") - If Array.IndexOf(_ShortUrlService, orgUrl) > -1 AndAlso _ + If (_isForceResolve OrElse Array.IndexOf(_ShortUrlService, orgUrl) > -1) AndAlso _ Not urlList.Contains(orgUrl + orgUrlPath) Then SyncLock _lockObj urlList.Add(orgUrl + orgUrlPath) Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-03-31 10:00:39 UTC (rev 1510) +++ trunk/Tween/Tween.vb 2011-03-31 15:15:32 UTC (rev 1511) @@ -676,6 +676,7 @@ SettingDialog.DispLatestPost = _cfgCommon.DispLatestPost SettingDialog.SortOrderLock = _cfgCommon.SortOrderLock SettingDialog.TinyUrlResolve = _cfgCommon.TinyUrlResolve + SettingDialog.ShortUrlForceResolve = _cfgCommon.ShortUrlForceResolve SettingDialog.SelectedProxyType = _cfgLocal.ProxyType SettingDialog.ProxyAddress = _cfgLocal.ProxyAddress @@ -906,6 +907,7 @@ tw.ReadOwnPost = SettingDialog.ReadOwnPost tw.UseSsl = SettingDialog.UseSsl ShortUrl.IsResolve = SettingDialog.TinyUrlResolve + ShortUrl.IsForceResolve = SettingDialog.ShortUrlForceResolve ShortUrl.BitlyId = SettingDialog.BitlyUser ShortUrl.BitlyKey = SettingDialog.BitlyPwd HttpTwitter.TwitterUrl = _cfgCommon.TwitterUrl @@ -1035,6 +1037,7 @@ tw.IconSize = _iconSz End If tw.TinyUrlResolve = SettingDialog.TinyUrlResolve + ShortUrl.IsForceResolve = SettingDialog.ShortUrlForceResolve '発言詳細部アイコンをリストアイコンにサイズ変更 Dim sz As Integer = _iconSz @@ -3080,22 +3083,12 @@ If result = Windows.Forms.DialogResult.OK Then SyncLock _syncObject - 'Try - ' If SettingDialog.TimelinePeriodInt > 0 Then - ' _homeCounterAdjuster = 0 - ' End If - 'Catch ex As Exception - ' ex.Data("Instance") = "Set Timers" - ' ex.Data("IsTerminatePermission") = False - ' Throw - 'End Try - 'tw.CountApi = SettingDialog.CountApi - 'tw.CountApiReply = SettingDialog.CountApiReply tw.TinyUrlResolve = SettingDialog.TinyUrlResolve tw.RestrictFavCheck = SettingDialog.RestrictFavCheck tw.ReadOwnPost = SettingDialog.ReadOwnPost tw.UseSsl = SettingDialog.UseSsl ShortUrl.IsResolve = SettingDialog.TinyUrlResolve + ShortUrl.IsForceResolve = SettingDialog.ShortUrlForceResolve ShortUrl.BitlyId = SettingDialog.BitlyUser ShortUrl.BitlyKey = SettingDialog.BitlyPwd HttpTwitter.TwitterUrl = _cfgCommon.TwitterUrl @@ -6045,6 +6038,7 @@ _cfgCommon.DispLatestPost = SettingDialog.DispLatestPost _cfgCommon.SortOrderLock = SettingDialog.SortOrderLock _cfgCommon.TinyUrlResolve = SettingDialog.TinyUrlResolve + _cfgCommon.ShortUrlForceResolve = SettingDialog.ShortUrlForceResolve _cfgCommon.PeriodAdjust = SettingDialog.PeriodAdjust _cfgCommon.StartupVersion = SettingDialog.StartupVersion _cfgCommon.StartupFollowers = SettingDialog.StartupFollowers From svnnotify @ sourceforge.jp Wed Apr 6 21:47:42 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 06 Apr 2011 21:47:42 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTJdICBMaXN0c+mWouS/gkFQSe+8iG1lbWJl?= =?utf-8?b?cnPns7vvvJ/vvInjgYzjgYbjgb7jgY/li5XjgYvjgarjgYTjga7jgafjgIE=?= =?utf-8?b?5penQVBJ44Gr5oi744GX?= Message-ID: <1302094062.900730.21677.nullmailer@users.sourceforge.jp> Revision: 1512 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1512 Author: kiri_feather Date: 2011-04-06 21:47:42 +0900 (Wed, 06 Apr 2011) Log Message: ----------- Lists関係API(members系?)がうまく動かないので、旧APIに戻し Modified Paths: -------------- trunk/Tween/Connection/HttpTwitter.vb trunk/Tween/Twitter.vb -------------- next part -------------- Modified: trunk/Tween/Connection/HttpTwitter.vb =================================================================== --- trunk/Tween/Connection/HttpTwitter.vb 2011-03-31 15:15:32 UTC (rev 1511) +++ trunk/Tween/Connection/HttpTwitter.vb 2011-04-06 12:47:42 UTC (rev 1512) @@ -641,11 +641,11 @@ AddressOf GetApiCallback) End Function - Public Function GetListsStatuses(ByVal user As String, ByVal list_id As String, ByVal per_page As Integer, ByVal max_id As Long, ByVal since_id As Long, ByRef content As String) As HttpStatusCode + Public Function GetListsStatuses(ByVal userId As Long, ByVal list_id As Long, ByVal per_page As Integer, ByVal max_id As Long, ByVal since_id As Long, ByRef content As String) As HttpStatusCode '認証なくても取得できるが、protectedユーザー分が抜ける Dim param As New Dictionary(Of String, String) - param.Add("screen_name", user) - param.Add("list_id", list_id) + param.Add("user_id", userId.ToString) + param.Add("list_id", list_id.ToString) If per_page > 0 Then param.Add("per_page", per_page.ToString()) End If @@ -697,26 +697,70 @@ AddressOf GetApiCallback) End Function - Public Function CreateListMembers(ByVal user As String, ByVal list_id As String, ByVal id As String, ByRef content As String) As HttpStatusCode + 'Public Function CreateListMembers(ByVal user As String, ByVal list_id As String, ByVal memberId As Long, ByRef content As String) As HttpStatusCode + ' Dim param As New Dictionary(Of String, String) + ' param.Add("screen_name", user) + ' param.Add("list_id", list_id) + ' param.Add("member_user_id", memberId.ToString) + ' Return httpCon.GetContent(PostMethod, _ + ' CreateTwitterUri("/1/lists/members/create.json"), _ + ' param, _ + ' content, _ + ' Nothing, _ + ' Nothing) + 'End Function + + Public Function CreateListMembers(ByVal user As String, ByVal list_id As String, ByVal memberName As String, ByRef content As String) As HttpStatusCode + '正常に動かないので旧APIで様子見 + 'Dim param As New Dictionary(Of String, String) + 'param.Add("screen_name", user) + 'param.Add("list_id", list_id) + 'param.Add("member_screen_name", memberName) + 'Return httpCon.GetContent(PostMethod, _ + ' CreateTwitterUri("/1/lists/members/create.json"), _ + ' param, _ + ' content, _ + ' Nothing, _ + ' Nothing) Dim param As New Dictionary(Of String, String) - param.Add("screen_name", user) - param.Add("list_id", list_id) - param.Add("member_screen_name", id) + param.Add("id", memberName) Return httpCon.GetContent(PostMethod, _ - CreateTwitterUri("/1/lists/members/create.json"), _ + CreateTwitterUri("/1/" + user + "/" + list_id + "/members.json"), _ param, _ content, _ Nothing, _ Nothing) End Function - Public Function DeleteListMembers(ByVal user As String, ByVal list_id As String, ByVal id As String, ByRef content As String) As HttpStatusCode + 'Public Function DeleteListMembers(ByVal user As String, ByVal list_id As String, ByVal memberId As Long, ByRef content As String) As HttpStatusCode + ' Dim param As New Dictionary(Of String, String) + ' param.Add("screen_name", user) + ' param.Add("list_id", list_id) + ' param.Add("member_user_id", memberId.ToString) + ' Return httpCon.GetContent(PostMethod, _ + ' CreateTwitterUri("/1/lists/members/destroy.json"), _ + ' param, _ + ' content, _ + ' Nothing, _ + ' Nothing) + 'End Function + + Public Function DeleteListMembers(ByVal user As String, ByVal list_id As String, ByVal memberName As String, ByRef content As String) As HttpStatusCode + 'Dim param As New Dictionary(Of String, String) + 'param.Add("screen_name", user) + 'param.Add("list_id", list_id) + 'param.Add("member_screen_name", memberName) + 'Return httpCon.GetContent(PostMethod, _ + ' CreateTwitterUri("/1/lists/members/destroy.json"), _ + ' param, _ + ' content, _ + ' Nothing, _ + ' Nothing) Dim param As New Dictionary(Of String, String) - param.Add("screen_name", user) - param.Add("list_id", list_id) - param.Add("member_screen_name", id) + param.Add("id", memberName) + param.Add("_method", "DELETE") Return httpCon.GetContent(PostMethod, _ - CreateTwitterUri("/1/lists/members/destroy.json"), _ + CreateTwitterUri("/1/" + user + "/" + list_id + "/members.json"), _ param, _ content, _ Nothing, _ @@ -724,12 +768,20 @@ End Function Public Function ShowListMember(ByVal user As String, ByVal list_id As String, ByVal id As String, ByRef content As String) As HttpStatusCode - Dim param As New Dictionary(Of String, String) - param.Add("screen_name", user) - param.Add("list_id", list_id) - param.Add("member_screen_name", id) + '新APIがmember_screen_nameもmember_user_idも無視して、自分のIDを返してくる。 + '正式にドキュメントに反映されるまで旧APIを使用する + 'Dim param As New Dictionary(Of String, String) + 'param.Add("screen_name", user) + 'param.Add("list_id", list_id) + 'param.Add("member_screen_name", id) + 'Return httpCon.GetContent(GetMethod, _ + ' CreateTwitterUri("/1/lists/members/show.json"), _ + ' param, _ + ' content, _ + ' TwitterApiInfo.HttpHeaders, _ + ' AddressOf GetApiCallback) Return httpCon.GetContent(GetMethod, _ - CreateTwitterUri("/1/lists/members/show.json"), _ + CreateTwitterUri("/1/" + user + "/" + list_id + "/members/" + id + ".json"), _ Nothing, _ content, _ TwitterApiInfo.HttpHeaders, _ Modified: trunk/Tween/Twitter.vb =================================================================== --- trunk/Tween/Twitter.vb 2011-03-31 15:15:32 UTC (rev 1511) +++ trunk/Tween/Twitter.vb 2011-04-06 12:47:42 UTC (rev 1512) @@ -1614,9 +1614,9 @@ End If Try If more Then - res = twCon.GetListsStatuses(tab.ListInfo.UserId.ToString, tab.ListInfo.Id.ToString, count, tab.OldestId, 0, content) + res = twCon.GetListsStatuses(tab.ListInfo.UserId, tab.ListInfo.Id, count, tab.OldestId, 0, content) Else - res = twCon.GetListsStatuses(tab.ListInfo.UserId.ToString, tab.ListInfo.Id.ToString, count, 0, 0, content) + res = twCon.GetListsStatuses(tab.ListInfo.UserId, tab.ListInfo.Id, count, 0, 0, content) End If Catch ex As Exception Return "Err:" + ex.Message From svnnotify @ sourceforge.jp Thu Apr 7 18:51:15 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 07 Apr 2011 18:51:15 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTNdICDlvLfliLbnn63nuK5VUkzop6Pmsbo=?= =?utf-8?b?44KS6Kmm44G/44KL44Go44CBdHdpdHRlciAuY29tLyMhL3h4eC8geHh4IA==?= =?utf-8?b?44Gu44OR44K544G+44Gn5ZCr44KB44GfdXJp5paH5a2X5YiX44GM5Y+W5b6X?= =?utf-8?b?44Gn44GN44Gq44GE44Gu44Gn44CBdHdpdHRlciAuIGNvbeOBr+W8t+WItg==?= =?utf-8?b?6Zmk5aSW44CC5LuW44Gu44OR44K/44O844Oz44Gv5LiN5piO44CC?= Message-ID: <1302169875.643338.24129.nullmailer@users.sourceforge.jp> Revision: 1513 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1513 Author: kiri_feather Date: 2011-04-07 18:51:15 +0900 (Thu, 07 Apr 2011) Log Message: ----------- 強制短縮URL解決を試みると、twitter.com/#!/xxx/xxx のパスまで含めたuri文字列が取得できないので、twitter.comは強制除外。他のパターンは不明。 強制短縮URL解決の設定初期値をオフに。 ListManageの一部英語リソース漏れ対応。 CreateHtmlAnchorの正規表現見直し Modified Paths: -------------- trunk/Tween/ListManage.vb trunk/Tween/My Project/Resources.Designer.vb trunk/Tween/My Project/Resources.en.resx trunk/Tween/My Project/Resources.resx trunk/Tween/My Project/Resources.zh-CHS.resx trunk/Tween/Setting/SettingCommon.vb trunk/Tween/ShortUrl.vb trunk/Tween/Twitter.vb -------------- next part -------------- Modified: trunk/Tween/ListManage.vb =================================================================== --- trunk/Tween/ListManage.vb 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/ListManage.vb 2011-04-07 09:51:15 UTC (rev 1513) @@ -71,7 +71,7 @@ Me.UserList.Items.Add(user) Next - Me.GetMoreUsersButton.Text = IIf(Me.UserList.Items.Count > 0, "さらに取得(&M)", "取得(&M)").ToString() + Me.GetMoreUsersButton.Text = IIf(Me.UserList.Items.Count > 0, My.Resources.ListManageGetMoreUsers2, My.Resources.ListManageGetMoreUsers1).ToString() End Sub Private Sub EditCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EditCheckBox.CheckedChanged @@ -159,7 +159,7 @@ Private Sub GetListMembersCallback(ByVal result As String) If result = Me.ListsList.SelectedItem.ToString Then Me.ListsList_SelectedIndexChanged(Me.ListsList, EventArgs.Empty) - Me.GetMoreUsersButton.Text = "さらに取得(&M)" + Me.GetMoreUsersButton.Text = My.Resources.ListManageGetMoreUsers1 Else MessageBox.Show(String.Format(My.Resources.ListManageGetListMembersCallback1, result)) End If Modified: trunk/Tween/My Project/Resources.Designer.vb =================================================================== --- trunk/Tween/My Project/Resources.Designer.vb 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/My Project/Resources.Designer.vb 2011-04-07 09:51:15 UTC (rev 1513) @@ -550,22 +550,21 @@ ''' ''' 更新履歴 ''' - '''==== Ver 1.0.0.0(2011/02/26) - ''' * ListView追加時の画面ちらつき対処 - ''' * OS復帰時30秒経過後にREST取得を走らせるように - ''' * OutOfMemoryが発生する問題に対処 - ''' * 再起動時に例外が発生する問題に対処(したつもり) - ''' * メモリを食いつぶす問題に対処 - ''' * しばらく応答しなくなる問題に対処 - ''' * bit.ly/j.mpでのURL短縮が出来なくなった問題に対処 - ''' * タブ削除のUndo(編集メニュー)が直前のものしか出来なかったが、複数Undo出来るように変更 - ''' * 1時間ごとにフォロワー情報再取得 - ''' * 発言ソートで、ソートキーが日時以外の場合にstable sortに - ''' * 新着通知オフ時の強制イベント通知の初期設定値をFalseへ - ''' * 設定画面の動作→イベント受信時、を表示下へ移動 - ''' * 設定画面のUserStreamパネルの内容を基本→更新間隔へ移動、パネル削除 - ''' * 投稿時取得をUserStream有効時でも効くように戻し - ''' * gキーの関連発言表示でツイートのURLが含まれている場合に関連発言タブ [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 + '''==== Ver 1.0.0.2(2011/03/29) + ''' * 発言削除時に未読数がずれるバグ修正 + ''' * Favorite追加・削除時の発言色が反映されないバグ修正 + ''' * 不正画像対策強化 + ''' * 発言リストの選択状態がずれる問題に対処 + ''' * ユーザー発言タブで振分条件が追加できるバグ修正 + ''' * タブ選択画面にユーザー発言タブが表示されるバグ修正 + ''' * TwitterのユーザープロフィールURLをCtrl+クリック時は、設定の「Tweenタブ表示orWeb表示の設定」と逆の動作をするよう変更 + ''' * ユーザーのアイコン画像が表示されないバグ修正 + ''' * 画像サムネイル表示サービスにpikubo、ニコニコ静画を追加 + ''' * User Streams有効時のイベント一覧をCSVファイル保存できるように + ''' * Ctrl-j/kでのカーソル移動が出来ないバグ修正 + ''' * 全取得停止機能追加(ファイル→「All Refresh Stop」) + ''' * 発言リストで発言をダブルクリックした際の動作を設定で変更可能に + ''' * ユーザー定義のURLを開く機能を追加。設定画面のURL指定に{ID}を [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 ''' Friend ReadOnly Property ChangeLog() As String Get @@ -1410,6 +1409,24 @@ End Property ''' + ''' 取得(&M) に類似しているローカライズされた文字列を検索します。 + ''' + Friend ReadOnly Property ListManageGetMoreUsers1() As String + Get + Return ResourceManager.GetString("ListManageGetMoreUsers1", resourceCulture) + End Get + End Property + + ''' + ''' さらに取得(&M) に類似しているローカライズされた文字列を検索します。 + ''' + Friend ReadOnly Property ListManageGetMoreUsers2() As String + Get + Return ResourceManager.GetString("ListManageGetMoreUsers2", resourceCulture) + End Get + End Property + + ''' ''' リスト名を入力してください に類似しているローカライズされた文字列を検索します。 ''' Friend ReadOnly Property ListManageOKButton1() As String Modified: trunk/Tween/My Project/Resources.en.resx =================================================================== --- trunk/Tween/My Project/Resources.en.resx 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/My Project/Resources.en.resx 2011-04-07 09:51:15 UTC (rev 1513) @@ -972,4 +972,10 @@ Consumption API count if using Users Streams : {0} / h + + Get members(&M) + + + Get more(&M) + \ No newline at end of file Modified: trunk/Tween/My Project/Resources.resx =================================================================== --- trunk/Tween/My Project/Resources.resx 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/My Project/Resources.resx 2011-04-07 09:51:15 UTC (rev 1513) @@ -1090,4 +1090,10 @@ BlockIds取得完了 + + 取得(&M) + + + さらに取得(&M) + \ No newline at end of file Modified: trunk/Tween/My Project/Resources.zh-CHS.resx =================================================================== --- trunk/Tween/My Project/Resources.zh-CHS.resx 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/My Project/Resources.zh-CHS.resx 2011-04-07 09:51:15 UTC (rev 1513) @@ -993,4 +993,10 @@ UserTimeline + + Get members(&M) + + + Get more(&M) + \ No newline at end of file Modified: trunk/Tween/Setting/SettingCommon.vb =================================================================== --- trunk/Tween/Setting/SettingCommon.vb 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/Setting/SettingCommon.vb 2011-04-07 09:51:15 UTC (rev 1513) @@ -118,7 +118,7 @@ Public DispLatestPost As DispTitleEnum = DispTitleEnum.Post Public SortOrderLock As Boolean = False Public TinyUrlResolve As Boolean = True - Public ShortUrlForceResolve As Boolean = True + Public ShortUrlForceResolve As Boolean = False Public PeriodAdjust As Boolean = True Public StartupVersion As Boolean = True Public StartupFollowers As Boolean = True Modified: trunk/Tween/ShortUrl.vb =================================================================== --- trunk/Tween/ShortUrl.vb 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/ShortUrl.vb 2011-04-07 09:51:15 UTC (rev 1513) @@ -120,13 +120,13 @@ End If End SyncLock - Dim m As MatchCollection = Regex.Matches(orgData, "http://.+?/)(?[^""]+)""", RegexOptions.IgnoreCase) + Dim m As MatchCollection = Regex.Matches(orgData, "http://.+?/)(?[^""]+)?""", RegexOptions.IgnoreCase) Dim urlList As New List(Of String) For Each orgUrlMatch As Match In m Dim orgUrl As String = orgUrlMatch.Result("${svc}") Dim orgUrlPath As String = orgUrlMatch.Result("${path}") If (_isForceResolve OrElse Array.IndexOf(_ShortUrlService, orgUrl) > -1) AndAlso _ - Not urlList.Contains(orgUrl + orgUrlPath) Then + Not urlList.Contains(orgUrl + orgUrlPath) AndAlso orgUrl <> "http://twitter.com/" Then SyncLock _lockObj urlList.Add(orgUrl + orgUrlPath) End SyncLock Modified: trunk/Tween/Twitter.vb =================================================================== --- trunk/Tween/Twitter.vb 2011-04-06 12:47:42 UTC (rev 1512) +++ trunk/Tween/Twitter.vb 2011-04-07 09:51:15 UTC (rev 1513) @@ -2706,17 +2706,19 @@ If Text Is Nothing Then Return Nothing Dim retStr As String = Text.Replace(">", "<<<<>>>>").Replace("<", "<<<<>>>>") 'uriの正規表現 + Const url_valid_domain As String = "(?(?:[\.-]|[^\p{P}\s])+\.[a-z]{2,}(?::[0-9]+)?)" Const url_valid_general_path_chars As String = "[a-z0-9!*';:=+$/%#\[\]\-_,~]" - Const url_valid_url_path_ending_chars As String = "[a-z0-9=#/]" - Const pth As String = "(?/(?:(?:\(" + url_valid_general_path_chars + "+\))" + + Const url_balance_parens As String = "(?:\(" + url_valid_general_path_chars + "+\))" + Const url_valid_url_path_ending_chars As String = "(?:[a-z0-9=_#/\-\+]+|" + url_balance_parens + ")" + Const pth As String = "(?(/(?:" + url_balance_parens + "|@" + url_valid_general_path_chars + "+/" + - "|[.,]?" + url_valid_general_path_chars + - ")*" + - url_valid_url_path_ending_chars + "?)?" + "|[.,]?" + url_valid_general_path_chars + "+" + + ")?" + + url_valid_url_path_ending_chars + "?)?)" Const qry As String = "(?\?[a-z0-9!*'();:&=+$/%#\[\]\-_.,~]*[a-z0-9_&=#])?" Const rgUrl As String = "(?(?:[^\""':!=]|^|\:))" + "(?(?https?://|www\.)" + - "(?(?:[\.-]|[^\p{P}\s])+\.[a-z]{2,}(?::[0-9]+)?)" + + url_valid_domain + pth + qry + ")" From svnnotify @ sourceforge.jp Thu Apr 14 21:21:18 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 14 Apr 2011 21:21:18 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTRdICBVUkzjgYzjgYbjgb7jgY/jg6rjg7M=?= =?utf-8?b?44Kv44GV44KM44Gq44GE44OQ44Kw5L+u5q2j?= Message-ID: <1302783678.077408.12335.nullmailer@users.sourceforge.jp> Revision: 1514 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1514 Author: kiri_feather Date: 2011-04-14 21:21:17 +0900 (Thu, 14 Apr 2011) Log Message: ----------- URLがうまくリンクされないバグ修正 強制URL解決の時、クエリが落とされてリンクされるバグ修正 Modified Paths: -------------- trunk/Tween/ShortUrl.vb trunk/Tween/Twitter.vb -------------- next part -------------- Modified: trunk/Tween/ShortUrl.vb =================================================================== --- trunk/Tween/ShortUrl.vb 2011-04-07 09:51:15 UTC (rev 1513) +++ trunk/Tween/ShortUrl.vb 2011-04-14 12:21:17 UTC (rev 1514) @@ -149,7 +149,7 @@ retUrlStr = urlEncodeMultibyteChar(httpVar.GetRedirectTo(tmpurlStr)) If retUrlStr.StartsWith("http") Then retUrlStr = retUrlStr.Replace("""", "%22") 'ダブルコーテーションがあるとURL終端と判断されるため、これだけ再エンコード - orgData = orgData.Replace("(?https?://|www\.)" + url_valid_domain + - pth + + pth2 + qry + ")" '絶対パス表現のUriをリンクに置換 From svnnotify @ sourceforge.jp Mon Apr 25 01:40:35 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Mon, 25 Apr 2011 01:40:35 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTZdICBQaWNQbHrjga7nlLvlg4/jg5fjg6w=?= =?utf-8?b?44OT44Ol44O85a++5b+c?= Message-ID: <1303663235.941745.6959.nullmailer@users.sourceforge.jp> Revision: 1516 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1516 Author: syo68k Date: 2011-04-25 01:40:35 +0900 (Mon, 25 Apr 2011) Log Message: ----------- PicPlzの画像プレビュー対応 Modified Paths: -------------- trunk/Tween/Thumbnail.vb -------------- next part -------------- Modified: trunk/Tween/Thumbnail.vb =================================================================== --- trunk/Tween/Thumbnail.vb 2011-04-18 05:51:56 UTC (rev 1515) +++ trunk/Tween/Thumbnail.vb 2011-04-24 16:40:35 UTC (rev 1516) @@ -27,6 +27,8 @@ Imports System.ComponentModel Imports System.Text Imports System.Xml +Imports System.Runtime.Serialization +Imports System.Runtime.Serialization.Json Public Class Thumbnail @@ -105,34 +107,35 @@ End Class Private ThumbnailServices As ThumbnailService() = { - New ThumbnailService("ImgUr", AddressOf ImgUr_GetUrl, AddressOf ImgUr_CreateImage), _ - New ThumbnailService("DirectLink", AddressOf DirectLink_GetUrl, AddressOf DirectLink_CreateImage), _ - New ThumbnailService("TwitPic", AddressOf TwitPic_GetUrl, AddressOf TwitPic_CreateImage), _ - New ThumbnailService("yfrog", AddressOf yfrog_GetUrl, AddressOf yfrog_CreateImage), _ - New ThumbnailService("Plixi(TweetPhoto)", AddressOf Plixi_GetUrl, AddressOf Plixi_CreateImage), _ - New ThumbnailService("MobyPicture", AddressOf MobyPicture_GetUrl, AddressOf MobyPicture_CreateImage), _ - New ThumbnailService("携帯百景", AddressOf MovaPic_GetUrl, AddressOf MovaPic_CreateImage), _ - New ThumbnailService("はてなフォトライフ", AddressOf Hatena_GetUrl, AddressOf Hatena_CreateImage), _ - New ThumbnailService("PhotoShare/bctiny", AddressOf PhotoShare_GetUrl, AddressOf PhotoShare_CreateImage), _ - New ThumbnailService("img.ly", AddressOf imgly_GetUrl, AddressOf imgly_CreateImage), _ - New ThumbnailService("brightkite", AddressOf brightkite_GetUrl, AddressOf brightkite_CreateImage), _ - New ThumbnailService("Twitgoo", AddressOf Twitgoo_GetUrl, AddressOf Twitgoo_CreateImage), _ - New ThumbnailService("youtube", AddressOf youtube_GetUrl, AddressOf youtube_CreateImage), _ - New ThumbnailService("ニコニコ動画", AddressOf nicovideo_GetUrl, AddressOf nicovideo_CreateImage), _ - New ThumbnailService("ニコニコ静画", AddressOf nicoseiga_GetUrl, AddressOf nicoseiga_CreateImage), _ - New ThumbnailService("Pixiv", AddressOf Pixiv_GetUrl, AddressOf Pixiv_CreateImage), _ - New ThumbnailService("flickr", AddressOf flickr_GetUrl, AddressOf flickr_CreateImage), _ - New ThumbnailService("フォト蔵", AddressOf Photozou_GetUrl, AddressOf Photozou_CreateImage), _ - New ThumbnailService("TwitVideo", AddressOf TwitVideo_GetUrl, AddressOf TwitVideo_CreateImage), _ - New ThumbnailService("Piapro", AddressOf Piapro_GetUrl, AddressOf Piapro_CreateImage), _ - New ThumbnailService("Tumblr", AddressOf Tumblr_GetUrl, AddressOf Tumblr_CreateImage), _ - New ThumbnailService("ついっぷるフォト", AddressOf TwipplePhoto_GetUrl, AddressOf TwipplePhoto_CreateImage), _ - New ThumbnailService("mypix/shamoji", AddressOf mypix_GetUrl, AddressOf mypix_CreateImage), _ - New ThumbnailService("ow.ly", AddressOf Owly_GetUrl, AddressOf Owly_CreateImage), _ - New ThumbnailService("vimeo", AddressOf Vimeo_GetUrl, AddressOf Vimeo_CreateImage), _ - New ThumbnailService("cloudfiles", AddressOf CloudFiles_GetUrl, AddressOf CloudFiles_CreateImage), _ - New ThumbnailService("instagram", AddressOf instagram_GetUrl, AddressOf instagram_CreateImage), _ - New ThumbnailService("pikubo", AddressOf pikubo_GetUrl, AddressOf pikubo_CreateImage) + New ThumbnailService("ImgUr", AddressOf ImgUr_GetUrl, AddressOf ImgUr_CreateImage), + New ThumbnailService("DirectLink", AddressOf DirectLink_GetUrl, AddressOf DirectLink_CreateImage), + New ThumbnailService("TwitPic", AddressOf TwitPic_GetUrl, AddressOf TwitPic_CreateImage), + New ThumbnailService("yfrog", AddressOf yfrog_GetUrl, AddressOf yfrog_CreateImage), + New ThumbnailService("Plixi(TweetPhoto)", AddressOf Plixi_GetUrl, AddressOf Plixi_CreateImage), + New ThumbnailService("MobyPicture", AddressOf MobyPicture_GetUrl, AddressOf MobyPicture_CreateImage), + New ThumbnailService("携帯百景", AddressOf MovaPic_GetUrl, AddressOf MovaPic_CreateImage), + New ThumbnailService("はてなフォトライフ", AddressOf Hatena_GetUrl, AddressOf Hatena_CreateImage), + New ThumbnailService("PhotoShare/bctiny", AddressOf PhotoShare_GetUrl, AddressOf PhotoShare_CreateImage), + New ThumbnailService("img.ly", AddressOf imgly_GetUrl, AddressOf imgly_CreateImage), + New ThumbnailService("brightkite", AddressOf brightkite_GetUrl, AddressOf brightkite_CreateImage), + New ThumbnailService("Twitgoo", AddressOf Twitgoo_GetUrl, AddressOf Twitgoo_CreateImage), + New ThumbnailService("youtube", AddressOf youtube_GetUrl, AddressOf youtube_CreateImage), + New ThumbnailService("ニコニコ動画", AddressOf nicovideo_GetUrl, AddressOf nicovideo_CreateImage), + New ThumbnailService("ニコニコ静画", AddressOf nicoseiga_GetUrl, AddressOf nicoseiga_CreateImage), + New ThumbnailService("Pixiv", AddressOf Pixiv_GetUrl, AddressOf Pixiv_CreateImage), + New ThumbnailService("flickr", AddressOf flickr_GetUrl, AddressOf flickr_CreateImage), + New ThumbnailService("フォト蔵", AddressOf Photozou_GetUrl, AddressOf Photozou_CreateImage), + New ThumbnailService("TwitVideo", AddressOf TwitVideo_GetUrl, AddressOf TwitVideo_CreateImage), + New ThumbnailService("Piapro", AddressOf Piapro_GetUrl, AddressOf Piapro_CreateImage), + New ThumbnailService("Tumblr", AddressOf Tumblr_GetUrl, AddressOf Tumblr_CreateImage), + New ThumbnailService("ついっぷるフォト", AddressOf TwipplePhoto_GetUrl, AddressOf TwipplePhoto_CreateImage), + New ThumbnailService("mypix/shamoji", AddressOf mypix_GetUrl, AddressOf mypix_CreateImage), + New ThumbnailService("ow.ly", AddressOf Owly_GetUrl, AddressOf Owly_CreateImage), + New ThumbnailService("vimeo", AddressOf Vimeo_GetUrl, AddressOf Vimeo_CreateImage), + New ThumbnailService("cloudfiles", AddressOf CloudFiles_GetUrl, AddressOf CloudFiles_CreateImage), + New ThumbnailService("instagram", AddressOf instagram_GetUrl, AddressOf instagram_CreateImage), + New ThumbnailService("pikubo", AddressOf pikubo_GetUrl, AddressOf pikubo_CreateImage), + New ThumbnailService("PicPlz", AddressOf PicPlz_GetUrl, AddressOf PicPlz_CreateImage) } Public Sub New(ByVal Owner As TweenMain) @@ -233,7 +236,7 @@ Dim args As New CreateImageArgs args.url = url args.pics = arg.pics - args.tooltiptext = arg.tooltiptext + args.tooltipText = arg.tooltipText args.errmsg = "" If arg.imageCreators.Item(arg.urls.IndexOf(url)).Value(args) Then Exit For @@ -278,8 +281,8 @@ End If Owner.PreviewScrollBar.Value = 0 Owner.PreviewPicture.Image = _prev.pics(0).Value - If Not String.IsNullOrEmpty(_prev.tooltiptext(0).Value) Then - Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, _prev.tooltiptext(0).Value) + If Not String.IsNullOrEmpty(_prev.tooltipText(0).Value) Then + Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, _prev.tooltipText(0).Value) Else Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, "") End If @@ -307,9 +310,9 @@ If _prev IsNot Nothing AndAlso _curPost IsNot Nothing AndAlso _prev.statusId = _curPost.StatusId Then If _prev.pics.Count > e.NewValue Then Owner.PreviewPicture.Image = _prev.pics(e.NewValue).Value - If Not String.IsNullOrEmpty(_prev.tooltiptext(e.NewValue).Value) Then + If Not String.IsNullOrEmpty(_prev.tooltipText(e.NewValue).Value) Then Owner.ToolTip1.Hide(Owner.PreviewPicture) - Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, _prev.tooltiptext(e.NewValue).Value) + Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, _prev.tooltipText(e.NewValue).Value) Else Owner.ToolTip1.SetToolTip(Owner.PreviewPicture, "") Owner.ToolTip1.Hide(Owner.PreviewPicture) @@ -423,7 +426,7 @@ Return False End If args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function #End Region @@ -455,7 +458,7 @@ Dim img As Image = (New HttpVarious).GetImage(args.url.Value, args.url.Key, 10000, args.errmsg) If img Is Nothing Then Return False args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function #End Region @@ -503,7 +506,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -552,7 +555,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -602,7 +605,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -651,7 +654,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -700,7 +703,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -749,7 +752,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -806,7 +809,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -855,7 +858,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -904,7 +907,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -953,7 +956,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -1101,7 +1104,7 @@ Dim _img As Image = http.GetImage(imgurl, videourl, 10000, args.errmsg) If _img Is Nothing Then Return False args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, _img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, sb.ToString.Trim())) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, sb.ToString.Trim())) Return True End If End If @@ -1551,7 +1554,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -1803,7 +1806,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -1852,7 +1855,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function @@ -2026,7 +2029,7 @@ End If ' 成功した場合はURLに対応する画像、ツールチップテキストを登録 args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, img)) - args.tooltiptext.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, "")) Return True End Function #End Region @@ -2136,4 +2139,155 @@ #End Region +#Region "PicPlz" + ''' + ''' URL解析部で呼び出されるサムネイル画像URL作成デリゲート + ''' + ''' Class GetUrlArgs + ''' args.url URL文字列 + ''' args.imglist 解析成功した際にこのリストに元URL、サムネイルURLの形で作成するKeyValuePair + ''' + ''' 成功した場合True,失敗の場合False + ''' args.imglistには呼び出しもとで使用しているimglistをそのまま渡すこと + + Private Function PicPlz_GetUrl(ByVal args As GetUrlArgs) As Boolean + ' TODO URL判定処理を記述 + Dim mc As Match = Regex.Match(args.url, "^http://picplz\.com/user/\w+/pic/(?\w+)/?$", RegexOptions.IgnoreCase) + If mc.Success Then + ' TODO 成功時はサムネイルURLを作成しimglist.Addする + args.imglist.Add(New KeyValuePair(Of String, String)(args.url, mc.Value)) + Return True + End If + mc = Regex.Match(args.url, "^http://picplz\.com/(?\w+)?$", RegexOptions.IgnoreCase) + If mc.Success Then + ' TODO 成功時はサムネイルURLを作成しimglist.Addする + args.imglist.Add(New KeyValuePair(Of String, String)(args.url, mc.Value)) + Return True + End If + Return False + End Function + + ''' + ''' BackgroundWorkerから呼び出されるサムネイル画像作成デリゲート + ''' + ''' Class CreateImageArgs + ''' url As KeyValuePair(Of String, String) 元URLとサムネイルURLのKeyValuePair + ''' pics As List(Of KeyValuePair(Of String, Image)) 元URLとサムネイル画像のKeyValuePair + ''' tooltiptext As List(Of KeyValuePair(Of String, String)) 元URLとツールチップテキストのKeyValuePair + ''' errmsg As String 取得に失敗した際のエラーメッセージ + ''' + ''' サムネイル画像作成に成功した場合はTrue,失敗した場合はFalse + ''' なお失敗した場合はargs.errmsgにエラーを表す文字列がセットされる + ''' + + Private Class PicPlzDataModel + + Public Class Icon + Public Url As String + Public Width As Integer + Public Height As Integer + End Class + + + Public Class Creator + Public Username As String + Public DisplayName As String + Public FollowingCount As Int32 + Public FollowerCount As Int32 + Public Id As Int32 + Public Icon As PicPlzDataModel.Icon + End Class + + + Public Class PicFileInfo + Public Width As Integer + Public ImgUrl As String + Public Height As Integer + End Class + + + + Public Class PicFiles + Public Pic640r As PicFileInfo + Public Pic100sh As PicFileInfo + Public Pic320rh As PicFileInfo + End Class + + + Public Class Pics + Public ViewCount As Integer + Public Creator As Creator + Public Url As String + Public PicFiles As PicFiles + Public Caption As String + Public CommentCount As Integer + Public LikeCount As Integer + Public _Date As Int64 + Public Id As Integer + End Class + + + Public Class Value + Public Pics As Pics() + End Class + + + Public Class ResultData + Public Result As String + Public Value As Value + End Class + End Class + + Private Function PicPlz_CreateImage(ByVal args As CreateImageArgs) As Boolean + ' TODO: サムネイル画像読み込み処理を記述します + Dim http As New HttpVarious + Dim mc As Match + Dim apiurl As String = "http://api.picplz.com/api/v2/pic.json?" + mc = Regex.Match(args.url.Value, "^http://picplz\.com/user/\w+/pic/(?\w+)/?$", RegexOptions.IgnoreCase) + If mc.Success Then + apiurl += "longurl_ids=" + mc.Groups("longurl_ids").Value + Else + mc = Regex.Match(args.url.Value, "^http://picplz\.com/(?\w+)?$", RegexOptions.IgnoreCase) + If mc.Success Then + apiurl += "shorturl_ids=" + mc.Groups("shorturl_ids").Value + Else + Return False + End If + End If + Dim src As String = "" + Dim imgurl As String = "" + If (New HttpVarious).GetData(apiurl, Nothing, src, 0, args.errmsg, GetUserAgentString()) Then + Dim sb As New StringBuilder + Dim serializer As New DataContractJsonSerializer(GetType(PicPlzDataModel.ResultData)) + Dim res As PicPlzDataModel.ResultData = CreateDataFromJson(Of PicPlzDataModel.ResultData)(src) + + If res.Result = "ok" Then + Try + imgurl = res.Value.Pics(0).PicFiles.Pic320rh.ImgUrl + Catch ex As Exception + + End Try + + Try + sb.Append(res.Value.Pics(0).Caption) + Catch ex As Exception + + End Try + Else + Return False + End If + + If Not String.IsNullOrEmpty(imgurl) Then + Dim _img As Image = http.GetImage(imgurl, args.url.Key, 0, args.errmsg) + If _img Is Nothing Then Return False + args.pics.Add(New KeyValuePair(Of String, Image)(args.url.Key, _img)) + args.tooltipText.Add(New KeyValuePair(Of String, String)(args.url.Key, sb.ToString.Trim())) + Return True + End If + End If + Return False + End Function + +#End Region + End Class \ No newline at end of file From svnnotify @ sourceforge.jp Tue Apr 26 20:43:07 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Apr 2011 20:43:07 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTddICDnmbroqIDoqbPntLDjgadDdHJsK1No?= =?utf-8?b?aWZ0K0bjgpLmirzjgZnjgajkvovlpJbjgYznmbrnlJ/jgZnjgovjg5DjgrA=?= =?utf-8?b?44KS5L+u5q2j?= Message-ID: <1303818187.893729.4805.nullmailer@users.sourceforge.jp> Revision: 1517 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1517 Author: syo68k Date: 2011-04-26 20:43:07 +0900 (Tue, 26 Apr 2011) Log Message: ----------- 発言詳細でCtrl+Shift+Fを押すと例外が発生するバグを修正 Modified Paths: -------------- trunk/Tween/Tween.vb -------------- next part -------------- Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-04-24 16:40:35 UTC (rev 1516) +++ trunk/Tween/Tween.vb 2011-04-26 11:43:07 UTC (rev 1517) @@ -5332,7 +5332,7 @@ Return True Case Keys.F If ListTab.SelectedTab IsNot Nothing Then - If _statuses.Tabs(ListTab.SelectedTab.Text).TabType <> TabUsageType.PublicSearch Then + If _statuses.Tabs(ListTab.SelectedTab.Text).TabType = TabUsageType.PublicSearch Then ListTab.SelectedTab.Controls("panelSearch").Controls("comboSearch").Focus() Return True End If From svnnotify @ sourceforge.jp Tue Apr 26 21:21:53 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Apr 2011 21:21:53 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MThdIENoYW5nZUxvZy4gdHh06L+95b6T?= Message-ID: <1303820513.745673.19398.nullmailer@users.sourceforge.jp> Revision: 1518 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1518 Author: kiri_feather Date: 2011-04-26 21:21:53 +0900 (Tue, 26 Apr 2011) Log Message: ----------- ChangeLog.txt追従 Modified Paths: -------------- trunk/Tween/Resources/ChangeLog.txt -------------- next part -------------- Modified: trunk/Tween/Resources/ChangeLog.txt =================================================================== --- trunk/Tween/Resources/ChangeLog.txt 2011-04-26 11:43:07 UTC (rev 1517) +++ trunk/Tween/Resources/ChangeLog.txt 2011-04-26 12:21:53 UTC (rev 1518) @@ -1,6 +1,11 @@ ?更新履歴 -==== Ver 1.0.0.2(2011/03/29) +==== Ver 1.0.1.0(2011/04/26) + * ニコニコニュースURLをnico.msで圧縮できるように対応 + * 振分ルール編集画面で、ルール編集中は削除ボタンを押せないように修正 + * User Streams使用時、ブロックしているユーザーの発言を表示しないように変更 + * 文中の全URLに対し、URL短縮されている場合と同様解決を試みる設定を追加。通信量増えるので注意。デフォルトオフ。 + * 一部URLが正しくリンクされないバグ修正 * 発言削除時に未読数がずれるバグ修正 * Favorite追加・削除時の発言色が反映されないバグ修正 * 不正画像対策強化 @@ -9,11 +14,11 @@ * タブ選択画面にユーザー発言タブが表示されるバグ修正 * TwitterのユーザープロフィールURLをCtrl+クリック時は、設定の「Tweenタブ表示orWeb表示の設定」と逆の動作をするよう変更 * ユーザーのアイコン画像が表示されないバグ修正 - * 画像サムネイル表示サービスにpikubo、ニコニコ静画を追加 + * 画像サムネイル表示サービスにpikubo、ニコニコ静画、PicPlzを追加 * User Streams有効時のイベント一覧をCSVファイル保存できるように * Ctrl-j/kでのカーソル移動が出来ないバグ修正 * 全取得停止機能追加(ファイル→「All Refresh Stop」) - * 発言リストで発言をダブルクリックした際の動作を設定で変更可能に + * リストの発言をダブルクリックした際の動作を設定で変更可能に(Reply/Fav/プロフィール表示/ユーザーTL/関連発言表示/ブラウザでHome表示/ブラウザでステータス表示/なし) * ユーザー定義のURLを開く機能を追加。設定画面のURL指定に{ID}を使ってユーザー名を指定可能。ショートカットはCtrl-Alt-H。 * 重複した公式RTを表示しないよう設定で変更可能に。この場合でも10回RTされたら1回は表示されます。 * バージョンチェックが失敗する問題に対処 From svnnotify @ sourceforge.jp Tue Apr 26 21:31:44 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 26 Apr 2011 21:31:44 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MTldICBKU09O6Kej5p6Q5pmC44Gu44Ko44Op?= =?utf-8?b?44O85Yem55CG6L+95Yqg?= Message-ID: <1303821104.494182.30630.nullmailer@users.sourceforge.jp> Revision: 1519 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1519 Author: syo68k Date: 2011-04-26 21:31:44 +0900 (Tue, 26 Apr 2011) Log Message: ----------- JSON解析時のエラー処理追加 Modified Paths: -------------- trunk/Tween/Google.vb trunk/Tween/Thumbnail.vb -------------- next part -------------- Modified: trunk/Tween/Google.vb =================================================================== --- trunk/Tween/Google.vb 2011-04-26 12:21:53 UTC (rev 1518) +++ trunk/Tween/Google.vb 2011-04-26 12:31:44 UTC (rev 1519) @@ -196,8 +196,15 @@ Dim content As String = "" If http.GetData(apiurl, headers, content) Then Dim serializer As New DataContractJsonSerializer(GetType(TranslateResponse)) - Dim res As TranslateResponse = CreateDataFromJson(Of TranslateResponse)(content) + Dim res As TranslateResponse + Try + res = CreateDataFromJson(Of TranslateResponse)(content) + Catch ex As Exception + ErrMsg = "Err:Invalid JSON" + Return False + End Try + If res.ResponseData Is Nothing Then ErrMsg = "Err:" + res.ResponseDetails Return False @@ -221,8 +228,12 @@ Dim content As String = "" If http.GetData(apiurl, headers, content) Then Dim serializer As New DataContractJsonSerializer(GetType(LanguageDetectResponse)) - Dim res As LanguageDetectResponse = CreateDataFromJson(Of LanguageDetectResponse)(content) - Return res.ResponseData.Language + Try + Dim res As LanguageDetectResponse = CreateDataFromJson(Of LanguageDetectResponse)(content) + Return res.ResponseData.Language + Catch ex As Exception + Return "" + End Try End If Return "" End Function Modified: trunk/Tween/Thumbnail.vb =================================================================== --- trunk/Tween/Thumbnail.vb 2011-04-26 12:21:53 UTC (rev 1518) +++ trunk/Tween/Thumbnail.vb 2011-04-26 12:31:44 UTC (rev 1519) @@ -2259,8 +2259,14 @@ If (New HttpVarious).GetData(apiurl, Nothing, src, 0, args.errmsg, GetUserAgentString()) Then Dim sb As New StringBuilder Dim serializer As New DataContractJsonSerializer(GetType(PicPlzDataModel.ResultData)) - Dim res As PicPlzDataModel.ResultData = CreateDataFromJson(Of PicPlzDataModel.ResultData)(src) + Dim res As PicPlzDataModel.ResultData + Try + res = CreateDataFromJson(Of PicPlzDataModel.ResultData)(src) + Catch ex As Exception + Return False + End Try + If res.Result = "ok" Then Try imgurl = res.Value.Pics(0).PicFiles.Pic320rh.ImgUrl From svnnotify @ sourceforge.jp Wed Apr 27 02:51:47 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 27 Apr 2011 02:51:47 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MjBdICBnb29nbGVVUkznn63nuK7vvIjkvZw=?= =?utf-8?b?44KK44GL44GR77yJ?= Message-ID: <1303840307.778015.8117.nullmailer@users.sourceforge.jp> Revision: 1520 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1520 Author: syo68k Date: 2011-04-27 02:51:47 +0900 (Wed, 27 Apr 2011) Log Message: ----------- googleURL短縮(作りかけ) Modified Paths: -------------- trunk/Tween/Google.vb -------------- next part -------------- Modified: trunk/Tween/Google.vb =================================================================== --- trunk/Tween/Google.vb 2011-04-26 12:31:44 UTC (rev 1519) +++ trunk/Tween/Google.vb 2011-04-26 17:51:47 UTC (rev 1520) @@ -30,11 +30,12 @@ Imports System.Runtime.Serialization Imports System.Linq -' http://code.google.com/intl/ja/apis/ajaxlanguage/documentation/#fonje -' デベロッパー ガイド - Google AJAX Language API - Google Code - Public Class Google +#Region "Translation" + ' http://code.google.com/intl/ja/apis/ajaxlanguage/documentation/#fonje + ' デベロッパー ガイド - Google AJAX Language API - Google Code + Private Const TranslateEndPoint As String = "http://ajax.googleapis.com/ajax/services/language/translate" Private Const LanguageDetectEndPoint As String = "https://ajax.googleapis.com/ajax/services/language/detect" @@ -245,4 +246,31 @@ Public Function GetIndexFromLanguageEnum(ByVal lang As String) As Integer Return LanguageTable.IndexOf(lang) End Function +#End Region + +#Region "UrlShortener" + ' http://code.google.com/intl/ja/apis/urlshortener/v1/getting_started.html + ' Google URL Shortener API + + + Private Class UrlShortenerParameter + Dim LongUrl As String + End Class + + + Private Class UrlShortenerResponse + + End Class + + Public Function Shorten(ByVal source As String) As String + Dim http As New HttpVarious + Dim apiurl As String = "https://www.googleapis.com/urlshortener/v1/url" + Dim headers As New Dictionary(Of String, String) + headers.Add("User-Agent", GetUserAgentString()) + headers.Add("Content-Type", "application/json") + + http.PostData(apiurl, headers) + Return "" + End Function +#End Region End Class From svnnotify @ sourceforge.jp Thu Apr 28 23:57:46 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 28 Apr 2011 23:57:46 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MjFdICAxMDEw44Oq44Oq44O844K5?= Message-ID: <1304002666.975132.5155.nullmailer@users.sourceforge.jp> Revision: 1521 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1521 Author: kiri_feather Date: 2011-04-28 23:57:46 +0900 (Thu, 28 Apr 2011) Log Message: ----------- 1010リリース Modified Paths: -------------- trunk/Tween/My Project/AssemblyInfo.vb trunk/Tween/Resources/ChangeLog.txt -------------- next part -------------- Modified: trunk/Tween/My Project/AssemblyInfo.vb =================================================================== --- trunk/Tween/My Project/AssemblyInfo.vb 2011-04-26 17:51:47 UTC (rev 1520) +++ trunk/Tween/My Project/AssemblyInfo.vb 2011-04-28 14:57:46 UTC (rev 1521) @@ -55,5 +55,5 @@ ' - + Modified: trunk/Tween/Resources/ChangeLog.txt =================================================================== --- trunk/Tween/Resources/ChangeLog.txt 2011-04-26 17:51:47 UTC (rev 1520) +++ trunk/Tween/Resources/ChangeLog.txt 2011-04-28 14:57:46 UTC (rev 1521) @@ -1,6 +1,6 @@ ?更新履歴 -==== Ver 1.0.1.0(2011/04/26) +==== Ver 1.0.1.0(2011/04/28) * ニコニコニュースURLをnico.msで圧縮できるように対応 * 振分ルール編集画面で、ルール編集中は削除ボタンを押せないように修正 * User Streams使用時、ブロックしているユーザーの発言を表示しないように変更 From svnnotify @ sourceforge.jp Fri Apr 29 19:22:09 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 29 Apr 2011 19:22:09 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1MjJdICBFdmVudExpc3Tjgafjg4Djg5bjg6s=?= =?utf-8?b?44Kv44Oq44OD44Kv5pmC44GrQXJndW1lbnRPdXRPZlJhbmdlRXhjZXB0aW9u?= =?utf-8?b?44GZ44KL5aC05ZCI44Gr5a++5Yem?= Message-ID: <1304072529.295207.30915.nullmailer@users.sourceforge.jp> Revision: 1522 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1522 Author: f_swallow Date: 2011-04-29 19:22:09 +0900 (Fri, 29 Apr 2011) Log Message: ----------- EventListでダブルクリック時にArgumentOutOfRangeExceptionする場合に対処 Modified Paths: -------------- trunk/Tween/EventViewerDialog.vb -------------- next part -------------- Modified: trunk/Tween/EventViewerDialog.vb =================================================================== --- trunk/Tween/EventViewerDialog.vb 2011-04-28 14:57:46 UTC (rev 1521) +++ trunk/Tween/EventViewerDialog.vb 2011-04-29 10:22:09 UTC (rev 1522) @@ -65,7 +65,7 @@ End Sub Private Sub EventList_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EventList.DoubleClick - If _filterdEventSource(EventList.SelectedIndices(0)) IsNot Nothing Then + If Not EventList.SelectedIndices.Count = 0 AndAlso _filterdEventSource(EventList.SelectedIndices(0)) IsNot Nothing Then TweenMain.OpenUriAsync("http://twitter.com/" + _filterdEventSource(EventList.SelectedIndices(0)).Username) End If End Sub