From: kiri_feather Date: Sat, 2 Jul 2011 04:31:38 +0000 (+0900) Subject: USの反映間隔設定復活。投稿時取得有効時はAPI発行せずに貯めてある発言の反映のみ行う。 X-Git-Tag: Tween_v1.0.5.0~15 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7b35983c7064a8277b45da1e1391007c0dea9432;p=opentween%2Fopen-tween.git USの反映間隔設定復活。投稿時取得有効時はAPI発行せずに貯めてある発言の反映のみ行う。 --- diff --git a/Tween/AppendSettingDialog.Designer.vb b/Tween/AppendSettingDialog.Designer.vb index 44bfa02a..98666879 100644 --- a/Tween/AppendSettingDialog.Designer.vb +++ b/Tween/AppendSettingDialog.Designer.vb @@ -26,6 +26,29 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog ' '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 @@ Partial Class AppendSettingDialog 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 ' - Me.TreeViewSetting.Cursor = System.Windows.Forms.Cursors.Hand resources.ApplyResources(Me.TreeViewSetting, "TreeViewSetting") + Me.TreeViewSetting.Cursor = System.Windows.Forms.Cursors.Hand 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 @@ Partial Class AppendSettingDialog 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 ' - Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") + Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.AuthUserLabel.Name = "AuthUserLabel" + Me.ToolTip1.SetToolTip(Me.AuthUserLabel, resources.GetString("AuthUserLabel.ToolTip")) ' 'AuthStateLabel ' - Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") + Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 @@ Partial Class AppendSettingDialog 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"), resources.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.GetString("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.GetString("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.GetString("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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 ' - Me.FontPanel2.Controls.Add(Me.GroupBox5) resources.ApplyResources(Me.FontPanel2, "FontPanel2") + Me.FontPanel2.Controls.Add(Me.GroupBox5) 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 @@ Partial Class AppendSettingDialog 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 ' - Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblInputFont, "lblInputFont") + Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblInputFont.Name = "lblInputFont" + Me.ToolTip1.SetToolTip(Me.lblInputFont, resources.GetString("lblInputFont.ToolTip")) ' 'lblInputBackcolor ' - Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") + Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblInputBackcolor.Name = "lblInputBackcolor" + Me.ToolTip1.SetToolTip(Me.lblInputBackcolor, resources.GetString("lblInputBackcolor.ToolTip")) ' 'lblAtTo ' - Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtTo, "lblAtTo") + Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtTo.Name = "lblAtTo" + Me.ToolTip1.SetToolTip(Me.lblAtTo, resources.GetString("lblAtTo.ToolTip")) ' 'lblListBackcolor ' - Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") + Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblListBackcolor.Name = "lblListBackcolor" + Me.ToolTip1.SetToolTip(Me.lblListBackcolor, resources.GetString("lblListBackcolor.ToolTip")) ' 'lblAtFromTarget ' - Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") + Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtFromTarget.Name = "lblAtFromTarget" + Me.ToolTip1.SetToolTip(Me.lblAtFromTarget, resources.GetString("lblAtFromTarget.ToolTip")) ' 'lblAtTarget ' - Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") + Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtTarget.Name = "lblAtTarget" + Me.ToolTip1.SetToolTip(Me.lblAtTarget, resources.GetString("lblAtTarget.ToolTip")) ' 'lblTarget ' - Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblTarget, "lblTarget") + Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblTarget.Name = "lblTarget" + Me.ToolTip1.SetToolTip(Me.lblTarget, resources.GetString("lblTarget.ToolTip")) ' 'lblAtSelf ' - Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") + Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtSelf.Name = "lblAtSelf" + Me.ToolTip1.SetToolTip(Me.lblAtSelf, resources.GetString("lblAtSelf.ToolTip")) ' 'lblSelf ' - Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblSelf, "lblSelf") + Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog ' resources.ApplyResources(Me.Label35, "Label35") Me.Label35.Name = "Label35" + Me.ToolTip1.SetToolTip(Me.Label35, resources.GetString("Label35.ToolTip")) ' 'ComboBoxEventNotifySound ' - Me.ComboBoxEventNotifySound.FormattingEnabled = True resources.ApplyResources(Me.ComboBoxEventNotifySound, "ComboBoxEventNotifySound") + Me.ComboBoxEventNotifySound.FormattingEnabled = True Me.ComboBoxEventNotifySound.Name = "ComboBoxEventNotifySound" + Me.ToolTip1.SetToolTip(Me.ComboBoxEventNotifySound, resources.GetString("ComboBoxEventNotifySound.ToolTip")) ' 'CheckFavEventUnread ' @@ -1340,6 +1662,7 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 ' - Me.FontPanel.Controls.Add(Me.GroupBox1) resources.ApplyResources(Me.FontPanel, "FontPanel") + Me.FontPanel.Controls.Add(Me.GroupBox1) 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 @@ Partial Class AppendSettingDialog 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 ' - Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblRetweet, "lblRetweet") + Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") + Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblUnread, "lblUnread") + Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") + Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetail, "lblDetail") + Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblOWL, "lblOWL") + Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblFav, "lblFav") + Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblListFont, "lblListFont") + Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D 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 ' - Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK resources.ApplyResources(Me.Save, "Save") + Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK Me.Save.Name = "Save" + Me.ToolTip1.SetToolTip(Me.Save, resources.GetString("Save.ToolTip")) Me.Save.UseVisualStyleBackColor = True ' 'AppendSettingDialog @@ -1987,11 +2244,14 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 @@ Partial Class AppendSettingDialog 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 diff --git a/Tween/AppendSettingDialog.en.resx b/Tween/AppendSettingDialog.en.resx index 1507de30..82f514e4 100644 --- a/Tween/AppendSettingDialog.en.resx +++ b/Tween/AppendSettingDialog.en.resx @@ -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 @@ Periodic fetching, Timeline/Mentions/DM, and Post&Fetch function is disable. - - - - - - - - 70, 12 - - - Auth method - - - - - - Clear - - - - - - - - - - - - 65, 12 - - - Auth status - - - - - - Auth - - - - - - 56, 12 - - - Username - - - - - - 54, 12 - - - Password - - - - - - - - - - - - - Fore... diff --git a/Tween/AppendSettingDialog.resx b/Tween/AppendSettingDialog.resx index 9e074b1e..9d478ca5 100644 --- a/Tween/AppendSettingDialog.resx +++ b/Tween/AppendSettingDialog.resx @@ -117,10284 +117,8349 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top - - - - True - - - - 0, 0 - - - Fill - - - 0, 0 - - - - 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== - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd - U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ - bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 - AQEAAAEAAQABCAgIAgAAAAYHAAAABuaKleeovwYIAAAADFR3ZWV0QWN0Tm9kZQD/////CQUAAAD///// - CQUAAAAAAAAACw== - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl - AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL - UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp - bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn - ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB - CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA - AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No - ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl - eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v - dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG - AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt - YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD - b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J - BQAAAP////8JBQAAAAAAAAAL - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQsAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wCWNoaWxkcmVuMQljaGlsZHJlbjIBAQAAAQABAAQEBAEICAgdU3lzdGVtLldpbmRvd3MuRm9y - bXMuVHJlZU5vZGUCAAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlAgAAAB1TeXN0ZW0uV2lu - ZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6YCa5L+hBgQAAAAOQ29ubmVjdGlvbk5vZGUA - /////wYFAAAAAP////8JBQAAAAMAAAAJBgAAAAkHAAAACQgAAAAFBgAAAB1TeXN0ZW0uV2luZG93cy5G - b3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4CEltYWdlS2V5ElNl - bGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQBAQAAAQABAAEICAgCAAAA - BgkAAAAM44OX44Ot44Kt44K3BgoAAAAJUHJveHlOb2RlAP////8JBQAAAP////8JBQAAAAAAAAAFBwAA - AB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQgAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFn - ZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291 - bnQBAQAAAQABAAEICAgCAAAABgwAAAAS6YCj5pC644K144O844OT44K5Bg0AAAANQ29vcGVyYXRlTm9k - ZQD/////CQUAAAD/////CQUAAAAAAAAABQgAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUI - AAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5k - ZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYPAAAACeefree4rlVS - TAYQAAAADFNob3J0VXJsTm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== - - - - 169, 368 - - - 0 - - - TreeViewSetting - - - System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel1 - - - 0 - - - SplitContainer1.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1 - - - 0 - - - StartAuthButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 0 - - - AuthClearButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 1 - - - AuthUserLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 2 - - - AuthStateLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 3 - - - Label4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 4 - - - AuthorizeButton - - - 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 - - - 6 - - - Username - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 7 - - - Password - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 8 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 0 - - - False - - - BasedPanel - - - 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 - - - CooperatePanel - - - 0 - - - FoursquareGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 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 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 7 - - - TextBoxOutputzKey - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 8 - - - Label60 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 9 - - - Label59 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 10 - - - ComboBoxOutputzUrlmode - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - CooperatePanel - - - 11 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 12 - - - False - - - CooperatePanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 1 - - - CheckForceResolve - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 0 - - - CheckTinyURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 1 - - - TextBitlyPw - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 2 - - - CheckAutoConvertUrl - - - 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 - - - Label76 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 6 - - - Label77 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 7 - - - TextBitlyId - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShortUrlPanel - - - 8 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 13 - - - False - - - ShortUrlPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 2 - - - Label55 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 0 - - - TextProxyPassword - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 1 - - - RadioProxyNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 2 - - - LabelProxyPassword - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 3 - - - RadioProxyIE - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 4 - - - TextProxyUser - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 5 - - - RadioProxySpecified - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 6 - - - LabelProxyUser - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 7 - - - LabelProxyAddress - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 8 - - - TextProxyPort - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 9 - - - TextProxyAddress - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 10 - - - LabelProxyPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ProxyPanel - - - 11 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 12 - - - False - - - ProxyPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 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 - - - 3 - - - CheckUseSsl - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 4 - - - Label64 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ConnectionPanel - - - 5 - - - ConnectionTimeOut - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FontPanel2 - - - 0 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 10 - - - False - - - FontPanel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 - - - TweetActPanel - - - 2 - - - Label27 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 3 - - - CheckRetweetNoConfirm - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 4 - - - Label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetActPanel - - - 5 - - - CheckUseRecommendStatus - - - 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 - - - 6 - - - False - - - 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 - - - False - - - 0, 0 - - - 518, 368 - - - 2 - - - False - - - StartupPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 7 - - - ListTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 0 - - - Label25 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 1 - - - UserTimelineTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 2 - - - Label17 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 3 - - - Label30 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 4 - - - Label28 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 5 - - - Label19 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 6 - - - FavoritesTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 7 - - - SearchTextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 8 - - - Label66 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 9 - - - FirstTextCountApi - - - 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 - - - 12 - - - UseChangeGetCount - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 13 - - - TextCountApiReply - - - 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 - - - 15 - - - TextCountApi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetCountPanel - - - 16 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 3 - - - False - - - GetCountPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 8 - - - Label38 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 0 - - - ListDoubleClickActionComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 1 - - - CheckOpenUserTimeline - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 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 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 5 - - - Button3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 6 - - - PlaySnd - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 7 - - - chkReadOwnPost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 8 - - - Label15 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 9 - - - BrowserPathText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 10 - - - UReadMng - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 11 - - - Label44 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 12 - - - CheckCloseToExit - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ActionPanel - - - 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 - - - 518, 368 - - - 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 - - - 1 - - - ComboBoxEventNotifySound - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 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 - - - 5 - - - CheckForceEventNotify - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 6 - - - CheckListMemberRemovedEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 7 - - - CheckListMemberAddedEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 8 - - - CheckFollowEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 9 - - - CheckUnfavoritesEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 10 - - - CheckFavoritesEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 11 - - - CheckEventNotify - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NotifyPanel - - - 12 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 12 - - - False - - - NotifyPanel - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 10 - - - 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 - - - 1 - - - LabelDateTimeFormatApplied - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 2 - - - Label62 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 3 - - - CmbDateTimeFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 4 - - - Label23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 5 - - - Label11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 6 - - - IconSize - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 7 - - - TextBox3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 8 - - - CheckSortOrderLock - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 9 - - - CheckShowGrid - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 10 - - - chkUnreadStyle - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 11 - - - OneWayLv - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TweetPrvPanel - - - 12 - - - Fill - - - False - - - 0, 0 - - - 518, 368 - - - 8 - - - False - - - TweetPrvPanel - - - 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 - - - 0 - - - LabelUserStreamActive - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 1 - - - Label21 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 2 - - - UserTimelinePeriod - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 3 - - - TimelinePeriod - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 4 - - - Label3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 5 - - - ButtonApiCalc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel - - - 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 - - - 8 - - - Label33 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 22, 203 - - GetPeriodPanel + + GroupBox1 - - 9 + + + 19 - - ListsPeriod + + search.twitter.com - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 205, 72 - - GetPeriodPanel + + True - + 10 - - Label7 + + none - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl - - GetPeriodPanel + + 24 - - 11 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PubSearchPeriod + + System.Windows.Forms.GroupBox, 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 + + 100, 16 - - 12 + + 発言数/フォロー数/フォロワー数 - - Label69 + + 全未読/全発言数 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel - - - 13 - - - ReplyPeriod - - - 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 - - - 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 + + 104, 19 - - False + + OK - - 0, 0 + + - - 518, 368 + + NoControl - - 1 + + 16*16 - - False + + 418, 158 - - GetPeriodPanel + + - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - SplitContainer1.Panel2 + + 21 - - 12 + + 17 - - ReplyIconStateCombo + + 14 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckCloseToExit - - PreviewPanel + + AZERBAIJANI - - 0 + + 15 - - Label72 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - PreviewPanel + + - - 1 + + 13 - - ChkNewMentionsBlink + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SplitContainer1.Panel2 - - PreviewPanel + + bit.ly - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chkTabIconDisp + + SplitContainer1.Panel2 - - 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 - - PreviewPanel + + 331, 71 - - 3 + + StartAuthButton - - CheckPreviewEnable + + 83, 290 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - PreviewPanel + + 0, 0 - - 4 + + NoControl - - Label81 + + 9 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PreviewPanel + + TweetPrvPanel - - 5 + + False - - LanguageCombo + + Label37 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - PreviewPanel + + - + 6 - - Label13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 45 - - PreviewPanel + + 背景色 - - 7 + + 18 - - CheckAlwaysTop + + 213, 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 115 - - PreviewPanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + 6 - - CheckMonospace + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - PreviewPanel + + GetPeriodPanel - - 9 + + 16 - - CheckBalloonLimit + + 73, 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - PreviewPanel + + KANNADA - - 10 + + KAZAKH - - Label10 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConnectionTimeOut - - PreviewPanel + + - - 11 + + Listsから削除された - - ComboDispTitle + + HUNGARIAN - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ICELANDIC - - PreviewPanel + + INDONESIAN - - 12 + + INUKTITUT - - Label45 + + IRISH - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ITALIAN - - PreviewPanel + + JAPANESE - - 13 + + JAVANESE - - cmbNameBalloon + + NotifyPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - PreviewPanel + + - - 14 + + YORUBA - - CheckDispUsername + + Twitter API URL (api.twitter.com) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - PreviewPanel + + 174, 16 - - 15 + + 13 - - CheckBox3 + + 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 + + 1 - - PreviewPanel + + 標準取得件数 - - 16 + + 12 - - Fill + + 11 - - False + + NoControl - - 0, 0 + + - - 518, 368 + + NoControl - + 7 - - False + + 9 - - PreviewPanel + + System.Windows.Forms.Label, 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 + + HotkeyCtrl - - SplitContainer1.Panel2 + + NoControl - - 13 + + 自動調整する - - GroupBox1 + + 50, 12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - FontPanel + + ユーザーのタイムラインを表示 - - 0 + + ShortUrlPanel - - Fill + + 10 - - False + + 22, 65 - - 0, 0 + + True - - 518, 368 + + Fill - - 9 + + - - False + + 5 - - FontPanel + + 339, 165 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tinyurl - - SplitContainer1.Panel2 + + 4 - - 14 + + 15 - - SplitContainer1.Panel2 + + 6 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 205, 220 - - SplitContainer1 + + Favoritesを取得する - - 1 + + 22, 20 - - 691, 368 + + lblOWL - - 169 + + - - 0 + + CooperatePanel - - SplitContainer1 + + 7 - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetPrvPanel - - $this + + 154, 12 - - 2 + + 6 - - NoControl + + 4 - - 113, 95 + + 0, 0 - - 186, 23 + + CheckMonospace - - 9 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1.認証開始 + + 5 - - StartAuthButton + + 182, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 87, 16 - - BasedPanel + + - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 1 - - 305, 64 + + 12 - - 75, 23 + + 186, 19 - - 6 + + GetPeriodPanel - - クリア + + 18 - - AuthClearButton + + CooperatePanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - BasedPanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + 7 - - NoControl + + 77, 12 - - 113, 68 + + AppendSettingDialog - - 149, 14 + + True - - 5 + + 17 - - 認証済み + + 8 - - AuthUserLabel + + GroupBox3 + + + 22, 66 + + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 22 - - BasedPanel + + True - - 2 + + Label44 - - NoControl + + - - 113, 54 + + NoControl - - 112, 14 + + Win - - 4 + + 7 - - Not Authenticated + + UserAppointUrlText - - AuthStateLabel + + 8 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + - - 3 + + ShortUrlPanel - - True + + 1 - - NoControl + + 7 - - 22, 54 + + GetPeriodPanel - - 53, 12 + + - - 3 + + 4 - - 認証状態 + + Fill - - Label4 + + 22, 133 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tt h:mm - - BasedPanel + + 14 - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - NoControl + + 13, 14 - - 305, 126 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd + U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ + bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 + AQEAAAEAAQABCAgIAgAAAAYHAAAABuaKleeovwYIAAAADFR3ZWV0QWN0Tm9kZQD/////CQUAAAD///// + CQUAAAAAAAAACw== + - - 75, 23 + + StatusText - - 12 + + Label8 - - 3.認証する + + - - AuthorizeButton + + lblUnread - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 読み込んだポストを既読にする - - BasedPanel + + 通知なし - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + ShortUrlPanel - - NoControl + + GroupBox3 - - 22, 133 + + 9, 198 - - 31, 12 + + StartupUserstreamCheck - - 10 + + 8 - - 2.PIN + + This is sample. - - Label2 + + 191, 252 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 81, 12 - - BasedPanel + + 関連発言表示 - - 6 + + 4 - - Disable + + NoControl - - 113, 109 + + api.twitter.com - - 186, 19 + + 5 - - 8 + + 0 - - False + + 1 Username - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - BasedPanel - - - 7 + + NoControl - - 113, 130 + + ShortUrlPanel - - 186, 19 + + ComboBoxAutoShortUrlFirst - - 11 + + MiddleLeft - - Password + + 12 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - BasedPanel + + 1 - - 8 + + 片思いユーザーリストを取得する - - True + + 63, 12 - - 24, 254 + + - - 327, 16 + + 154, 16 - - 20 + + Label23 - - FoursquareのURLからプレビューを表示する(非常に重くなります) + + 262, 100 - - IsPreviewFoursquareCheckBox + + BrowserPathText - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - CooperatePanel + + 259, 51 - - 0 + + ProxyPanel - - Label42 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - FoursquareGroupBox + + 片思いを色分けして表示する - - 0 + + 278, 123 - - FoursquarePreviewWidthTextBox + + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox + + 22, 93 - - 1 + + TweetActPanel - - FoursquarePreviewZoomTextBox + + False - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - FoursquareGroupBox + + 173, 21 - - 2 + + LabelProxyPort - - FoursquarePreviewHeightTextBox + + AuthStateLabel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - FoursquareGroupBox + + - + 3 - - Label41 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 12 - - FoursquareGroupBox + + NotifyPanel - - 4 + + 187, 16 - - Label40 + + 179, 123 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 公式RTする際に確認をしない - - FoursquareGroupBox + + NoControl - - 5 + + - - False + + 22, 86 - - 21, 277 + + 7 - - 485, 71 + + twitter.com - - 19 + + BURMESE - - FourSquare + + CATALAN - - False + + True - - FoursquareGroupBox + + 1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - CooperatePanel + + 認証済み - - 1 + + 4 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 169, 17 + + 189, 16 - - 11, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + Label29 - - x + + Label41 - - Label42 + + 18 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox + + 116, 15 - - 0 + + 12 - - 185, 15 + + 4 - - 50, 19 + + 新着通知が無効でもイベントを通知する - - 4 + + 15 - - FoursquarePreviewWidthTextBox + + 180, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - FoursquareGroupBox + + NoControl - - 1 + + HotkeyWin - - 352, 16 + + False - - 63, 19 + + 175, 43 - - 3 + + System.Windows.Forms.CheckBox, 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 + + 8 - - FoursquareGroupBox + + 24, 282 - - 2 + + English - - 102, 15 + + NoControl - - 58, 19 + + 新着時に未読をクリアする - - 2 + + True - - FoursquarePreviewHeightTextBox + + 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 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + 175, 93 - + True - - 241, 21 + + GroupBox1 - - 79, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 259, 209 - - 1 + + 258, 127 - - プレビューズーム + + 70, 12 - - Label41 + + 22, 158 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - FoursquareGroupBox + + 349, 12 - - 4 + + 41, 134 - + True - - 10, 21 + + NoControl - - 78, 12 + + CooperatePanel - - 0 + + TextCountApiReply - - プレビューサイズ + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label40 + + 1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - FoursquareGroupBox - - - 5 - - - True + + ConnectionPanel - - 22, 203 + + 0 - - 401, 12 + + NoControl - - 17 + + NoControl - - ユーザー指定のURL({ID}をScreenNameに、{STATUS}をステータスIDに置き換えます) + + NoControl - - Label39 + + 144, 12 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + 58, 19 - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 205, 220 + + False - - 301, 19 + + 4 - - 18 + + CheckBlockEvent - - UserAppointUrlText + + PreviewPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - CooperatePanel + + CheckUnfavoritesEvent - - 3 + + 5 - - AFRIKAANS + + 58, 12 - - ALBANIAN + + 21 - - AMHARIC + + - - ARABIC + + True - - ARMENIAN + + ProxyPanel - - AZERBAIJANI + + 22, 20 - - BASQUE + + This is sample. - - BELARUSIAN + + CheckFollowEvent - - BENGALI + + GroupBox5 - - BIHARI + + ShortUrlPanel - - BRETON + + lblRetweet - - BULGARIAN + + GroupBox3 - - BURMESE + + NoControl - - CATALAN + + ActionPanel - - CHEROKEE + + 518, 368 - - CHINESE + + 7 - - CHINESE_SIMPLIFIED + + 22, 93 - - CHINESE_TRADITIONAL + + 7 - - CORSICAN + + yyyy/MM/dd H:mm:ss - - CROATIAN + + NoControl - - CZECH + + GroupBox5 - - DANISH + + CmbDateTimeFormat - - DHIVEHI + + 175, 143 - - DUTCH + + - - ENGLISH + + False - - ESPERANTO + + CheckSortOrderLock - - ESTONIAN + + j.mp - - FAROESE + + CheckListCreatedEvent - - FILIPINO + + btnTarget - - FINNISH + + 6 - - FRENCH + + 13 - - FRISIAN + + False - - GALICIAN + + This is sample. - - GEORGIAN + + 23 - - GERMAN + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GREEK + + 13 + + + True - - GUJARATI + + NoControl - - HAITIAN_CREOLE + + 75, 22 - - HEBREW + + 初回の更新 - - HINDI + + その人への@返信 - - HUNGARIAN + + 自分の発言 - - ICELANDIC + + 4 - - INDONESIAN + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - INUKTITUT + + 114, 82 - - IRISH + + True - - ITALIAN + + 2 - - JAPANESE + + Label42 - - JAVANESE + + True - - KANNADA + + PreviewPanel - - KAZAKH + + 2 - - KHMER + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - KOREAN + + 131, 12 - - KURDISH + + True - - KYRGYZ + + - - LAO + + OneWayLv - - LATIN + + NoControl - - LATVIAN + + タイトルバーとツールチップにユーザー名を表示 - - LITHUANIAN + + + 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== + - - LUXEMBOURGISH + + - - MACEDONIAN + + True - - MALAY + + 40, 60 - - MALAYALAM + + 8 - - MALTESE + + 2 - - MAORI + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MARATHI + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MONGOLIAN + + CheckNicoms - - NEPALI + + True - - NORWEGIAN + + H:mm:ss yy/M/d - - OCCITAN + + 113, 54 - - ORIYA + + MiddleLeft - - PASHTO + + 7 - - PERSIAN + + SplitContainer1.Panel2 - - POLISH + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PORTUGUESE + + 0 - - PORTUGUESE_PORTUGAL + + 22, 18 - - PUNJABI + + True - - QUECHUA + + URDU - - ROMANIAN + + NoControl - - RUSSIAN + + 117, 16 - - SANSKRIT + + SplitContainer1.Panel1 - - SCOTS_GAELIC + + - - SERBIAN + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SINDHI + + 22, 137 - - SINHALESE + + 1 - - SLOVAK + + 65, 19 - - SLOVENIAN + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SPANISH + + LabelProxyPassword - - SUNDANESE + + 3 - - SWAHILI + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SWEDISH + + NoControl - - SYRIAC + + GetCountPanel - - TAJIK + + ShortUrlPanel - - TAMIL + + ButtonBackToDefaultFontColor - - TATAR + + GetCountPanel - - TELUGU + + True - - THAI + + 背景色 - - TIBETAN + + - - TONGA + + 40, 162 - - TURKISH + + GroupBox1 - - UKRAINIAN + + SplitContainer1 - - URDU + + 17 - - UZBEK + + 5 - - UIGHUR + + 9 - - VIETNAMESE + + - - WELSH + + btnFav - - YIDDISH + + 186, 19 - - YORUBA + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 205, 156 + + GroupBox3 - - 182, 20 + + Label49 - - 15 + + 75, 22 - - ComboBoxTranslateLanguage + + 13 - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + 8 - - 4 + + - - True + + NoControl - - 20, 160 + + Disable - - 99, 12 + + True - - 14 + + フッター(文末に付加) - - 発言翻訳先の言語 + + NoControl - - Label29 + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - CooperatePanel + + 185, 116 - - 5 + + 入力欄アクティブ時背景色 - + True - - NoControl - - - 22, 22 + + ListDoubleClickActionComboBox - - 115, 16 + + - - 8 + + 0, 0 - - Outputzに対応する + + False - - CheckOutputz + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - CooperatePanel + + - - 6 + + その発言の@先の人の発言 - + True - + NoControl - - 22, 120 - - - 237, 16 + + NoControl - - 13 + + UserTimeline更新間隔(秒) - - ニコニコ動画のURLをnico.msで短縮して送信 + + GetCountPanel - - CheckNicoms + + 60, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - CooperatePanel + + ListTextCountApi - - 7 + + 8 - - 205, 44 + + 3 - - 182, 19 + + CheckMinimizeToTray - - 10 + + Fill - - TextBoxOutputzKey + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - CooperatePanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + False - + True - - NoControl + + 4 - - 36, 75 + + - - 99, 12 + + True - - 11 + + UserstreamPeriod - - アウトプット先のURL + + NoControl - - Label60 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - CooperatePanel + + ConnectionPanel - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 11 - - 36, 47 + + 518, 368 - - 63, 12 + + 70, 19 9 - - 復活の呪文 + + 11 - - Label59 + + TweetPrvPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 183, 16 - - CooperatePanel + + CheckOpenUserTimeline - - 10 + + NoControl - - twitter.com + + 34, 19 - - twitter.com/username + + True - - 205, 72 + + 5 - - 182, 20 + + 0, 0 - - 12 + + True - - ComboBoxOutputzUrlmode + + 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 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + btnAtSelf - - 11 + + GroupBox5 - - True + + 170, 16 - - NoControl + + 15 - - 22, 45 + + SplitContainer1.Panel2 - - 187, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + Fill - - すべてのURLについて解決を試みる + + 102, 19 - - CheckForceResolve + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3.認証する - - ShortUrlPanel + + 0 - + 0 - - True + + 124, 16 - - NoControl + + 4 - - 22, 22 + + 48, 16 - - 122, 16 + + LabelPostAndGet - - 0 + + True - - 短縮URLを解決する + + - - CheckTinyURL + + - + + GroupBox5 + + + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + ニックネーム - - 343, 120 + + CheckListMemberRemovedEvent - - 70, 19 + + TweetPrvPanel - - 8 + + 0 - - TextBitlyPw + + GroupBox5 - - 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 - - ShortUrlPanel + + True - + + 259, 235 + + 2 - - True + + 14 - - NoControl + + 63, 19 - - 22, 68 + + 19 - - 242, 16 + + リストフォント - - 2 + + 117, 12 - - 入力欄のURLを投稿する際に自動で短縮する + + 108, 23 - - CheckAutoConvertUrl + + キャンセル - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SANSKRIT - - ShortUrlPanel + + 9 - - 3 + + BasedPanel - - True + + False - + + 10 + + NoControl - - 19, 100 + + 10 - - 154, 12 + + btnAtTo - - 3 + + ConnectionPanel - - URL自動短縮で優先的に使用 + + 4, 15 - - Label71 + + PUNJABI - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - ShortUrlPanel + + GroupBox1 - - 4 + + True - - tinyurl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - is.gd + + - - twurl.nl + + - - bit.ly + + 13 - - j.mp + + 115, 12 - - ux.nu + + - - 181, 97 + + GetPeriodPanel - - 246, 20 + + 6 + + + GroupBox1 - - 4 + + 22 - - ComboBoxAutoShortUrlFirst + + 15 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ShortUrlPanel + + SplitContainer1.Panel2 - - 5 + + 12 - - True + + - + NoControl - - 179, 123 + + 13 - - 16, 12 + + ActionPanel - - 5 + + NoControl - - ID + + 12 - - Label76 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ShortUrlPanel + + 75, 22 - - 6 + + System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 文字色 - - NoControl + + Fill - - 278, 123 + + 113, 95 - - 42, 12 + + AMHARIC - - 7 + + - - APIKey + + 5 - - Label77 + + Userstream反映間隔(秒) - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Disable - - ShortUrlPanel + + 画面最小化・アイコン時のみバルーンを表示する - - 7 + + BIHARI - - 201, 121 + + 48, 12 - - 71, 19 + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + NoControl - - TextBitlyId + + 有効 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel - - - 8 + + 4 - - True + + SplitContainer1.Panel2 - - NoControl + + GetPeriodPanel - - 41, 134 + + 79, 12 - - 314, 12 + + 48, 16 - - 11 + + 173, 146 - - ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 + + Disable - - Label55 + + ReplyIconStateCombo - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckAtIdSupple - - ProxyPanel + + OS Default - - 0 + + - - 286, 107 + + 11 - - 96, 19 + + GroupBox1 - - 10 + + Label45 - - TextProxyPassword + + 40, 111 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - + ProxyPanel - - 1 + + FirstTextCountApi - - True + + 286, 270 - + NoControl - - 22, 19 - - - 76, 16 - - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 使用しない + + 11 - - RadioProxyNone + + TweetActPanel - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 122, 16 - - ProxyPanel + + btnAtTarget - + 2 - - True - - - NoControl + + 192, 20 - - 217, 110 + + 0 - - 69, 12 + + 1 - - 9 + + CORSICAN - - パスワード(&W) + + CROATIAN - - LabelProxyPassword + + PreviewPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - ProxyPanel + + 0 - - 3 + + BRETON - - True + + BULGARIAN - - NoControl + + SWAHILI - - 22, 41 + + SWEDISH - - 190, 16 + + CHEROKEE - - 1 + + CHINESE - - InternetExplorerの設定を使用する + + CHINESE_SIMPLIFIED - - RadioProxyIE + + CHINESE_TRADITIONAL - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 推奨フッターを使用する[TWNv○○] - - ProxyPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + SERBIAN - - 143, 107 + + SINDHI - - 68, 19 + + SINHALESE - - 8 + + SLOVAK - - TextProxyUser + + SLOVENIAN - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SPANISH - - ProxyPanel + + SUNDANESE - - 5 + + - - True + + 5 - + NoControl - - 22, 62 - - - 66, 16 + + 343, 120 - - 2 + + 125, 19 - - 指定する + + Fav削除した、またはFav削除された - - RadioProxySpecified + + 0, 0 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - ProxyPanel + + 22, 108 - - 6 + + 13 - + True - + NoControl - - 74, 110 + + 1 - - 63, 12 + + 0 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ユーザ名(&U) + + 22, 68 - - LabelProxyUser + + 174, 12 - + + H:mm:ss + + + 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + 63, 12 - - 7 + + 74, 110 - - True + + 331, 171 - + + GetCountPanel + + + 13 + + NoControl - - 50, 85 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 58, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + 4 - - プロキシ(&X) + + Twitter検索更新間隔(秒) - - LabelProxyAddress + + 15 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 185, 94 - - ProxyPanel + + Label40 - - 8 + + Label39 - - Disable + + GroupBox1 - - 309, 82 + + 16 - - 73, 19 + + True - - 6 + + GroupBox1 - - TextProxyPort + + 22, 191 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 16 - - ProxyPanel + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 9 + + btnUnread - - 114, 82 + + 20 - - 135, 19 + + 3 - - 4 + + - - TextProxyAddress + + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BASQUE - - ProxyPanel + + GroupBox3 - - 10 + + True - + True - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 255, 85 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48, 12 + + 76, 12 + + + 184, 160 - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ポート(&P) + + 10 - - LabelProxyPort + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 251, 59 - - ProxyPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + NoControl - - 262, 125 + + GroupBox1 - - 125, 19 + + Favoritesイベント受信の際に書き込みを未読に戻す - - 7 + + Fill - - search.twitter.com + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TwitterSearchAPIText + + MiddleRight - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckPostAndGet - - ConnectionPanel + + True - + 0 - - True + + 91, 16 - - NoControl + + Label22 - - 22, 128 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 228, 12 + + 145, 16 - - 6 + + 22, 22 - - Twitter SearchAPI URL (search.twitter.com) + + ShortUrlPanel - - False + + 10 - - Label31 + + 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 - - ConnectionPanel + + 6 - - 1 + + 3 - - 262, 100 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 125, 19 + + Fill - - 5 + + Fav追加した、またはFav追加された - - api.twitter.com + + UserTimelineの取得数 - - False + + - - TwitterAPIText + + Fill - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 140 - - ConnectionPanel + + - - 2 + + 16 - - True + + 21 - - NoControl + + 投稿時取得が有効のため、投稿のたびにAPIを消費します。 - - 22, 103 + + NoControl - - 174, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + 11, 12 - - Twitter API URL (api.twitter.com) + + LUXEMBOURGISH - - False + + MACEDONIAN - - Label8 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - ConnectionPanel + + 13 - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - NoControl + + KHMER - - 22, 78 + + KOREAN - - 145, 16 + + KURDISH - - 3 + + KYRGYZ - - 通信にHTTPSを使用する + + LAO - - CheckUseSsl + + LATIN - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LATVIAN - - ConnectionPanel + + Password - - 4 + + 16 - - True + + - - NoControl + + 118, 12 - - 22, 51 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 349, 12 + + 3 - + + 518, 368 + + 2 - - ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 + + NoControl - - Label64 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 一般発言 - - ConnectionPanel + + ブラウザパス + + + + + + 5 + + + True + + + GetPeriodPanel + + + - - 5 + + 17 - - Disable + + 7 - - 262, 18 + + 197, 20 - - 125, 19 + + - - 1 + + 7 - - ConnectionTimeOut + + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - + ConnectionPanel - - 6 + + PreviewPanel - + + 168, 15 + + True - - NoControl + + 999 - - 22, 20 + + - - 131, 12 + + AuthClearButton - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - タイムアウトまでの時間(秒) + + M/d H:mm - - Label63 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 271, 16 - - ConnectionPanel + + - - 7 + + GroupBox1 - - Label65 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - GroupBox5 + + lblInputBackcolor - - 0 + + False - - Label52 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetPrvPanel - - GroupBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + MiddleLeft - - Label49 + + CheckRetweetNoConfirm + + + 1 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + - - 2 + + Fill - - Label9 + + PreviewPanel - + + 22, 201 + + + 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + Disable - - Label14 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox5 + + TweetActPanel - - 4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label16 + + x - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox5 + + - - 5 + + サウンドを再生する - - Label32 + + 24 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + yy/M/d H:mm:ss - - GroupBox5 + + 518, 368 - - 6 + + - - Label34 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 99, 12 - - GroupBox5 + + 163, 20 - - 7 + + ActionPanel - - Label36 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GroupBox5 + + - - 8 + + 75, 22 - - btnInputFont + + CooperatePanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) - - GroupBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnInputBackcolor + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - GroupBox5 + + 11 - - 10 + + True - - btnAtTo + + 53, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - GroupBox5 + + LanguageCombo - - 11 + + LabelApiUsingUserStreamEnabled + + + NoControl + + + True - - btnListBack + + 42, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + lblDetail - + 12 - - btnAtFromTarget + + 175, 218 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - GroupBox5 + + 9, 148 - - 13 + + ColorDialog1 - - btnAtTarget + + Listsの取得数 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 画像リンクがあった場合にサムネイルを表示する - - GroupBox5 + + NoControl - - 14 + + True - - btnTarget + + 211, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox5 + + MiddleLeft - - 15 + + 22, 120 - - btnAtSelf + + LITHUANIAN - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 7 - - 16 + + 2 - - btnSelf + + MiddleLeft - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HideDuplicatedRetweetsCheck - - GroupBox5 + + False - - 17 + + Disable - - lblInputFont + + 216, 129 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - GroupBox5 + + GetPeriodPanel - - 18 + + 1 - - lblInputBackcolor + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ユーザーのHomeを開く - - GroupBox5 + + アウトプット先のURL - - 19 + + - - lblAtTo + + ユーザーのホームURLをタブで開く - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox5 + + 104, 19 - - 20 + + 130, 12 - - lblListBackcolor + + 22, 240 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 160 - - GroupBox5 + + 4 - - 21 + + 63, 12 - - lblAtFromTarget + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 121 - - GroupBox5 + + 12 - - 22 + + RadioProxyIE - - lblAtTarget + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CooperatePanel - - GroupBox5 + + 6 - - 23 + + 180, 16 - - lblTarget + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 343, 16 - - GroupBox5 + + 6 - - 24 + + ProxyPanel - - lblAtSelf + + 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 + + CheckPeriodAdjust - - GroupBox5 + + 3 - - 25 + + True - - lblSelf + + 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ToolTip1 - - GroupBox5 + + 4 - - 26 + + 96, 19 - - ButtonBackToDefaultFontColor2 + + ChkNewMentionsBlink - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - GroupBox5 + + 10 - - 27 + + 125, 19 - - 22, 18 + + NoControl + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 99, 12 - - 429, 290 + + 22, 136 - - 0 + + False - - フォント&色設定 + + 26 - - GroupBox5 + + Label11 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 新着バルーンのユーザー名 - - FontPanel2 + + UZBEK - - 0 + + NoControl - - True + + PublicSearchの取得数 - + NoControl - - 16, 220 + + GetCountPanel - - 74, 12 + + - - 24 + + 169, 17 - - 入力欄フォント + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label65 + + - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + Label35 - - 0 + + 入力欄フォント - + True - + NoControl - - 16, 195 + + 1 - - 131, 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + 2 - - 入力欄アクティブ時背景色 + + タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - Label52 + + 10 - + + + + + 216, 90 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NotifyPanel + + + GroupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + 62, 12 - - 1 + + 21, 277 - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + Simplified Chinese - - 16, 145 + + 0 - - 102, 12 + + - - 15 + + - - その発言の@先発言 + + 6 - - Label49 + + Label80 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - + GroupBox5 - - 2 - - - True + + 5 - + NoControl - - 16, 170 + + GetCountPanel - - 53, 12 + + 518, 368 - - 18 + + - - 一般発言 + + - - Label9 + + 22, 118 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox5 + + Label14 - - 3 + + 4 - + True - - NoControl + + 9, 48 - - 16, 120 + + 0, 0 - - 134, 12 + + - - 12 + + CooperatePanel - - その発言の@先の人の発言 + + True - - Label14 + + 22, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetPrvPanel - - GroupBox5 + + Label53 - - 4 + + 8 - - True + + 58, 19 - - NoControl + + Label81 - - 16, 95 + + 22, 183 - - 88, 12 + + 10 - - 9 + + - - その人への@返信 + + - - Label16 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - GroupBox5 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 78, 12 - - True + + 2 - - NoControl + + 175, 68 - - 16, 70 + + - - 70, 12 + + 175, 118 - - 6 + + ConnectionPanel - - その人の発言 + + 142, 12 - - Label32 + + 0, 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label30 - - GroupBox5 + + 23 - - 6 + + btnInputBackcolor - - True + + Ctrl - - NoControl + + 249, 16 - - 16, 45 + + 84, 16 - - 81, 12 + + 24, 146 - - 3 + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - 自分への@返信 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label34 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 18 - - 7 + + 22, 226 - - True + + 518, 368 - - NoControl + + 215, 88 - - 16, 20 + + - - 63, 12 + + Label31 - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 自分の発言 + + - - Label36 + + 9, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ux.nu - - GroupBox5 + + 13 - - 8 + + - - True + + 166, 16 - + NoControl - - 339, 215 - - - 75, 22 + + 3 - - 26 + + 22, 103 - - フォント&&色 + + タブに未読アイコンを表示する - - btnInputFont + + 137, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + リストの区切り線を表示する - - GroupBox5 + + 1 - - 9 + + - - True + + 6, 12 - - NoControl + + 0 - - 339, 190 + + This is sample. - - 75, 22 + + 6 - - 23 + + 1 - - 背景色 + + Listsに追加された - - btnInputBackcolor + + 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 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + Label36 - - True + + - - NoControl + + SplitContainer1.Panel2 - - 339, 140 + + 23, 273 - - 75, 22 + + 12 - - 17 + + This is sample. - - 背景色 + + 7 - - btnAtTo + + ConnectionPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Disable - - GroupBox5 + + True - - 11 + + GetPeriodPanel - - True + + - + + 5 + + + Label10 + + + SplitContainer1.Panel2 + + NoControl - - 339, 165 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + 195, 16 - - 背景色 + + ActionPanel - - btnListBack + + M/d tt h:mm - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 175, 235 - - GroupBox5 + + CheckDispUsername - - 12 + + 発言翻訳先の言語 + + + 1 - + True - - NoControl + + 143, 107 - - 339, 115 + + lblAtTarget - - 75, 22 + + SplitContainer1 - - 14 + + 136, 20 - - 背景色 + + 143, 16 - - btnAtFromTarget + + 217, 113 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 21 - - GroupBox5 + + 331, 96 - - 13 + + TweetPrvPanel - - True + + GroupBox1 - - NoControl + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 339, 90 + + GroupBox1 - - 75, 22 + + NoControl - - 11 + + - - 背景色 + + 256, 16 - - btnAtTarget + + 文字色 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 77, 19 - - 14 + + - - True + + 40, 94 - - NoControl + + 5 - - 339, 65 + + 235, 16 - - 75, 22 + + GroupBox5 - - 8 + + True - - 背景色 + + 22, 71 - - btnTarget + + 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 + + 20, 160 - - GroupBox5 + + 19 - - 15 + + SearchTextCountApi - + True - + + 7 + + + 162, 16 + + NoControl - - 339, 40 + + GroupBox1 - - 75, 22 + + NoControl - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 背景色 + + 113, 12 - - btnAtSelf + + ActionPanel - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 163, 12 + + GroupBox5 - - 16 + + 6 - - True + + PreviewPanel - - NoControl + + - - 339, 15 + + 119, 16 - - 75, 22 + + 0 - - 2 + + WELSH - - 背景色 + + - - btnSelf + + Label67 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - GroupBox5 + + True - - 17 + + Label32 - + + 4 + + NoControl - - 175, 218 + + 他のユーザーに対するブロックが成功した - - 102, 19 + + ProxyPanel - - 25 + + 301, 19 - - This is sample. + + - - MiddleLeft + + True - - lblInputFont + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox5 + + 19 - - 18 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 259, 21 - - 175, 193 + + 22, 83 - - 102, 19 + + True - - 22 + + 10 + + + UserTimelinePeriod + + + 50, 85 + + + Label15 + + + Mentions更新間隔(秒) - - This is sample. + + 18 - - MiddleLeft + + 22, 40 - - lblInputBackcolor + + FoursquareGroupBox - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label33 - + GroupBox5 - - 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + NoControl - - 175, 143 + + 259, 112 - - 102, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + CheckUserUpdateEvent - - This is sample. + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - MiddleLeft + + True - - lblAtTo + + 102, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + 7 - - 20 + + - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 168 + + 15 - - 102, 19 + + CheckFavoritesEvent - - 19 + + 3 - - This is sample. + + True - - MiddleLeft + + Label38 - - lblListBackcolor + + 408, 22 - + + 12 + + 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 - - 21 + + 22, 215 - - NoControl + + 305, 64 - - 175, 118 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + 投稿時取得 - - 13 + + - - This is sample. + + Alt - - MiddleLeft + + GroupBox1 - - lblAtFromTarget + + PreviewPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + StartupPanel - - GroupBox5 + + 331, 146 - - 22 + + 24*24 - + + GetPeriodPanel + + + 1 + + NoControl - - 175, 93 + + FontPanel2 - - 102, 19 + + Label12 - - 10 + + 22, 237 - - This is sample. + + 16, 95 - - MiddleLeft + + btnListFont - - lblAtTarget + + HotkeyShift - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox5 + + True - - 23 + + True - - NoControl + + True - - 175, 68 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + Label47 - + 7 - - This is sample. - - - MiddleLeft + + 12 - - lblTarget + + 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 + + NoControl - - GroupBox5 + + 22, 51 - - 24 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ShortUrlPanel - - 175, 43 + + TweetPrvPanel - - 102, 19 + + 10 - + 4 - - This is sample. - - - MiddleLeft + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - lblAtSelf + + 9, 123 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FontPanel - - GroupBox5 + + 286, 107 - - 25 + + 258, 37 - - NoControl + + - - 175, 17 + + GetPeriodPanel - - 102, 19 + + 258, 103 - - 1 + + False - - This is sample. + + Label13 - - MiddleLeft + + PreviewPanel - - lblSelf + + 161, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ID - - GroupBox5 + + CheckStartupFollowers - - 26 + + UseChangeGetCount - - True + + 2 - + NoControl - - 191, 252 - - - 90, 22 + + False - - 27 + + True - - デフォルトに戻す + + ステータスをWebで開く - - ButtonBackToDefaultFontColor2 + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - GroupBox5 + + True - - 27 + + 14 - - True + + GroupBox5 - - NoControl + + ActionPanel - - 24, 170 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 157, 16 + + - - 15 + + - - #タグの入力補助を使用する + + 再起動後有効になります。 - - CheckHashSupple + + 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 + + False - - TweetActPanel + + 21 - - 0 + + @IDの入力補助を使用する - + True - - NoControl + + Fill - - 24, 146 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 153, 16 + + 10, 21 - - 14 + + 2 - - @IDの入力補助を使用する + + 110, 16 - - CheckAtIdSupple + + 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 + + 19 - - TweetActPanel + + True - - 1 + + True - - Enter + + True - - Ctrl+Enter + + 4 - - Shift+Enter + + PlaySnd - - 184, 19 + + TimelinePeriod - - 246, 20 + + Label16 - - 9 + + - - ComboBoxPostKeySelect + + BasedPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 188, 20 - - TweetActPanel + + 21, 313 - - 2 + + Disable - + + ARABIC + + True - - NoControl + + 6 - - 22, 22 + + - - 137, 12 + + 518, 368 - - 8 + + SplitContainer1.Panel2 - - POSTキー(デフォルトEnter) + + True - - Label27 + + 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 + + 3 - - TweetActPanel + + 243, 16 - - 3 + + 0 - - True + + - - NoControl + + True - - 24, 50 + + True - - 165, 16 + + 75, 23 - - 10 + + - - 公式RTする際に確認をしない + + 1 - - CheckRetweetNoConfirm + + - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetActPanel - - - 4 + + 1 - + True - - NoControl + + - - 23, 94 + + Label17 - - 107, 12 + + TextBitlyPw - - 11 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フッター(文末に付加) + + プレビューサイズ - - Label12 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TweetActPanel + + GroupBox5 - - 5 + + 259, 159 - - True + + Fill - - NoControl + + Not Authenticated - - 185, 94 + + AuthorizeButton - - 195, 16 + + 215, 15 - - 12 + + 9 - - 推奨フッターを使用する[TWNv○○] + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckUseRecommendStatus + + 14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 22 - - TweetActPanel + + - - 6 + + 8 - - 185, 116 + + This is sample. - - 232, 19 + + ListsPeriod - - 13 + + PubSearchPeriod - - StatusText + + ActionPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TweetActPanel + + False - - 7 + + GetCountPanel - - True + + 9 - - NoControl + + FINNISH - - 22, 22 + + 5 - - 166, 16 + + 起動時に自動接続 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 読み込んだポストを既読にする + + CZECH - - StartupReaded + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TURKISH - - StartupPanel + + UKRAINIAN - - 0 + + ENGLISH - + True - - NoControl - - - 22, 70 + + ESTONIAN - - 174, 16 + + FAROESE - - 2 + + GetPeriodPanel - - 片思いユーザーリストを取得する + + 最終発言 - - CheckStartupFollowers + + SYRIAC - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TAJIK - - StartupPanel + + TAMIL - - 1 + + TATAR - - True + + TELUGU - - NoControl + + THAI - - 22, 47 + + TIBETAN - - 129, 16 + + TONGA - - 1 + + 1.認証開始 - - 最新版のチェックをする + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckStartupVersion + + 60, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 87, 12 - - StartupPanel + + False - - 2 + + Label1 - - True + + 前データの更新 - - NoControl + + - - 22, 93 + + 485, 71 - - 124, 16 + + NoControl - - 3 + + True - - Favoritesを取得する + + 75, 23 - - chkGetFav + + 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 + + 22, 24 - - StartupPanel + + 11 - - 3 + + - - Disable + + ConnectionPanel - - 259, 183 + + This is sample. - - 58, 19 + + 5 - - 12 + + 217, 110 - - ListTextCountApi + + ProxyPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - GetCountPanel + + - - 0 + + False - - True + + 12 - - 22, 186 + + 327, 16 - - 76, 12 + + TweetPrvPanel - - 11 + + 未読ポストのフォントと色を変更する(低速) - - Listsの取得数 + + 7 - - Label25 + + 182, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TreeViewSetting - - GetCountPanel + + 113, 130 - - 1 + + 5 - - Disable + + CooperatePanel - - 259, 235 + + 157, 16 - - 58, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + 258, 151 - - UserTimelineTextCountApi + + 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 - - GetCountPanel - - - 2 + + 104, 19 - - True + + Label5 - - 22, 237 + + BELARUSIAN - - 118, 12 + + ReTweet - - 15 + + True - - UserTimelineの取得数 + + StartupReaded - - Label17 + + NoControl - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + CooperatePanel - - 3 + + False - + True - - 22, 210 + + NoControl - - 117, 12 + + 134, 12 - - 13 + + GroupBox5 - - PublicSearchの取得数 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label30 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + True - - 4 + + Label18 - - True + + 691, 403 - - 22, 136 + + - - 63, 12 + + GetMoreTextCountApi - - 7 + + NoControl - - 初回の更新 + + This is sample. - - Label28 + + GroupBox5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckShowGrid - - GetCountPanel + + - - 5 + + - - True + + 6 - - 22, 54 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 87, 12 + + True - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Mentions取得数 + + NoControl - - Label19 + + Label55 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - GetCountPanel + + PreviewPanel - - 6 + + NoControl - - Disable + + NoControl - - 259, 159 + + This is sample. - - 58, 19 + + lblTarget - - 10 + + FourSquare - - FavoritesTextCountApi + + 113, 68 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label9 - - GetCountPanel + + Label19 - - 7 + + CheckForceResolve - - Disable + + GroupBox1 - - 259, 209 + + POSTキー(デフォルトEnter) - - 58, 19 + + 6 - - 14 + + - - SearchTextCountApi + + 11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 262, 125 - - GetCountPanel + + ButtonApiCalc - - 8 + + 36, 47 - - True + + ORIYA - - NoControl + + 22, 91 - - 22, 160 + + 339, 15 - - 99, 12 + + 20 - + 9 - - Favoritesの取得数 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label66 + + MALAY - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MALAYALAM - - GetCountPanel + + MALTESE - + 9 - - Disable + + MARATHI - - 259, 135 + + MONGOLIAN - - 58, 19 + + NEPALI - - 8 + + NORWEGIAN - - FirstTextCountApi + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GetCountPanel + + 0 - - 10 + + ActionPanel - - Disable + + 9 - - 259, 112 + + 8, 173 - - 58, 19 + + 135, 19 - - 6 + + 205, 339 - - GetMoreTextCountApi + + Disable - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + 9 - - True + + 0 - - NoControl + + lblFav - - 22, 112 + + 認証状態 - - 79, 12 + + IsPreviewFoursquareCheckBox - - 5 + + 518, 368 - - 前データの更新 + + 75, 22 - - Label53 + + ホットキー - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 文字色 - - GetCountPanel + + 20 - - 12 + + 22, 20 - - True + + lblSelf - + + 518, 368 + + NoControl - - 22, 86 + + 75, 22 - - 247, 16 + + 指定する - - 4 + + NoControl - - 次の項目の更新時の取得数を個別に設定する + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - UseChangeGetCount + + Favorite - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - GetCountPanel + + GroupBox5 - - 13 + + 22, 54 - - Disable + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 259, 51 + + True - - 58, 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 3 - - TextCountApiReply + + 5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - GetCountPanel + + 102, 19 - - 14 + + 2 - + True - + NoControl - - 22, 24 - - - 77, 12 - - - 0 - - - 標準取得件数 - - - Label67 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GetCountPanel + + CheckListMemberAddedEvent - - 15 + + 173, 171 - - Disable + + 205, 44 - - 259, 21 + + 26 - - 58, 19 + + StartupPanel - - 1 + + 8 - - TextCountApi + + 2 - - 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 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + 75, 21 - - True + + 125, 19 - - 24, 282 + + True - - 142, 12 + + 22, 18 - - 13 + + 31, 12 - - 発言をダブルクリック時の動作 + + NoControl - - Label38 + + 4 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ActionPanel + + 228, 12 - - 0 + + btnDetail - - Reply + + 186, 23 - - Favorite + + False - - プロフィール表示 + + 259, 135 - - ユーザーのタイムラインを表示 + + 7 - - 関連発言表示 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ユーザーのHomeを開く + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ステータスをWebで開く + + True - - なし + + NoControl - - 185, 277 + + リストの日時フォーマット - - 232, 20 + + 3 - - 14 + + NoControl - - ListDoubleClickActionComboBox + + 0, 0 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + StartupPanel - - ActionPanel + + True - - 1 + + 未読数 - - True + + 再計算 - - 22, 232 + + FILIPINO - - 180, 16 + + 228, 19 - - 11 + + GroupBox1 - - ユーザーのホームURLをタブで開く + + BasedPanel - - CheckOpenUserTimeline + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CooperatePanel - - ActionPanel + + 20 - - 2 + + DANISH - - HotkeyCheck + + DHIVEHI - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + DUTCH - - GroupBox3 + + 22, 255 - - 0 + + ESPERANTO - - HotkeyCode + + 40, 77 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - GroupBox3 + + GetPeriodPanel - - 1 + + なし - - HotkeyText + + 16, 120 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 518, 368 - - GroupBox3 + + 15 - - 2 + + 6 - - HotkeyWin + + GetCountPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox3 + + True - - 3 + + 22, 210 - - HotkeyAlt + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 + + + 14 + + + 0 + + + 24, 254 GroupBox3 - - 4 - - - HotkeyShift + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - GroupBox3 + + 115, 16 - - 5 + + - - HotkeyCtrl + + GetPeriodPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - GroupBox3 + + 発言詳細リンク - + 6 - - 21, 313 - - - 474, 41 + + 発言をダブルクリック時の動作 - - 15 + + 2 - - ホットキー + + Label57 - - GroupBox3 + + - - System.Windows.Forms.GroupBox, 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 - - ActionPanel + + - - 3 + + 未読管理を行う - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + NoControl - - 4, 15 - - - 48, 16 + + 23 - - 0 + + NoControl - - 有効 + + ActionPanel - - HotkeyCheck + + 自分の発言を既読にする - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top - - GroupBox3 + + 14 - - 0 + + True - + True - - NoControl + + - - 340, 16 + + 43, 16 - - 13, 14 + + GetPeriodPanel - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 518, 368 - - HotkeyCode + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox3 + + 173, 46 - - 1 + + (なし) - - Disable + + is.gd - - 257, 13 + + 最小化したときにアイコン化する - - 77, 19 + + - - 5 + + - - HotkeyText + + 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 + + NoControl - - GroupBox3 + + ユーザーのプロフィールが更新された - - 2 + + 13 - - True + + 173, 96 - - NoControl + + フォント&色設定 - - 211, 15 + + 8 - - 42, 16 + + 65, 19 - - 4 + + 5 - - Win + + GetCountPanel - - HotkeyWin + + 22, 45 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - GroupBox3 + + タイムアウトまでの時間(秒) - - 3 + + 88, 12 - - True + + 175, 193 - + + 16, 195 + + NoControl - - 168, 15 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 39, 16 + + 15 - - 3 + + - - Alt + + 2 - - HotkeyAlt + + 文字色 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + デフォルトに戻す - - GroupBox3 + + PreviewPanel - - 4 + + 69, 12 - + True - - NoControl - - - 116, 15 - - - 48, 16 - - - 2 - - - Shift + + - - HotkeyShift + + FoursquareGroupBox - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TextBoxOutputzKey - - GroupBox3 + + 68, 19 - - 5 + + 176, 12 - - True + + Label52 - - NoControl + + InternetExplorerの設定を使用する - - 69, 15 + + 136, 20 - - 43, 16 + + 107, 12 - - 1 + + False - - Ctrl + + GetPeriodPanel - - HotkeyCtrl + + 22, 290 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + フォント&&色 - - GroupBox3 + + FoursquarePreviewHeightTextBox - - 6 + + なし - - True + + 4 - + NoControl - - 26, 210 + + 8 - - 340, 12 + + False - - 10 + + UserStreamが有効です。 +タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 +これらはUserStreamによりリアルタイム更新されます。 - - 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label57 + + 26, 210 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 66, 16 - - ActionPanel + + FoursquareGroupBox - - 4 + + GroupBox5 - - True + + MiddleLeft - - NoControl + + 48*48 - - 22, 188 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 183, 16 + + TextProxyPassword - - 9 + + - - Fav操作結果を厳密にチェックする + + btnDetailBack - - CheckFavRestrict + + 14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - ActionPanel + + 自分への@返信 - - 5 + + 102, 19 - - NoControl + + GroupBox5 - - 418, 158 + + ShortUrlPanel - - 75, 21 + + - - 8 + + リストのアイコンサイズ(初期値16) - - 参照 + + LabelApiUsing - - Button3 + + Twitter SearchAPI URL (search.twitter.com) - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65, 19 - - ActionPanel + + False - + 6 - - True - - - NoControl + + - - 22, 20 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 113, 16 + + btnListBack - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - サウンドを再生する + + 0, 0 - - PlaySnd + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - ActionPanel + + 264, 113 - - 7 + + NoControl - - True + + YIDDISH - - NoControl + + CheckAutoConvertUrl - - 22, 255 + + - - 143, 16 + + 10 - - 12 + + FontDialog1 - - 自分の発言を既読にする + + 10 - - chkReadOwnPost + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ActionPanel + + True - - 8 + + TweetPrvPanel - - NoControl + + 102, 19 - - 22, 42 + + 331, 196 - - 408, 22 + + lblDetailBackcolor - - 1 + + 23 - - タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 + + Label59 - - Label15 + + フォント&色設定 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - ActionPanel + + LabelProxyUser - - 9 + + 16, 12 - - 184, 160 + + 22, 166 - - 228, 19 + + 2 - - 7 + + Disable - - BrowserPathText + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - ActionPanel + + 6 - - 10 + + Reply - - True + + - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 71 + + 発言詳細部にアイコンを表示する - - 100, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 65, 19 - - 未読管理を行う + + - - UReadMng + + 65, 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - ActionPanel + + 215, 285 - - 11 + + - + + Save + + True - - NoControl + + 背景色 - - 21, 164 + + 8 - - 60, 12 + + - - 6 + + 53, 12 - - ブラウザパス + + FoursquarePreviewWidthTextBox - - Label44 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - ActionPanel + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + 175, 168 - - True + + GroupBox5 - - NoControl + + True - - 22, 114 + + False - - 171, 16 + + Disable - - 4 + + - - ×ボタンを押したときに終了する + + Disable - - CheckCloseToExit + + 22, 308 - - 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 - - ActionPanel + + 20 - - 13 + + 285, 12 - - True + + System.Windows.Forms.Button, 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 - - 22, 137 + + 22, 263 - - 170, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 最小化したときにアイコン化する + + URL自動短縮で優先的に使用 - - CheckMinimizeToTray + + 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 + + - - ActionPanel + + 22, 112 - - 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - + NoControl - - 22, 92 + + 182, 20 - - 145, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + True - - 新着時に未読をクリアする + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckReadOldPosts + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FoursquareGroupBox - - ActionPanel + + This is sample. - - 15 + + 1 - - 268, 17 - - - True + + 9 - - 40, 145 + + M/d tt h:mm:ss - - 189, 16 + + NoControl - - 7 + + NoControl - - ユーザーのプロフィールが更新された + + - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + 521, 374 - - CheckUserUpdateEvent + + 18 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NotifyPanel - - - 0 - - - True + + FontPanel - - 23, 273 + + GroupBox1 - - 176, 12 + + 44, 12 - - 12 + + Label71 - - イベント通知の際に再生するサウンド + + Label24 - - Label35 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 134, 12 - - NotifyPanel + + 使用しない - - 1 + + 4 - - 286, 270 + + 216, 157 - - 188, 20 + + NoControl - - 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ComboBoxEventNotifySound + + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 未読フォント - - NotifyPanel + + CheckUseRecommendStatus - - 2 + + lblAtSelf - + True - - 22, 240 + + 40, 145 - - 271, 16 + + True - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Favoritesイベント受信の際に書き込みを未読に戻す + + Label25 - - CheckFavEventUnread + + 65, 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label76 - + NotifyPanel - - 3 - - + True - - 40, 162 + + 0 - - 134, 16 + + #タグの入力補助を使用する - - 8 + + SplitContainer1.Panel1 - - Listsの作成に成功した + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + NoControl - - CheckListCreatedEvent + + 9 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 102, 19 - + + 18 + + NotifyPanel - - 4 + + 22, 41 - - True + + ReplyPeriod - - 40, 128 + + 339, 190 - - 211, 16 + + NoControl - - 6 + + 340, 16 - - 他のユーザーに対するブロックが成功した + + 2 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + - - CheckBlockEvent + + 145, 16 - + + 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 - - NotifyPanel + + BasedPanel - - 5 + + - + True - - 22, 222 + + Label77 - - 213, 16 + + - - 10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 新着通知が無効でもイベントを通知する + + 102, 19 - - CheckForceEventNotify + + chkUnreadStyle - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - NotifyPanel + + 16 - - 6 + + 0 - - True + + GroupBox5 - - 40, 111 + + 5 - - 119, 16 + + Label3 - - 5 + + 99, 12 - - Listsから削除された + + 9 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + 12 - - CheckListMemberRemovedEvent + + 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 - - NotifyPanel + + CooperatePanel - - 7 + + 8 - - True + + twurl.nl - - 40, 94 + + GroupBox5 - - 110, 16 + + 22, 92 - - 4 + + 2 - - Listsに追加された + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + NoControl - - CheckListMemberAddedEvent + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - NotifyPanel + + 背景色 - - 8 + + NoControl - - True + + TweetPrvPanel - - 40, 77 + + 7 - - 87, 16 + + 185, 277 - - 3 + + NoControl - - フォローされた + + ComboDispTitle - + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - CheckFollowEvent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConnectionPanel - - NotifyPanel + + Label61 - - 9 + + NoControl - - True + + 24, 50 - - 40, 60 + + 7 - - 192, 16 + + - - 2 + + True - - Fav削除した、またはFav削除された + + GetCountPanel - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + Label20 - - CheckUnfavoritesEvent + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - NotifyPanel + + 2 - - 10 + + 0 - + True - - 40, 43 + + 339, 40 - - 192, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + ActionPanel - - Fav追加した、またはFav追加された + + UserTimelineTextCountApi - - チェックを不確定状態にすると他者が発生させたイベントのみ通知します + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckFavoritesEvent + + Label7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - NotifyPanel + + Fill - - 11 + + CheckFavRestrict - - True + + GroupBox5 - - NoControl + + 102, 19 - - 22, 22 + + 104, 19 - - 376, 16 + + 1 - - 0 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 次のイベントを受信したときにバルーンで通知する(UserStream有効時のみ) + + 2 - - CheckEventNotify + + Label66 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - NotifyPanel + + Label21 - - 12 + + TweetActPanel - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + Label72 - - 22, 43 + + Label63 - - 167, 16 + + SplitContainer1.Panel2 - - 1 + + 75, 22 - - 重複した公式RTを表示しない + + 77, 12 - - HideDuplicatedRetweetsCheck + + - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + 136, 20 - - 0 + + 104, 19 - - True + + - - NoControl + + - - 216, 157 + + 6 - - 131, 12 + + - + + TextProxyPort + + 10 - - 再起動後有効になります。 + + NotifyPanel - - Label47 + + 113, 109 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TweetPrvPanel + + 6 - - 1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 12 - + NoControl - - 264, 113 + + 255, 85 - - 44, 12 + + - + + + + + 未読Mentions通知アイコン + + 6 - - Label63 + + 8 - - LabelDateTimeFormatApplied + + 71, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - TweetPrvPanel + + ActionPanel - - 2 + + 5 - - True + + 27 - + + 6 + + NoControl - - 217, 113 + + TextBox3 - - 44, 12 + + 9 - - 5 + + True - - Sample: + + SplitContainer1.Panel2 - - Label62 + + This is sample. - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - TweetPrvPanel + + Label27 - + + NoControl + + 3 - - Top, Bottom, Left, Right + + TweetActPanel - - yyyy/MM/dd H:mm:ss + + 3 - - yy/M/d H:mm:ss + + ActionPanel - - H:mm:ss yy/M/d + + True - - M/d H:mm:ss + + NotifyPanel - - M/d H:mm + + - - H:mm:ss M/d + + GroupBox5 - - H:mm:ss + + 130, 12 - - H:mm + + 1 - - tt h:mm + + 22, 222 - - 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 + + 13 - - 216, 90 + + ユーザ名(&U) - - 192, 20 + + 3 - - 4 + + 0 - - CmbDateTimeFormat + + プロキシ(&X) - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - TweetPrvPanel + + 205, 156 - - 4 + + FontPanel2 - - True + + - - NoControl + + - - 22, 93 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 113, 12 + + chkReadOwnPost - - 3 + + 10 - - リストの日時フォーマット + + ComboBoxPostKeySelect - - Label23 + + 79, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 211, 15 - - TweetPrvPanel + + CheckPreviewEnable - + 5 - - True - - - NoControl - - - 22, 131 - - - 163, 12 + + 0, 0 - - 7 + + 22, 238 - - リストのアイコンサイズ(初期値16) + + - - Label11 + + 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetCountPanel - - TweetPrvPanel + + Label62 - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - none + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16*16 + + NoControl - - 24*24 + + 22, 232 - - 48*48 + + - - 48*48(2Column) + + MiddleLeft - - 252, 128 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 163, 20 + + btnOWL - - 9 + + - - IconSize + + ComboBoxEventNotifySound - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - TweetPrvPanel + + 5 - - 7 + + SplitContainer1.Panel2 - - False + + 短縮URLを解決する - - 216, 129 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG + AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt + YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD + b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J + BQAAAP////8JBQAAAAAAAAAL + - - 34, 19 + + 11 - - 8 + + 0, 0 - - TextBox3 + + TweetActPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 314, 12 - - TweetPrvPanel + + 133, 16 - - 8 + + 39, 16 - - True + + 112, 14 - + NoControl - - 22, 226 + + ConnectionPanel - - 203, 16 + + NoControl - - 12 + + 10 - - ソート順を変更できないようにロックする + + 7 - - CheckSortOrderLock + + GetPeriodPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - TweetPrvPanel + + NoControl - - 9 + + 518, 368 - + + NoControl + + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 201 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 154, 16 + + 173, 196 - - 11 + + GroupBox1 - - リストの区切り線を表示する + + 2 - - CheckShowGrid + + chkTabIconDisp - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckOutputz - - TweetPrvPanel + + 9 - - 10 + + Fill - - True + + RadioProxyNone - - NoControl + + 5 - - 22, 65 + + NoControl - - 226, 16 + + True - - 2 + + 6 - - 未読ポストのフォントと色を変更する(低速) + + HotkeyAlt - - chkUnreadStyle + + GroupBox5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21, 16 - - TweetPrvPanel + + CheckUseSsl - - 11 + + 75, 22 - - True + + 48, 12 - - NoControl + + HEBREW - - 22, 21 + + HINDI - - 162, 16 + + 2 - - 0 + + - - 片思いを色分けして表示する + + - - OneWayLv + + FRENCH - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblListBackcolor - - TweetPrvPanel + + GALICIAN - - 12 + + GEORGIAN - - True + + GERMAN - - 22, 308 + + プレビューズーム - - 23, 12 + + GUJARATI - - 20 + + HAITIAN_CREOLE - - 999 + + 16, 170 - - LabelApiUsingUserStreamEnabled + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label28 - - GetPeriodPanel + + True - - 0 + + Ctrl+Enter - + True - - 22, 261 + + 発言詳細文字 - - 348, 36 + + True - - 19 + + ユーザーID - - UserStreamが有効です。 -タイムライン/Mentions/DMの定期更新、投稿時取得は停止しています。 -これらはUserStreamによりリアルタイム更新されます。 + + 69, 15 + + + SplitContainer1.Panel2 - - LabelUserStreamActive + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GetPeriodPanel + + - - 1 + + NoControl - - True + + 1 - - 22, 183 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 144, 12 + + 331, 21 - - 15 + + 352, 16 - - UserTimeline更新間隔(秒) + + - - Label21 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GetPeriodPanel + + 6 - - 2 + + イベント通知の際に再生するサウンド - - Disable + + 8 - - 258, 179 + + ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - 65, 19 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + IconSize - - UserTimelinePeriod + + System.Windows.Forms.ToolTip, 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 + + HotkeyText - - GetPeriodPanel + + 246, 20 - - 3 + + - - Disable + + True - - 258, 37 + + 113, 16 - - 65, 19 + + 175, 17 - - 4 + + CooperatePanel - - TimelinePeriod + + - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - GetPeriodPanel + + CheckBox3 - - 4 + + FoursquareGroupBox - - True + + H:mm - + NoControl - - 22, 40 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 130, 12 + + 片思い発言 - - 3 + + This is sample. + + + 339, 90 + + + 343, 15 タイムライン更新間隔(秒) - - Label3 + + 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - + GetPeriodPanel - - 5 + + - - NoControl + + - - 205, 339 + + 0 - - 108, 23 + + MiddleLeft - - 21 + + MAORI - - 再計算 + + 11 - - ButtonApiCalc + + NoControl - + + NoControl + + + False + + + + + + 22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + 1 - - 6 + + 58, 19 - - True + + - - NoControl + + ProxyPanel - - 22, 236 + + 3 - - 285, 12 + + - - 18 + + Disable - - 投稿時取得が有効のため、投稿のたびにAPIを消費します。 + + GetCountPanel - - LabelPostAndGet + + 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 + + GroupBox5 - - GetPeriodPanel + + CheckBalloonLimit - - 7 + + LabelUserStreamActive - - True + + Outputzに対応する - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 215 + + GetPeriodPanel - - 23, 12 + + This is sample. - - 17 + + lblDetailLink - - 999 + + TextBitlyId - - MiddleRight + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wCWNoaWxkcmVuMQEBAAABAAEABAQBCAgIHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2Rl + AgAAAB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMAAAAG6KGo56S6BgQAAAAL + UHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAIAAAAJBgAAAAkHAAAABQYAAAAdU3lzdGVtLldp + bmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJbmRleAhJbWFn + ZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50AQEAAAEAAQAB + CAgIAgAAAAYIAAAADOeZuuiogOS4gOimpwYJAAAADFR3ZWV0UHJ2Tm9kZQD/////CQUAAAD/////CQUA + AAAAAAAABQcAAAAdU3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0No + ZWNrZWQKSW1hZ2VJbmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtl + eQpDaGlsZENvdW50AQEAAAEAAQABCAgIAgAAAAYLAAAAEuOCpOODmeODs+ODiOmAmuefpQYMAAAACk5v + dGlmeU5vZGUA/////wkFAAAA/////wkFAAAAAAAAAAs= + - - LabelApiUsing + + Apply after restarting - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 339, 65 - - GetPeriodPanel + + PreviewPanel - - 8 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - + + Fav発言 + + NoControl - - 22, 158 + + 40, 43 - - 102, 12 + + Favoritesの取得数 - - 13 + + 401, 12 - - Lists更新間隔(秒) + + GetPeriodPanel - - Label33 + + 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 + + NoControl - - GetPeriodPanel + + 75, 23 - - 9 + + RUSSIAN - - Disable + + 27, 215 - - 258, 151 + + 15 - - 65, 19 + + 背景色 - - 14 + + 0 - - ListsPeriod + + 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 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + PASHTO - - 10 + + PERSIAN - - True + + POLISH - - NoControl + + PORTUGUESE - - 22, 133 + + PORTUGUESE_PORTUGAL - - 137, 12 + + MiddleLeft - - 11 + + QUECHUA - - Twitter検索更新間隔(秒) + + ROMANIAN - - Label7 + + OCCITAN - + + $this + + + True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + 63, 12 - + 11 - - Disable - - - 258, 127 + + 0 - - 65, 19 + + 173, 71 - + 12 - - PubSearchPeriod + + True - + + False + + + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + - - 12 + + ActionPanel - - True + + 14 - + NoControl - - 22, 83 + + 11 - - 123, 12 + + 背景色 - - 7 + + - - Mentions更新間隔(秒) + + ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 - - Label69 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + DM更新間隔(秒) - - GetPeriodPanel + + 22, 47 - - 13 + + 11 - - Disable + + 0, 0 - - 258, 79 + + 201, 121 - - 65, 19 + + GroupBox5 - - 8 + + CheckTinyURL - - ReplyPeriod + + FavoritesTextCountApi - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + CheckAlwaysTop - + + CooperatePanel + + + 4 + + + + + True - - NoControl + + PreviewPanel - - 33, 59 + + 6 - - 84, 16 + + 25 - - 5 + + 14 + + + True - - 投稿時取得 + + NoControl - - CheckPostAndGet + + 74, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - GetPeriodPanel + + 4 - - 15 + + TextProxyUser - - True + + ARMENIAN - - NoControl + + 2 - - 251, 59 + + 8 - - 91, 16 + + NoControl - - 6 + + NoControl - - 自動調整する + + True - - False + + 22, 131 - - CheckPeriodAdjust + + GetPeriodPanel - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + False - - 16 + + Sample: - - True + + CheckStartupVersion - - NoControl + + 63, 12 - - 22, 108 + + 50, 19 - - 94, 12 + + False - - 9 + + 5 - - DM更新間隔(秒) + + - - Label5 + + 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - GetPeriodPanel + + アイコン変更&点滅 - - 17 + + True - - Disable + + 0, 0 - - 258, 103 + + 62, 12 - - 65, 19 + + 重複した公式RTを表示しない - - 10 + + NoControl - - DMPeriod + + System.Windows.Forms.GroupBox, 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 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + SplitContainer1.Panel2 - + True - - NoControl + + 5 - - 23, 15 + + True - - 222, 16 + + Disable - - 2 + + 102, 15 - - 起動時に自動でUserStreamsへ接続する + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StartupUserstreamCheck + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GetPeriodPanel + + NotifyPanel - - 19 + + 12 - - 通知なし + + 192, 16 - - アイコン変更 + + 258, 179 - - アイコン変更&点滅 + + 0, 0 - - 215, 142 + + - - 136, 20 + + 89, 12 - - 8 + + Fill - - ReplyIconStateCombo + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - PreviewPanel + + - - 0 + + - + True - - NoControl + + 16 - - 22, 145 + + - - 134, 12 + + 90, 22 - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 未読Mentions通知アイコン + + 20 - - Label72 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckForceEventNotify - - PreviewPanel + + 25 - - 1 + + 75, 22 - - True + + - - NoControl + + 3 - - 22, 166 + + - - 256, 16 + + 518, 368 - - 9 + + 192, 16 - - Mentionsの新着があるときにウインドウを点滅する + + 252, 128 - - ChkNewMentionsBlink + + 429, 267 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - PreviewPanel + + + 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== + - - 2 + + $this - + True - + + 0 + + NoControl - - 22, 118 + + プロフィール表示 - - 161, 16 + + 331, 121 - - 6 + + Mentions取得数 - - タブに未読アイコンを表示する + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chkTabIconDisp + + ユーザー指定のURL({ID}をScreenNameに、{STATUS}をステータスIDに置き換えます) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 復活の呪文 - - PreviewPanel + + 11 - - 3 + + FoursquareGroupBox - + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 191 + + 22, 22 - - 243, 16 + + 7 - + 10 - - 画像リンクがあった場合にサムネイルを表示する - - - CheckPreviewEnable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - PreviewPanel + + - - 4 + + - + True - - NoControl - - - 83, 290 + + 104, 19 - - 115, 12 + + 3 - - 15 + + 16, 70 - - Apply after restarting + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label81 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - PreviewPanel + + twitter.com/username - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - OS Default + + ActionPanel - - Japanese + + 9 - - English + + 58, 19 - - Simplified Chinese + + 3 - - 215, 285 + + 0 - - 136, 20 + + NotifyPanel - - 16 + + NoControl - - LanguageCombo + + 2 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - PreviewPanel + + 1 - - 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TweetActPanel - + NoControl - - 22, 290 - - - 53, 12 + + 4 - - 14 + + TweetActPanel - - Language + + 102, 12 - - Label13 + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 340, 12 - - PreviewPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 24 - - True + + 4 - + NoControl - - 22, 263 + + 12 - - 133, 16 + + 58, 19 - - 13 + + 22 - - 常に最前面に表示する + + Fill - - CheckAlwaysTop + + 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 + + 44, 12 - - PreviewPanel + + + + + 76, 16 + + + NoControl - - 8 + + 0 - - True + + ソート順を変更できないようにロックする - + NoControl - - 22, 238 + + - - 343, 16 + + TweetPrvPanel - - 12 + + cmbNameBalloon - - 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) + + 42, 16 - - CheckMonospace + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 36, 75 - - PreviewPanel + + Japanese - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + 9 - - True + + - + NoControl - - 22, 66 - - - 249, 16 + + LabelProxyAddress - - 3 + + SplitContainer1.Panel2 - - 画面最小化・アイコン時のみバルーンを表示する + + 7 - - CheckBalloonLimit + + 通信にHTTPSを使用する - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Cancel - - PreviewPanel + + lblInputFont - - 10 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 0, 0 - - NoControl + + GetPeriodPanel - - 22, 20 + + 22, 186 - - 130, 12 + + GroupBox1 - - 0 + + Button3 - - 新着バルーンのユーザー名 + + 8 - - Label10 + + 9 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel - - - 11 + + 137, 12 - - (なし) + + 376, 16 - - バージョン + + PreviewPanel - - 最終発言 + + - - @未読数 + + GetCountPanel - - 未読数 + + 215, 142 - - 未読数(@未読数) + + H:mm:ss M/d - - 全未読/全発言数 + + MiddleLeft - - 発言数/フォロー数/フォロワー数 + + 22, 43 - - 215, 88 + + - - 197, 20 + + 184, 19 - - 5 + + - - ComboDispTitle + + 22, 54 - - System.Windows.Forms.ComboBox, 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 - - PreviewPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + DMPeriod - - True + + 2 - - NoControl + + btnRetweet - - 22, 91 + + - - 60, 12 + + GetCountPanel - - 4 + + 190, 16 - - タイトルバー + + 3 - - Label45 + + 11 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel - - - 13 + + 2 - - なし + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ユーザーID + + Disable - - ニックネーム + + - - 215, 15 + + NotifyPanel - - 136, 20 + + NoControl - - 1 + + ComboBoxOutputzUrlmode - - cmbNameBalloon + + PreviewPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 123, 12 - - PreviewPanel + + 16, 220 - - 14 + + MiddleLeft - - True + + System.Windows.Forms.TextBox, 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, 43 + + 53, 12 - - 235, 16 + + - + 2 - - タイトルバーとツールチップにユーザー名を表示 + + - - CheckDispUsername + + 23, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - PreviewPanel + + 0, 0 - - 15 + + 185, 15 - - True + + 10 - - False + + lblListFont - + NoControl - - 22, 215 - - - 180, 16 + + 474, 41 - - 11 + + 22, 70 - - 発言詳細部にアイコンを表示する + + 258, 13 - - CheckBox3 + + 203, 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 - - PreviewPanel + + タイトルバー - - 16 + + btnSelf - - btnRetweet + + ProxyPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - GroupBox1 + + 15 - + 0 - - lblRetweet + + Label26 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnAtFromTarget - - GroupBox1 + + AFRIKAANS - - 1 + + 4 - - Label80 + + - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 - - - 2 - - - ButtonBackToDefaultFontColor + + 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GroupBox1 + + 1 - - 3 + + NoControl - - btnDetailLink + + ProxyPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + デフォルトに戻す - - GroupBox1 + + - - 4 + + すべてのURLについて解決を試みる - - lblDetailLink + + 134, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - GroupBox1 + + 331, 46 - - 5 + + False - - Label18 + + 13 - - 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 + + 22, 19 - - 6 + + 8 - - btnUnread + + - - System.Windows.Forms.Button, 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 - - GroupBox1 + + 237, 16 - + 7 - - lblUnread - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + - - 8 + + フォント&&色 - - Label20 + + 169, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - GroupBox1 + + 22, 62 - - 9 + + True - - btnDetailBack + + PreviewPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 背景色 - - 10 + + 242, 16 - - lblDetailBackcolor + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - GroupBox1 + + ShortUrlPanel - - 11 + + 22, 188 - - Label37 + + 258, 79 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + 23 - - 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnDetail + + 75, 23 - - System.Windows.Forms.Button, 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 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + UReadMng - - GroupBox1 + + 1 - - 13 + + 309, 82 - - lblDetail + + 90, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnInputFont - - GroupBox1 + + MiddleLeft - - 14 + + 常に最前面に表示する - - Label26 + + 22, 261 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 73 - - GroupBox1 + + 14 - - 15 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnOWL + + MiddleLeft - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + GroupBox5 - - 16 + + NoControl - - lblOWL + + Label64 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox1 + + - - 17 + + GetCountPanel - - Label24 + + 参照 - - 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 - - GroupBox1 + + False - - 18 + + 22, 114 - - btnFav + + GroupBox5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + 3 - - 19 + + True - - lblFav + + btnDetailLink - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + True - - 20 + + 77, 12 - - Label22 + + Label65 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - GroupBox1 + + BasedPanel - - 21 + + NoControl - - btnListFont + + 22, 42 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label4 - - GroupBox1 + + - - 22 + + ProxyPanel - - lblListFont + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 58, 19 - - 23 + + True - - Label61 + + 604, 374 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblAtTo - - GroupBox1 + + パスワード(&W) - - 24 + + 58, 19 - - 22, 18 + + $this - - 429, 267 + + - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォント&色設定 + + NoControl - - GroupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TweetPrvPanel - - FontPanel + + Mentionsの新着があるときにウインドウを点滅する - - 0 + + 104, 19 - + True - - NoControl + + 75, 22 - - 331, 121 + + 27 - - 75, 22 + + 8 - - 14 + + This is sample. - - 文字色 + + BasedPanel - - btnRetweet + + - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 170 - - GroupBox1 + + CheckEventNotify - - 0 + + 2 - + + ButtonBackToDefaultFontColor2 + + NoControl - - 173, 121 + + CheckHashSupple + + + Disable + + + True + + + lblAtFromTarget + + + 58, 19 - - 104, 19 + + GetCountPanel - - 13 + + M/d H:mm:ss - - This is sample. + + ×ボタンを押したときに終了する - - MiddleLeft + + NoControl - - lblRetweet + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 背景色 - - GroupBox1 + + 23, 12 - - 1 + + - - True + + 102, 12 - - NoControl + + False - - 9, 123 + + その人の発言 - - 50, 12 + + 9, 98 - - 12 + + 16, 145 - - ReTweet + + 17 - - Label80 + + Disable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + NoControl - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 16, 20 - - NoControl + + UIGHUR - - 175, 235 + + 13 - - 90, 22 + + - - 24 + + GetCountPanel - - デフォルトに戻す + + Label60 - - ButtonBackToDefaultFontColor + + ポート(&P) - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - GroupBox1 + + False - - 3 + + FoursquareのURLからプレビューを表示する(非常に重くなります) - - True + + - - NoControl + + 背景色 - - 331, 171 + + - - 75, 22 + + NoControl - - 20 + + TweetPrvPanel - - 文字色 + + 131, 12 - - btnDetailLink + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - GroupBox1 + + - - 4 + + - + NoControl - - 173, 171 - - - 104, 19 + + 167, 16 - - 19 + + - - This is sample. + + TextProxyAddress - - MiddleLeft + + False - - lblDetailLink + + 10 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + True - - 5 + + 0 - - True + + チェックを不確定状態にすると他者が発生させたイベントのみ通知します - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8, 173 + + - - 77, 12 + + 0, 0 - - 18 + + Fav操作結果を厳密にチェックする - - 発言詳細リンク + + False - - Label18 + + RadioProxySpecified - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 発言詳細背景色 - - GroupBox1 + + CheckReadOldPosts - - 6 + + - - True + + 999 - + + HotkeyCheck + + + TwitterAPIText + + + 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + NoControl - - 331, 46 + + Disable - - 75, 22 + + ニコニコ動画のURLをnico.msで短縮して送信 - - 5 + + 2 - - フォント&&色 + + 11 - - btnUnread + + 24 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21, 164 - - GroupBox1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl - - 7 + + 21 - + + 3 + + NoControl - - 173, 46 + + AuthUserLabel - - 104, 19 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + 691, 368 - - This is sample. + + CheckFavEventUnread - + MiddleLeft - - lblUnread + + その発言の@先発言 - - 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 - - 8 + + 165, 16 - + True - - NoControl - - - 9, 48 + + True - - 62, 12 + + 429, 290 - - 3 + + 14 - - 未読フォント + + 次の項目の更新時の取得数を個別に設定する - - Label20 + + TweetActPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - GroupBox1 + + ActionPanel - - 9 + + 17 - - True + + StartupPanel - - NoControl + + - - 331, 196 + + GroupBox1 - - 75, 22 + + 12 - - 23 + + 4 - - 背景色 + + GroupBox5 - - btnDetailBack + + 102, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 247, 16 - - GroupBox1 + + Label2 - - 10 + + 348, 36 NoControl - - 173, 196 + + 17 - - 104, 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + TextCountApi - - This is sample. + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + - - lblDetailBackcolor + + NotifyPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2.PIN - - GroupBox1 + + 65, 19 - - 11 + + バージョン - - True + + @未読数 - - NoControl + + 12 - - 9, 198 + + 16 - - 89, 12 + + MiddleLeft - - 21 + + 2 - - 発言詳細背景色 + + True - - Label37 + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox1 + + - - 12 + + 131, 12 - - True + + 22, 133 - + + SplitContainer1 + + NoControl - - 331, 146 + + NoControl - - 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + 5 - - フォント&&色 + + LabelDateTimeFormatApplied - - btnDetail + + - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Top, Bottom, Left, Right - - GroupBox1 + + True - - 13 + + True - + NoControl - - 173, 146 + + 23, 94 - - 104, 19 + + Language - - 16 + + 232, 20 - - This is sample. + + Lists更新間隔(秒) - - MiddleLeft + + False - - lblDetail + + chkGetFav - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - GroupBox1 + + 10 - - 14 + + APIKey - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + - - 9, 148 + + 262, 18 - - 77, 12 + + 58, 19 - - 15 + + NoControl - - 発言詳細文字 + + 181, 97 - - Label26 + + 305, 126 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FoursquarePreviewZoomTextBox - - GroupBox1 + + 2 - - 15 + + 10 - - True + + Shift+Enter - - NoControl + + - - 331, 96 + + 19 - - 75, 22 + + FoursquareGroupBox - + 11 - - 文字色 + + 246, 20 - - btnOWL + + 22, 128 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - GroupBox1 + + True - - 16 + + 33, 59 - + NoControl - - 173, 96 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + - - 10 + + VIETNAMESE - - This is sample. + + フォント&&色 - - MiddleLeft + + Enter - - lblOWL + + Label34 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 104, 19 - - 17 + + ComboBoxTranslateLanguage - + True - - NoControl - - - 9, 98 - - - 63, 12 + + 22, 78 - - 9 + + Disable - - 片思い発言 + + 149, 14 - - Label24 + + 518, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label63 - - GroupBox1 + + NotifyPanel - - 18 + + CenterParent - - True + + - - NoControl + + 75, 22 - - 331, 71 + + 339, 215 - - 75, 22 + + 7 - - 8 + + 0 - - 文字色 + + SCOTS_GAELIC - - btnFav + + アイコン変更 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 169 - - GroupBox1 + + - - 19 + + ActionPanel - + NoControl - - 173, 71 + + 3 - - 104, 19 + + Listsの作成に成功した - - 7 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + 171, 16 - - MiddleLeft + + ALBANIAN - - lblFav + + 19, 100 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox1 + + True - - 20 + + - - True + + PreviewPanel - - NoControl + + 22, 43 - - 9, 73 + + 最新版のチェックをする - - 48, 12 + + BENGALI - - 6 + + - - Fav発言 + + HotkeyCode - - Label22 + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 257, 13 - + GroupBox1 - - 21 + + PreviewPanel - + True - - NoControl + + SplitContainer1.Panel2 - - 331, 21 + + False - - 75, 22 + + NotifyPanel - - 2 + + Label69 - - フォント&&色 + + 4 - - btnListFont + + 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 + + 0 - - GroupBox1 + + ProxyPanel - - 22 + + 入力欄のURLを投稿する際に自動で短縮する - - NoControl + + 3 - - 173, 21 + + Fill - - 104, 19 + + - - 1 + + 22, 236 - - This is sample. + + - - MiddleLeft + + - - lblListFont + + Shift - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - GroupBox1 + + 10 - - 23 + + 1 - + + FRISIAN + + + NotifyPanel + + True - - NoControl + + 16 - - 9, 23 + + GREEK - - 62, 12 + + CooperatePanel - - 0 + + StartupPanel - - リストフォント + + 22, 145 - - Label61 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GroupBox1 + + 48*48(2Column) - - 24 + + - - 17, 17 - - - 140, 17 - - + + 232, 19 + + NoControl - - 604, 374 + + True - - 75, 23 + + 3 - - 4 + + GroupBox1 - - キャンセル + + - - Cancel + + BasedPanel - - System.Windows.Forms.Button, 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 - - $this + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 153, 16 - - NoControl + + Disable - - 521, 374 + + This is sample. - - 75, 23 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - OK + + 136, 12 - - Save + + 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - $this + + フォント&&色 - - 1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 268, 17 - - - True - - - 82 - - - 6, 12 + + 40, 128 - - 691, 403 + + - - CenterParent + + GroupBox1 - - FontDialog1 + + 241, 21 - - System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - ColorDialog1 + + 129, 16 - - System.Windows.Forms.ColorDialog, 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 - - ToolTip1 + + - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - AppendSettingDialog + + 259, 183 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl + + True + + + 268, 17 + + + 82 + + + 17, 17 + + + 140, 17 + \ No newline at end of file diff --git a/Tween/AppendSettingDialog.vb b/Tween/AppendSettingDialog.vb index 18417349..b30f1d7a 100644 --- a/Tween/AppendSettingDialog.vb +++ b/Tween/AppendSettingDialog.vb @@ -137,6 +137,7 @@ Public Class AppendSettingDialog 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 @@ Public Class AppendSettingDialog 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 @@ Public Class AppendSettingDialog 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 @@ Public Class AppendSettingDialog 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 @@ Public Class AppendSettingDialog 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 @@ Public Class AppendSettingDialog 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 diff --git a/Tween/Setting/SettingCommon.vb b/Tween/Setting/SettingCommon.vb index 81126fea..6b65d9c3 100644 --- a/Tween/Setting/SettingCommon.vb +++ b/Tween/Setting/SettingCommon.vb @@ -183,6 +183,7 @@ Public Class SettingCommon 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 diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 7cbafbf9..684af87f 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -776,6 +776,7 @@ Public Class TweenMain 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 @@ Public Class TweenMain 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 @@ Public Class TweenMain 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 @@ Public Class TweenMain 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 @@ Public Class TweenMain 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 @@ RETRY: _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 @@ RETRY: '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)