From svnnotify @ sourceforge.jp Sat Jul 2 13:31:39 2011 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Sat, 02 Jul 2011 13:31:39 +0900 Subject: [Tween-svn] =?utf-8?b?WzE1NjZdICBVU+OBruWPjeaYoOmWk+malOiorQ==?= =?utf-8?b?5a6a5b6p5rS744CC5oqV56i/5pmC5Y+W5b6X5pyJ5Yq55pmC44GvQVBJ55m6?= =?utf-8?b?6KGM44Gb44Ga44Gr6LKv44KB44Gm44GC44KL55m66KiA44Gu5Y+N5pig44Gu?= =?utf-8?b?44G/6KGM44GG44CC?= Message-ID: <1309581099.292956.17591.nullmailer@users.sourceforge.jp> Revision: 1566 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1566 Author: kiri_feather Date: 2011-07-02 13:31:38 +0900 (Sat, 02 Jul 2011) Log Message: ----------- USの反映間隔設定復活。投稿時取得有効時はAPI発行せずに貯めてある発言の反映のみ行う。 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/Tween.vb -------------- next part -------------- Modified: trunk/Tween/AppendSettingDialog.Designer.vb =================================================================== --- trunk/Tween/AppendSettingDialog.Designer.vb 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/AppendSettingDialog.Designer.vb 2011-07-02 04:31:38 UTC (rev 1566) @@ -26,6 +26,29 @@ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AppendSettingDialog)) Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.TreeViewSetting = New System.Windows.Forms.TreeView() + Me.GetPeriodPanel = New System.Windows.Forms.Panel() + Me.UserstreamPeriod = New System.Windows.Forms.TextBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.LabelApiUsingUserStreamEnabled = New System.Windows.Forms.Label() + Me.LabelUserStreamActive = New System.Windows.Forms.Label() + Me.Label21 = New System.Windows.Forms.Label() + Me.UserTimelinePeriod = New System.Windows.Forms.TextBox() + Me.TimelinePeriod = New System.Windows.Forms.TextBox() + Me.Label3 = New System.Windows.Forms.Label() + Me.ButtonApiCalc = New System.Windows.Forms.Button() + Me.LabelPostAndGet = New System.Windows.Forms.Label() + Me.LabelApiUsing = New System.Windows.Forms.Label() + Me.Label33 = New System.Windows.Forms.Label() + Me.ListsPeriod = New System.Windows.Forms.TextBox() + Me.Label7 = New System.Windows.Forms.Label() + Me.PubSearchPeriod = New System.Windows.Forms.TextBox() + Me.Label69 = New System.Windows.Forms.Label() + Me.ReplyPeriod = New System.Windows.Forms.TextBox() + Me.CheckPostAndGet = New System.Windows.Forms.CheckBox() + Me.CheckPeriodAdjust = New System.Windows.Forms.CheckBox() + Me.Label5 = New System.Windows.Forms.Label() + Me.DMPeriod = New System.Windows.Forms.TextBox() + Me.StartupUserstreamCheck = New System.Windows.Forms.CheckBox() Me.BasedPanel = New System.Windows.Forms.Panel() Me.StartAuthButton = New System.Windows.Forms.Button() Me.AuthClearButton = New System.Windows.Forms.Button() @@ -201,27 +224,6 @@ Me.CheckShowGrid = New System.Windows.Forms.CheckBox() Me.chkUnreadStyle = New System.Windows.Forms.CheckBox() Me.OneWayLv = New System.Windows.Forms.CheckBox() - Me.GetPeriodPanel = New System.Windows.Forms.Panel() - Me.LabelApiUsingUserStreamEnabled = New System.Windows.Forms.Label() - Me.LabelUserStreamActive = New System.Windows.Forms.Label() - Me.Label21 = New System.Windows.Forms.Label() - Me.UserTimelinePeriod = New System.Windows.Forms.TextBox() - Me.TimelinePeriod = New System.Windows.Forms.TextBox() - Me.Label3 = New System.Windows.Forms.Label() - Me.ButtonApiCalc = New System.Windows.Forms.Button() - Me.LabelPostAndGet = New System.Windows.Forms.Label() - Me.LabelApiUsing = New System.Windows.Forms.Label() - Me.Label33 = New System.Windows.Forms.Label() - Me.ListsPeriod = New System.Windows.Forms.TextBox() - Me.Label7 = New System.Windows.Forms.Label() - Me.PubSearchPeriod = New System.Windows.Forms.TextBox() - Me.Label69 = New System.Windows.Forms.Label() - Me.ReplyPeriod = New System.Windows.Forms.TextBox() - Me.CheckPostAndGet = New System.Windows.Forms.CheckBox() - Me.CheckPeriodAdjust = New System.Windows.Forms.CheckBox() - Me.Label5 = New System.Windows.Forms.Label() - Me.DMPeriod = New System.Windows.Forms.TextBox() - Me.StartupUserstreamCheck = New System.Windows.Forms.CheckBox() Me.PreviewPanel = New System.Windows.Forms.Panel() Me.ReplyIconStateCombo = New System.Windows.Forms.ComboBox() Me.Label72 = New System.Windows.Forms.Label() @@ -276,6 +278,7 @@ Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() + Me.GetPeriodPanel.SuspendLayout() Me.BasedPanel.SuspendLayout() Me.CooperatePanel.SuspendLayout() Me.FoursquareGroupBox.SuspendLayout() @@ -291,7 +294,6 @@ Me.GroupBox3.SuspendLayout() Me.NotifyPanel.SuspendLayout() Me.TweetPrvPanel.SuspendLayout() - Me.GetPeriodPanel.SuspendLayout() Me.PreviewPanel.SuspendLayout() Me.FontPanel.SuspendLayout() Me.GroupBox1.SuspendLayout() @@ -304,11 +306,15 @@ ' '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.GetPeriodPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.BasedPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.CooperatePanel) Me.SplitContainer1.Panel2.Controls.Add(Me.ShortUrlPanel) @@ -321,22 +327,189 @@ Me.SplitContainer1.Panel2.Controls.Add(Me.ActionPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.NotifyPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.TweetPrvPanel) - Me.SplitContainer1.Panel2.Controls.Add(Me.GetPeriodPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.PreviewPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.FontPanel) + 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")) ' + 'GetPeriodPanel + ' + resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") + Me.GetPeriodPanel.Controls.Add(Me.UserstreamPeriod) + Me.GetPeriodPanel.Controls.Add(Me.Label1) + Me.GetPeriodPanel.Controls.Add(Me.LabelApiUsingUserStreamEnabled) + Me.GetPeriodPanel.Controls.Add(Me.LabelUserStreamActive) + Me.GetPeriodPanel.Controls.Add(Me.Label21) + Me.GetPeriodPanel.Controls.Add(Me.UserTimelinePeriod) + Me.GetPeriodPanel.Controls.Add(Me.TimelinePeriod) + Me.GetPeriodPanel.Controls.Add(Me.Label3) + Me.GetPeriodPanel.Controls.Add(Me.ButtonApiCalc) + Me.GetPeriodPanel.Controls.Add(Me.LabelPostAndGet) + Me.GetPeriodPanel.Controls.Add(Me.LabelApiUsing) + Me.GetPeriodPanel.Controls.Add(Me.Label33) + Me.GetPeriodPanel.Controls.Add(Me.ListsPeriod) + Me.GetPeriodPanel.Controls.Add(Me.Label7) + Me.GetPeriodPanel.Controls.Add(Me.PubSearchPeriod) + Me.GetPeriodPanel.Controls.Add(Me.Label69) + Me.GetPeriodPanel.Controls.Add(Me.ReplyPeriod) + Me.GetPeriodPanel.Controls.Add(Me.CheckPostAndGet) + Me.GetPeriodPanel.Controls.Add(Me.CheckPeriodAdjust) + Me.GetPeriodPanel.Controls.Add(Me.Label5) + Me.GetPeriodPanel.Controls.Add(Me.DMPeriod) + Me.GetPeriodPanel.Controls.Add(Me.StartupUserstreamCheck) + Me.GetPeriodPanel.Name = "GetPeriodPanel" + Me.ToolTip1.SetToolTip(Me.GetPeriodPanel, resources.GetString("GetPeriodPanel.ToolTip")) + ' + 'UserstreamPeriod + ' + resources.ApplyResources(Me.UserstreamPeriod, "UserstreamPeriod") + Me.UserstreamPeriod.Name = "UserstreamPeriod" + Me.ToolTip1.SetToolTip(Me.UserstreamPeriod, resources.GetString("UserstreamPeriod.ToolTip")) + ' + 'Label1 + ' + resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.Name = "Label1" + Me.ToolTip1.SetToolTip(Me.Label1, resources.GetString("Label1.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")) + ' + 'StartupUserstreamCheck + ' + resources.ApplyResources(Me.StartupUserstreamCheck, "StartupUserstreamCheck") + Me.StartupUserstreamCheck.Name = "StartupUserstreamCheck" + Me.ToolTip1.SetToolTip(Me.StartupUserstreamCheck, resources.GetString("StartupUserstreamCheck.ToolTip")) + Me.StartupUserstreamCheck.UseVisualStyleBackColor = True + ' 'BasedPanel ' + resources.ApplyResources(Me.BasedPanel, "BasedPanel") Me.BasedPanel.Controls.Add(Me.StartAuthButton) Me.BasedPanel.Controls.Add(Me.AuthClearButton) Me.BasedPanel.Controls.Add(Me.AuthUserLabel) @@ -346,61 +519,71 @@ 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")) ' 'StartAuthButton ' resources.ApplyResources(Me.StartAuthButton, "StartAuthButton") Me.StartAuthButton.Name = "StartAuthButton" + Me.ToolTip1.SetToolTip(Me.StartAuthButton, resources.GetString("StartAuthButton.ToolTip")) Me.StartAuthButton.UseVisualStyleBackColor = True ' '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 ' '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")) ' 'CooperatePanel ' + resources.ApplyResources(Me.CooperatePanel, "CooperatePanel") Me.CooperatePanel.Controls.Add(Me.IsPreviewFoursquareCheckBox) Me.CooperatePanel.Controls.Add(Me.FoursquareGroupBox) Me.CooperatePanel.Controls.Add(Me.Label39) @@ -413,117 +596,136 @@ 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")) ' 'IsPreviewFoursquareCheckBox ' resources.ApplyResources(Me.IsPreviewFoursquareCheckBox, "IsPreviewFoursquareCheckBox") Me.IsPreviewFoursquareCheckBox.Name = "IsPreviewFoursquareCheckBox" + Me.ToolTip1.SetToolTip(Me.IsPreviewFoursquareCheckBox, resources.GetString("IsPreviewFoursquareCheckBox.ToolTip")) Me.IsPreviewFoursquareCheckBox.UseVisualStyleBackColor = True ' 'FoursquareGroupBox ' + resources.ApplyResources(Me.FoursquareGroupBox, "FoursquareGroupBox") Me.FoursquareGroupBox.Controls.Add(Me.Label42) Me.FoursquareGroupBox.Controls.Add(Me.FoursquarePreviewWidthTextBox) Me.FoursquareGroupBox.Controls.Add(Me.FoursquarePreviewZoomTextBox) Me.FoursquareGroupBox.Controls.Add(Me.FoursquarePreviewHeightTextBox) Me.FoursquareGroupBox.Controls.Add(Me.Label41) Me.FoursquareGroupBox.Controls.Add(Me.Label40) - resources.ApplyResources(Me.FoursquareGroupBox, "FoursquareGroupBox") Me.FoursquareGroupBox.Name = "FoursquareGroupBox" Me.FoursquareGroupBox.TabStop = False + Me.ToolTip1.SetToolTip(Me.FoursquareGroupBox, resources.GetString("FoursquareGroupBox.ToolTip")) ' 'Label42 ' resources.ApplyResources(Me.Label42, "Label42") Me.Label42.Name = "Label42" + Me.ToolTip1.SetToolTip(Me.Label42, resources.GetString("Label42.ToolTip")) ' 'FoursquarePreviewWidthTextBox ' resources.ApplyResources(Me.FoursquarePreviewWidthTextBox, "FoursquarePreviewWidthTextBox") Me.FoursquarePreviewWidthTextBox.Name = "FoursquarePreviewWidthTextBox" + Me.ToolTip1.SetToolTip(Me.FoursquarePreviewWidthTextBox, resources.GetString("FoursquarePreviewWidthTextBox.ToolTip")) ' 'FoursquarePreviewZoomTextBox ' resources.ApplyResources(Me.FoursquarePreviewZoomTextBox, "FoursquarePreviewZoomTextBox") Me.FoursquarePreviewZoomTextBox.Name = "FoursquarePreviewZoomTextBox" + Me.ToolTip1.SetToolTip(Me.FoursquarePreviewZoomTextBox, resources.GetString("FoursquarePreviewZoomTextBox.ToolTip")) ' 'FoursquarePreviewHeightTextBox ' resources.ApplyResources(Me.FoursquarePreviewHeightTextBox, "FoursquarePreviewHeightTextBox") Me.FoursquarePreviewHeightTextBox.Name = "FoursquarePreviewHeightTextBox" + Me.ToolTip1.SetToolTip(Me.FoursquarePreviewHeightTextBox, resources.GetString("FoursquarePreviewHeightTextBox.ToolTip")) ' 'Label41 ' resources.ApplyResources(Me.Label41, "Label41") Me.Label41.Name = "Label41" + Me.ToolTip1.SetToolTip(Me.Label41, resources.GetString("Label41.ToolTip")) ' 'Label40 ' resources.ApplyResources(Me.Label40, "Label40") Me.Label40.Name = "Label40" + Me.ToolTip1.SetToolTip(Me.Label40, resources.GetString("Label40.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")) ' 'ShortUrlPanel ' + resources.ApplyResources(Me.ShortUrlPanel, "ShortUrlPanel") Me.ShortUrlPanel.Controls.Add(Me.CheckForceResolve) Me.ShortUrlPanel.Controls.Add(Me.CheckTinyURL) Me.ShortUrlPanel.Controls.Add(Me.TextBitlyPw) @@ -533,62 +735,72 @@ 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")) ' 'CheckForceResolve ' resources.ApplyResources(Me.CheckForceResolve, "CheckForceResolve") Me.CheckForceResolve.Name = "CheckForceResolve" + Me.ToolTip1.SetToolTip(Me.CheckForceResolve, resources.GetString("CheckForceResolve.ToolTip")) Me.CheckForceResolve.UseVisualStyleBackColor = True ' '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) @@ -601,8 +813,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 ' @@ -610,23 +822,27 @@ 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 ' @@ -634,46 +850,55 @@ 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.TwitterSearchAPIText) Me.ConnectionPanel.Controls.Add(Me.Label31) Me.ConnectionPanel.Controls.Add(Me.TwitterAPIText) @@ -682,33 +907,38 @@ 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")) ' '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 @@ -717,25 +947,30 @@ 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) @@ -764,171 +999,200 @@ 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) @@ -937,91 +1201,105 @@ 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) @@ -1039,97 +1317,115 @@ 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")) ' 'ActionPanel ' + resources.ApplyResources(Me.ActionPanel, "ActionPanel") Me.ActionPanel.Controls.Add(Me.Label38) Me.ActionPanel.Controls.Add(Me.ListDoubleClickActionComboBox) Me.ActionPanel.Controls.Add(Me.CheckOpenUserTimeline) @@ -1146,30 +1442,34 @@ 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) @@ -1177,14 +1477,15 @@ 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 @@ -1192,35 +1493,41 @@ 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 @@ -1229,74 +1536,87 @@ 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 ' 'NotifyPanel ' + resources.ApplyResources(Me.NotifyPanel, "NotifyPanel") Me.NotifyPanel.Controls.Add(Me.CheckUserUpdateEvent) Me.NotifyPanel.Controls.Add(Me.Label35) Me.NotifyPanel.Controls.Add(Me.ComboBoxEventNotifySound) @@ -1310,8 +1630,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 ' @@ -1327,12 +1647,14 @@ ' 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 ' @@ -1340,6 +1662,7 @@ 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 @@ -1368,6 +1691,7 @@ 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 @@ -1426,10 +1750,12 @@ 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) @@ -1443,13 +1769,14 @@ 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 @@ -1458,201 +1785,85 @@ 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 - ' - Me.GetPeriodPanel.Controls.Add(Me.LabelApiUsingUserStreamEnabled) - Me.GetPeriodPanel.Controls.Add(Me.LabelUserStreamActive) - Me.GetPeriodPanel.Controls.Add(Me.Label21) - Me.GetPeriodPanel.Controls.Add(Me.UserTimelinePeriod) - Me.GetPeriodPanel.Controls.Add(Me.TimelinePeriod) - Me.GetPeriodPanel.Controls.Add(Me.Label3) - Me.GetPeriodPanel.Controls.Add(Me.ButtonApiCalc) - Me.GetPeriodPanel.Controls.Add(Me.LabelPostAndGet) - Me.GetPeriodPanel.Controls.Add(Me.LabelApiUsing) - Me.GetPeriodPanel.Controls.Add(Me.Label33) - Me.GetPeriodPanel.Controls.Add(Me.ListsPeriod) - Me.GetPeriodPanel.Controls.Add(Me.Label7) - Me.GetPeriodPanel.Controls.Add(Me.PubSearchPeriod) - Me.GetPeriodPanel.Controls.Add(Me.Label69) - Me.GetPeriodPanel.Controls.Add(Me.ReplyPeriod) - Me.GetPeriodPanel.Controls.Add(Me.CheckPostAndGet) - Me.GetPeriodPanel.Controls.Add(Me.CheckPeriodAdjust) - Me.GetPeriodPanel.Controls.Add(Me.Label5) - Me.GetPeriodPanel.Controls.Add(Me.DMPeriod) - Me.GetPeriodPanel.Controls.Add(Me.StartupUserstreamCheck) - resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") - Me.GetPeriodPanel.Name = "GetPeriodPanel" - ' - 'LabelApiUsingUserStreamEnabled - ' - resources.ApplyResources(Me.LabelApiUsingUserStreamEnabled, "LabelApiUsingUserStreamEnabled") - Me.LabelApiUsingUserStreamEnabled.Name = "LabelApiUsingUserStreamEnabled" - ' - 'LabelUserStreamActive - ' - resources.ApplyResources(Me.LabelUserStreamActive, "LabelUserStreamActive") - Me.LabelUserStreamActive.Name = "LabelUserStreamActive" - ' - 'Label21 - ' - resources.ApplyResources(Me.Label21, "Label21") - Me.Label21.Name = "Label21" - ' - 'UserTimelinePeriod - ' - resources.ApplyResources(Me.UserTimelinePeriod, "UserTimelinePeriod") - Me.UserTimelinePeriod.Name = "UserTimelinePeriod" - ' - 'TimelinePeriod - ' - resources.ApplyResources(Me.TimelinePeriod, "TimelinePeriod") - Me.TimelinePeriod.Name = "TimelinePeriod" - ' - 'Label3 - ' - resources.ApplyResources(Me.Label3, "Label3") - Me.Label3.Name = "Label3" - ' - 'ButtonApiCalc - ' - resources.ApplyResources(Me.ButtonApiCalc, "ButtonApiCalc") - Me.ButtonApiCalc.Name = "ButtonApiCalc" - Me.ButtonApiCalc.UseVisualStyleBackColor = True - ' - 'LabelPostAndGet - ' - resources.ApplyResources(Me.LabelPostAndGet, "LabelPostAndGet") - Me.LabelPostAndGet.Name = "LabelPostAndGet" - ' - 'LabelApiUsing - ' - resources.ApplyResources(Me.LabelApiUsing, "LabelApiUsing") - Me.LabelApiUsing.Name = "LabelApiUsing" - ' - 'Label33 - ' - resources.ApplyResources(Me.Label33, "Label33") - Me.Label33.Name = "Label33" - ' - 'ListsPeriod - ' - resources.ApplyResources(Me.ListsPeriod, "ListsPeriod") - Me.ListsPeriod.Name = "ListsPeriod" - ' - 'Label7 - ' - resources.ApplyResources(Me.Label7, "Label7") - Me.Label7.Name = "Label7" - ' - 'PubSearchPeriod - ' - resources.ApplyResources(Me.PubSearchPeriod, "PubSearchPeriod") - Me.PubSearchPeriod.Name = "PubSearchPeriod" - ' - 'Label69 - ' - resources.ApplyResources(Me.Label69, "Label69") - Me.Label69.Name = "Label69" - ' - 'ReplyPeriod - ' - resources.ApplyResources(Me.ReplyPeriod, "ReplyPeriod") - Me.ReplyPeriod.Name = "ReplyPeriod" - ' - 'CheckPostAndGet - ' - resources.ApplyResources(Me.CheckPostAndGet, "CheckPostAndGet") - Me.CheckPostAndGet.Name = "CheckPostAndGet" - Me.CheckPostAndGet.UseVisualStyleBackColor = True - ' - 'CheckPeriodAdjust - ' - resources.ApplyResources(Me.CheckPeriodAdjust, "CheckPeriodAdjust") - Me.CheckPeriodAdjust.Name = "CheckPeriodAdjust" - Me.CheckPeriodAdjust.UseVisualStyleBackColor = True - ' - 'Label5 - ' - resources.ApplyResources(Me.Label5, "Label5") - Me.Label5.Name = "Label5" - ' - 'DMPeriod - ' - resources.ApplyResources(Me.DMPeriod, "DMPeriod") - Me.DMPeriod.Name = "DMPeriod" - ' - 'StartupUserstreamCheck - ' - resources.ApplyResources(Me.StartupUserstreamCheck, "StartupUserstreamCheck") - Me.StartupUserstreamCheck.Name = "StartupUserstreamCheck" - Me.StartupUserstreamCheck.UseVisualStyleBackColor = True - ' 'PreviewPanel ' + resources.ApplyResources(Me.PreviewPanel, "PreviewPanel") Me.PreviewPanel.Controls.Add(Me.ReplyIconStateCombo) Me.PreviewPanel.Controls.Add(Me.Label72) Me.PreviewPanel.Controls.Add(Me.ChkNewMentionsBlink) @@ -1670,38 +1881,43 @@ 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 @@ -1710,84 +1926,98 @@ 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 ' '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) @@ -1813,165 +2043,192 @@ 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")) ' '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 ' 'AppendSettingDialog @@ -1987,11 +2244,14 @@ Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "AppendSettingDialog" + Me.ToolTip1.SetToolTip(Me, resources.GetString("$this.ToolTip")) Me.TopMost = True Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) + Me.GetPeriodPanel.ResumeLayout(False) + Me.GetPeriodPanel.PerformLayout() Me.BasedPanel.ResumeLayout(False) Me.BasedPanel.PerformLayout() Me.CooperatePanel.ResumeLayout(False) @@ -2021,8 +2281,6 @@ Me.NotifyPanel.PerformLayout() Me.TweetPrvPanel.ResumeLayout(False) Me.TweetPrvPanel.PerformLayout() - Me.GetPeriodPanel.ResumeLayout(False) - Me.GetPeriodPanel.PerformLayout() Me.PreviewPanel.ResumeLayout(False) Me.PreviewPanel.PerformLayout() Me.FontPanel.ResumeLayout(False) @@ -2279,4 +2537,6 @@ Friend WithEvents Label42 As System.Windows.Forms.Label Friend WithEvents FoursquarePreviewWidthTextBox As System.Windows.Forms.TextBox Friend WithEvents StartAuthButton As System.Windows.Forms.Button + Friend WithEvents UserstreamPeriod As System.Windows.Forms.TextBox + Friend WithEvents Label1 As System.Windows.Forms.Label End Class Modified: trunk/Tween/AppendSettingDialog.en.resx =================================================================== --- trunk/Tween/AppendSettingDialog.en.resx 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/AppendSettingDialog.en.resx 2011-07-02 04:31:38 UTC (rev 1566) @@ -213,7 +213,197 @@ + + + + + 187, 12 + + + User Streams refresh Interval (sec) + + + + + + + + + 395, 24 + + + UserStream is enable. +Periodic fetching, Timeline/Mentions/DM, and Post&Fetch function is disable. + + + + + + UserTimeline Interval (sec) + + + + + + + + + + + + 170, 12 + + + Timeline Fetching Interval (sec.) + + + + + + Recalculation + + + + + + 358, 12 + + + Because "Post && fetch" is enabled, the API for each post consumed. + + + + + + + + + 150, 12 + + + Lists Fetching Interval (sec) + + + + + + + + + 149, 12 + + + Public Search Interval (sec.) + + + + + + + + + 156, 12 + + + Reply Fetching Interval (sec.) + + + + + + + + + 88, 16 + + + Post && fetch + + + + + + 150, 16 + + + Enable Auto-Adjustment + + + + + + 144, 12 + + + DM Fetching Interval (sec.) + + + + + + + + + 149, 16 + + + Auto connect at starting + + + + + + + + + + + + Clear + + + + + + + + + + + + 65, 12 + + + Auth status + + + + + + Auth + + + + + + 54, 12 + + + Password + + + + + + + + + + + + + 239, 16 @@ -454,15 +644,6 @@ - - 241, 16 - - - Enable to select BASIC auth in 'Basic' tab - - - - @@ -1262,142 +1443,6 @@ - - - - - 395, 24 - - - UserStream is enable. -Periodic fetching, Timeline/Mentions/DM, and Post&Fetch function is disable. - - - - - - UserTimeline Interval (sec) - - - - - - - - - - - - 170, 12 - - - Timeline Fetching Interval (sec.) - - - - - - Recalculation - - - - - - 358, 12 - - - Because "Post && fetch" is enabled, the API for each post consumed. - - - - - - - - - 150, 12 - - - Lists Fetching Interval (sec) - - - - - - - - - 149, 12 - - - Public Search Interval (sec.) - - - - - - - - - 156, 12 - - - Reply Fetching Interval (sec.) - - - - - - - - - 88, 16 - - - Post && fetch - - - - - - 150, 16 - - - Enable Auto-Adjustment - - - - - - 144, 12 - - - DM Fetching Interval (sec.) - - - - - - - - - - - - 149, 16 - - - Auto connect at starting - - - - - - 191, 12 - - - - Don't notify @@ -1560,75 +1605,6 @@ - - - - - - - - 70, 12 - - - Auth method - - - - - - Clear - - - - - - - - - - - - 65, 12 - - - Auth status - - - - - - Auth - - - - - - 56, 12 - - - Username - - - - - - 54, 12 - - - Password - - - - - - - - - - - - - Fore... Modified: trunk/Tween/AppendSettingDialog.resx =================================================================== --- trunk/Tween/AppendSettingDialog.resx 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/AppendSettingDialog.resx 2011-07-02 04:31:38 UTC (rev 1566) @@ -117,3264 +117,2253 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top - - - - True - - - 0, 0 + + 22, 203 - - Fill + + GroupBox1 - - 0, 0 + + + 19 - - - 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== - + + search.twitter.com - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd - U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ - bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 - AQEAAAEAAQABCAgIAgAAAAYHAAAABuaKleeovwYIAAAADFR3ZWV0QWN0Tm9kZQD/////CQUAAAD///// - CQUAAAAAAAAACw== - + + 205, 72 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl - AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL - UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp - bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn - ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB - CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA - AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No - ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl - eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v - dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= - + + True - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG - AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt - YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD - b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J - BQAAAP////8JBQAAAAAAAAAL - + + 10 - - - 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== - + + none - - 169, 368 + + + NoControl - - 0 + + 24 - - TreeViewSetting + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TreeView, 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 - - SplitContainer1.Panel1 + + 未読数(@未読数) - - 0 + + 100, 16 - - SplitContainer1.Panel1 + + 発言数/フォロー数/フォロワー数 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 全未読/全発言数 - - SplitContainer1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StartAuthButton + + 104, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + OK - - BasedPanel + + - - 0 + + NoControl - - AuthClearButton + + 16*16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 418, 158 - - BasedPanel + + - - 1 + + - - AuthUserLabel + + 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - BasedPanel + + 14 - - 2 + + CheckCloseToExit - - AuthStateLabel + + AZERBAIJANI - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - BasedPanel + + True - - 3 + + GetPeriodPanel - - Label4 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - BasedPanel + + - - 4 + + SplitContainer1.Panel2 - - AuthorizeButton + + bit.ly - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 5 - - - Label2 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + SplitContainer1.Panel2 - - 6 - - - Username - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + 331, 71 - - 7 + + StartAuthButton - - Password + + 83, 290 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - BasedPanel + + 0, 0 - - 8 + + NoControl - - Fill + + 9 - - False + + True - - 0, 0 + + TweetPrvPanel - - 518, 368 - - - 0 - - + False - - BasedPanel + + Label37 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - + 0 - - IsPreviewFoursquareCheckBox + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - CooperatePanel + + 16, 45 - - 0 + + 背景色 - - FoursquareGroupBox + + 18 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 213, 16 - - CooperatePanel + + 339, 115 - - 1 - - - Label39 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 2 - - - UserAppointUrlText - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel - - - 3 - - - ComboBoxTranslateLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 4 - - - Label29 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 5 - - - CheckOutputz - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - + 6 - - CheckNicoms + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - CooperatePanel + + GetPeriodPanel - - 7 + + 16 - - TextBoxOutputzKey + + 73, 19 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - CooperatePanel + + KANNADA - - 8 + + KAZAKH - - Label60 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConnectionTimeOut - - CooperatePanel + + - - 9 + + Listsから削除された - - Label59 + + HUNGARIAN - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ICELANDIC - - CooperatePanel + + INDONESIAN - - 10 + + INUKTITUT - - ComboBoxOutputzUrlmode + + IRISH - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ITALIAN - - CooperatePanel + + JAPANESE - - 11 + + JAVANESE - - Fill + + NotifyPanel - - False + + 5 - - 0, 0 + + - - 518, 368 + + YORUBA - - 12 + + Twitter API URL (api.twitter.com) False - - CooperatePanel + + 174, 16 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - SplitContainer1.Panel2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 1 - - CheckForceResolve + + 標準取得件数 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - ShortUrlPanel + + 11 - - 0 + + NoControl - - CheckTinyURL + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ShortUrlPanel + + 7 - - 1 + + 9 - - TextBitlyPw + + 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 + + HotkeyCtrl - - ShortUrlPanel + + NoControl - - 2 + + 自動調整する - - CheckAutoConvertUrl + + 50, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 3 - - - Label71 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - 4 - - ComboBoxAutoShortUrlFirst + + ユーザーのタイムラインを表示 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + ShortUrlPanel - - 5 + + 10 - - Label76 + + 22, 65 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - ShortUrlPanel + + Fill - - 6 + + - - Label77 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 165 - - ShortUrlPanel + + tinyurl - - 7 + + 4 - - TextBitlyId + + 15 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - ShortUrlPanel + + 205, 220 - - 8 + + Favoritesを取得する - - Fill + + 22, 20 - - False + + lblOWL - - 0, 0 + + - - 518, 368 + + CooperatePanel - - 13 + + 7 - - False + + TweetPrvPanel - - ShortUrlPanel + + 154, 12 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - SplitContainer1.Panel2 + + 4 - - 2 + + 0, 0 - - Label55 + + CheckMonospace - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + 5 - - 0 + + 182, 19 - - TextProxyPassword + + 87, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ProxyPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 1 - - RadioProxyNone + + 12 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 186, 19 - - ProxyPanel + + GetPeriodPanel - - 2 + + 18 - - LabelProxyPassword + + CooperatePanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - ProxyPanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + 7 - - RadioProxyIE + + 77, 12 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AppendSettingDialog - - ProxyPanel + + True - - 4 + + 17 - - TextProxyUser + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - ProxyPanel + + 22, 66 - - 5 + + True - - RadioProxySpecified + + 22, 22 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - ProxyPanel + + Label44 - - 6 + + - - LabelProxyUser + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Win - - ProxyPanel - - + 7 - - LabelProxyAddress + + UserAppointUrlText - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - + 8 - - TextProxyPort + + 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 + + - - ProxyPanel + + ShortUrlPanel - - 9 + + 1 - - TextProxyAddress + + 7 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - ProxyPanel + + - - 10 + + 4 - - LabelProxyPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 11 - - + Fill - - False + + 22, 133 - - 0, 0 + + tt h:mm - - 518, 368 + + 14 - - 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - ProxyPanel + + 13, 14 - - System.Windows.Forms.Panel, 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== + - - SplitContainer1.Panel2 + + StatusText - - 3 - - - TwitterSearchAPIText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 0 - - - Label31 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 1 - - - TwitterAPIText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 2 - Label8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ConnectionPanel + + lblUnread - - 3 + + 読み込んだポストを既読にする - - CheckUseSsl + + 通知なし - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConnectionPanel + + ShortUrlPanel - - 4 + + GroupBox3 - - Label64 + + 9, 198 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + StartupUserstreamCheck - - ConnectionPanel + + 8 - - 5 + + This is sample. - - ConnectionTimeOut + + 191, 252 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 81, 12 - - ConnectionPanel + + 関連発言表示 - - 6 - - - Label63 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 7 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 11 - - - False - - - ConnectionPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - + 4 - - GroupBox5 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + api.twitter.com - - FontPanel2 + + 5 - + 0 - - Fill + + 1 - - False + + Username - - 0, 0 + + NoControl - - 518, 368 + + ShortUrlPanel - - 10 + + ComboBoxAutoShortUrlFirst - - False + + MiddleLeft - - FontPanel2 + + 12 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - SplitContainer1.Panel2 - - - 5 - - - CheckHashSupple - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 0 - - - CheckAtIdSupple - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - + 1 - - ComboBoxPostKeySelect + + 片思いユーザーリストを取得する - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 63, 12 - - TweetActPanel + + - - 2 + + 154, 16 - - Label27 + + Label23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 262, 100 - - TweetActPanel + + BrowserPathText - - 3 + + - - CheckRetweetNoConfirm + + 259, 51 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - TweetActPanel + + True - - 4 + + 21 - - Label12 + + 片思いを色分けして表示する - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 278, 123 - - TweetActPanel + + - - 5 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckUseRecommendStatus + + 22, 93 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + TweetActPanel - - 6 - - - StatusText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 7 - - - Fill - - + False - - 0, 0 + + - - 518, 368 + + 173, 21 - - 6 + + LabelProxyPort - - False + + AuthStateLabel - - TweetActPanel + + - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - SplitContainer1.Panel2 - - - 6 - - - StartupReaded - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - StartupPanel - - - 0 - - - CheckStartupFollowers - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - StartupPanel - - - 1 - - - CheckStartupVersion - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - StartupPanel - - - 2 - - - chkGetFav - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - StartupPanel - - + 3 - - Fill + + 94, 12 - - False + + NotifyPanel - - 0, 0 + + 187, 16 - - 518, 368 + + 179, 123 - - 2 + + 公式RTする際に確認をしない - - False + + NoControl - - StartupPanel + + - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 86 - - SplitContainer1.Panel2 - - + 7 - - ListTextCountApi + + twitter.com - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BURMESE - - GetCountPanel + + CATALAN - - 0 + + True - - Label25 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - + 1 - - UserTimelineTextCountApi + + 5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 認証済み - - GetCountPanel + + 4 - - 2 - - - Label17 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 189, 16 - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label30 + + Label29 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label41 - - GetCountPanel + + 18 - - 4 - - - Label28 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 116, 15 - - 5 + + 12 - - Label19 + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 新着通知が無効でもイベントを通知する - - GetCountPanel + + 15 - - 6 + + 180, 16 - - FavoritesTextCountApi + + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GetCountPanel + + HotkeyWin - - 7 + + False - - SearchTextCountApi + + 175, 43 - - System.Windows.Forms.TextBox, 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 - - GetCountPanel + + フォローされた - + 8 - - Label66 + + 24, 282 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + English - - GetCountPanel + + NoControl - - 9 + + 新着時に未読をクリアする - - FirstTextCountApi + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 10 - - - GetMoreTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 11 - - - Label53 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 - - - UseChangeGetCount - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 175, 93 - - 13 + + True - - TextCountApiReply + + GroupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 14 - - - Label67 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 11 - - 15 + + 259, 209 - - TextCountApi + + 258, 127 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 70, 12 - - GetCountPanel + + 22, 158 - - 16 + + - - Fill + + 349, 12 - - False + + 41, 134 - - 0, 0 + + True - - 518, 368 + + NoControl - - 3 + + CooperatePanel - - False + + TextCountApiReply - - GetCountPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - SplitContainer1.Panel2 - - - 8 - - - Label38 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ActionPanel + + ConnectionPanel - + 0 - - ListDoubleClickActionComboBox + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ActionPanel + + NoControl - - 1 + + 144, 12 - - CheckOpenUserTimeline + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 58, 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ActionPanel + + False - - 2 - - - GroupBox3 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 3 - - - Label57 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - + 4 - - CheckFavRestrict + + CheckBlockEvent - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - ActionPanel + + 12 + + CheckUnfavoritesEvent + 5 - - Button3 + + 58, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - ActionPanel + + - - 6 + + True - - PlaySnd + + ProxyPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 20 - - ActionPanel + + This is sample. - - 7 + + CheckFollowEvent - - chkReadOwnPost + + GroupBox5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ShortUrlPanel - - ActionPanel + + lblRetweet - - 8 + + GroupBox3 - - Label15 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + ActionPanel - - 9 + + 518, 368 - - BrowserPathText + + 7 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 93 - - ActionPanel + + 7 - - 10 + + yyyy/MM/dd H:mm:ss - - UReadMng + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - ActionPanel + + CmbDateTimeFormat - - 11 + + 175, 143 - - Label44 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - ActionPanel + + CheckSortOrderLock - - 12 + + j.mp - - CheckCloseToExit + + CheckListCreatedEvent - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnTarget - - ActionPanel + + 6 - + 13 - - CheckMinimizeToTray - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 14 - - - CheckReadOldPosts - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 15 - - - Fill - - + False - - 0, 0 + + This is sample. - - 518, 368 + + 23 - - 5 - - - False - - - ActionPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 9 - - - CheckUserUpdateEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 0 - - - Label35 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel + + 13 - - 1 + + True - - ComboBoxEventNotifySound + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - NotifyPanel + + 初回の更新 - - 2 + + その人への@返信 - - CheckFavEventUnread + + 自分の発言 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 3 - - - CheckListCreatedEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - + 4 - - CheckBlockEvent - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel + + 114, 82 - - 5 + + True - - CheckForceEventNotify + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label42 - - NotifyPanel + + True - - 6 + + PreviewPanel - - CheckListMemberRemovedEvent + + 2 - - 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 - - NotifyPanel + + 131, 12 - - 7 + + True - - CheckListMemberAddedEvent + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + OneWayLv - - NotifyPanel + + NoControl - - 8 + + タイトルバーとツールチップにユーザー名を表示 - - CheckFollowEvent + + + 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== + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - NotifyPanel + + True - - 9 + + 40, 60 - - CheckUnfavoritesEvent + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - NotifyPanel - - - 10 - - - CheckFavoritesEvent - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + CheckNicoms - - CheckEventNotify + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + H:mm:ss yy/M/d - - NotifyPanel + + 113, 54 - - 12 + + MiddleLeft - - Fill + + 7 - - False + + SplitContainer1.Panel2 - - 0, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 518, 368 + + 0 - - 12 + + 22, 18 - - False + + True - - NotifyPanel + + URDU - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - SplitContainer1.Panel2 + + 117, 16 - - 10 + + SplitContainer1.Panel1 - - HideDuplicatedRetweetsCheck + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 0 - - - Label47 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + 22, 137 - + 1 - - LabelDateTimeFormatApplied + + 65, 19 - - System.Windows.Forms.Label, 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 - - TweetPrvPanel + + LabelProxyPassword - - 2 - - - Label62 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - + 3 - - CmbDateTimeFormat + + System.Windows.Forms.CheckBox, 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 + + NoControl - - TweetPrvPanel + + GetCountPanel - - 4 + + ShortUrlPanel - - Label23 + + ButtonBackToDefaultFontColor - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetCountPanel - - TweetPrvPanel + + True - - 5 + + 背景色 - - Label11 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 162 - - TweetPrvPanel + + GroupBox1 - - 6 + + SplitContainer1 - - IconSize + + 17 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TweetPrvPanel + + 9 - - 7 + + - - TextBox3 + + btnFav - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 186, 19 - - TweetPrvPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + GroupBox3 - - CheckSortOrderLock + + Label49 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - TweetPrvPanel + + 13 - - 9 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckShowGrid + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - TweetPrvPanel + + NoControl - - 10 + + Disable - - chkUnreadStyle + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + フッター(文末に付加) - - TweetPrvPanel + + NoControl - - 11 + + GetCountPanel - - OneWayLv + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 185, 116 - - TweetPrvPanel + + 入力欄アクティブ時背景色 - - 12 + + True - - Fill + + ListDoubleClickActionComboBox - - False + + - + 0, 0 - - 518, 368 - - - 8 - - + False - - TweetPrvPanel + + 4 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - + 11 - - LabelApiUsingUserStreamEnabled + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + その発言の@先の人の発言 - - GetPeriodPanel + + True - - 0 + + NoControl - - LabelUserStreamActive + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UserTimeline更新間隔(秒) - - GetPeriodPanel + + GetCountPanel - - 1 + + 60, 12 - - Label21 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ListTextCountApi - - GetPeriodPanel + + 8 - - 2 + + 3 - - UserTimelinePeriod + + CheckMinimizeToTray - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - GetPeriodPanel + + 0 - - 3 + + GroupBox3 - - TimelinePeriod + + 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 - - GetPeriodPanel + + True - + 4 - - Label3 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GetPeriodPanel + + UserstreamPeriod - - 5 + + NoControl - - ButtonApiCalc + + MiddleLeft - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GetPeriodPanel + + ConnectionPanel - - 6 - - - LabelPostAndGet - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel - - - 7 - - - LabelApiUsing - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + 11 - - 8 + + 518, 368 - - Label33 + + 70, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - + 9 - - ListsPeriod + + 11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetPrvPanel - - GetPeriodPanel + + 183, 16 - - 10 + + CheckOpenUserTimeline - - Label7 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34, 19 - - GetPeriodPanel + + True - - 11 + + 5 - - PubSearchPeriod + + 0, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GetPeriodPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 - - - Label69 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + btnAtSelf - - 13 + + GroupBox5 - - ReplyPeriod + + 170, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 14 - - - CheckPostAndGet - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - + 15 - - CheckPeriodAdjust + + SplitContainer1.Panel2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 16 - - - Label5 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel - - - 17 - - - DMPeriod - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 18 - - - StartupUserstreamCheck - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 19 - - + Fill - - False + + 102, 19 - - 0, 0 + + 8 - - 518, 368 + + 3.認証する - - 1 + + 0 - - False - - - GetPeriodPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 12 - - - ReplyIconStateCombo - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - + 0 - - Label72 + + 124, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - PreviewPanel + + 48, 16 - - 1 + + LabelPostAndGet - - ChkNewMentionsBlink + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - PreviewPanel + + - - 2 + + GroupBox5 - - chkTabIconDisp + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 3 - - - CheckPreviewEnable - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel - - - 4 - - - Label81 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 5 - - - LanguageCombo - - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + ニックネーム - - 6 + + CheckListMemberRemovedEvent - - Label13 + + TweetPrvPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - PreviewPanel + + GroupBox5 - - 7 - - - CheckAlwaysTop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 8 - - - CheckMonospace - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 9 - - - CheckBalloonLimit - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 10 - - - Label10 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + True - - 11 + + 259, 235 - - ComboDispTitle + + 2 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 12 - - - Label45 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 13 - - - cmbNameBalloon - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - + 14 - - CheckDispUsername + + 63, 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - PreviewPanel + + リストフォント - - 15 + + 117, 12 - - CheckBox3 + + 108, 23 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + キャンセル - - PreviewPanel + + SANSKRIT - - 16 + + 9 - - Fill + + BasedPanel - + False - - 0, 0 + + 10 - - 518, 368 + + NoControl - - 7 + + 10 - - False + + btnAtTo - - PreviewPanel + + ConnectionPanel - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 15 - - SplitContainer1.Panel2 + + PUNJABI - - 13 + + 2 - + GroupBox1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - FontPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + - - Fill + + - - False + + 13 - - 0, 0 + + 115, 12 - - 518, 368 + + - - 9 + + GetPeriodPanel - - False + + 6 - - FontPanel + + GroupBox1 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - SplitContainer1.Panel2 + + 15 - - 14 + + NoControl - + SplitContainer1.Panel2 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - SplitContainer1 + + - - 1 - - - 691, 368 - - - 169 - - - 0 - - - SplitContainer1 - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - + NoControl - - 113, 95 + + 13 - - 186, 23 + + ActionPanel - - 9 - - - 1.認証開始 - - - StartAuthButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 0 - - + NoControl - - 305, 64 + + 12 - - 75, 23 + + 8 - - 6 + + - - クリア + + 75, 22 - - AuthClearButton + + System.Windows.Forms.FontDialog, 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 + + Fill - - 1 + + 113, 95 - - NoControl + + AMHARIC - - 113, 68 + + - - 149, 14 - - + 5 - - 認証済み + + Userstream反映間隔(秒) - - AuthUserLabel + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 画面最小化・アイコン時のみバルーンを表示する - - BasedPanel + + BIHARI - - 2 + + 48, 12 - + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 113, 54 + + 有効 - - 112, 14 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 4 - - Not Authenticated + + SplitContainer1.Panel2 - - AuthStateLabel + + GetPeriodPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 79, 12 - - BasedPanel + + 48, 16 - - 3 + + 173, 146 - - True + + Disable - - NoControl + + ReplyIconStateCombo - - 22, 54 + + CheckAtIdSupple - - 53, 12 + + OS Default - - 3 + + - - 認証状態 + + 11 - - Label4 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label45 - - BasedPanel + + 40, 111 - - 4 + + 11 - - False + + ProxyPanel - - NoControl + + FirstTextCountApi - - 305, 126 + + 286, 270 - - 75, 23 - - - 12 - - - 3.認証する - - - AuthorizeButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 5 - - - True - - + NoControl - - 22, 133 - - - 31, 12 - - - 10 - - - 2.PIN - - - Label2 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel - - - 6 - - - Disable - - - 113, 109 - - - 186, 19 - - - 8 - - - False - - - Username - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 7 - - - 113, 130 - - - 186, 19 - - + 11 - - Password + + TweetActPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 122, 16 - - BasedPanel + + btnAtTarget - - 8 + + 2 - - True + + 192, 20 - - 24, 254 + + 0 - - 327, 16 + + 1 - - 20 + + CORSICAN - - FoursquareのURLからプレビューを表示する(非常に重くなります) + + CROATIAN - - IsPreviewFoursquareCheckBox + + PreviewPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - CooperatePanel - - - 0 - - - Label42 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FoursquareGroupBox - 0 - - FoursquarePreviewWidthTextBox + + BRETON - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BULGARIAN - - FoursquareGroupBox + + SWAHILI - - 1 + + SWEDISH - - FoursquarePreviewZoomTextBox + + CHEROKEE - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CHINESE - - FoursquareGroupBox + + CHINESE_SIMPLIFIED - - 2 + + CHINESE_TRADITIONAL - - FoursquarePreviewHeightTextBox + + 推奨フッターを使用する[TWNv○○] - - 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 - - FoursquareGroupBox + + SERBIAN - - 3 + + SINDHI - - Label41 + + SINHALESE - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SLOVAK - - FoursquareGroupBox + + SLOVENIAN - - 4 + + SPANISH - - Label40 + + SUNDANESE - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - FoursquareGroupBox - - + 5 - - False + + NoControl - - 21, 277 + + 343, 120 - - 485, 71 + + 125, 19 - - 19 + + Fav削除した、またはFav削除された - - FourSquare + + 0, 0 - - False + + 3 - - FoursquareGroupBox + + 22, 108 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - CooperatePanel - - - 1 - - + True - - 169, 17 + + NoControl - - 11, 12 + + 1 - - 5 + + 0 - - x - - - Label42 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox + + 22, 68 - - 0 + + 174, 12 - - 185, 15 + + H:mm:ss - - 50, 19 + + 75, 22 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquarePreviewWidthTextBox + + 63, 12 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 74, 110 - - FoursquareGroupBox + + 331, 171 - - 1 + + GetCountPanel - - 352, 16 + + 13 - - 63, 19 + + NoControl - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquarePreviewZoomTextBox - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox - - - 2 - - - 102, 15 - - - 58, 19 - - - 2 - - - FoursquarePreviewHeightTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FoursquareGroupBox - - - 3 - - - True - - - 241, 21 - - - 79, 12 - - - 1 - - - プレビューズーム - - - Label41 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FoursquareGroupBox - - + 4 - - True + + Twitter検索更新間隔(秒) - - 10, 21 + + 15 - - 78, 12 + + 185, 94 - - 0 - - - プレビューサイズ - Label40 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label39 - - FoursquareGroupBox + + GroupBox1 - - 5 + + 16 - + True - - 22, 203 + + GroupBox1 - - 401, 12 + + 22, 191 - - 17 + + 226, 16 - - ユーザー指定のURL({ID}をScreenNameに、{STATUS}をステータスIDに置き換えます) + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - Label39 + + btnUnread - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - CooperatePanel + + 3 - - 2 + + - - 205, 220 + + - - 301, 19 + + BASQUE - - 18 + + GroupBox3 - - UserAppointUrlText + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - CooperatePanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - AFRIKAANS + + 76, 12 - - ALBANIAN + + 184, 160 - - AMHARIC + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ARABIC + + 10 - - ARMENIAN + + - - AZERBAIJANI + + 251, 59 - - BASQUE + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BELARUSIAN + + NoControl - - BENGALI + + GroupBox1 - - BIHARI + + Favoritesイベント受信の際に書き込みを未読に戻す - - BRETON + + Fill - - BULGARIAN + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BURMESE + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CATALAN + + MiddleRight - - CHEROKEE + + CheckPostAndGet - - CHINESE + + True - - CHINESE_SIMPLIFIED + + 0 - - CHINESE_TRADITIONAL + + 91, 16 - - CORSICAN + + Label22 - - CROATIAN + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CZECH + + 145, 16 - - DANISH + + 22, 22 - - DHIVEHI + + ShortUrlPanel - - DUTCH + + 10 - - ENGLISH + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ESPERANTO + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ESTONIAN + + 6 - - FAROESE + + 3 - - FILIPINO + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FINNISH + + Fill - - FRENCH + + Fav追加した、またはFav追加された - - FRISIAN + + UserTimelineの取得数 - - GALICIAN + + - - GEORGIAN + + Fill - - GERMAN + + 339, 140 - - GREEK + + - - GUJARATI + + 16 - - HAITIAN_CREOLE + + 21 - - HEBREW + + 投稿時取得が有効のため、投稿のたびにAPIを消費します。 - - HINDI + + NoControl - - HUNGARIAN + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ICELANDIC + + 11, 12 - - INDONESIAN + + LUXEMBOURGISH - - INUKTITUT + + MACEDONIAN - - IRISH + + - - ITALIAN + + GroupBox1 - - JAPANESE + + 13 - - JAVANESE + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - KANNADA + + True - - KAZAKH - KHMER @@ -3396,7005 +2385,6081 @@ LATVIAN - - LITHUANIAN + + Password - - LUXEMBOURGISH + + 16 - - MACEDONIAN + + - - MALAY + + 118, 12 - - MALAYALAM + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MALTESE + + 3 - - MAORI + + 518, 368 - - MARATHI + + 2 - - MONGOLIAN + + NoControl - - NEPALI + + True - - NORWEGIAN + + 一般発言 - - OCCITAN + + ブラウザパス - - ORIYA + + - - PASHTO + + 5 - - PERSIAN + + True - - POLISH + + GetPeriodPanel - - PORTUGUESE + + - - PORTUGUESE_PORTUGAL + + 17 - - PUNJABI + + 7 - - QUECHUA + + 197, 20 - - ROMANIAN + + - - RUSSIAN + + 7 - - SANSKRIT + + - - SCOTS_GAELIC + + 9 - - SERBIAN + + ConnectionPanel - - SINDHI + + PreviewPanel - - SINHALESE + + 168, 15 - - SLOVAK + + True - - SLOVENIAN + + 999 - - SPANISH + + - - SUNDANESE + + AuthClearButton - - SWAHILI + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SWEDISH + + M/d H:mm - - SYRIAC + + NoControl - - TAJIK + + 271, 16 - - TAMIL + + - - TATAR + + GroupBox1 - - TELUGU + + - - THAI + + 12 - - TIBETAN + + lblInputBackcolor - - TONGA + + False - - TURKISH + + - - UKRAINIAN + + TweetPrvPanel - - URDU + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - UZBEK + + MiddleLeft - - UIGHUR + + CheckRetweetNoConfirm - - VIETNAMESE + + 1 - - WELSH + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - YIDDISH + + - - YORUBA + + Fill - - 205, 156 + + PreviewPanel - - 182, 20 + + 22, 201 - - 15 + + 1 - - ComboBoxTranslateLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 4 - - - True - - - 20, 160 - - - 99, 12 - - - 14 - - - 発言翻訳先の言語 - - - Label29 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + Disable - - True - - - NoControl - - - 22, 22 - - - 115, 16 - - + 8 - - Outputzに対応する + + 0 - - CheckOutputz + + TweetActPanel - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + x - - 6 + + 0 - - True + + - - NoControl + + サウンドを再生する - - 22, 120 + + 24 - - 237, 16 + + yy/M/d H:mm:ss - - 13 + + 518, 368 - - ニコニコ動画のURLをnico.msで短縮して送信 + + - - CheckNicoms + + 1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 99, 12 - - CooperatePanel + + 163, 20 - - 7 + + ActionPanel - - 205, 44 + + 3 - - 182, 19 + + 3 - - 10 + + - - TextBoxOutputzKey + + 75, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + CooperatePanel - - 8 + + 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36, 75 + + True - - 99, 12 + + 75, 22 - + 11 - - アウトプット先のURL + + True - - Label60 + + 53, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - CooperatePanel + + LanguageCombo - - 9 + + LabelApiUsingUserStreamEnabled - + + NoControl + + True - - NoControl + + 42, 12 - - 36, 47 + + True - - 63, 12 + + lblDetail - - 9 + + 12 - - 復活の呪文 + + 175, 218 - - Label59 + + BasedPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 148 - - CooperatePanel + + ColorDialog1 - - 10 + + Listsの取得数 - - twitter.com + + 画像リンクがあった場合にサムネイルを表示する - - twitter.com/username + + NoControl - - 205, 72 + + True - - 182, 20 + + 211, 16 - - 12 + + 0 - - ComboBoxOutputzUrlmode + + MiddleLeft - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 120 - - CooperatePanel + + LITHUANIAN - - 11 + + - - True + + 7 - - NoControl + + 2 - - 22, 45 + + MiddleLeft - - 187, 16 + + HideDuplicatedRetweetsCheck - - 1 + + False - - すべてのURLについて解決を試みる + + Disable - - CheckForceResolve + + 216, 129 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - ShortUrlPanel + + GetPeriodPanel - - 0 + + 1 - + True - - NoControl + + ユーザーのHomeを開く - - 22, 22 + + アウトプット先のURL - - 122, 16 + + - - 0 + + ユーザーのホームURLをタブで開く - - 短縮URLを解決する + + NoControl - - CheckTinyURL + + 104, 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 130, 12 - - ShortUrlPanel + + 22, 240 - - 1 + + 22, 160 - - 343, 120 + + 4 - - 70, 19 + + 63, 12 - - 8 + + - - TextBitlyPw + + 173, 121 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - ShortUrlPanel + + RadioProxyIE - - 2 + + 3 - - True + + CooperatePanel - - NoControl + + 6 - - 22, 68 + + 180, 16 - - 242, 16 + + - - 2 + + 343, 16 - - 入力欄のURLを投稿する際に自動で短縮する + + 6 - - CheckAutoConvertUrl + + ProxyPanel - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel + + CheckPeriodAdjust - + 3 - + True - - NoControl + + 6 - - 19, 100 + + ToolTip1 - - 154, 12 + + 4 - - 3 + + 96, 19 - - URL自動短縮で優先的に使用 + + ChkNewMentionsBlink - - Label71 + + ProxyPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - ShortUrlPanel + + 125, 19 - - 4 + + NoControl - - tinyurl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - is.gd + + 99, 12 - - twurl.nl + + 22, 136 - - bit.ly + + False - - j.mp + + 26 - - ux.nu + + Label11 - - 181, 97 + + 新着バルーンのユーザー名 - - 246, 20 + + UZBEK - - 4 + + NoControl - - ComboBoxAutoShortUrlFirst + + PublicSearchの取得数 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 5 - - - True - - + NoControl - - 179, 123 + + GetCountPanel - - 16, 12 + + - - 5 + + 169, 17 - - ID + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label76 + + - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel + + Label35 - - 6 + + 入力欄フォント - + True - + NoControl - - 278, 123 + + 1 - - 42, 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 2 - - APIKey + + タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - Label77 + + 10 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ShortUrlPanel + + 216, 90 - - 7 - - - 201, 121 - - - 71, 19 - - - 6 - - - TextBitlyId - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel + + NotifyPanel - - 8 + + GroupBox1 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 62, 12 - - 41, 134 + + 21, 277 - - 314, 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + Simplified Chinese - - ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - - Label55 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - + 0 - - 286, 107 + + - - 96, 19 + + - - 10 + + 6 - - TextProxyPassword + + Label80 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - ProxyPanel + + GroupBox5 - - 1 + + 5 - - True - - + NoControl - - 22, 19 + + GetCountPanel - - 76, 16 + + 518, 368 - - 0 + + - - 使用しない + + - - RadioProxyNone + + 22, 118 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ProxyPanel + + Label14 - - 2 + + 4 - + True - - NoControl + + 9, 48 - - 217, 110 + + 0, 0 - - 69, 12 + + - - 9 + + CooperatePanel - - パスワード(&W) - - - LabelProxyPassword - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 3 - - + True - - NoControl + + 22, 22 - - 22, 41 + + TweetPrvPanel - - 190, 16 + + Label53 - - 1 + + 8 - - InternetExplorerの設定を使用する + + 58, 19 - - RadioProxyIE + + Label81 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 183 - - ProxyPanel + + 10 - - 4 + + - - 143, 107 + + - - 68, 19 + + 3 - - 8 + + 11 - - TextProxyUser + + System.Windows.Forms.Panel, 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 + + 78, 12 - - ProxyPanel - - - 5 - - - True - - - NoControl - - - 22, 62 - - - 66, 16 - - + 2 - - 指定する + + 175, 68 - - RadioProxySpecified + + - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 175, 118 - - ProxyPanel + + ConnectionPanel - - 6 + + 142, 12 - - True + + 0, 0 - - NoControl + + Label30 - - 74, 110 + + 23 - - 63, 12 + + btnInputBackcolor - - 7 + + Ctrl - - ユーザ名(&U) + + 249, 16 - - LabelProxyUser + + 84, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 146 - - ProxyPanel + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 7 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + - - 50, 85 + + 18 - - 58, 12 + + 22, 226 - - 3 + + 518, 368 - - プロキシ(&X) + + 215, 88 - - LabelProxyAddress + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label31 - - ProxyPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + - - Disable + + 9, 23 - - 309, 82 + + ux.nu - - 73, 19 + + 13 - - 6 + + - - TextProxyPort + + 166, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ProxyPanel + + 3 - - 9 + + 22, 103 - - 114, 82 + + タブに未読アイコンを表示する - - 135, 19 + + 137, 12 - - 4 + + リストの区切り線を表示する - - TextProxyAddress + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ProxyPanel + + 6, 12 - - 10 + + 0 - - True + + This is sample. - - NoControl + + 6 - - 255, 85 + + 1 - - 48, 12 + + Listsに追加された - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ポート(&P) + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LabelProxyPort - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + Label36 - - 11 + + - - 262, 125 + + SplitContainer1.Panel2 - - 125, 19 + + 23, 273 - - 7 + + 12 - - search.twitter.com + + This is sample. - - False + + 7 - - TwitterSearchAPIText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + ConnectionPanel - - 0 + + Disable - + True - - NoControl + + GetPeriodPanel - - 22, 128 + + - - 228, 12 + + 5 - - 6 + + Label10 - - Twitter SearchAPI URL (search.twitter.com) + + SplitContainer1.Panel2 - - False + + NoControl - - Label31 + + 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 - - ConnectionPanel + + 195, 16 - - 1 + + ActionPanel - - 262, 100 + + M/d tt h:mm - - 125, 19 + + 175, 235 - - 5 + + CheckDispUsername - - api.twitter.com + + 発言翻訳先の言語 - - False + + 1 - - TwitterAPIText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 2 - - + True - - NoControl + + 143, 107 - - 22, 103 + + lblAtTarget - - 174, 12 + + SplitContainer1 - - 4 + + 136, 20 - - Twitter API URL (api.twitter.com) + + 143, 16 - - False + + 217, 113 - - Label8 + + 22, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 331, 96 - - ConnectionPanel + + TweetPrvPanel - - 3 + + GroupBox1 - - True + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox1 - - 22, 78 - - - 145, 16 - - - 3 - - - 通信にHTTPSを使用する - - - CheckUseSsl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 4 - - - True - - + NoControl - - 22, 51 + + - - 349, 12 + + 256, 16 - - 2 + + 文字色 - - ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 + + - - Label64 + + 77, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ConnectionPanel + + 40, 94 - + 5 - - Disable + + 235, 16 - - 262, 18 + + GroupBox5 - - 125, 19 + + True - - 1 + + 22, 71 - - ConnectionTimeOut + + 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 + + 20, 160 - - ConnectionPanel + + 19 - - 6 + + SearchTextCountApi - + True - - NoControl - - - 22, 20 - - - 131, 12 - - - 0 - - - タイムアウトまでの時間(秒) - - - Label63 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - + 7 - - Label65 + + 162, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox5 + + GroupBox1 - - 0 + + NoControl - - Label52 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + 113, 12 - - 1 + + ActionPanel - - Label49 + + 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 + + 163, 12 - + GroupBox5 - - 2 + + 6 - - Label9 + + PreviewPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 119, 16 - - 3 + + 0 - - Label14 + + WELSH - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + Label67 - - 4 + + 14 - - Label16 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - - - 5 - Label32 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - GroupBox5 + + NoControl - - 6 + + 他のユーザーに対するブロックが成功した - - Label34 + + ProxyPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 301, 19 - - GroupBox5 + + - - 7 + + True - - Label36 + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 19 - - 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnInputFont + + 259, 21 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 83 - - GroupBox5 + + True - - 9 - - - btnInputBackcolor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - 10 - - btnAtTo + + UserTimelinePeriod - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 85 - - GroupBox5 + + Label15 - - 11 + + Mentions更新間隔(秒) - - btnListBack + + 18 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 40 - - GroupBox5 + + FoursquareGroupBox - - 12 + + Label33 - - btnAtFromTarget - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GroupBox5 - - 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnAtTarget + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 259, 112 - - GroupBox5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + CheckUserUpdateEvent - - btnTarget + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + 102, 19 - - 15 + + True - - btnAtSelf + + 7 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + 15 - - btnSelf + + CheckFavoritesEvent - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GroupBox5 + + True - - 17 + + Label38 - - lblInputFont + + 408, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - GroupBox5 - - - 18 - - - lblInputBackcolor - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + 22, 215 - - lblAtTo + + 305, 64 - - 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 - - GroupBox5 + + 投稿時取得 - - 20 + + - - lblListBackcolor + + Alt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - GroupBox5 + + PreviewPanel - - 21 + + StartupPanel - - lblAtFromTarget + + 331, 146 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24*24 - - GroupBox5 + + GetPeriodPanel - - 22 + + 1 - - lblAtTarget + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FontPanel2 - - GroupBox5 + + Label12 - - 23 + + 22, 237 - - lblTarget + + 16, 95 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnListFont - - GroupBox5 + + HotkeyShift - - 24 + + True - - lblAtSelf + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + True - - 25 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblSelf + + Label47 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - GroupBox5 + + 12 - - 26 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ButtonBackToDefaultFontColor2 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 51 - - GroupBox5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + ShortUrlPanel - - 22, 18 + + TweetPrvPanel - - 429, 290 + + 10 - - 0 + + 4 - - フォント&色設定 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - GroupBox5 + + 9, 123 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FontPanel - - FontPanel2 + + 286, 107 - - 0 + + 258, 37 - - True + + - - NoControl + + GetPeriodPanel - - 16, 220 + + 258, 103 - - 74, 12 + + False - - 24 + + Label13 - - 入力欄フォント + + PreviewPanel - - Label65 + + 161, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ID - - GroupBox5 + + CheckStartupFollowers - - 0 + + UseChangeGetCount - - True + + 2 - + NoControl - - 16, 195 + + False - - 131, 12 + + True - - 21 + + ステータスをWebで開く - - 入力欄アクティブ時背景色 + + 3 - - Label52 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - - - 1 - - + True - - NoControl + + 14 - - 16, 145 - - - 102, 12 - - - 15 - - - その発言の@先発言 - - - Label49 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GroupBox5 - - 2 + + ActionPanel - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + - - 16, 170 + + - - 53, 12 + + 再起動後有効になります。 - - 18 - - - 一般発言 - - - Label9 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + False - - 3 + + 21 - + + @IDの入力補助を使用する + + True - - NoControl + + Fill - - 16, 120 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 134, 12 + + 10, 21 - - 12 + + 2 - - その発言の@先の人の発言 + + 110, 16 - - Label14 + + System.Windows.Forms.Panel, 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 + + 19 - - GroupBox5 + + True - - 4 + + True - + True - - NoControl + + 4 - - 16, 95 + + PlaySnd - - 88, 12 + + TimelinePeriod - - 9 - - - その人への@返信 - Label16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + BasedPanel - - 5 + + 188, 20 - - True + + 21, 313 - - NoControl + + Disable - - 16, 70 + + ARABIC - - 70, 12 + + True - + 6 - - その人の発言 + + - - Label32 + + 518, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SplitContainer1.Panel2 - - GroupBox5 - - - 6 - - + True - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16, 45 - - - 81, 12 - - + 3 - - 自分への@返信 + + 243, 16 - - Label34 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + True - - 7 - - + True - - NoControl + + 75, 23 - - 16, 20 + + - - 63, 12 + + 1 - - 0 + + - - 自分の発言 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label36 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - - - 8 - - + True - - NoControl + + - - 339, 215 + + Label17 - - 75, 22 + + TextBitlyPw - - 26 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォント&&色 + + プレビューサイズ - - btnInputFont + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + GroupBox5 - - 9 + + 259, 159 - - True + + Fill - - NoControl + + Not Authenticated - - 339, 190 + + AuthorizeButton - - 75, 22 + + 215, 15 - - 23 + + 9 - - 背景色 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnInputBackcolor + + 14 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 22 - - GroupBox5 + + - - 10 + + 8 - - True + + This is sample. - - NoControl + + ListsPeriod - - 339, 140 + + PubSearchPeriod - - 75, 22 + + ActionPanel - - 17 + + 3 - - 背景色 + + False - - btnAtTo + + GetCountPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - GroupBox5 + + FINNISH - - 11 + + 5 - - True + + 起動時に自動接続 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 339, 165 + + CZECH - - 75, 22 + + 6 - - 20 + + TURKISH - - 背景色 + + UKRAINIAN - - btnListBack + + ENGLISH - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + ESTONIAN - - 12 + + FAROESE - - True + + GetPeriodPanel - - NoControl + + 最終発言 - - 339, 115 + + SYRIAC - - 75, 22 + + TAJIK - - 14 + + TAMIL - - 背景色 + + TATAR - - btnAtFromTarget + + TELUGU - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + THAI - - GroupBox5 + + TIBETAN - - 13 + + TONGA - - True + + 1.認証開始 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 339, 90 + + 60, 12 - - 75, 22 + + 87, 12 - - 11 + + False - - 背景色 + + Label1 - - btnAtTarget + + 前データの更新 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 485, 71 - - 14 + + NoControl - + True - - NoControl + + 75, 23 - - 339, 65 - - - 75, 22 - - - 8 - - - 背景色 - - - btnTarget - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + 22, 24 - - 15 + + 11 - - True + + - - NoControl + + ConnectionPanel - - 339, 40 + + This is sample. - - 75, 22 - - + 5 - - 背景色 + + 217, 110 - - btnAtSelf + + ProxyPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - GroupBox5 + + - - 16 + + False - - True + + 12 - - NoControl + + 327, 16 - - 339, 15 + + TweetPrvPanel - - 75, 22 + + 未読ポストのフォントと色を変更する(低速) - - 2 + + 7 - - 背景色 + + 182, 20 - - btnSelf + + TreeViewSetting - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 130 - - GroupBox5 + + 5 - - 17 + + CooperatePanel - - NoControl + + 157, 16 - - 175, 218 - - - 102, 19 - - - 25 - - - This is sample. - - - MiddleLeft - - - lblInputFont - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + 258, 151 - - 18 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 193 + + 104, 19 - - 102, 19 + + Label5 - - 22 + + BELARUSIAN - - This is sample. + + ReTweet - - MiddleLeft + + True - - lblInputBackcolor + + StartupReaded - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - - - 19 - - + NoControl - - 175, 143 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + CooperatePanel - - 16 + + False - - This is sample. + + True - - MiddleLeft + + NoControl - - lblAtTo + + 134, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GroupBox5 - - 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 168 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + True - - 19 + + Label18 - - This is sample. + + 691, 403 - - MiddleLeft + + - - lblListBackcolor + + GetMoreTextCountApi - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox5 - - - 21 - - + NoControl - - 175, 118 - - - 102, 19 - - - 13 - - + This is sample. - - MiddleLeft - - - lblAtFromTarget - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GroupBox5 - - 22 + + CheckShowGrid - - NoControl + + - - 175, 93 + + - - 102, 19 + + 6 - - 10 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + True - - MiddleLeft + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblAtTarget + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label55 - - GroupBox5 + + 2 - - 23 + + PreviewPanel - + NoControl - - 175, 68 + + NoControl - - 102, 19 - - - 7 - - + This is sample. - - MiddleLeft - lblTarget - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FourSquare - - GroupBox5 + + 113, 68 - - 24 + + Label9 - - NoControl + + Label19 - - 175, 43 + + CheckForceResolve - - 102, 19 + + GroupBox1 - - 4 + + POSTキー(デフォルトEnter) - - This is sample. + + 6 - - MiddleLeft + + - - lblAtSelf + + 11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 262, 125 - - GroupBox5 + + ButtonApiCalc - - 25 + + 36, 47 - - NoControl + + ORIYA - - 175, 17 + + 22, 91 - - 102, 19 + + 339, 15 - - 1 + + 20 - - This is sample. + + 9 - - MiddleLeft - - - lblSelf - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + MALAY - - 26 + + MALAYALAM - - True + + MALTESE - - NoControl + + 9 - - 191, 252 + + MARATHI - - 90, 22 + + MONGOLIAN - - 27 + + NEPALI - - デフォルトに戻す + + NORWEGIAN - - ButtonBackToDefaultFontColor2 + + 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 + + - - GroupBox5 + + 0 - - 27 + + ActionPanel - - True + + 9 - - NoControl + + 8, 173 - - 24, 170 + + 135, 19 - - 157, 16 + + 205, 339 - - 15 + + Disable - - #タグの入力補助を使用する + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckHashSupple - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetActPanel + + 9 - + 0 - - True + + lblFav - - NoControl + + 認証状態 - - 24, 146 + + IsPreviewFoursquareCheckBox - - 153, 16 + + 518, 368 - - 14 + + 75, 22 - - @IDの入力補助を使用する + + ホットキー - - CheckAtIdSupple + + 文字色 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - TweetActPanel + + 22, 20 - - 1 + + lblSelf - - Enter + + 518, 368 - - Ctrl+Enter + + NoControl - - Shift+Enter + + 75, 22 - - 184, 19 + + 指定する - - 246, 20 - - - 9 - - - ComboBoxPostKeySelect - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 2 - - - True - - + NoControl - - 22, 22 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 137, 12 + + Favorite - - 8 + + 9 - - POSTキー(デフォルトEnter) + + GroupBox5 - - Label27 + + 22, 54 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetActPanel - - - 3 - - + True - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24, 50 + + 3 - - 165, 16 + + 5 - - 10 + + This is sample. - - 公式RTする際に確認をしない + + 102, 19 - - CheckRetweetNoConfirm + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TweetActPanel + + NoControl - - 4 - - + True - - NoControl + + CheckListMemberAddedEvent - - 23, 94 + + 173, 171 - - 107, 12 + + 205, 44 - - 11 + + 26 - - フッター(文末に付加) + + StartupPanel - - Label12 + + 8 - + + 2 + + + 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 + + 75, 21 - - 5 + + 125, 19 - + True - - NoControl + + 22, 18 - - 185, 94 + + 31, 12 - - 195, 16 + + NoControl - - 12 + + 4 - - 推奨フッターを使用する[TWNv○○] + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckUseRecommendStatus + + 228, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnDetail - - TweetActPanel + + 186, 23 - - 6 + + False - - 185, 116 + + 259, 135 - - 232, 19 + + 7 - - 13 - - - StatusText - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetActPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 - - + True - + NoControl - - 22, 22 + + リストの日時フォーマット - - 166, 16 + + 3 - - 0 + + NoControl - - 読み込んだポストを既読にする + + 0, 0 - - StartupReaded - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + StartupPanel - - 0 - - + True - - NoControl + + 未読数 - - 22, 70 + + 再計算 - - 174, 16 + + FILIPINO - - 2 + + 228, 19 - - 片思いユーザーリストを取得する + + GroupBox1 - - CheckStartupFollowers + + BasedPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - StartupPanel - - - 1 - - + True - - NoControl + + CooperatePanel - - 22, 47 + + 20 - - 129, 16 + + DANISH - - 1 + + DHIVEHI - - 最新版のチェックをする + + DUTCH - - CheckStartupVersion + + 22, 255 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ESPERANTO - - StartupPanel + + 40, 77 - - 2 + + 8 - - True + + GetPeriodPanel - - NoControl + + なし - - 22, 93 + + 16, 120 - - 124, 16 + + 518, 368 - - 3 + + 15 - - Favoritesを取得する + + 6 - - chkGetFav + + GetCountPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - StartupPanel + + True - - 3 + + 22, 210 - - Disable + + False - - 259, 183 + + 8 - - 58, 19 + + 14 - - 12 - - - ListTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - + 0 - - True + + 24, 254 - - 22, 186 + + GroupBox3 - - 76, 12 + + 10 - + 11 - - Listsの取得数 + + 115, 16 - - Label25 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - GetCountPanel + + 9 - - 1 + + 発言詳細リンク - - Disable + + 6 - - 259, 235 + + 発言をダブルクリック時の動作 - - 58, 19 + + 2 - - 16 + + Label57 - - UserTimelineTextCountApi + + - - 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 - - GetCountPanel + + - - 2 + + 未読管理を行う - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 237 + + NoControl - - 118, 12 + + 23 - - 15 + + NoControl - - UserTimelineの取得数 + + ActionPanel - - Label17 + + 自分の発言を既読にする - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top - - GetCountPanel + + 14 - - 3 + + True - + True - - 22, 210 + + - - 117, 12 + + 43, 16 - - 13 + + GetPeriodPanel - - PublicSearchの取得数 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label30 + + 518, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - GetCountPanel + + NoControl - - 4 + + 173, 46 - - True + + (なし) - - 22, 136 + + is.gd - - 63, 12 + + 最小化したときにアイコン化する - - 7 + + - - 初回の更新 + + - - Label28 + + 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 + + NoControl - - GetCountPanel + + ユーザーのプロフィールが更新された - - 5 + + 13 - - True + + 173, 96 - - 22, 54 + + フォント&色設定 - - 87, 12 + + 8 - - 2 + + 65, 19 - - Mentions取得数 + + 5 - - Label19 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GetCountPanel - - 6 + + 22, 45 - - Disable + + 8 - - 259, 159 + + タイムアウトまでの時間(秒) - - 58, 19 + + 88, 12 - - 10 + + 175, 193 - - FavoritesTextCountApi + + 16, 195 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GetCountPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 15 - - Disable + + - - 259, 209 + + 2 - - 58, 19 + + 文字色 - - 14 + + デフォルトに戻す - - SearchTextCountApi + + PreviewPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 69, 12 - - GetCountPanel - - - 8 - - + True - - NoControl + + - - 22, 160 + + FoursquareGroupBox - - 99, 12 + + TextBoxOutputzKey - - 9 + + 68, 19 - - Favoritesの取得数 + + 176, 12 - - Label66 + + Label52 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + InternetExplorerの設定を使用する - - GetCountPanel + + 136, 20 - - 9 + + 107, 12 - - Disable + + False - - 259, 135 + + GetPeriodPanel - - 58, 19 + + 22, 290 - - 8 + + フォント&&色 - - FirstTextCountApi + + FoursquarePreviewHeightTextBox - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + なし - - GetCountPanel + + 4 - - 10 + + NoControl - - Disable + + 8 - - 259, 112 + + False - - 58, 19 + + UserStreamが有効です。 +タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 +これらはUserStreamによりリアルタイム更新されます。 - - 6 - - - GetMoreTextCountApi - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 26, 210 - - 11 + + 66, 16 - - True + + FoursquareGroupBox - - NoControl + + GroupBox5 - - 22, 112 + + MiddleLeft - - 79, 12 + + 48*48 - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 前データの更新 + + TextProxyPassword - - Label53 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnDetailBack - - GetCountPanel + + 14 - - 12 - - + True - - NoControl + + 自分への@返信 - - 22, 86 + + 102, 19 - - 247, 16 + + GroupBox5 - - 4 + + ShortUrlPanel - - 次の項目の更新時の取得数を個別に設定する + + - - UseChangeGetCount + + リストのアイコンサイズ(初期値16) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LabelApiUsing - - GetCountPanel + + Twitter SearchAPI URL (search.twitter.com) - - 13 + + 65, 19 - - Disable + + False - - 259, 51 + + 6 - - 58, 19 + + - - 3 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TextCountApiReply + + btnListBack - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + 0, 0 - - 14 + + - - True + + This is sample. - + + 264, 113 + + NoControl - - 22, 24 + + YIDDISH - - 77, 12 + + CheckAutoConvertUrl - - 0 + + - - 標準取得件数 + + 10 - - Label67 + + FontDialog1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - GetCountPanel + + NoControl - - 15 + + NoControl - - Disable + + True - - 259, 21 + + TweetPrvPanel - - 58, 19 + + 102, 19 - - 1 + + 331, 196 - - TextCountApi + + lblDetailBackcolor - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23 - - GetCountPanel + + Label59 - - 16 + + フォント&色設定 - - True + + 75, 22 - - 24, 282 + + LabelProxyUser - - 142, 12 + + 16, 12 - - 13 + + 22, 166 - - 発言をダブルクリック時の動作 + + 2 - - Label38 + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - ActionPanel + + GroupBox5 - - 0 + + 6 Reply - - Favorite + + - - プロフィール表示 + + System.Windows.Forms.TextBox, 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 - - ユーザーのHomeを開く + + 65, 19 - - ステータスをWebで開く + + - - なし + + 65, 19 - - 185, 277 + + 5 - - 232, 20 + + 215, 285 - - 14 + + - - ListDoubleClickActionComboBox + + Save - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 1 - - + True - - 22, 232 + + 背景色 - - 180, 16 + + 8 - - 11 + + - - ユーザーのホームURLをタブで開く + + 53, 12 - - CheckOpenUserTimeline + + FoursquarePreviewWidthTextBox - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ActionPanel + + False - - 2 + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HotkeyCheck + + 175, 168 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - GroupBox3 + + True - - 0 + + False - - HotkeyCode + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox3 + + Disable - - 1 + + 22, 308 - - HotkeyText - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + 20 - - 2 + + 285, 12 - - HotkeyWin + + 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 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + 22, 263 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HotkeyAlt + + 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 + + URL自動短縮で優先的に使用 - - GroupBox3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + - - HotkeyShift + + 22, 112 - - 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 - - GroupBox3 + + True - - 5 + + NoControl - - HotkeyCtrl + + 182, 20 - - 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 - - GroupBox3 + + True - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21, 313 + + NoControl - - 474, 41 + + FoursquareGroupBox - - 15 + + This is sample. - - ホットキー + + 1 - - GroupBox3 + + 9 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + M/d tt h:mm:ss - - ActionPanel + + NoControl - - 3 - - - True - - + NoControl - - 4, 15 + + - - 48, 16 + + 521, 374 - - 0 + + 18 - - 有効 - - - HotkeyCheck - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + FontPanel - - 0 + + GroupBox1 - - True + + 44, 12 - - NoControl + + Label71 - - 340, 16 + + Label24 - - 13, 14 + + True - - 6 + + 134, 12 - - 0 + + 使用しない - - HotkeyCode + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 216, 157 - - GroupBox3 + + NoControl - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable + + True - - 257, 13 + + 未読フォント - - 77, 19 + + CheckUseRecommendStatus - - 5 + + lblAtSelf - - HotkeyText + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 145 - - GroupBox3 - - - 2 - - + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 211, 15 + + Label25 - - 42, 16 + + 65, 19 - - 4 + + Label76 - - Win + + NotifyPanel - - HotkeyWin + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox3 + + #タグの入力補助を使用する - - 3 + + SplitContainer1.Panel1 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + NoControl - - 168, 15 + + 9 - - 39, 16 + + 102, 19 - - 3 + + 18 - - Alt + + NotifyPanel - - HotkeyAlt + + 22, 41 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ReplyPeriod - - GroupBox3 + + 339, 190 - - 4 - - - True - - + NoControl - - 116, 15 + + 340, 16 - - 48, 16 - - + 2 - - Shift + + - - HotkeyShift + + 145, 16 - - 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 - - GroupBox3 + + - - 5 + + クリア - - True - - - NoControl - - - 69, 15 - - - 43, 16 - - - 1 - - - Ctrl - - - HotkeyCtrl - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + BasedPanel - - 6 + + - + True - - NoControl + + Label77 - - 26, 210 + + - - 340, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + 102, 19 - - 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + chkUnreadStyle - - Label57 + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - ActionPanel + + 0 - - 4 + + GroupBox5 - - True + + 5 - - NoControl + + Label3 - - 22, 188 + + 99, 12 - - 183, 16 - - + 9 - - Fav操作結果を厳密にチェックする + + 12 - - CheckFavRestrict + + 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 + + 518, 368 - - ActionPanel + + CooperatePanel - - 5 + + 8 - - NoControl + + twurl.nl - - 418, 158 + + GroupBox5 - - 75, 21 + + 22, 92 - - 8 + + 2 - - 参照 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Button3 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ActionPanel + + NoControl - - 6 + + 背景色 - - True - NoControl - - 22, 20 + + TweetPrvPanel - - 113, 16 + + 7 - - 0 + + 185, 277 - - サウンドを再生する + + NoControl - - PlaySnd + + ComboDispTitle - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - ActionPanel + + ConnectionPanel - - 7 + + Label61 - - True - - + NoControl - - 22, 255 + + 24, 50 - - 143, 16 + + 7 - - 12 + + - - 自分の発言を既読にする + + True - - chkReadOwnPost + + GetCountPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label20 - - ActionPanel + + - - 8 + + - - NoControl + + 2 - - 22, 42 + + 0 - - 408, 22 + + True - - 1 + + 339, 40 - - タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - - Label15 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + ActionPanel - - 9 + + UserTimelineTextCountApi - - 184, 160 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 228, 19 + + Label7 - - 7 + + 12 - - BrowserPathText + + Fill - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckFavRestrict - - ActionPanel + + GroupBox5 - - 10 + + 102, 19 - - True + + 104, 19 - - NoControl + + 1 - - 22, 71 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 16 - - + 2 - - 未読管理を行う + + Label66 - - UReadMng + + 15 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label21 - - ActionPanel + + TweetActPanel - - 11 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + Label72 - - NoControl + + Label63 - - 21, 164 + + SplitContainer1.Panel2 - - 60, 12 + + 75, 22 - - 6 + + 77, 12 - - ブラウザパス + + - - Label44 + + 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 + + 136, 20 - - ActionPanel + + 104, 19 - - 12 + + - - True + + - - NoControl + + 6 - - 22, 114 + + - - 171, 16 + + TextProxyPort - - 4 + + 10 - - ×ボタンを押したときに終了する + + NotifyPanel - - CheckCloseToExit + + 113, 109 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - ActionPanel + + 6 - - 13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 12 - + NoControl - - 22, 137 + + 255, 85 - - 170, 16 + + - - 5 + + - - 最小化したときにアイコン化する + + 未読Mentions通知アイコン - - CheckMinimizeToTray + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - ActionPanel + + 71, 19 - - 14 + + 11 - - True + + ActionPanel - - NoControl + + 5 - - 22, 92 + + 27 - - 145, 16 + + 6 - - 3 + + NoControl - - 新着時に未読をクリアする + + TextBox3 - - CheckReadOldPosts + + 9 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 15 - - - 268, 17 - - + True - - 40, 145 + + SplitContainer1.Panel2 - - 189, 16 + + This is sample. - - 7 + + - - ユーザーのプロフィールが更新された + + Label27 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + NoControl - - CheckUserUpdateEvent + + 3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetActPanel - - NotifyPanel + + 3 - - 0 + + ActionPanel - + True - - 23, 273 + + NotifyPanel - - 176, 12 + + - - 12 + + GroupBox5 - - イベント通知の際に再生するサウンド + + 130, 12 - - Label35 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - + 1 - - 286, 270 + + 22, 222 - - 188, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 13 - - ComboBoxEventNotifySound + + ユーザ名(&U) - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - NotifyPanel + + 0 - - 2 + + プロキシ(&X) - - True + + PreviewPanel - - 22, 240 + + 205, 156 - - 271, 16 + + FontPanel2 - - 11 + + - - Favoritesイベント受信の際に書き込みを未読に戻す + + - - CheckFavEventUnread - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel + + chkReadOwnPost - - 3 + + 10 - - True + + ComboBoxPostKeySelect - - 40, 162 + + 79, 12 - - 134, 16 + + 211, 15 - - 8 + + CheckPreviewEnable - - Listsの作成に成功した + + 5 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + 0, 0 - - CheckListCreatedEvent + + 22, 238 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - NotifyPanel + + 22 - - 4 + + GetCountPanel - - True + + Label62 - - 40, 128 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 211, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + NoControl - - 他のユーザーに対するブロックが成功した + + 22, 232 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + - - CheckBlockEvent + + MiddleLeft - - 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 - - NotifyPanel + + btnOWL - - 5 + + - - True + + ComboBoxEventNotifySound - - 22, 222 + + - - 213, 16 + + 5 - - 10 + + SplitContainer1.Panel2 - - 新着通知が無効でもイベントを通知する + + 短縮URLを解決する - - CheckForceEventNotify + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG + AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt + YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD + b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J + BQAAAP////8JBQAAAAAAAAAL + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - NotifyPanel + + 0, 0 - - 6 + + TweetActPanel - - True + + 314, 12 - - 40, 111 + + 133, 16 - - 119, 16 + + 39, 16 - - 5 + + 112, 14 - - Listsから削除された + + NoControl - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + ConnectionPanel - - CheckListMemberRemovedEvent + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - NotifyPanel - - + 7 - - True + + GetPeriodPanel - - 40, 94 + + 15 - - 110, 16 + + NoControl - - 4 + + 518, 368 - - Listsに追加された + + NoControl - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + True - - CheckListMemberAddedEvent + + 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.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel + + 173, 196 - - 8 + + GroupBox1 - - True + + 2 - - 40, 77 + + chkTabIconDisp - - 87, 16 + + CheckOutputz - - 3 + + 9 - - フォローされた + + Fill - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + RadioProxyNone - - CheckFollowEvent + + 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - NotifyPanel - - - 9 - - + True - - 40, 60 + + 6 - - 192, 16 + + HotkeyAlt - - 2 + + GroupBox5 - - Fav削除した、またはFav削除された + + 21, 16 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + CheckUseSsl - - CheckUnfavoritesEvent + + 75, 22 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 12 - - NotifyPanel + + HEBREW - - 10 + + HINDI - - True + + 2 - - 40, 43 + + - - 192, 16 + + - - 1 + + FRENCH - - Fav追加した、またはFav追加された + + lblListBackcolor - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + GALICIAN - - CheckFavoritesEvent + + GEORGIAN - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GERMAN - - NotifyPanel + + プレビューズーム - - 11 + + GUJARATI - - True + + HAITIAN_CREOLE - - NoControl + + 16, 170 - - 22, 22 - - - 376, 16 - - + 0 - - 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) + + Label28 - - CheckEventNotify + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ctrl+Enter - - NotifyPanel + + True - - 12 + + 発言詳細文字 - + True - - NoControl + + ユーザーID - - 22, 43 + + 69, 15 - - 167, 16 + + SplitContainer1.Panel2 - - 1 + + - - 重複した公式RTを表示しない + + NoControl - - HideDuplicatedRetweetsCheck + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 0 - - - True - - + NoControl - - 216, 157 + + 1 - - 131, 12 - - - 10 - - - 再起動後有効になります。 - - - Label47 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + 331, 21 - - 1 + + 352, 16 - + + + + True - + NoControl - - 264, 113 - - - 44, 12 - - + 6 - - Label63 + + イベント通知の際に再生するサウンド - - LabelDateTimeFormatApplied + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - TweetPrvPanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + IconSize - - True + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + HotkeyText - - 217, 113 + + 246, 20 - - 44, 12 + + - - 5 + + True - - Sample: + + 113, 16 - - Label62 + + 175, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CooperatePanel - - TweetPrvPanel + + - - 3 + + 7 - - Top, Bottom, Left, Right + + CheckBox3 - - yyyy/MM/dd H:mm:ss + + FoursquareGroupBox - - yy/M/d H:mm:ss - - - H:mm:ss yy/M/d - - - M/d H:mm:ss - - - M/d H:mm - - - H:mm:ss M/d - - - H:mm:ss - H:mm - - tt h:mm + + NoControl - - M/d tt h:mm:ss + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - M/d tt h:mm + + 片思い発言 - - 216, 90 + + This is sample. - - 192, 20 + + 339, 90 - - 4 + + 343, 15 - - CmbDateTimeFormat + + タイムライン更新間隔(秒) - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - TweetPrvPanel + + 6 - - 4 + + GetPeriodPanel - - True + + - - NoControl + + - - 22, 93 + + 0 - - 113, 12 + + MiddleLeft - - 3 + + MAORI - - リストの日時フォーマット + + 11 - - Label23 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 5 - - - True - - + NoControl - - 22, 131 + + False - - 163, 12 + + - - 7 + + 22 - - リストのアイコンサイズ(初期値16) + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label11 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58, 19 - - TweetPrvPanel + + - - 6 + + ProxyPanel - - none + + 3 - - 16*16 + + - - 24*24 + + Disable - - 48*48 + + GetCountPanel - - 48*48(2Column) + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 252, 128 + + GroupBox5 - - 163, 20 + + CheckBalloonLimit - - 9 + + LabelUserStreamActive - - IconSize + + Outputzに対応する - - System.Windows.Forms.ComboBox, 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 - - TweetPrvPanel + + GetPeriodPanel - - 7 + + This is sample. - - False + + lblDetailLink - - 216, 129 + + TextBitlyId - - 34, 19 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl + AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL + UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp + bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn + ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB + CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA + AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No + ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl + eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v + dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= + - - 8 + + Apply after restarting - - TextBox3 + + 339, 65 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - TweetPrvPanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 - - + True - + + Fav発言 + + NoControl - - 22, 226 + + 40, 43 - - 203, 16 + + Favoritesの取得数 - - 12 + + 401, 12 - - ソート順を変更できないようにロックする + + GetPeriodPanel - - CheckSortOrderLock + + 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 - - - TweetPrvPanel - - - 9 - - - True - - + NoControl - - 22, 201 + + 75, 23 - - 154, 16 + + RUSSIAN - - 11 + + 27, 215 - - リストの区切り線を表示する + + 15 - - CheckShowGrid + + 背景色 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TweetPrvPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + PASHTO - - NoControl + + PERSIAN - - 22, 65 + + POLISH - - 226, 16 + + PORTUGUESE - - 2 + + PORTUGUESE_PORTUGAL - - 未読ポストのフォントと色を変更する(低速) + + MiddleLeft - - chkUnreadStyle + + QUECHUA - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ROMANIAN - - TweetPrvPanel + + OCCITAN - - 11 + + $this - + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 21 + + 63, 12 - - 162, 16 + + 11 - + 0 - - 片思いを色分けして表示する + + 173, 71 - - OneWayLv - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - + 12 - + True - - 22, 308 + + False - - 23, 12 + + - - 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 999 + + - - LabelApiUsingUserStreamEnabled + + ActionPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - GetPeriodPanel + + NoControl - - 0 + + 11 - - True + + 背景色 - - 22, 261 + + - - 348, 36 + + ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 - - 19 - - - UserStreamが有効です。 -タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 -これらはUserStreamによりリアルタイム更新されます。 - - - LabelUserStreamActive - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - + 1 - - True + + DM更新間隔(秒) - - 22, 183 + + 22, 47 - - 144, 12 + + 11 - - 15 + + 0, 0 - - UserTimeline更新間隔(秒) + + 201, 121 - - Label21 + + GroupBox5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckTinyURL - - GetPeriodPanel + + FavoritesTextCountApi - - 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable - - - 258, 179 - - - 65, 19 - - - 16 - - - UserTimelinePeriod - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + CheckAlwaysTop - - 3 + + CooperatePanel - - Disable + + 4 - - 258, 37 + + - - 65, 19 + + True - - 4 + + PreviewPanel - - TimelinePeriod + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - GetPeriodPanel + + 14 - - 4 - - + True - + NoControl - - 22, 40 + + 74, 12 - - 130, 12 + + 11 - - 3 + + 4 - - タイムライン更新間隔(秒) + + TextProxyUser - - Label3 + + ARMENIAN - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - GetPeriodPanel + + 8 - - 5 + + NoControl - + NoControl - - 205, 339 + + True - - 108, 23 + + 22, 131 - - 21 + + GetPeriodPanel - - 再計算 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ButtonApiCalc + + False - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Sample: - - GetPeriodPanel + + CheckStartupVersion - - 6 + + 63, 12 - - True + + 50, 19 - - NoControl + + False - - 22, 236 + + 5 - - 285, 12 + + - - 18 + + 14 - - 投稿時取得が有効のため、投稿のたびにAPIを消費します。 + + ProxyPanel - - LabelPostAndGet + + アイコン変更&点滅 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GetPeriodPanel + + 0, 0 - - 7 + + 62, 12 - - True + + 重複した公式RTを表示しない - + NoControl - - 27, 215 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 12 + + - - 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 999 + + SplitContainer1.Panel2 - - MiddleRight + + True - - LabelApiUsing + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 8 - - + True - - NoControl + + Disable - - 22, 158 + + 102, 15 - - 102, 12 - - - 13 - - - Lists更新間隔(秒) - - - Label33 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + 6 - - 9 + + 0 - - Disable + + NotifyPanel - - 258, 151 + + 12 - - 65, 19 + + 192, 16 - - 14 + + 258, 179 - - ListsPeriod + + 0, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GetPeriodPanel + + 89, 12 - - 10 + + Fill - - True - - + NoControl - - 22, 133 + + 1 - - 137, 12 + + - - 11 + + - - Twitter検索更新間隔(秒) + + True - - Label7 + + 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GetPeriodPanel + + 90, 22 - - 11 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable + + 20 - - 258, 127 + + 3 - - 65, 19 + + CheckForceEventNotify - - 12 + + 25 - - PubSearchPeriod + + 75, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GetPeriodPanel + + 3 - - 12 + + - - True + + 518, 368 - - NoControl + + 192, 16 - - 22, 83 + + 252, 128 - - 123, 12 + + 429, 267 - - 7 + + 16 - - Mentions更新間隔(秒) + + + 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== + - - Label69 + + $this - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GetPeriodPanel + + 0 - - 13 + + NoControl - - Disable + + プロフィール表示 - - 258, 79 + + 331, 121 - - 65, 19 + + Mentions取得数 - - 8 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ReplyPeriod + + ユーザー指定のURL({ID}をScreenNameに、{STATUS}をステータスIDに置き換えます) - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 復活の呪文 - - GetPeriodPanel + + 11 - - 14 + + FoursquareGroupBox - + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 33, 59 + + 22, 22 - - 84, 16 + + 7 - - 5 + + 10 - - 投稿時取得 - - - CheckPostAndGet - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 15 - - - True - - + NoControl - - 251, 59 + + - - 91, 16 + + - - 6 - - - 自動調整する - - - False - - - CheckPeriodAdjust - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 16 - - + True - - NoControl + + 104, 19 - - 22, 108 + + 3 - - 94, 12 + + 16, 70 - - 9 - - - DM更新間隔(秒) - - - Label5 - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + True - - 17 + + - - Disable + + twitter.com/username - - 258, 103 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 65, 19 + + ActionPanel - - 10 + + 9 - - DMPeriod + + 58, 19 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GetPeriodPanel + + 0 - - 18 + + NotifyPanel - - True - - + NoControl - - 23, 15 - - - 222, 16 - - + 2 - - 起動時に自動でUserStreamsへ接続する + + True - - StartupUserstreamCheck + + 1 - - 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 - - GetPeriodPanel + + TweetActPanel - - 19 + + NoControl - - 通知なし + + 4 - - アイコン変更 + + TweetActPanel - - アイコン変更&点滅 + + 102, 12 - - 215, 142 + + 75, 22 - - 136, 20 + + 340, 12 - - 8 - - - ReplyIconStateCombo - - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + 24 - - 0 + + 4 - - True - - + NoControl - - 22, 145 + + 12 - - 134, 12 + + 58, 19 - - 7 + + 22 - - 未読Mentions通知アイコン + + Fill - - Label72 + + System.Windows.Forms.Panel, 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 + + 44, 12 - - PreviewPanel + + - - 1 + + 76, 16 - - True - - + NoControl - - 22, 166 + + 0 - - 256, 16 + + ソート順を変更できないようにロックする - - 9 + + NoControl - - Mentionsの新着があるときにウインドウを点滅する + + - - ChkNewMentionsBlink + + TweetPrvPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbNameBalloon - - PreviewPanel + + 42, 16 - - 2 + + - - True + + 36, 75 - - NoControl + + Japanese - - 22, 118 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 161, 16 + + MiddleLeft - - 6 + + 9 - - タブに未読アイコンを表示する + + - - chkTabIconDisp - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - - - 3 - - - True - - + NoControl - - 22, 191 + + LabelProxyAddress - - 243, 16 + + SplitContainer1.Panel2 - - 10 + + 7 - - 画像リンクがあった場合にサムネイルを表示する + + 通信にHTTPSを使用する - - CheckPreviewEnable + + Cancel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblInputFont - - PreviewPanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + 0, 0 - - True + + GetPeriodPanel - - NoControl + + 22, 186 - - 83, 290 + + GroupBox1 - - 115, 12 + + Button3 - - 15 + + 8 - - Apply after restarting + + 9 - - Label81 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + 137, 12 - - 5 + + 376, 16 - - OS Default + + PreviewPanel - - Japanese + + - - English + + GetCountPanel - - Simplified Chinese + + 215, 142 - - 215, 285 + + H:mm:ss M/d - - 136, 20 + + MiddleLeft - - 16 + + 22, 43 - - LanguageCombo + + - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 184, 19 - - PreviewPanel + + - - 6 + + 22, 54 - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 290 + + DMPeriod - - 53, 12 + + 2 - - 14 + + btnRetweet - - Language + + - - Label13 + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 190, 16 - - PreviewPanel + + 3 - - 7 + + 11 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 2 - - 22, 263 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 133, 16 + + Disable - - 13 + + - - 常に最前面に表示する + + NotifyPanel - - CheckAlwaysTop + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ComboBoxOutputzUrlmode - + PreviewPanel - - 8 + + 123, 12 - - True + + 16, 220 - - NoControl + + MiddleLeft - - 22, 238 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 343, 16 - - - 12 - - - 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) - - - CheckMonospace - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + 53, 12 - - 9 + + - - True + + 2 - - NoControl + + - - 22, 66 + + 23, 12 - - 249, 16 + + - - 3 + + 0, 0 - - 画面最小化・アイコン時のみバルーンを表示する + + 185, 15 - - CheckBalloonLimit - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - PreviewPanel - 10 - - True + + lblListFont - + NoControl - - 22, 20 + + 474, 41 - - 130, 12 + + 22, 70 - - 0 + + 258, 13 - - 新着バルーンのユーザー名 + + 203, 16 - - Label10 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + タイトルバー - - 11 + + btnSelf - - (なし) + + ProxyPanel - - バージョン + + 12 - - 最終発言 + + 15 - - @未読数 + + 0 - - 未読数 + + Label26 - - 未読数(@未読数) + + btnAtFromTarget - - 全未読/全発言数 + + AFRIKAANS - - 発言数/フォロー数/フォロワー数 + + 4 - - 215, 88 + + - - 197, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) - - ComboDispTitle + + 3 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - PreviewPanel - - - 12 - - - True - - + NoControl - - 22, 91 + + ProxyPanel - - 60, 12 + + デフォルトに戻す - - 4 + + - - タイトルバー + + すべてのURLについて解決を試みる - - Label45 + + 134, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - PreviewPanel + + 331, 46 - + + False + + 13 - - なし + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ユーザーID + + 22, 19 - - ニックネーム + + 8 - - 215, 15 + + - - 136, 20 - - - 1 - - - cmbNameBalloon - - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + 237, 16 - - 14 + + 7 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + - - 22, 43 + + フォント&&色 - - 235, 16 + + 169, 368 - - 2 + + 4 - - タイトルバーとツールチップにユーザー名を表示 + + 22, 62 - - CheckDispUsername + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + PreviewPanel - - 15 - - + True - - False + + 背景色 - - NoControl + + 242, 16 - - 22, 215 + + - - 180, 16 + + 20 - - 11 + + ShortUrlPanel - - 発言詳細部にアイコンを表示する + + 22, 188 - - CheckBox3 + + 258, 79 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - PreviewPanel + + 23 - - 16 - - - btnRetweet - - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 75, 23 - - 0 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblRetweet - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + UReadMng - + 1 - - Label80 + + 309, 82 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 90, 22 - - GroupBox1 + + btnInputFont - - 2 + + MiddleLeft - - ButtonBackToDefaultFontColor + + 常に最前面に表示する - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 261 - - GroupBox1 + + 9, 73 - - 3 + + 14 - - btnDetailLink + + 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 + + MiddleLeft - - GroupBox1 + + - - 4 + + GroupBox5 - - lblDetailLink + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label64 - - GroupBox1 + + NoControl - - 5 + + - - Label18 + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 参照 - - GroupBox1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + False - - btnUnread + + 22, 114 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - GroupBox1 + + - - 7 + + 3 - - lblUnread + + True - + + btnDetailLink + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + True - - 8 + + 77, 12 - - Label20 + + Label65 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - GroupBox1 + + BasedPanel - - 9 + + NoControl - - btnDetailBack + + 22, 42 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label4 - - GroupBox1 + + - - 10 + + ProxyPanel - - lblDetailBackcolor + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 58, 19 - - 11 + + True - - Label37 + + 604, 374 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblAtTo - - GroupBox1 + + パスワード(&W) - - 12 + + 58, 19 - - btnDetail + + $this - + + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + NoControl - - 13 - - - lblDetail - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + TweetPrvPanel - - 14 + + Mentionsの新着があるときにウインドウを点滅する - - Label26 + + 104, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 75, 22 - - 15 + + 27 - - btnOWL + + 8 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - GroupBox1 + + BasedPanel - - 16 + + - - lblOWL + + 24, 170 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckEventNotify - - GroupBox1 + + 2 - - 17 + + ButtonBackToDefaultFontColor2 - - Label24 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckHashSupple - - GroupBox1 + + Disable - - 18 + + True - - btnFav + + lblAtFromTarget - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58, 19 - - GroupBox1 + + GetCountPanel - - 19 + + M/d H:mm:ss - - lblFav + + ×ボタンを押したときに終了する - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox1 + + 7 - - 20 + + 背景色 - - Label22 + + 23, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + 102, 12 - - 21 + + False - - btnListFont + + その人の発言 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 98 - - GroupBox1 + + 16, 145 - - 22 + + 17 - - lblListFont + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + NoControl - - 23 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label61 + + 16, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UIGHUR - - GroupBox1 + + 13 - - 24 + + - - 22, 18 + + GetCountPanel - - 429, 267 + + Label60 - - 0 + + ポート(&P) - - フォント&色設定 + + 14 - - GroupBox1 + + False - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FoursquareのURLからプレビューを表示する(非常に重くなります) - - FontPanel + + - - 0 + + 背景色 - - True + + - + NoControl - - 331, 121 + + TweetPrvPanel - - 75, 22 + + 131, 12 - - 14 + + NoControl - - 文字色 + + BasedPanel - - btnRetweet + + - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 - - - 0 - - + NoControl - - 173, 121 + + 167, 16 - - 104, 19 + + - - 13 + + TextProxyAddress - - This is sample. + + False - - MiddleLeft + + 10 - - lblRetweet - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 - - - 1 - - + True - - NoControl + + 0 - - 9, 123 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 50, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + - - ReTweet + + 0, 0 - - Label80 + + Fav操作結果を厳密にチェックする - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - GroupBox1 + + RadioProxySpecified - - 2 + + 発言詳細背景色 - - True + + CheckReadOldPosts - - NoControl + + - - 175, 235 + + 999 - - 90, 22 + + HotkeyCheck - - 24 + + TwitterAPIText - - デフォルトに戻す + + 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 - - ButtonBackToDefaultFontColor + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Disable - - GroupBox1 + + ニコニコ動画のURLをnico.msで短縮して送信 - - 3 + + 2 - - True + + 11 - - NoControl + + 24 - - 331, 171 + + 21, 164 - - 75, 22 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + NoControl - - 文字色 + + 21 - - btnDetailLink + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 4 - - + NoControl - - 173, 171 + + AuthUserLabel - - 104, 19 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + 691, 368 - - This is sample. + + CheckFavEventUnread - + MiddleLeft - - lblDetailLink + + その発言の@先発言 - - 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 - - GroupBox1 + + TwitterSearchAPIText - - 5 + + 165, 16 - + True - - NoControl + + True - - 8, 173 + + 429, 290 - - 77, 12 + + 14 - - 18 + + 次の項目の更新時の取得数を個別に設定する - - 発言詳細リンク + + TweetActPanel - - Label18 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - GroupBox1 + + 17 - - 6 + + StartupPanel - - True + + - - NoControl + + GroupBox1 - - 331, 46 + + 12 - - 75, 22 + + 4 - - 5 + + GroupBox5 - - フォント&&色 + + 102, 19 - - btnUnread + + 247, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label2 - - GroupBox1 + + 348, 36 - - 7 - - + NoControl - - 173, 46 + + 17 - - 104, 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + TextCountApi - - This is sample. - - - MiddleLeft - - - lblUnread - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + - - 8 + + NotifyPanel - - True + + 2.PIN - - NoControl + + 65, 19 - - 9, 48 + + バージョン - - 62, 12 + + @未読数 - - 3 + + 12 - - 未読フォント + + 16 - - Label20 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - GroupBox1 - - - 9 - - + True - - NoControl + + 4 - - 331, 196 + + 0 - - 75, 22 + + - - 23 + + 131, 12 - - 背景色 + + 22, 133 - - btnDetailBack + + SplitContainer1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox1 - - - 10 - - + NoControl - - 173, 196 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + 5 - - 22 + + LabelDateTimeFormatApplied - - This is sample. + + - - MiddleLeft + + Top, Bottom, Left, Right - - lblDetailBackcolor + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 11 - - + True - + NoControl - - 9, 198 + + 23, 94 - - 89, 12 + + Language - - 21 + + 232, 20 - - 発言詳細背景色 + + Lists更新間隔(秒) - - Label37 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + chkGetFav - - GroupBox1 + + BasedPanel - - 12 + + 10 - - True + + APIKey - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 331, 146 + + - - 75, 22 + + 262, 18 - - 17 + + 58, 19 - - フォント&&色 + + NoControl - - btnDetail + + 181, 97 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 305, 126 - - GroupBox1 + + FoursquarePreviewZoomTextBox - - 13 + + 2 - - NoControl + + 10 - - 173, 146 + + Shift+Enter - - 104, 19 + + - - 16 + + 19 - - This is sample. + + FoursquareGroupBox - - MiddleLeft + + 11 - - lblDetail + + 246, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 128 - - GroupBox1 + + 15 - - 14 - - + True - + + 33, 59 + + NoControl - - 9, 148 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 77, 12 + + - - 15 + + VIETNAMESE - - 発言詳細文字 + + フォント&&色 - - Label26 + + Enter - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label34 - - GroupBox1 - - - 15 - - + True - - NoControl + + 104, 19 - - 331, 96 + + ComboBoxTranslateLanguage - - 75, 22 + + True - - 11 + + 22, 78 - - 文字色 + + Disable - - btnOWL + + 149, 14 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 518, 368 - - GroupBox1 + + Label63 - - 16 + + NotifyPanel - - NoControl + + CenterParent - - 173, 96 + + - - 104, 19 + + 75, 22 - - 10 + + 339, 215 - - This is sample. + + 7 - - MiddleLeft + + 0 - - lblOWL + + SCOTS_GAELIC - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + アイコン変更 - - GroupBox1 + + 169 - - 17 + + - - True + + ActionPanel - + NoControl - - 9, 98 + + 3 - - 63, 12 + + Listsの作成に成功した - - 9 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 片思い発言 + + 171, 16 - - Label24 + + ALBANIAN - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19, 100 - - GroupBox1 + + NoControl - - 18 - - + True - - NoControl + + - - 331, 71 + + PreviewPanel - - 75, 22 + + 22, 43 - - 8 + + 最新版のチェックをする - - 文字色 + + BENGALI - - btnFav + + - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HotkeyCode - - GroupBox1 + + - - 19 + + 257, 13 - - NoControl + + GroupBox1 - - 173, 71 + + PreviewPanel - - 104, 19 + + True - - 7 + + SplitContainer1.Panel2 - - This is sample. + + False - - MiddleLeft + + NotifyPanel - - lblFav + + Label69 - + + 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 0 - - 20 + + ProxyPanel - - True + + 入力欄のURLを投稿する際に自動で短縮する - - NoControl + + 3 - - 9, 73 + + Fill - - 48, 12 + + - - 6 + + 22, 236 - - Fav発言 + + - - Label22 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Shift - - GroupBox1 + + 2 - - 21 + + 10 - - True + + 1 - - NoControl + + FRISIAN - - 331, 21 + + NotifyPanel - - 75, 22 + + True - - 2 + + 16 - - フォント&&色 + + GREEK - - btnListFont + + CooperatePanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + StartupPanel - - GroupBox1 + + 22, 145 - - 22 + + 5 - - NoControl + + 0 - - 173, 21 + + 48*48(2Column) - - 104, 19 + + - - 1 + + 232, 19 - - This is sample. + + NoControl - - MiddleLeft + + True - - lblListFont + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + GroupBox1 - - 23 + + - - True + + BasedPanel - - NoControl + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 23 + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 62, 12 + + 153, 16 - - 0 + + Disable - - リストフォント + + This is sample. - - Label61 + + 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 + + 136, 12 - - 24 + + 16 - - 17, 17 - - - 140, 17 - - - NoControl + + 9 - - 604, 374 + + フォント&&色 - - 75, 23 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + 40, 128 - - キャンセル + + - - Cancel + + GroupBox1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 241, 21 - - $this + + - - 0 + + 129, 16 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 521, 374 + + - - 75, 23 + + GroupBox3 - - 3 + + 259, 183 - - OK + + NoControl - - Save - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 268, 17 - True + + 268, 17 + 82 - - 6, 12 - - - 691, 403 - - - CenterParent - - - FontDialog1 - - - System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ColorDialog1 - - - System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolTip1 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AppendSettingDialog - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 17, 17 + + + 140, 17 + \ No newline at end of file Modified: trunk/Tween/AppendSettingDialog.vb =================================================================== --- trunk/Tween/AppendSettingDialog.vb 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/AppendSettingDialog.vb 2011-07-02 04:31:38 UTC (rev 1566) @@ -137,6 +137,7 @@ Private _MyTranslateLanguage As String Private _soundfileListup As Boolean = False Private _MyEventSoundFile As String + Private _MyUserstreamPeriod As Integer Private _MyDoubleClickAction As Integer Private _UserAppointUrl As String @@ -199,6 +200,11 @@ Try _MyUserstreamStartup = Me.StartupUserstreamCheck.Checked + If _MyUserstreamPeriod <> CType(UserstreamPeriod.Text, Integer) Then + _MyUserstreamPeriod = CType(UserstreamPeriod.Text, Integer) + arg.UserStream = True + isIntervalChanged = True + End If If _MytimelinePeriod <> CType(TimelinePeriod.Text, Integer) Then _MytimelinePeriod = CType(TimelinePeriod.Text, Integer) arg.Timeline = True @@ -475,6 +481,7 @@ End If Me.StartupUserstreamCheck.Checked = _MyUserstreamStartup + UserstreamPeriod.Text = _MyUserstreamPeriod.ToString() TimelinePeriod.Text = _MytimelinePeriod.ToString() ReplyPeriod.Text = _MyReplyPeriod.ToString() DMPeriod.Text = _MyDMPeriod.ToString() @@ -732,6 +739,24 @@ ActiveControl = StartAuthButton End Sub + Private Sub UserstreamPeriod_Validating(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles UserstreamPeriod.Validating + Dim prd As Integer + Try + prd = CType(UserstreamPeriod.Text, Integer) + Catch ex As Exception + MessageBox.Show(My.Resources.UserstreamPeriod_ValidatingText1) + e.Cancel = True + Exit Sub + End Try + + If prd < 0 OrElse prd > 60 Then + MessageBox.Show(My.Resources.UserstreamPeriod_ValidatingText1) + e.Cancel = True + Exit Sub + End If + CalcApiUsing() + End Sub + Private Sub TimelinePeriod_Validating(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles TimelinePeriod.Validating Dim prd As Integer Try @@ -974,6 +999,15 @@ End Select End Sub + Public Property UserstreamPeriodInt() As Integer + Get + Return _MyUserstreamPeriod + End Get + Set(ByVal value As Integer) + _MyUserstreamPeriod = value + End Set + End Property + Public Property UserstreamStartup() As Boolean Get Return Me._MyUserstreamStartup @@ -2674,7 +2708,7 @@ End If End Sub - Private Sub IsPreviewFoursquareCheckBox_CheckedChanged(sender As Object, e As System.EventArgs) Handles IsPreviewFoursquareCheckBox.CheckedChanged + Private Sub IsPreviewFoursquareCheckBox_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles IsPreviewFoursquareCheckBox.CheckedChanged FoursquareGroupBox.Enabled = IsPreviewFoursquareCheckBox.Checked End Sub Modified: trunk/Tween/Setting/SettingCommon.vb =================================================================== --- trunk/Tween/Setting/SettingCommon.vb 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/Setting/SettingCommon.vb 2011-07-02 04:31:38 UTC (rev 1566) @@ -183,6 +183,7 @@ Public FavoritesCountApi As Integer = 40 Public TrackWord As String = "" Public AllAtReply As Boolean = False + Public UserstreamPeriod As Integer = 0 Public UserstreamStartup As Boolean = True Public UserTimelineCountApi As Integer = 20 Public UserTimelinePeriod As Integer = 600 Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-06-27 16:52:43 UTC (rev 1565) +++ trunk/Tween/Tween.vb 2011-07-02 04:31:38 UTC (rev 1566) @@ -776,6 +776,7 @@ SettingDialog.ListCountApi = _cfgCommon.ListCountApi SettingDialog.UserstreamStartup = _cfgCommon.UserstreamStartup + SettingDialog.UserstreamPeriodInt = _cfgCommon.UserstreamPeriod SettingDialog.OpenUserTimeline = _cfgCommon.OpenUserTimeline SettingDialog.ListDoubleClickAction = _cfgCommon.ListDoubleClickAction SettingDialog.UserAppointUrl = _cfgCommon.UserAppointUrl @@ -1193,6 +1194,7 @@ Static pubSearchCounter As Integer = 0 Static userTimelineCounter As Integer = 0 Static listsCounter As Integer = 0 + Static usCounter As Integer = 0 Static ResumeWait As Integer = 0 Static refreshFollowers As Integer = 0 @@ -1202,6 +1204,7 @@ If pubSearchCounter > 0 Then Interlocked.Decrement(pubSearchCounter) If userTimelineCounter > 0 Then Interlocked.Decrement(userTimelineCounter) If listsCounter > 0 Then Interlocked.Decrement(listsCounter) + If usCounter > 0 Then Interlocked.Decrement(usCounter) Interlocked.Increment(refreshFollowers) ''タイマー初期化 @@ -1235,6 +1238,11 @@ If Not ResetTimers.Lists Then GetTimeline(WORKERTYPE.List, 1, 0, "") ResetTimers.Lists = False End If + If ResetTimers.UserStream OrElse usCounter <= 0 AndAlso SettingDialog.UserstreamPeriodInt > 0 Then + Interlocked.Exchange(usCounter, SettingDialog.UserstreamPeriodInt) + If Me._isActiveUserstream Then RefreshTimeline(True) + ResetTimers.UserStream = False + End If If refreshFollowers > 3600 Then Interlocked.Exchange(refreshFollowers, 0) doGetFollowersMenu() @@ -2437,7 +2445,13 @@ End If End If End If - If rslt.retMsg.Length = 0 AndAlso Not _isActiveUserstream AndAlso SettingDialog.PostAndGet Then GetTimeline(WORKERTYPE.Timeline, 1, 0, "") + If rslt.retMsg.Length = 0 AndAlso SettingDialog.PostAndGet Then + If _isActiveUserstream Then + RefreshTimeline(True) + Else + GetTimeline(WORKERTYPE.Timeline, 1, 0, "") + End If + End If Case WORKERTYPE.Retweet If rslt.retMsg.Length = 0 Then _postTimestamps.Add(Now) @@ -6090,6 +6104,7 @@ _cfgCommon.Token = tw.AccessToken _cfgCommon.TokenSecret = tw.AccessTokenSecret _cfgCommon.UserstreamStartup = SettingDialog.UserstreamStartup + _cfgCommon.UserstreamPeriod = SettingDialog.UserstreamPeriodInt _cfgCommon.TimelinePeriod = SettingDialog.TimelinePeriodInt _cfgCommon.ReplyPeriod = SettingDialog.ReplyPeriodInt _cfgCommon.DMPeriod = SettingDialog.DMPeriodInt @@ -10081,6 +10096,8 @@ 'before = Now End SyncLock + If SettingDialog.UserstreamPeriodInt > 0 Then Exit Sub + Try If InvokeRequired AndAlso Not IsDisposed Then Invoke(New Action(Of Boolean)(AddressOf RefreshTimeline), True)