From a8d964ff0fb54eaef37ebdbbace84f238124f58c Mon Sep 17 00:00:00 2001 From: f_swallow Date: Tue, 28 Dec 2010 04:42:19 +0000 Subject: [PATCH] =?utf8?q?=E6=A4=9C=E7=B4=A2=E3=81=AE=E3=82=BF=E3=83=96?= =?utf8?q?=E3=81=A7User=5FTimeline=E3=82=92=E5=8F=96=E5=BE=97=E3=81=A7?= =?utf8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1272 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/AppendSettingDialog.Designer.vb | 316 +- Tween/AppendSettingDialog.resx | 8334 +++++++++++++++++---------------- Tween/AppendSettingDialog.vb | 32 + Tween/MyCommon.vb | 2 + Tween/Setting/SettingCommon.vb | 1 + Tween/StatusDictionary.vb | 9 + Tween/Tween.vb | 73 +- Tween/Twitter.vb | 9 +- 8 files changed, 4475 insertions(+), 4301 deletions(-) diff --git a/Tween/AppendSettingDialog.Designer.vb b/Tween/AppendSettingDialog.Designer.vb index 06c1b6c5..e8de7e38 100644 --- a/Tween/AppendSettingDialog.Designer.vb +++ b/Tween/AppendSettingDialog.Designer.vb @@ -25,6 +25,22 @@ Partial Class AppendSettingDialog Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AppendSettingDialog)) Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.TreeView1 = New System.Windows.Forms.TreeView() + Me.GetCountPanel = New System.Windows.Forms.Panel() + Me.UserTimelineTextCountApi = New System.Windows.Forms.TextBox() + Me.Label17 = New System.Windows.Forms.Label() + Me.Label30 = New System.Windows.Forms.Label() + Me.Label28 = New System.Windows.Forms.Label() + Me.Label19 = New System.Windows.Forms.Label() + Me.FavoritesTextCountApi = New System.Windows.Forms.TextBox() + Me.SearchTextCountApi = New System.Windows.Forms.TextBox() + Me.Label66 = New System.Windows.Forms.Label() + Me.FirstTextCountApi = New System.Windows.Forms.TextBox() + Me.GetMoreTextCountApi = New System.Windows.Forms.TextBox() + Me.Label53 = New System.Windows.Forms.Label() + Me.UseChangeGetCount = New System.Windows.Forms.CheckBox() + Me.TextCountApiReply = New System.Windows.Forms.TextBox() + Me.Label67 = New System.Windows.Forms.Label() + Me.TextCountApi = New System.Windows.Forms.TextBox() Me.BasedPanel = New System.Windows.Forms.Panel() Me.AuthBasicRadio = New System.Windows.Forms.RadioButton() Me.AuthOAuthRadio = New System.Windows.Forms.RadioButton() @@ -59,20 +75,6 @@ Partial Class AppendSettingDialog Me.CheckStartupFollowers = New System.Windows.Forms.CheckBox() Me.CheckStartupVersion = New System.Windows.Forms.CheckBox() Me.chkGetFav = New System.Windows.Forms.CheckBox() - Me.GetCountPanel = New System.Windows.Forms.Panel() - Me.Label30 = New System.Windows.Forms.Label() - Me.Label28 = New System.Windows.Forms.Label() - Me.Label19 = New System.Windows.Forms.Label() - Me.FavoritesTextCountApi = New System.Windows.Forms.TextBox() - Me.SearchTextCountApi = New System.Windows.Forms.TextBox() - Me.Label66 = New System.Windows.Forms.Label() - Me.FirstTextCountApi = New System.Windows.Forms.TextBox() - Me.GetMoreTextCountApi = New System.Windows.Forms.TextBox() - Me.Label53 = New System.Windows.Forms.Label() - Me.UseChangeGetCount = New System.Windows.Forms.CheckBox() - Me.TextCountApiReply = New System.Windows.Forms.TextBox() - Me.Label67 = New System.Windows.Forms.Label() - Me.TextCountApi = New System.Windows.Forms.TextBox() Me.UserStreamPanel = New System.Windows.Forms.Panel() Me.UserstreamPeriod = New System.Windows.Forms.TextBox() Me.StartupUserstreamCheck = New System.Windows.Forms.CheckBox() @@ -242,10 +244,10 @@ Partial Class AppendSettingDialog Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() + Me.GetCountPanel.SuspendLayout() Me.BasedPanel.SuspendLayout() Me.GetPeriodPanel.SuspendLayout() Me.StartupPanel.SuspendLayout() - Me.GetCountPanel.SuspendLayout() Me.UserStreamPanel.SuspendLayout() Me.ActionPanel.SuspendLayout() Me.GroupBox3.SuspendLayout() @@ -269,12 +271,10 @@ Partial Class AppendSettingDialog ' 'SplitContainer1.Panel1 ' - resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1") Me.SplitContainer1.Panel1.Controls.Add(Me.TreeView1) ' 'SplitContainer1.Panel2 ' - resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2") Me.SplitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control Me.SplitContainer1.Panel2.Controls.Add(Me.BasedPanel) Me.SplitContainer1.Panel2.Controls.Add(Me.GetPeriodPanel) @@ -295,16 +295,111 @@ Partial Class AppendSettingDialog ' 'TreeView1 ' - resources.ApplyResources(Me.TreeView1, "TreeView1") Me.TreeView1.Cursor = System.Windows.Forms.Cursors.Hand + resources.ApplyResources(Me.TreeView1, "TreeView1") Me.TreeView1.HideSelection = False Me.TreeView1.Name = "TreeView1" Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {CType(resources.GetObject("TreeView1.Nodes"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeView1.Nodes1"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeView1.Nodes2"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeView1.Nodes3"), System.Windows.Forms.TreeNode), CType(resources.GetObject("TreeView1.Nodes4"), System.Windows.Forms.TreeNode)}) Me.TreeView1.ShowLines = False ' + 'GetCountPanel + ' + Me.GetCountPanel.Controls.Add(Me.UserTimelineTextCountApi) + Me.GetCountPanel.Controls.Add(Me.Label17) + Me.GetCountPanel.Controls.Add(Me.Label30) + Me.GetCountPanel.Controls.Add(Me.Label28) + Me.GetCountPanel.Controls.Add(Me.Label19) + Me.GetCountPanel.Controls.Add(Me.FavoritesTextCountApi) + Me.GetCountPanel.Controls.Add(Me.SearchTextCountApi) + Me.GetCountPanel.Controls.Add(Me.Label66) + Me.GetCountPanel.Controls.Add(Me.FirstTextCountApi) + Me.GetCountPanel.Controls.Add(Me.GetMoreTextCountApi) + Me.GetCountPanel.Controls.Add(Me.Label53) + Me.GetCountPanel.Controls.Add(Me.UseChangeGetCount) + 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" + ' + 'UserTimelineTextCountApi + ' + resources.ApplyResources(Me.UserTimelineTextCountApi, "UserTimelineTextCountApi") + Me.UserTimelineTextCountApi.Name = "UserTimelineTextCountApi" + ' + 'Label17 + ' + resources.ApplyResources(Me.Label17, "Label17") + Me.Label17.Name = "Label17" + ' + 'Label30 + ' + resources.ApplyResources(Me.Label30, "Label30") + Me.Label30.Name = "Label30" + ' + 'Label28 + ' + resources.ApplyResources(Me.Label28, "Label28") + Me.Label28.Name = "Label28" + ' + 'Label19 + ' + resources.ApplyResources(Me.Label19, "Label19") + Me.Label19.Name = "Label19" + ' + 'FavoritesTextCountApi + ' + resources.ApplyResources(Me.FavoritesTextCountApi, "FavoritesTextCountApi") + Me.FavoritesTextCountApi.Name = "FavoritesTextCountApi" + ' + 'SearchTextCountApi + ' + resources.ApplyResources(Me.SearchTextCountApi, "SearchTextCountApi") + Me.SearchTextCountApi.Name = "SearchTextCountApi" + ' + 'Label66 + ' + resources.ApplyResources(Me.Label66, "Label66") + Me.Label66.Name = "Label66" + ' + 'FirstTextCountApi + ' + resources.ApplyResources(Me.FirstTextCountApi, "FirstTextCountApi") + Me.FirstTextCountApi.Name = "FirstTextCountApi" + ' + 'GetMoreTextCountApi + ' + resources.ApplyResources(Me.GetMoreTextCountApi, "GetMoreTextCountApi") + Me.GetMoreTextCountApi.Name = "GetMoreTextCountApi" + ' + 'Label53 + ' + resources.ApplyResources(Me.Label53, "Label53") + Me.Label53.Name = "Label53" + ' + 'UseChangeGetCount + ' + resources.ApplyResources(Me.UseChangeGetCount, "UseChangeGetCount") + Me.UseChangeGetCount.Name = "UseChangeGetCount" + Me.UseChangeGetCount.UseVisualStyleBackColor = True + ' + 'TextCountApiReply + ' + resources.ApplyResources(Me.TextCountApiReply, "TextCountApiReply") + Me.TextCountApiReply.Name = "TextCountApiReply" + ' + 'Label67 + ' + resources.ApplyResources(Me.Label67, "Label67") + Me.Label67.Name = "Label67" + ' + 'TextCountApi + ' + resources.ApplyResources(Me.TextCountApi, "TextCountApi") + Me.TextCountApi.Name = "TextCountApi" + ' 'BasedPanel ' - resources.ApplyResources(Me.BasedPanel, "BasedPanel") Me.BasedPanel.Controls.Add(Me.AuthBasicRadio) Me.BasedPanel.Controls.Add(Me.AuthOAuthRadio) Me.BasedPanel.Controls.Add(Me.Label6) @@ -317,6 +412,7 @@ 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" ' 'AuthBasicRadio @@ -346,14 +442,14 @@ Partial Class AppendSettingDialog ' 'AuthUserLabel ' - resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") Me.AuthUserLabel.Name = "AuthUserLabel" ' 'AuthStateLabel ' - resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") Me.AuthStateLabel.Name = "AuthStateLabel" ' 'Label4 @@ -390,7 +486,6 @@ Partial Class AppendSettingDialog ' 'GetPeriodPanel ' - resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") Me.GetPeriodPanel.Controls.Add(Me.TimelinePeriod) Me.GetPeriodPanel.Controls.Add(Me.Label3) Me.GetPeriodPanel.Controls.Add(Me.ButtonApiCalc) @@ -406,6 +501,7 @@ Partial Class AppendSettingDialog Me.GetPeriodPanel.Controls.Add(Me.CheckPeriodAdjust) Me.GetPeriodPanel.Controls.Add(Me.Label5) Me.GetPeriodPanel.Controls.Add(Me.DMPeriod) + resources.ApplyResources(Me.GetPeriodPanel, "GetPeriodPanel") Me.GetPeriodPanel.Name = "GetPeriodPanel" ' 'TimelinePeriod @@ -488,11 +584,11 @@ Partial Class AppendSettingDialog ' '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" ' 'StartupReaded @@ -519,96 +615,12 @@ Partial Class AppendSettingDialog Me.chkGetFav.Name = "chkGetFav" Me.chkGetFav.UseVisualStyleBackColor = True ' - 'GetCountPanel - ' - resources.ApplyResources(Me.GetCountPanel, "GetCountPanel") - Me.GetCountPanel.Controls.Add(Me.Label30) - Me.GetCountPanel.Controls.Add(Me.Label28) - Me.GetCountPanel.Controls.Add(Me.Label19) - Me.GetCountPanel.Controls.Add(Me.FavoritesTextCountApi) - Me.GetCountPanel.Controls.Add(Me.SearchTextCountApi) - Me.GetCountPanel.Controls.Add(Me.Label66) - Me.GetCountPanel.Controls.Add(Me.FirstTextCountApi) - Me.GetCountPanel.Controls.Add(Me.GetMoreTextCountApi) - Me.GetCountPanel.Controls.Add(Me.Label53) - Me.GetCountPanel.Controls.Add(Me.UseChangeGetCount) - Me.GetCountPanel.Controls.Add(Me.TextCountApiReply) - Me.GetCountPanel.Controls.Add(Me.Label67) - Me.GetCountPanel.Controls.Add(Me.TextCountApi) - Me.GetCountPanel.Name = "GetCountPanel" - ' - 'Label30 - ' - resources.ApplyResources(Me.Label30, "Label30") - Me.Label30.Name = "Label30" - ' - 'Label28 - ' - resources.ApplyResources(Me.Label28, "Label28") - Me.Label28.Name = "Label28" - ' - 'Label19 - ' - resources.ApplyResources(Me.Label19, "Label19") - Me.Label19.Name = "Label19" - ' - 'FavoritesTextCountApi - ' - resources.ApplyResources(Me.FavoritesTextCountApi, "FavoritesTextCountApi") - Me.FavoritesTextCountApi.Name = "FavoritesTextCountApi" - ' - 'SearchTextCountApi - ' - resources.ApplyResources(Me.SearchTextCountApi, "SearchTextCountApi") - Me.SearchTextCountApi.Name = "SearchTextCountApi" - ' - 'Label66 - ' - resources.ApplyResources(Me.Label66, "Label66") - Me.Label66.Name = "Label66" - ' - 'FirstTextCountApi - ' - resources.ApplyResources(Me.FirstTextCountApi, "FirstTextCountApi") - Me.FirstTextCountApi.Name = "FirstTextCountApi" - ' - 'GetMoreTextCountApi - ' - resources.ApplyResources(Me.GetMoreTextCountApi, "GetMoreTextCountApi") - Me.GetMoreTextCountApi.Name = "GetMoreTextCountApi" - ' - 'Label53 - ' - resources.ApplyResources(Me.Label53, "Label53") - Me.Label53.Name = "Label53" - ' - 'UseChangeGetCount - ' - resources.ApplyResources(Me.UseChangeGetCount, "UseChangeGetCount") - Me.UseChangeGetCount.Name = "UseChangeGetCount" - Me.UseChangeGetCount.UseVisualStyleBackColor = True - ' - 'TextCountApiReply - ' - resources.ApplyResources(Me.TextCountApiReply, "TextCountApiReply") - Me.TextCountApiReply.Name = "TextCountApiReply" - ' - 'Label67 - ' - resources.ApplyResources(Me.Label67, "Label67") - Me.Label67.Name = "Label67" - ' - 'TextCountApi - ' - resources.ApplyResources(Me.TextCountApi, "TextCountApi") - Me.TextCountApi.Name = "TextCountApi" - ' 'UserStreamPanel ' - resources.ApplyResources(Me.UserStreamPanel, "UserStreamPanel") Me.UserStreamPanel.Controls.Add(Me.UserstreamPeriod) Me.UserStreamPanel.Controls.Add(Me.StartupUserstreamCheck) Me.UserStreamPanel.Controls.Add(Me.Label83) + resources.ApplyResources(Me.UserStreamPanel, "UserStreamPanel") Me.UserStreamPanel.Name = "UserStreamPanel" ' 'UserstreamPeriod @@ -629,7 +641,6 @@ Partial Class AppendSettingDialog ' 'ActionPanel ' - resources.ApplyResources(Me.ActionPanel, "ActionPanel") Me.ActionPanel.Controls.Add(Me.GroupBox3) Me.ActionPanel.Controls.Add(Me.CheckHashSupple) Me.ActionPanel.Controls.Add(Me.CheckAtIdSupple) @@ -645,11 +656,11 @@ 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" ' 'GroupBox3 ' - resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Controls.Add(Me.HotkeyCheck) Me.GroupBox3.Controls.Add(Me.HotkeyCode) Me.GroupBox3.Controls.Add(Me.HotkeyText) @@ -657,6 +668,7 @@ 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 ' @@ -747,9 +759,9 @@ Partial Class AppendSettingDialog ' '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" ' 'BrowserPathText @@ -788,21 +800,21 @@ Partial Class AppendSettingDialog ' 'TweetActPanel ' - resources.ApplyResources(Me.TweetActPanel, "TweetActPanel") Me.TweetActPanel.Controls.Add(Me.ComboBoxPostKeySelect) Me.TweetActPanel.Controls.Add(Me.Label27) Me.TweetActPanel.Controls.Add(Me.CheckRetweetNoConfirm) 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" ' '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" ' 'Label27 @@ -834,7 +846,6 @@ Partial Class AppendSettingDialog ' 'PreviewPanel ' - resources.ApplyResources(Me.PreviewPanel, "PreviewPanel") Me.PreviewPanel.Controls.Add(Me.ReplyIconStateCombo) Me.PreviewPanel.Controls.Add(Me.Label72) Me.PreviewPanel.Controls.Add(Me.ChkNewMentionsBlink) @@ -852,14 +863,15 @@ 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" ' '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" ' 'Label72 @@ -894,10 +906,10 @@ Partial Class AppendSettingDialog ' '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" ' 'Label13 @@ -930,10 +942,10 @@ Partial Class AppendSettingDialog ' '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" ' 'Label45 @@ -943,10 +955,10 @@ Partial Class AppendSettingDialog ' '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" ' 'CheckDispUsername @@ -963,7 +975,6 @@ Partial Class AppendSettingDialog ' 'TweetPrvPanel ' - resources.ApplyResources(Me.TweetPrvPanel, "TweetPrvPanel") Me.TweetPrvPanel.Controls.Add(Me.Label47) Me.TweetPrvPanel.Controls.Add(Me.LabelDateTimeFormatApplied) Me.TweetPrvPanel.Controls.Add(Me.Label62) @@ -976,6 +987,7 @@ 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" ' 'Label47 @@ -1013,10 +1025,10 @@ Partial Class AppendSettingDialog ' '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" ' 'TextBox3 @@ -1050,13 +1062,12 @@ Partial Class AppendSettingDialog ' 'FontPanel ' - resources.ApplyResources(Me.FontPanel, "FontPanel") Me.FontPanel.Controls.Add(Me.GroupBox1) + resources.ApplyResources(Me.FontPanel, "FontPanel") Me.FontPanel.Name = "FontPanel" ' 'GroupBox1 ' - resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Controls.Add(Me.btnRetweet) Me.GroupBox1.Controls.Add(Me.lblRetweet) Me.GroupBox1.Controls.Add(Me.Label80) @@ -1082,6 +1093,7 @@ 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 ' @@ -1093,8 +1105,8 @@ Partial Class AppendSettingDialog ' 'lblRetweet ' - resources.ApplyResources(Me.lblRetweet, "lblRetweet") Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblRetweet, "lblRetweet") Me.lblRetweet.Name = "lblRetweet" ' 'Label80 @@ -1116,8 +1128,8 @@ Partial Class AppendSettingDialog ' 'lblDetailLink ' - resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") Me.lblDetailLink.Name = "lblDetailLink" ' 'Label18 @@ -1133,8 +1145,8 @@ Partial Class AppendSettingDialog ' 'lblUnread ' - resources.ApplyResources(Me.lblUnread, "lblUnread") Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblUnread, "lblUnread") Me.lblUnread.Name = "lblUnread" ' 'Label20 @@ -1150,8 +1162,8 @@ Partial Class AppendSettingDialog ' 'lblDetailBackcolor ' - resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") Me.lblDetailBackcolor.Name = "lblDetailBackcolor" ' 'Label37 @@ -1167,8 +1179,8 @@ Partial Class AppendSettingDialog ' 'lblDetail ' - resources.ApplyResources(Me.lblDetail, "lblDetail") Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblDetail, "lblDetail") Me.lblDetail.Name = "lblDetail" ' 'Label26 @@ -1184,8 +1196,8 @@ Partial Class AppendSettingDialog ' 'lblOWL ' - resources.ApplyResources(Me.lblOWL, "lblOWL") Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblOWL, "lblOWL") Me.lblOWL.Name = "lblOWL" ' 'Label24 @@ -1201,8 +1213,8 @@ Partial Class AppendSettingDialog ' 'lblFav ' - resources.ApplyResources(Me.lblFav, "lblFav") Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblFav, "lblFav") Me.lblFav.Name = "lblFav" ' 'Label22 @@ -1218,8 +1230,8 @@ Partial Class AppendSettingDialog ' 'lblListFont ' - resources.ApplyResources(Me.lblListFont, "lblListFont") Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblListFont, "lblListFont") Me.lblListFont.Name = "lblListFont" ' 'Label61 @@ -1229,13 +1241,12 @@ Partial Class AppendSettingDialog ' 'FontPanel2 ' - resources.ApplyResources(Me.FontPanel2, "FontPanel2") Me.FontPanel2.Controls.Add(Me.GroupBox5) + resources.ApplyResources(Me.FontPanel2, "FontPanel2") Me.FontPanel2.Name = "FontPanel2" ' 'GroupBox5 ' - resources.ApplyResources(Me.GroupBox5, "GroupBox5") Me.GroupBox5.Controls.Add(Me.Label65) Me.GroupBox5.Controls.Add(Me.Label52) Me.GroupBox5.Controls.Add(Me.Label49) @@ -1264,6 +1275,7 @@ 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 ' @@ -1368,56 +1380,56 @@ Partial Class AppendSettingDialog ' 'lblInputFont ' - resources.ApplyResources(Me.lblInputFont, "lblInputFont") Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblInputFont, "lblInputFont") Me.lblInputFont.Name = "lblInputFont" ' 'lblInputBackcolor ' - resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") Me.lblInputBackcolor.Name = "lblInputBackcolor" ' 'lblAtTo ' - resources.ApplyResources(Me.lblAtTo, "lblAtTo") Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtTo, "lblAtTo") Me.lblAtTo.Name = "lblAtTo" ' 'lblListBackcolor ' - resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") Me.lblListBackcolor.Name = "lblListBackcolor" ' 'lblAtFromTarget ' - resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") Me.lblAtFromTarget.Name = "lblAtFromTarget" ' 'lblAtTarget ' - resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") Me.lblAtTarget.Name = "lblAtTarget" ' 'lblTarget ' - resources.ApplyResources(Me.lblTarget, "lblTarget") Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblTarget, "lblTarget") Me.lblTarget.Name = "lblTarget" ' 'lblAtSelf ' - resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") Me.lblAtSelf.Name = "lblAtSelf" ' 'lblSelf ' - resources.ApplyResources(Me.lblSelf, "lblSelf") Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D + resources.ApplyResources(Me.lblSelf, "lblSelf") Me.lblSelf.Name = "lblSelf" ' 'ButtonBackToDefaultFontColor2 @@ -1428,7 +1440,6 @@ Partial Class AppendSettingDialog ' 'ConnectionPanel ' - resources.ApplyResources(Me.ConnectionPanel, "ConnectionPanel") Me.ConnectionPanel.Controls.Add(Me.CheckEnableBasicAuth) Me.ConnectionPanel.Controls.Add(Me.TwitterSearchAPIText) Me.ConnectionPanel.Controls.Add(Me.Label31) @@ -1438,6 +1449,7 @@ 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" ' 'CheckEnableBasicAuth @@ -1491,7 +1503,6 @@ Partial Class AppendSettingDialog ' 'ProxyPanel ' - resources.ApplyResources(Me.ProxyPanel, "ProxyPanel") Me.ProxyPanel.Controls.Add(Me.Label55) Me.ProxyPanel.Controls.Add(Me.TextProxyPassword) Me.ProxyPanel.Controls.Add(Me.RadioProxyNone) @@ -1504,6 +1515,7 @@ 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" ' 'Label55 @@ -1576,13 +1588,13 @@ Partial Class AppendSettingDialog ' 'CooperatePanel ' - resources.ApplyResources(Me.CooperatePanel, "CooperatePanel") Me.CooperatePanel.Controls.Add(Me.CheckOutputz) Me.CooperatePanel.Controls.Add(Me.CheckNicoms) Me.CooperatePanel.Controls.Add(Me.TextBoxOutputzKey) 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" ' 'CheckOutputz @@ -1614,15 +1626,14 @@ Partial Class AppendSettingDialog ' '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" ' 'ShortUrlPanel ' - resources.ApplyResources(Me.ShortUrlPanel, "ShortUrlPanel") Me.ShortUrlPanel.Controls.Add(Me.CheckTinyURL) Me.ShortUrlPanel.Controls.Add(Me.TextBitlyPw) Me.ShortUrlPanel.Controls.Add(Me.CheckAutoConvertUrl) @@ -1631,6 +1642,7 @@ 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" ' 'CheckTinyURL @@ -1657,10 +1669,10 @@ Partial Class AppendSettingDialog ' '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" ' 'Label76 @@ -1680,16 +1692,16 @@ Partial Class AppendSettingDialog ' '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.Cancel.UseVisualStyleBackColor = True ' 'Save ' - resources.ApplyResources(Me.Save, "Save") Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK + resources.ApplyResources(Me.Save, "Save") Me.Save.Name = "Save" Me.Save.UseVisualStyleBackColor = True ' @@ -1713,14 +1725,14 @@ Partial Class AppendSettingDialog Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) + Me.GetCountPanel.ResumeLayout(False) + Me.GetCountPanel.PerformLayout() Me.BasedPanel.ResumeLayout(False) Me.BasedPanel.PerformLayout() Me.GetPeriodPanel.ResumeLayout(False) Me.GetPeriodPanel.PerformLayout() Me.StartupPanel.ResumeLayout(False) Me.StartupPanel.PerformLayout() - Me.GetCountPanel.ResumeLayout(False) - Me.GetCountPanel.PerformLayout() Me.UserStreamPanel.ResumeLayout(False) Me.UserStreamPanel.PerformLayout() Me.ActionPanel.ResumeLayout(False) @@ -1965,4 +1977,6 @@ Partial Class AppendSettingDialog Friend WithEvents Label36 As System.Windows.Forms.Label Friend WithEvents CooperatePanel As System.Windows.Forms.Panel Friend WithEvents ShortUrlPanel As System.Windows.Forms.Panel + Friend WithEvents UserTimelineTextCountApi As System.Windows.Forms.TextBox + Friend WithEvents Label17 As System.Windows.Forms.Label End Class diff --git a/Tween/AppendSettingDialog.resx b/Tween/AppendSettingDialog.resx index 67a67d7c..9a7fffbb 100644 --- a/Tween/AppendSettingDialog.resx +++ b/Tween/AppendSettingDialog.resx @@ -117,149 +117,23 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel - - - - 7 - - - NoControl + + Top - + + True - - none - - - NoControl - - - 24 - - - False - - - 12 - - - 100, 16 - - - 90, 22 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - OK - - - NoControl - - - 16*16 - - - True - - - 1 - - - LabelProxyPassword - - - 11 - - - PreviewPanel - - - 6 - - - True - - - 0 - - - UserStreamPanel - - - 使用しない - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 163, 12 - - - 83, 290 - - - 10 - - - TextBoxOutputzKey - - - BasedPanel - - - 9 - - - True - - - 154, 16 - - - False - - - 0 - - - 7 - - - 16, 45 - - - 217, 90 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GetPeriodPanel + + 0, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - 339, 215 + + 0, 0 @@ -287,6149 +161,6323 @@ clN0cmVhbQYUAAAADlVzZXJTdHJlYW1Ob2RlAP////8JBQAAAP////8JBQAAAAAAAAAL - - LanguageCombo + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd + U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ + bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 + AQEAAAEAAQABCAgIAgAAAAYHAAAAGOODhOOCpOODvOODiOaZguOBruWLleS9nAYIAAAADFR3ZWV0QWN0 + Tm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== + - - GetPeriodPanel + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAG6KGo56S6BgQAAAALUHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUGAAAA + HVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCkltYWdl + SW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRDb3Vu + dAEBAAABAAEAAQgICAIAAAAGBwAAABLjg6rjgrnjg4jjga7ooajnpLoGCAAAAAxUd2VldFBydk5vZGUA + /////wkFAAAA/////wkFAAAAAAAAAAs= + - - 16 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 + CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp + bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA + AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG + AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt + YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD + b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J + BQAAAP////8JBQAAAAAAAAAL + - - 171, 16 + + + 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== + - - 1 + + 169, 368 - - 75, 23 + + 0 - - NoControl + + TreeView1 - - GroupBox1 + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + SplitContainer1.Panel1 - - 192, 20 + + 0 - - cmbNameBalloon + + SplitContainer1.Panel1 - - 104, 19 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SplitContainer1.Panel2 + + SplitContainer1 - - 8 + + 0 - + + True + + False - - 22, 20 + + NoControl - - 13 + + 227, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 57, 16 - - 11 + + 2 - - 11 + + BASIC - + + AuthBasicRadio + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BasedPanel + + + 0 + + + True + + NoControl - - 自分の発言 + + 113, 20 - + + 93, 16 + + 1 - - 8 + + OAuth(xAuth) - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + AuthOAuthRadio - - 205, 103 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + BasedPanel - - 自動調整する + + 1 - - 104, 19 + + True - - 2 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 22 - - ShortUrlPanel + + 53, 12 - - True + + 0 - - Fill + + 認証方法 - - 5 + + Label6 - - 339, 165 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 339, 115 + + BasedPanel - - 14 + + 2 - - 235, 16 + + NoControl - - lblOWL + + 305, 64 - - 53, 12 + + 75, 23 - - 7 + + 6 - - 154, 12 + + クリア - - 5 + + AuthClearButton - - 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, 0 + + BasedPanel - - CheckMonospace + + 3 - - FontPanel2 + + NoControl - - 175, 235 + + 113, 68 - - 6 + + 149, 14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - Label27 + + 認証済み - - 1 + + AuthUserLabel - - 48*48 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HotkeyCtrl + + BasedPanel - - GetPeriodPanel + + 4 - - 12 + + NoControl - - 再起動後有効になります。 + + 113, 54 - - True + + 112, 14 - - 6 + + 4 - - AppendSettingDialog + + Not Authenticated - - True + + AuthStateLabel - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - search.twitter.com + + BasedPanel - - 22, 66 + + 5 - + True - - 22, 22 + + NoControl - - Label44 + + 22, 54 - - Label6 + + 53, 12 - - 0 + + 3 - - Win + + 認証状態 - - TweetActPanel + + Label4 - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + BasedPanel - - 22, 20 + + 6 - - 68, 19 + + NoControl - - 22, 18 + + 305, 126 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 23 - - Fill + + 11 - - Label45 + + 認証する - - tt h:mm + + AuthorizeButton - - MiddleLeft + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + BasedPanel - - 13, 14 + + 7 - - StatusText + + True - - Label8 + + NoControl - - 143, 16 + + 22, 112 - - lblUnread + + 57, 12 - - 読み込んだポストを既読にする + + 7 - - 通知なし + + ユーザー名 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label1 - - ShortUrlPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox3 + + BasedPanel - - TweetActPanel + + 8 - - 9, 198 + + True - - StartupUserstreamCheck + + NoControl - - 22, 166 + + 22, 133 - - 2 + + 52, 12 - - 191, 252 + + 9 - - 169, 368 + + パスワード - - 81, 12 + + Label2 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BasedPanel - - api.twitter.com + + 9 - - 5 + + 113, 109 - - 0 + + 186, 19 - + 8 Username - - ShortUrlPanel - - - GroupBox5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + BasedPanel - - GroupBox5 + + 10 - - twurl.nl + + 113, 130 186, 19 - - 1 - - - 片思いユーザーリストを取得する - - - 518, 368 - - - Label23 - - - 262, 100 + + 10 - - BrowserPathText + + Password - - 259, 51 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + BasedPanel - - True + + 11 - - 6 + + Fill - - 片思いを色分けして表示する + + False - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0 - - 22, 93 + + 518, 368 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - LabelProxyPort + + False - - AuthStateLabel + + BasedPanel - - 3 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 94, 12 + + SplitContainer1.Panel2 - - 113, 68 + + 0 - - 10 + + 258, 21 - - OAuth(xAuth) + + 65, 19 - - 公式RTする際に確認をしない + + 1 - - 22, 20 + + TimelinePeriod - - 22, 86 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + GetPeriodPanel - - 157, 16 + + 0 - + True - + NoControl - - 認証済み - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 24 - - 116, 15 + + 130, 12 - - 102, 19 + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + タイムライン更新間隔(秒) - - NoControl + + Label3 - - StartupPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + GetPeriodPanel - - 175, 43 + + 1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ChkNewMentionsBlink + + 122, 216 - - 8 + + 108, 23 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - English + + 再計算 - - PreviewPanel + + ButtonApiCalc - - 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 - - SplitContainer1.Panel2 + + GetPeriodPanel - - This is sample. + + 2 - - H:mm:ss + + True - + NoControl - - 259, 185 - - - 258, 111 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 22, 138 + + 29, 195 - - 349, 12 + + 285, 12 - - 41, 134 + + 13 - - 発言一覧への反映間隔(秒) + + 投稿時取得が有効のため、投稿のたびにAPIを消費します。 - - NoControl + + LabelPostAndGet - - CooperatePanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TextCountApiReply + + GetPeriodPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 1 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - ConnectionPanel + + 29, 174 - - 0 + + 23, 12 - - NoControl + + 12 - - Label47 + + 999 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - 58, 19 + + LabelApiUsing - - 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 - - False + + GetPeriodPanel - + 4 - + + True + + NoControl - - 3 + + 22, 138 - - 278, 104 + + 102, 12 - - 21 + + 10 - - False + + Lists更新間隔(秒) - - True + + Label33 - - 63, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + GetPeriodPanel - - ShortUrlPanel + + 5 - - 174, 12 + + 258, 135 - - GroupBox3 + + 65, 19 - - 0 + + 11 - - 125, 19 + + ListsPeriod - - 推奨フッターを使用する[TWNv○○] + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GetPeriodPanel - - 1 + + 6 - + + True + + NoControl - - 9 + + 22, 114 - - CmbDateTimeFormat + + 137, 12 - - 175, 143 + + 8 - - False + + Twitter検索更新間隔(秒) - - CheckSortOrderLock + + Label7 - - j.mp + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + GetPeriodPanel - - btnTarget + + 7 - - 5 + + 258, 111 - - True + + 65, 19 - - False + + 9 - - NoControl + + PubSearchPeriod - - 23 + + 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 - - 13 + + 8 - - 518, 368 + + True - + NoControl - - GetPeriodPanel - - - 初回の更新 - - - その人への@返信 + + 22, 66 - - 画面最小化・アイコン時のみバルーンを表示する + + 123, 12 - + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 114, 82 - - - ReplyIconStateCombo - - - ConnectionPanel - - - PreviewPanel + + Mentions更新間隔(秒) - - 2 + + Label69 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 131, 12 + + GetPeriodPanel - - OneWayLv + + 9 - - 34, 19 + + 258, 63 - - タイトルバーとツールチップにユーザー名を表示 + + 65, 19 - - 179, 104 + + 5 - - 11 + + ReplyPeriod - + System.Windows.Forms.TextBox, 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 + + GetPeriodPanel - - CheckNicoms + + 10 - - H:mm:ss yy/M/d + + True - - 113, 54 + + NoControl + + + 33, 43 + + + 84, 16 - - MiddleLeft + + 2 - - NoControl + + 投稿時取得 - - False + + CheckPostAndGet - - 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 - - 0, 0 + + GetPeriodPanel - - 22, 18 + + 11 - - 157, 16 + + True - - 58, 19 + + NoControl - - 11 + + 251, 43 - - 90, 22 + + 91, 16 - - (なし) + + 3 - - 65, 19 + + 自動調整する - - This is sample. + + False - - 11 + + CheckPeriodAdjust - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetPeriodPanel - - False + + 12 - - 22, 78 + + True - - 5 + + NoControl - - GetCountPanel + + 22, 90 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 12 - - 175, 193 + + 6 - - GroupBox1 + + DM更新間隔(秒) - - SplitContainer1 + + Label5 - - 408, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GetPeriodPanel - - 75, 22 + + 13 - - FavoritesTextCountApi + + 258, 87 - - 113, 20 + + 65, 19 - - 186, 19 + + 7 - - Label49 + + DMPeriod - - 75, 22 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + GetPeriodPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - 8 + + Fill - - NoControl + + False - - True + + 0, 0 - - フッター(文末に付加) + + 518, 368 - - NoControl + + 1 - - GetCountPanel + + False - - SplitContainer1.Panel1 + + GetPeriodPanel - - 133, 16 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 183, 16 + + SplitContainer1.Panel2 - - 102, 12 + + 1 - - ButtonBackToDefaultFontColor + + True - + NoControl - - NoControl + + 22, 22 - - その発言の@先の人の発言 + + 166, 16 - - True + + 0 - - NoControl + + 読み込んだポストを既読にする - - NoControl + + StartupReaded - - TweetPrvPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConnectionTimeOut + + StartupPanel - - GetCountPanel + + 0 - - 60, 12 + + True - + NoControl - - NoControl + + 22, 70 - - 5 + + 174, 16 - - CheckMinimizeToTray + + 2 - - GroupBox3 + + 片思いユーザーリストを取得する - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckStartupFollowers - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + StartupPanel - - 4 + + 1 - + True - - UserstreamPeriod - - + NoControl - - MiddleLeft + + 22, 47 - - 0 + + 129, 16 - - ConnectionPanel + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 最新版のチェックをする - - 11 + + CheckStartupVersion - - 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 - - True + + StartupPanel - - 99, 12 + + 2 - - 9 + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 11 + + 22, 93 - - UserStreamPanel + + 124, 16 - - NoControl + + 3 - - 6 + + Favoritesを取得する - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + chkGetFav - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + StartupPanel - - True + + 3 - - UserStreamPanel + + Fill + + + False 0, 0 - - Label31 + + 518, 368 - - True + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - - 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== - + + StartupPanel - - 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 - - btnAtSelf + + SplitContainer1.Panel2 - - GroupBox5 + + 2 - - 170, 16 + + 259, 208 - - chkTabIconDisp + + 58, 19 - - SplitContainer1.Panel2 + + 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UserTimelineTextCountApi - - Fill + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 19 + + GetCountPanel - - 7 + + 0 - - 認証する + + True - - 36, 60 + + 22, 213 - - CooperatePanel + + 118, 12 - + + 13 + + + UserTimelineの取得数 + + + Label17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48, 16 + + GetCountPanel - - LabelPostAndGet + + 1 - - 未読Mentions通知アイコン + + True - - GroupBox5 + + 22, 186 - - ニックネーム + + 117, 12 - - CheckShowGrid + + 11 - - TweetPrvPanel + + PublicSearchの取得数 - - 0 + + Label30 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GetCountPanel - - 13 + + 2 - - リストフォント + + True - - 117, 12 + + 22, 136 - - 9 + + 63, 12 - - キャンセル + + 7 - - NoControl + + 初回の更新 - - BasedPanel + + Label28 - - Favoritesを取得する + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GetCountPanel - - 5 + + 3 - - btnAtTo + + True - - 背景色 + + 22, 54 - - 4, 15 + + 87, 12 - - TextProxyPassword + + 2 + + + Mentions取得数 - - GroupBox1 + + Label19 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label63 + + GetCountPanel - - 2 + + 4 - - 1 + + 259, 159 - - 0 + + 58, 19 - - 4 + + 10 - - GroupBox1 + + FavoritesTextCountApi - - 22 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GetCountPanel - - 44, 12 + + 5 - - False + + 259, 185 - - NoControl + + 58, 19 - - Fill + + 12 - - ActionPanel + + SearchTextCountApi - - CheckAutoConvertUrl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 通信にHTTPSを使用する + + GetCountPanel - - 文字色 + + 6 - - ConnectionPanel + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 160 - - ユーザー名 + + 99, 12 - - 10 + + 9 - - 48, 12 + + Favoritesの取得数 - - System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label66 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 有効 + + GetCountPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - 4 + + 259, 135 - - SplitContainer1.Panel2 + + 58, 19 - - GetPeriodPanel + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FirstTextCountApi - - 173, 146 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable + + GetCountPanel - - NoControl + + 8 - - 22, 45 + + 259, 112 - - 11 + + 58, 19 - - btnDetailLink + + 6 - - Label32 + + GetMoreTextCountApi - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ProxyPanel + + GetCountPanel - - FirstTextCountApi + + 9 - - 518, 368 + + True - + NoControl - - 343, 16 + + 22, 112 - - TweetActPanel + + 79, 12 - - 122, 16 + + 5 - - TreeView1 + + 前データの更新 - - btnAtTarget + + Label53 - - 175, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PreviewPanel + + GetCountPanel - - False + + 10 - + + True + + NoControl - - 87, 12 + + 22, 86 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 247, 16 - - 216, 106 + + 4 - - 7 + + 次の項目の更新時の取得数を個別に設定する - - GroupBox1 + + UseChangeGetCount - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + GetCountPanel - - NoControl + + 11 - - 343, 101 + + 259, 51 - - 0, 0 + + 58, 19 + + + 3 + + + TextCountApiReply - - 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 90 + + GetCountPanel - - AuthBasicRadio + + 12 - + True - + NoControl - - 1 + + 22, 24 - + + 77, 12 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 標準取得件数 - - 22, 49 + + Label67 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 604, 374 + + GetCountPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - 74, 110 + + 259, 21 - - 331, 171 + + 58, 19 - - 7 + + 1 - - タイムアウトまでの時間(秒) + + TextCountApi - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GetCountPanel - - Twitter検索更新間隔(秒) + + 14 - - 6 + + Fill - - 185, 94 + + False - - NoControl + + 0, 0 - - GroupBox1 + + 518, 368 - - True + + 3 - - GroupBox1 + + False - + GetCountPanel - - 226, 16 - - - btnUnread + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + SplitContainer1.Panel2 - + 3 - - GroupBox3 + + 227, 41 65, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UserstreamPeriod - - Alt + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 184, 160 + + UserStreamPanel - - 4 + + 0 - - 7 + + True - - 251, 43 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 20 - - NoControl + + 157, 16 - - 2 + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 起動時に自動的に接続する - - MiddleRight + + StartupUserstreamCheck - - CheckPostAndGet + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + UserStreamPanel - + 1 - + + True + + NoControl - - 173, 21 + + 22, 45 - - 145, 16 + + 145, 12 - - 背景色 + + 1 - - ShortUrlPanel + + 発言一覧への反映間隔(秒) - - 11 + + Label83 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + UserStreamPanel - - 10 + + 2 - - 3 + + Fill - - 173, 171 + + False - - Fill + + 0, 0 - + + 518, 368 + + 4 - - 3 + + False - - Fill + + UserStreamPanel - - ActionPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 投稿時取得が有効のため、投稿のたびにAPIを消費します。 + + SplitContainer1.Panel2 - + + 4 + + + True + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 15 + + + 48, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 7 + + 有効 - - LabelProxyUser + + HotkeyCheck - - GroupBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + GroupBox3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 108, 23 + + NoControl - - CheckUseRecommendStatus + + 340, 16 - - Password + + 13, 14 - - 8 + + 6 - + 0 - - 14 + + HotkeyCode - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox3 - - True + + 1 - - 2 + + Disable - - ブラウザパス + + 257, 13 - - 5 + + 77, 19 - - 17 + + 5 - - 6 + + HotkeyText - - 9 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConnectionPanel + + GroupBox3 - - 173, 71 + + 2 - - 13 + + True - - 0 + + NoControl - - 999 + + 211, 15 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 16 - - NoControl + + 4 - - 228, 12 + + Win - - SplitContainer1.Panel1 + + HotkeyWin - - GroupBox1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + GroupBox3 - - lblInputBackcolor + + 3 - + True - + NoControl - - MiddleLeft + + 168, 15 - - CheckRetweetNoConfirm + + 39, 16 - - 1 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Alt - - Fill + + HotkeyAlt - - PreviewPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 178 + + GroupBox3 - - 3 + + 4 - - 8 + + True - - 7 + + NoControl - - 0 + + 116, 15 - - TweetActPanel + + 48, 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 1 + + Shift - - サウンドを再生する + + HotkeyShift - - OS Default + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + GroupBox3 - - 4 + + 5 - - UserStreamPanel + + True - - 1 + + NoControl - - 99, 12 + + 69, 15 - - 2 + + 43, 16 - - 0 + + 1 - - 75, 22 + + Ctrl - - CooperatePanel + + HotkeyCtrl - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - True + + 6 - - 75, 22 + + 21, 305 + + + 474, 41 - - True + + 14 - - 53, 12 + + ホットキー - - 5 + + GroupBox3 - - SplitContainer1.Panel2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ActionPanel - - 42, 12 + + 0 - - 9, 148 + + True - - System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 58, 12 + + 22, 253 - - 11 + + 157, 16 - - 259, 159 + + 12 - - BasedPanel + + #タグの入力補助を使用する - - 0, 0 + + CheckHashSupple - - ColorDialog1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォント&&色 + + ActionPanel - - 画像リンクがあった場合にサムネイルを表示する + + 1 - - 0 + + True - + NoControl - - GetCountPanel + + 22, 229 - - 7 + + 153, 16 - - MiddleLeft + + 11 - - 14 + + @IDの入力補助を使用する - - This is sample. + + CheckAtIdSupple - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + ActionPanel - - 1 + + 2 True - - 521, 374 - - - アウトプット先のURL - - + NoControl - - GroupBox1 + + 26, 210 - - 130, 12 + + 340, 12 - - 22, 160 + + 10 - - 2 + + 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 - - NoControl + + Label57 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 173, 121 + + ActionPanel - - 8 + + 3 - - RadioProxyIE + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 入力欄アクティブ時背景色 + + 22, 188 - - CooperatePanel + + 183, 16 - - 6 + + 9 - - 6 + + Fav操作結果を厳密にチェックする - - TweetPrvPanel + + CheckFavRestrict - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ActionPanel - - CheckPeriodAdjust + + 4 - - 8 + + NoControl - - True + + 418, 158 - - 6 + + 75, 21 - - 11 + + 8 - - NoControl + + 参照 - - 96, 19 + + Button3 - - 215, 285 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + ActionPanel - - Label34 + + 5 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnFav + + 22, 20 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 16 - - 14 + + 0 - - True + + サウンドを再生する - - PublicSearchの取得数 + + PlaySnd - - 340, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + ActionPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 入力欄フォント + + True - + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 275 - - System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 143, 16 - - 4 + + 13 - - Label16 + + 自分の発言を既読にする - - 216, 67 + + chkReadOwnPost - - 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 - - GroupBox1 + + ActionPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - 145, 12 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 42 - - Simplified Chinese + + 408, 22 - - 0 + + 1 - - 14 + + タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - Label80 + + Label15 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - M/d tt h:mm:ss + + ActionPanel - - 5 + + 8 - - NoControl + + 184, 160 - - GetCountPanel + + 228, 19 - - 22, 118 + + 7 - - NoControl + + BrowserPathText - - Label14 + + 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 + + ActionPanel - - True + + 9 - - 0, 0 + + True - - 4 + + NoControl - - True + + 22, 71 - - 22, 22 + + 100, 16 - - 58, 19 + + 2 - - Label81 + + 未読管理を行う - - 10 + + UReadMng - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblDetailLink + + ActionPanel - - 246, 20 + + 10 - - 2 + + True - - 175, 68 + + NoControl - - 305, 126 + + 21, 164 - - 10 + + 60, 12 - - ConnectionPanel + + 6 - - Label30 + + ブラウザパス - - 23 + + Label44 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Ctrl + + ActionPanel - - 249, 16 + + 11 - - 84, 16 + + True - - 22, 229 + + NoControl - - Mentionsの新着があるときにウインドウを点滅する + + 22, 114 - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 171, 16 - - 18 + + 4 - - 22, 203 + + ×ボタンを押したときに終了する - - 518, 368 + + CheckCloseToExit - - 215, 88 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + ActionPanel - - 9, 23 + + 12 - - ux.nu + + True - - 13 + + NoControl - - 166, 16 + + 22, 137 - - NoControl + + 170, 16 - - 22, 103 + + 5 - - 75, 22 + + 最小化したときにアイコン化する - - 1 + + CheckMinimizeToTray - - 6, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ActionPanel - - This is sample. + + 13 - - 6 + + True - - 17 + + NoControl - - 新着バルーンのユーザー名 + + 22, 92 - - 0 + + 145, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - Label36 + + 新着時に未読をクリアする - - Label77 + + CheckReadOldPosts - - GroupBox1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + ActionPanel - - 6 + + 14 - - ConnectionPanel + + Fill - - Label60 + + False - - True + + 0, 0 - - GetPeriodPanel + + 518, 368 - + 5 - - Label10 - - - SplitContainer1.Panel2 + + False - + ActionPanel - - 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 - - 195, 16 + + SplitContainer1.Panel2 - - 168, 15 + + 5 - - M/d tt h:mm + + Enter - - CheckHashSupple + + Ctrl+Enter - - 26 + + Shift+Enter - - Label37 + + 184, 19 - - H:mm:ss M/d + + 246, 20 - - 143, 107 + + 9 - - lblAtTarget + + ComboBoxPostKeySelect - - 102, 19 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label11 + + TweetActPanel - - 22, 21 + + 0 - - 331, 96 + + True - - ComboBoxAutoShortUrlFirst + + NoControl - - False + + 22, 22 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 137, 12 - - NoControl + + 8 - - 256, 16 + + POSTキー(デフォルトEnter) - - 文字色 + + Label27 - - 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TweetActPanel - - GroupBox5 + + 1 - - 22, 71 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 50 - - 9 + + 165, 16 - - SearchTextCountApi + + 10 - - True + + 公式RTする際に確認をしない - - 13 + + CheckRetweetNoConfirm - - 162, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TweetActPanel - - GroupBox1 + + 2 - + + True + + NoControl - - 19 + + 23, 94 - - 113, 12 + + 107, 12 - - 247, 16 + + 11 - - GroupBox5 + + フッター(文末に付加) - - Label83 + + Label12 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 131, 12 + + TweetActPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + True - - 23 + + NoControl - - True + + 185, 94 - - False + + 195, 16 - - 22, 22 + + 12 - - NoControl + + 推奨フッターを使用する[TWNv○○] - - 未読ポストのフォントと色を変更する(低速) + + CheckUseRecommendStatus - - ProxyPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 191 + + TweetActPanel - - 7 + + 4 - - 20 + + 185, 116 - - 19 + + 232, 19 - - True + + 13 - - lblDetail + + StatusText - - 259, 21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 66 + + TweetActPanel - - True + + 5 - - 10 + + Fill - - 0 + + False - - Label15 + + 0, 0 - - Mentions更新間隔(秒) + + 518, 368 - - 15 + + 6 - - MiddleLeft + + False - - 22, 24 + + TweetActPanel - - 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 - - Label33 + + SplitContainer1.Panel2 - - GroupBox5 + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 通知なし - - 259, 112 + + アイコン変更 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + アイコン変更&点滅 - - 9, 98 + + 215, 142 - - True + + 136, 20 - - 102, 19 + + 8 - - 新着時に未読をクリアする + + ReplyIconStateCombo - - 7 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - 1 + + 0 - - 69, 15 + + True - - 11 + + NoControl - - 3 + + 22, 145 - - タイムライン更新間隔(秒) + + 134, 12 - - 0 + + 7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 未読Mentions通知アイコン - - 投稿時取得 + + Label72 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + PreviewPanel - + + 1 + + True - - StartupPanel + + NoControl - - This is sample. + + 22, 166 - - 331, 146 + + 256, 16 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAM44OV44Kp44Oz44OIBgQAAAAIRm9udE5vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUG - AAAAHVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCklt - YWdlSW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRD - b3VudAEBAAABAAEAAQgICAIAAAAGBwAAAA3jg5Xjgqnjg7Pjg4gyBggAAAAJRm9udE5vZGUyAP////8J - BQAAAP////8JBQAAAAAAAAAL - + + 9 - + + Mentionsの新着があるときにウインドウを点滅する + + + ChkNewMentionsBlink + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - BasedPanel + + 2 - - NoControl + + True - - btnDetailBack + + NoControl - - 22, 188 + + 22, 118 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 161, 16 - - 16, 95 + + 6 - - btnListFont + + タブに未読アイコンを表示する - - HotkeyShift + + chkTabIconDisp - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + PreviewPanel - - True + + 3 - + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 6 + + 22, 191 - - 16, 70 + + 243, 16 - - 16 + + 10 - - 22, 51 + + 画像リンクがあった場合にサムネイルを表示する - - 22, 62 + + CheckPreviewEnable - - ShortUrlPanel + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + PreviewPanel - - 1 + + 4 - + True - - TextBitlyPw - - - 9, 123 + + NoControl - - 286, 107 + + 83, 290 - - 258, 21 + + 115, 12 - - ComboBoxPostKeySelect + + 15 - - NoControl + + Apply after restarting - - False + + Label81 - - 161, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + PreviewPanel - - CheckStartupFollowers + + 5 - - UseChangeGetCount + + OS Default - - 0 + + Japanese - - Fill + + English - - True + + Simplified Chinese - - True + + 215, 285 - - NoControl + + 136, 20 - - TweetPrvPanel + + 16 - - 8 + + LanguageCombo - - True + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + PreviewPanel - - ActionPanel + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 75, 22 + + NoControl - - 22, 145 + + 22, 290 - - NoControl + + 53, 12 - - 21 + + 14 - - @IDの入力補助を使用する + + Language - - 3 + + Label13 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - アイコン変更&点滅 + + PreviewPanel - - 3 + + 7 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 19 + + NoControl - - True + + 22, 263 - - True + + 133, 16 - - True + + 13 - - SplitContainer1.Panel2 + + 常に最前面に表示する - - PlaySnd + + CheckAlwaysTop - - TimelinePeriod + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + PreviewPanel - + + 8 + + True - - BasedPanel + + NoControl - - 4 + + 22, 238 - - 21, 305 + + 343, 16 - - PreviewPanel + + 12 - - 4 + + 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) - - 70, 12 + + CheckMonospace - - 8, 173 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + PreviewPanel - - 2 + + 9 - - NoControl + + True - - 認証方法 + + NoControl - - ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 + + 22, 66 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 249, 16 - - 2 + + 3 - - 8 + + 画面最小化・アイコン時のみバルーンを表示する - - 1 + + CheckBalloonLimit - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PreviewPanel - - 1 + + 10 - + True - - GroupBox5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - chkUnreadStyle + + 22, 20 - - AuthorizeButton + + 130, 12 - - 215, 15 + + 0 - - 9 + + 新着バルーンのユーザー名 - - 14 + + Label10 - - ActionPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + PreviewPanel - - ListsPeriod + + 11 - - PubSearchPeriod + + (なし) - - 331, 71 + + バージョン - - False + + 最終発言 - - 4 + + @未読数 - - False + + 未読数 - - GetCountPanel + + 未読数(@未読数) - - True + + 全未読/全発言数 - - SplitContainer1.Panel2 + + 発言数/フォロー数/フォロワー数 - - 起動時に自動的に接続する + + 215, 88 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 197, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - 0 + + ComboDispTitle - - 24 + + System.Windows.Forms.ComboBox, 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 + + PreviewPanel - + 12 - - GetPeriodPanel + + True - - 最終発言 + + NoControl - - 発言数/フォロー数/フォロワー数 + + 22, 91 - - 0 + + 60, 12 - - False + + 4 - - TweetPrvPanel + + タイトルバー - - 77, 12 + + Label45 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 154 + + PreviewPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - False + + なし - - Label1 + + ユーザーID - - NoControl + + ニックネーム - - True + + 215, 15 - - 背景色 + + 136, 20 - - False + + 1 - - 22, 24 + + cmbNameBalloon - - 22, 47 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + PreviewPanel - - ConnectionPanel + + 14 - - This is sample. + + True - - Label12 + + NoControl - - True + + 22, 43 - - 0 + + 235, 16 - - 12 + + 2 - - TweetPrvPanel + + タイトルバーとツールチップにユーザー名を表示 - - 3 + + CheckDispUsername - - 113, 130 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + PreviewPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - 258, 135 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - Label5 + + 22, 215 - - Label13 + + 180, 16 - - ReTweet + + 11 - - True + + 発言詳細部にアイコンを表示する - - StartupReaded + + CheckBox3 - - NoControl + + 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 - - CooperatePanel + + 16 - - HotkeyAlt + + Fill - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - PreviewPanel + + 0, 0 - + 518, 368 - - 134, 12 + + 7 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 77, 19 + + PreviewPanel - - Label18 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 691, 403 + + SplitContainer1.Panel2 - - GetMoreTextCountApi + + 7 - + + True + + NoControl - - 518, 368 + + 216, 134 - - GroupBox5 + + 131, 12 - - 1 + + 9 - - 6 + + 再起動後有効になります。 - - True + + Label47 - - 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 - - True + + TweetPrvPanel - - Label55 + + 0 - - PreviewPanel + + True - + NoControl - - 10 + + 264, 90 - - NoControl + + 44, 12 - - 258, 87 + + 5 - - 22, 70 + + Label63 - - 93, 16 + + LabelDateTimeFormatApplied - - Fill + + 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 + + TweetPrvPanel - - Label19 + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + NoControl - - POSTキー(デフォルトEnter) + + 217, 90 - - 6 + + 44, 12 - - 7 + + 4 - - 262, 125 + + Sample: - - ButtonApiCalc + + Label62 - - 10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 180, 16 + + TweetPrvPanel - - 22, 91 + + 2 - - 339, 15 + + Top, Bottom, Left, Right - - 22, 238 + + yyyy/MM/dd H:mm:ss - - 9 + + yy/M/d H:mm:ss - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + H:mm:ss yy/M/d - - 14 + + M/d H:mm:ss - - twitter.com + + M/d H:mm - - Twitter API URL (api.twitter.com) + + H:mm:ss M/d - - 13 + + H:mm:ss - - 3 + + H:mm - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tt h:mm - - 0, 0 + + M/d tt h:mm:ss - - 2 + + M/d tt h:mm - - ActionPanel + + 216, 67 - - True + + 192, 20 - - 25 + + 3 - - btnInputBackcolor + + CmbDateTimeFormat - - 125, 19 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 122, 216 + + TweetPrvPanel + + + 3 + + + True + + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 70 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 12 - - 9 + + 2 - - 認証状態 + + リストの日時フォーマット - - 75, 22 + + Label23 - - ホットキー + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + TweetPrvPanel - - 331, 196 + + 4 - - 518, 368 + + True - + NoControl - - PreviewPanel + + 22, 108 - - 指定する + + 163, 12 - - PreviewPanel + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + リストのアイコンサイズ(初期値16) - - GroupBox5 + + Label11 - - 22, 54 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CooperatePanel + + TweetPrvPanel - - 3 + + 5 - - 4 + + none - - This is sample. + + 16*16 - - 102, 19 + + 24*24 - - True + + 48*48 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48*48(2Column) - - 8 + + 252, 105 - - NoControl + + 163, 20 - - 205, 57 + + 8 - - 26 + + IconSize - - StartupPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + TweetPrvPanel + + 6 - - 75, 22 + + False - - 75, 21 + + 216, 106 - - 125, 19 + + 34, 19 - - CheckAtIdSupple + + 7 - - 52, 12 + + TextBox3 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TweetPrvPanel - - ActionPanel + + 7 - - btnDetail + + True - - False + + NoControl - - 259, 135 + + 22, 203 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 203, 16 - - NoControl + + 12 - - リストの日時フォーマット + + ソート順を変更できないようにロックする - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckSortOrderLock - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 標準取得件数 + + TweetPrvPanel - - StartupPanel + + 8 - + True - - 再計算 + + NoControl - - ActionPanel + + 22, 178 - - 228, 19 + + 154, 16 - - GroupBox1 + + 11 - - BasedPanel + + リストの区切り線を表示する - - CooperatePanel + + CheckShowGrid - - 11 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ShortUrlPanel + + TweetPrvPanel - - 22, 275 + + 9 - - NoControl + + True - - 104, 19 + + NoControl - - 7 + + 22, 42 - - GetPeriodPanel + + 226, 16 - - 2 + + 1 - - 16, 120 + + 未読ポストのフォントと色を変更する(低速) - - 518, 368 + + chkUnreadStyle - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TweetPrvPanel - - 22, 166 + + 10 - - 22, 186 + + True - - False + + NoControl - - Fill + + 22, 21 - + + 162, 16 + + 0 - - PreviewPanel + + 片思いを色分けして表示する - - GroupBox3 + + OneWayLv - - 10 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + TweetPrvPanel - - ProxyPanel + + 11 - + + Fill + + + False + + 0, 0 - - NoControl + + 518, 368 - - 発言詳細リンク + + 8 - - GroupBox3 + + False - - 0 + + TweetPrvPanel - - Label57 + + 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 + + SplitContainer1.Panel2 - - HotkeyCode + + 8 - - NoControl + + True - + NoControl - - ActionPanel - - - 自分の発言を既読にする + + 331, 121 - - Top + + 75, 22 - + 14 - - True + + 文字色 - - True + + btnRetweet - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox1 - - 43, 16 + + 0 - - 153, 16 + + NoControl - - GroupBox5 + + 173, 121 - - NoControl + + 104, 19 - - 173, 46 + + 13 - - 169 + + This is sample. - - 175, 93 + + MiddleLeft - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblRetweet - - 最小化したときにアイコン化する + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - NoControl + + 1 - - 9 + + True - - 13 + + NoControl - - 173, 96 + + 9, 123 - - フォント&色設定 + + 50, 12 - - 8 + + 12 - - 65, 19 + + ReTweet - - ProxyPanel + + Label80 - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetCountPanel + + GroupBox1 - - 9 + + 2 - + True - - 88, 12 + + NoControl - - 10 + + 175, 235 - - NoControl + + 90, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24 - - 12 + + デフォルトに戻す - - 21 + + ButtonBackToDefaultFontColor - - 文字色 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + GroupBox1 - - NoControl + + 3 - + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + NoControl - - 22 - - - Label52 + + 331, 171 - - InternetExplorerの設定を使用する + + 75, 22 - - ProxyPanel + + 20 - - 70, 19 + + 文字色 - - フォント&&色 + + btnDetailLink - - 227, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - なし + + GroupBox1 - - CheckAlwaysTop + + 4 - + NoControl - - 211, 15 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 171 - - 26, 210 + + 104, 19 - - 66, 16 + + 19 - - GroupBox5 + + This is sample. - + MiddleLeft - - Label53 - - - True - - - 自分への@返信 + + lblDetailLink - - 102, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + GroupBox1 - - リストのアイコンサイズ(初期値16) + + 5 - - LabelApiUsing + + True - - 104, 19 + + NoControl - - 65, 19 + + 8, 173 - - 63, 12 + + 77, 12 - - 3 + + 18 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 発言詳細リンク - - btnListBack + + Label18 - - 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 - - 8 + + GroupBox1 - - This is sample. + + 6 - - 264, 90 + + True - + NoControl - - yy/M/d H:mm:ss - - - 10 + + 331, 46 - - FontDialog1 + + 75, 22 - + 5 - - btnOWL + + フォント&&色 - - NoControl + + btnUnread - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + GroupBox1 - - フォント&色設定 + + 7 - - 102, 19 + + NoControl - - lblDetailBackcolor + + 173, 46 - - 107, 12 + + 104, 19 - - 63, 12 + + 4 - - GetPeriodPanel + + This is sample. - - 75, 22 + + MiddleLeft - - 16, 12 + + lblUnread - - 69, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + GroupBox1 - - 22, 22 + + 8 - + True - - 6 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 48 - - 発言詳細部にアイコンを表示する + + 62, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 65, 19 + + 未読フォント - - 4 + + Label20 - - Save + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GroupBox1 + + + 9 + + True - - 背景色 + + NoControl - - 8 + + 331, 196 - - 53, 12 + + 75, 22 - - CheckCloseToExit + + 23 - - ActionPanel + + 背景色 - - 175, 168 + + btnDetailBack + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 - - GroupBox5 + + 10 - + NoControl - - 518, 368 + + 173, 196 - - 285, 12 + + 104, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - NoControl + + This is sample. - - 22, 263 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblDetailBackcolor - - 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 - - URL自動短縮で優先的に使用 + + GroupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - + True - - 48, 16 + + NoControl - - True + + 9, 198 - - 182, 20 + + 89, 12 - - 0 + + 21 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 発言詳細背景色 - - 2 + + Label37 - - 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 + + GroupBox1 - - False + + 12 - - 6 + + True - + NoControl - - 518, 368 - - - 18 + + 331, 146 - - GroupBox1 + + 75, 22 - - 44, 12 + + 17 - - Label71 + + フォント&&色 - - Label24 + + btnDetail - - 134, 12 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - M/d H:mm + + GroupBox1 - - 4 + + 13 - + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 + + 173, 146 - - True + + 104, 19 - - 22, 290 + + 16 - - 8 + + This is sample. - - lblAtSelf + + MiddleLeft - - True + + lblDetail - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 62, 12 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - PreviewPanel + + True - - 305, 64 + + NoControl - - True + + 9, 148 - - 1 + + 77, 12 - - #タグの入力補助を使用する + + 15 - - 518, 368 + + 発言詳細文字 - + + Label26 + + 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 - - 8 + + 15 - - 331, 121 + + True - - 18 + + NoControl - - 22, 41 + + 331, 96 - - 175, 118 + + 75, 22 - - 339, 190 + + 11 - - GroupBox3 + + 文字色 - - 2 + + btnOWL - - 145, 16 + + 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 + + GroupBox1 - - クリア + + 16 - - TweetPrvPanel + + NoControl - - 3 + + 173, 96 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 104, 19 + + + 10 + + + This is sample. - - 102, 19 + + MiddleLeft - - 1 + + lblOWL - - 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + GroupBox1 - + + 17 + + True - - This is sample. + + NoControl - - 5 + + 9, 98 - - Label3 + + 63, 12 - - 50, 12 + + 9 - - True + + 片思い発言 - - 12 + + Label24 - - 22, 137 + + 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 + + GroupBox1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - GroupBox5 + + True - - 22, 92 + + NoControl - - 2 + + 331, 71 - - 3 + + 75, 22 - - NoControl + + 8 - - 2 + + 文字色 - - AuthClearButton + + btnFav - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox1 - - 474, 41 + + 19 - + NoControl - - ComboDispTitle - - - NoControl + + 173, 71 - - Fill + + 104, 19 - - NoControl + + 7 - - 24, 50 + + This is sample. - - 314, 12 + + MiddleLeft - - lblTarget + + lblFav - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label20 + + GroupBox1 - - 2 + + 20 - - 0 + + True - - 12 + + NoControl - - 339, 40 + + 9, 73 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 12 - - 0 + + 6 - - 4 + + Fav発言 - - Label7 + + Label22 - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + GroupBox1 - - CheckFavRestrict + + 21 - - 8 + + True - - 17 + + NoControl - - 104, 19 + + 331, 21 - - 1 + + 75, 22 - + 2 - - Label66 + + フォント&&色 - - 15 + + btnListFont - - ActionPanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label72 + + GroupBox1 - - SplitContainer1.Panel2 + + 22 - + NoControl - - 75, 22 + + 173, 21 - - 77, 12 + + 104, 19 - - 設定 + + 1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - 136, 20 + + MiddleLeft - - 104, 19 + + lblListFont - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + GroupBox1 + + + 23 + + + True + + + NoControl - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAG6KGo56S6BgQAAAALUHJldmlld05vZGUA/////wYFAAAAAP////8JBQAAAAEAAAAJBgAAAAUGAAAA - HVN5c3RlbS5XaW5kb3dzLkZvcm1zLlRyZWVOb2RlCAAAAARUZXh0BE5hbWUJSXNDaGVja2VkCkltYWdl - SW5kZXgISW1hZ2VLZXkSU2VsZWN0ZWRJbWFnZUluZGV4EFNlbGVjdGVkSW1hZ2VLZXkKQ2hpbGRDb3Vu - dAEBAAABAAEAAQgICAIAAAAGBwAAABLjg6rjgrnjg4jjga7ooajnpLoGCAAAAAxUd2VldFBydk5vZGUA - /////wkFAAAA/////wkFAAAAAAAAAAs= - + + 9, 23 - - False + + 62, 12 - - 9 + + 0 - - 113, 109 + + リストフォント - - 2 + + Label61 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox1 - - 4 + + 24 - - 255, 85 + + 22, 18 - - BASIC + + 429, 267 - - 8 + + 0 - - 71, 19 + + フォント&色設定 - - ActionPanel + + GroupBox1 - - 5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + FontPanel - + 0 - - NoControl + + Fill - - 8 + + False - - True + + 0, 0 - - SplitContainer1.Panel2 + + 518, 368 - - 73, 19 + + 9 - - ReplyPeriod + + False - - SplitContainer1.Panel2 + + FontPanel - - TweetActPanel + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ComboBoxOutputzUrlmode + + SplitContainer1.Panel2 - - 3 + + 9 - + True - - Label59 + + NoControl - - True + + 16, 220 - - GroupBox5 + + 74, 12 - - 130, 12 + + 24 - - ProxyPanel + + 入力欄フォント - - 3 + + Label65 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + GroupBox5 - - ユーザ名(&U) + + 0 - - 3 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - PreviewPanel + + 16, 195 - - NoControl + + 131, 12 - - FontPanel2 + + 21 - - 3 + + 入力欄アクティブ時背景色 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label52 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + GroupBox5 - - CheckPreviewEnable + + 1 - - 5 + + True - - 22 + + NoControl - - GetCountPanel + + 16, 145 - - Label62 + + 102, 12 - - 518, 368 + + 15 - - 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 + + Label49 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + GroupBox5 - - MiddleLeft + + 2 - - SplitContainer1 + + True - - 429, 267 + + NoControl - - GroupBox1 + + 16, 170 - - 短縮URLを解決する + + 53, 12 - - 10 + + 18 - - 0, 0 + + 一般発言 + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox5 - - TweetActPanel + + 3 - - BasedPanel + + True - - 39, 16 + + NoControl - - 112, 14 + + 16, 120 - - NoControl + + 134, 12 - - ConnectionPanel + + 12 - - NoControl + + その発言の@先の人の発言 - - 10 + + Label14 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + GroupBox5 - - 178, 16 + + 4 - + + True + + NoControl - - True + + 16, 95 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 88, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - GetCountPanel + + その人への@返信 - - bit.ly + + Label16 - - CheckOutputz + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + GroupBox5 - - 22, 42 + + 5 - - 3 + + True - + NoControl - - True + + 16, 70 - - 6 + + 70, 12 - - GroupBox5 + + 6 - - 22, 112 + + その人の発言 - - CheckUseSsl + + Label32 - - False + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63, 12 + + GroupBox5 - - 48, 12 + + 6 - + True - + NoControl - + + 16, 45 + + + 81, 12 + + 3 - - lblListBackcolor + + 自分への@返信 - + + Label34 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox5 + + 7 - + True - - ID + + NoControl - - GroupBox1 + + 16, 20 - - 16, 170 + + 63, 12 - + 0 - - Label28 + + 自分の発言 - - True + + Label36 - - Ctrl+Enter + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox5 - - 発言詳細文字 + + 8 - + + True + + NoControl - - ユーザーID + + 339, 215 - + 75, 22 - - SplitContainer1.Panel2 + + 26 - - btnSelf + + フォント&&色 - - NoControl + + btnInputFont - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + GroupBox5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - 331, 21 + + True - - GroupBox5 + + NoControl - - タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 + + 339, 190 - - 6 + + 75, 22 - - ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 + + 23 - - CheckDispUsername + + 背景色 - - IconSize + + btnInputBackcolor - - HotkeyText + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox5 - - 246, 20 + + 10 - + True - - 113, 16 + + NoControl - - 7 + + 339, 140 - - True + + 75, 22 - - CheckBox3 + + 17 - - 429, 290 + + 背景色 - - H:mm + + btnAtTo - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox5 - - 片思い発言 + + 11 - - This is sample. + + True - - 339, 90 + + NoControl - - 22, 20 + + 339, 165 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 22 - - MiddleLeft + + 20 - - 2 + + 背景色 - - 0 + + btnListBack - - RadioProxyNone + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - AuthOAuthRadio + + GroupBox5 - - 7 + + 12 - + + True + + NoControl - - 175, 218 + + 339, 115 - - 22 + + 75, 22 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - 58, 19 + + 背景色 - - True + + btnAtFromTarget - - MiddleLeft + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 未読管理を行う + + GroupBox5 - + + 13 + + True - - GetCountPanel + + NoControl - - GroupBox5 + + 339, 90 - - CheckBalloonLimit + + 75, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - GetPeriodPanel + + 背景色 - - This is sample. + + btnAtTarget - - ShortUrlPanel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TextBitlyId + + GroupBox5 - - HotkeyWin + + 14 - - Apply after restarting + + True + + + NoControl 339, 65 - - PreviewPanel + + 75, 22 - - True + + 8 - - Fav発言 + + 背景色 - - 331, 46 + + btnTarget - - Favoritesの取得数 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + GroupBox5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - 75, 23 + + True - - 29, 174 + + NoControl - + + 339, 40 + + + 75, 22 + + + 5 + + 背景色 - - 0 + + btnAtSelf - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 197, 20 + + GroupBox5 - - 0, 0 + + 16 - - NoControl + + True - + NoControl - - 15 + + 339, 15 - - $this + + 75, 22 - - True + + 2 + + + 背景色 + + + btnSelf + + + 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 + + 17 - - 63, 12 + + NoControl - - 11 + + 175, 218 - - 115, 12 + + 102, 19 - - True + + 25 - - 12 + + This is sample. - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - 11 + + lblInputFont - - 次の項目の更新時の取得数を個別に設定する + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 22 + + GroupBox5 - - DM更新間隔(秒) + + 18 - + NoControl - - CheckEnableBasicAuth + + 175, 193 - - 0 + + 102, 19 - - NoControl + + 22 - - 137, 12 + + This is sample. - - BasedPanel + + MiddleLeft - - 104, 19 + + lblInputBackcolor - - ActionPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label9 + + GroupBox5 - - NoControl + + 19 - - TweetPrvPanel + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 175, 143 - - True + + 102, 19 - - 4 + + 16 - - 115, 16 + + This is sample. - - PreviewPanel + + MiddleLeft - - 6 + + lblAtTo - - 25 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + GroupBox5 - - True + + 20 - + NoControl - - 74, 12 + + 175, 168 - - True + + 102, 19 - - 4 + + 19 - - TextProxyUser + + This is sample. - - 163, 20 + + MiddleLeft - - 14 + + lblListBackcolor - - BasedPanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox5 - + + 21 + + NoControl - - True + + 175, 118 - - 22, 108 + + 102, 19 - - False + + 13 - - Sample: + + This is sample. - - CheckStartupVersion + + MiddleLeft - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblAtFromTarget - - 185, 116 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + GroupBox5 - - ProxyPanel + + 22 - - 12 + + NoControl - - True + + 175, 93 - - True + + 102, 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - 62, 12 + + This is sample. - - 7 + + MiddleLeft - - 12 + + lblAtTarget - - ポート(&P) + + 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 - - SplitContainer1.Panel2 + + 23 - - True + + NoControl - - 5 + + 175, 68 - - True + + 102, 19 + + + 7 + + + This is sample. + + + MiddleLeft - - LabelProxyAddress + + lblTarget - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SplitContainer1.Panel2 + + GroupBox5 - - 0 + + 24 - + NoControl - - False - - - 0, 0 - - - 89, 12 + + 175, 43 - - Fill + + 102, 19 - - NoControl + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - True + + MiddleLeft - - 16 + + lblAtSelf - - 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GroupBox5 - - MiddleLeft + + 25 - - 75, 22 + + NoControl - - True + + 175, 17 - - 518, 368 + + 102, 19 - - 3 + + 1 - - 16 + + This is sample. - - $this + + MiddleLeft lblSelf - - 5 - - - Mentions取得数 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox5 - - 復活の呪文 - - - 8 + + 26 - + True - - 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 - - - 22, 22 + + NoControl - - 9 + + 191, 252 - - NoControl + + 90, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - True + + デフォルトに戻す - - twitter.com/username + + ButtonBackToDefaultFontColor2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GroupBox5 - - This is sample. + + 27 - - 9 + + 22, 18 - - 58, 19 + + 429, 290 - + 0 - - ProxyPanel + + フォント&色設定 - - 2 + + GroupBox5 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + FontPanel2 - - 14 + + 0 - - ActionPanel + + Fill - - TweetPrvPanel + + False - - 75, 23 + + 0, 0 - - GetPeriodPanel + + 518, 368 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - 102, 12 + + False - - 75, 22 + + FontPanel2 - - 340, 12 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConnectionPanel + + SplitContainer1.Panel2 - - 24 + + 10 - + + True + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 166 - - 未読フォント + + 178, 16 - - 7 + + 14 - - Fill + + BASIC認証への変更を許可する - - 257, 13 + + CheckEnableBasicAuth - - 18 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 76, 16 + + ConnectionPanel + + + 0 + + + 262, 125 + + + 125, 19 - - NoControl + + 7 - - 0 + + search.twitter.com - - ソート順を変更できないようにロックする + + TwitterSearchAPIText - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TweetPrvPanel + + ConnectionPanel - - 42, 16 + + 1 - - 36, 106 + + True - - Japanese + + NoControl - - 9, 73 + + 22, 128 - - MiddleLeft + + 228, 12 - - 5 + + 6 - - TextProxyPort + + Twitter SearchAPI URL (search.twitter.com) - + + Label31 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ConnectionPanel - - SplitContainer1.Panel2 + + 2 - - 6 + + 262, 100 - - 60, 12 + + 125, 19 - - Cancel + + 5 - - 3 + + api.twitter.com - - lblInputFont + + TwitterAPIText - - 0, 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GetPeriodPanel + + ConnectionPanel - - 91, 16 + + 3 - - 75, 22 + + True - - Button3 + + NoControl - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 103 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 174, 12 - - 137, 12 + + 4 - - GetCountPanel + + Twitter API URL (api.twitter.com) - - 215, 142 + + Label8 - - GroupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ConnectionPanel - - 184, 19 + + 4 - - 22, 54 + + True - - 7 + + NoControl - - DMPeriod + + 22, 78 - - 2 + + 145, 16 - - btnRetweet + + 3 - - GetCountPanel + + 通信にHTTPSを使用する - - 190, 16 + + CheckUseSsl - - This is sample. + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + ConnectionPanel - - 文字色 + + 5 - - 1 + + True - + NoControl - - 79, 12 + + 22, 51 - + + 349, 12 + + 2 - - 123, 12 + + ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 - - 16, 220 + + Label64 - - MiddleLeft + + 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 + + ConnectionPanel - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 53, 12 + + 262, 18 - - 22, 112 + + 125, 19 - - 102, 19 + + 1 - - 22, 133 + + ConnectionTimeOut - - 173, 196 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + ConnectionPanel - - lblListFont + + 7 - - デフォルトに戻す + + True - - 22, 70 + + NoControl - - 227, 41 + + 22, 20 - - 203, 16 + + 131, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - タイトルバー + + タイムアウトまでの時間(秒) - - ActionPanel + + Label63 - - 10 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + ConnectionPanel - - Label26 + + 8 - - btnAtFromTarget + + Fill - - 5 + + False - - 13 + + 0, 0 - - Not Authenticated + + 518, 368 - - 発言詳細を等幅フォントで表示(AA対応、フォント適用不具合あり) + + 11 - - 2 + + False - - NoControl + + ConnectionPanel - - 6 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - デフォルトに戻す + + SplitContainer1.Panel2 - - 1 + + 11 - - 3 + + True - - Fill + + NoControl - - 182, 19 + + 41, 134 - - 12 + + 314, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - 22, 19 + + ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - is.gd + + Label55 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 一般発言 + + ProxyPanel - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 237, 16 + + 286, 107 - - 8 + + 96, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - フォント&&色 + + TextProxyPassword - - 4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblRetweet + + ProxyPanel - + + 1 + + True - - PreviewPanel + + NoControl - - 518, 368 + + 22, 19 - - 242, 16 + + 76, 16 - - NoControl + + 0 - - 258, 63 + + 使用しない - - NoControl + + RadioProxyNone - - 23 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + ProxyPanel - - 75, 23 + + 2 - - System.Windows.Forms.Panel, 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 - - UReadMng + + 217, 110 - - 1 + + 69, 12 - - 309, 82 + + 9 - - btnInputFont + + パスワード(&W) - - 常に最前面に表示する + + LabelProxyPassword - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 85 + + ProxyPanel - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - MiddleLeft + + True - - GroupBox5 + + NoControl - - プロキシ(&X) + + 22, 41 - - 75, 22 + + 190, 16 - - Label64 + + 1 - - NoControl + + InternetExplorerの設定を使用する - - Outputzに対応する + + RadioProxyIE - - BASIC認証への変更を許可する + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - 136, 20 + + 4 - - 22, 114 + + 143, 107 - - GroupBox5 + + 68, 19 + + + 8 - - 9 + + TextProxyUser - - Twitter SearchAPI URL (search.twitter.com) + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - Label22 + + True - - 77, 12 + + NoControl - - Label65 + + 22, 62 - - GetPeriodPanel + + 66, 16 - - BasedPanel + + 2 - - 22, 42 + + 指定する - - Label4 + + RadioProxySpecified - + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProxyPanel - - True + + 6 - + True - - 58, 19 + + NoControl - - True + + 74, 110 - - 9 + + 63, 12 - - 0, 0 + + 7 - - 19 + + ユーザ名(&U) - - True + + LabelProxyUser - - $this + + 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 + + ProxyPanel - - NoControl + + 7 - - TweetPrvPanel + + True - - パスワード(&W) + + NoControl - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 85 - - True + + 58, 12 - - 背景色 + + 3 - - 27 + + プロキシ(&X) - - 104, 19 + + LabelProxyAddress - - This is sample. + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BasedPanel + + ProxyPanel - - 22, 253 + + 8 - - 1 + + 309, 82 - - ButtonBackToDefaultFontColor2 + + 73, 19 - - NoControl + + 6 - - True + + TextProxyPort - - 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblAtFromTarget + + ProxyPanel - - 12 + + 9 - - M/d H:mm:ss + + 114, 82 - - ×ボタンを押したときに終了する + + 135, 19 - - タブに未読アイコンを表示する + + 4 - - 7 + + TextProxyAddress - - 背景色 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 12 + + ProxyPanel - - GroupBox5 + + 10 - + True - - False + + NoControl - - その人の発言 + + 255, 85 - - 16, 145 + + 48, 12 - - 17 + + 5 - - 24*24 + + ポート(&P) - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAROYW1lCUlzQ2hlY2tlZApJbWFnZUluZGV4 - CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNoaWxkQ291bnQJY2hp - bGRyZW4wAQEAAAEAAQAEAQgICB1TeXN0ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQIAAAACAAAABgMA - AAAG5YuV5L2cBgQAAAAKQWN0aW9uTm9kZQD/////BgUAAAAA/////wkFAAAAAQAAAAkGAAAABQYAAAAd - U3lzdGVtLldpbmRvd3MuRm9ybXMuVHJlZU5vZGUIAAAABFRleHQETmFtZQlJc0NoZWNrZWQKSW1hZ2VJ - bmRleAhJbWFnZUtleRJTZWxlY3RlZEltYWdlSW5kZXgQU2VsZWN0ZWRJbWFnZUtleQpDaGlsZENvdW50 - AQEAAAEAAQABCAgIAgAAAAYHAAAAGOODhOOCpOODvOODiOaZguOBruWLleS9nAYIAAAADFR3ZWV0QWN0 - Tm9kZQD/////CQUAAAD/////CQUAAAAAAAAACw== - + + LabelProxyPort - - NoControl + + 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 + + ProxyPanel - - 16, 20 + + 11 - - 13 + + Fill - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - True + + 0, 0 - - ShortUrlPanel + + 518, 368 + + + 12 + + + False - - lblAtTo + + ProxyPanel - - 背景色 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 217, 110 + + SplitContainer1.Panel2 - - NoControl + + 12 - - 3 + + True - + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Label61 + + 22, 22 - - NoControl + + 115, 16 - - 9 + + 8 - - SplitContainer1 + + Outputzに対応する - - True + + CheckOutputz - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 - - - Fav操作結果を厳密にチェックする + + CooperatePanel - - lblFav + + 0 - - RadioProxySpecified + + True - - 発言詳細背景色 + + NoControl - - CheckReadOldPosts + + 22, 154 - - 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + 237, 16 - - HotkeyCheck + + 13 - - TwitterAPIText + + ニコニコ動画のURLをnico.msで短縮して送信 - - ProxyPanel + + CheckNicoms - - 14 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ニコニコ動画のURLをnico.msで短縮して送信 + + CooperatePanel - - 418, 158 + + 1 - - 11 + + 205, 57 - - 24 + + 182, 19 - - 21, 164 + + 10 - - NoControl + + TextBoxOutputzKey - - 21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + CooperatePanel - - NoControl + + 2 - + True - - AuthUserLabel - - - Shift + + NoControl - - 691, 368 + + 36, 106 - - MiddleLeft + + 99, 12 - - その発言の@先発言 + + 11 - - 131, 12 + + アウトプット先のURL - - 135, 19 + + Label60 - - TwitterSearchAPIText + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StartupPanel + + CooperatePanel - - 165, 16 + + 3 - - GroupBox1 + + True - - TextProxyAddress + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 36, 60 - - MiddleLeft + + 63, 12 - - TweetActPanel + + 9 - - Label67 + + 復活の呪文 - - 3 + + Label59 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16, 195 + + CooperatePanel - + 4 - - GroupBox5 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + twitter.com - - Label2 + + twitter.com/username - - 9, 48 + + 205, 103 - - NoControl + + 182, 20 - + 12 - - TextCountApi + + ComboBoxOutputzUrlmode - - 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 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CooperatePanel - - パスワード + + 5 - - 65, 19 + + Fill - - 201, 102 + + False - - バージョン + + 0, 0 - - @未読数 + + 518, 368 - + 12 - - 未読数(@未読数) - - - 未読数 + + False - - 10 + + CooperatePanel - - 全未読/全発言数 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + SplitContainer1.Panel2 - - 518, 368 + + 13 - - 22, 114 + + True - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 22 - - 11 + + 122, 16 - - LabelDateTimeFormatApplied + + 0 - - Top, Bottom, Left, Right + + 短縮URLを解決する - - True + + CheckTinyURL - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 94 + + ShortUrlPanel - - Language + + 0 - - Lists更新間隔(秒) + + 343, 101 - - ProxyPanel + + 70, 19 - - chkGetFav + + 7 - - 前データの更新 + + TextBitlyPw - - APIKey + + 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 + + ShortUrlPanel - - 262, 18 + + 1 - - yyyy/MM/dd H:mm:ss + + True - + NoControl - - 181, 78 + + 22, 49 - - 124, 16 + + 242, 16 - - 2 + + 1 - - 10 + + 入力欄のURLを投稿する際に自動で短縮する - - Shift+Enter + + CheckAutoConvertUrl - - 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 - - NoControl + + ShortUrlPanel - - 0, 0 + + 2 - - 11 + + True - - 参照 + + NoControl - - 22, 128 + + 19, 81 - - 11 + + 154, 12 - - True + + 2 - - 33, 43 + + URL自動短縮で優先的に使用 - - False + + Label71 - - 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 - - フォント&&色 + + ShortUrlPanel - - Enter + + 3 tinyurl - - GroupBox1 + + is.gd - - NoControl + + twurl.nl - - 2 + + bit.ly - - 0 + + j.mp - - 149, 14 + + ux.nu - - Label63 + + 181, 78 - - 10 + + 246, 20 - - CenterParent + + 3 - - 75, 22 + + ComboBoxAutoShortUrlFirst - - FontPanel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox5 + + ShortUrlPanel - - NoControl + + 4 - - 0, 0 + + True - - 0 + + NoControl - - リストの区切り線を表示する + + 179, 104 - - アイコン変更 + + 16, 12 - - 6 + + 4 - - NoControl + + ID - - 3 + + Label76 - - 57, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19, 81 + + ShortUrlPanel - - NoControl + + 5 - + True - - PreviewPanel - - - 22, 43 + + NoControl - - 最新版のチェックをする + + 278, 104 - - 216, 134 + + 42, 12 - - GroupBox1 + + 6 - - True + + APIKey - - FontPanel + + Label77 - - CheckTinyURL + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label69 + + ShortUrlPanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 背景色 + + 201, 102 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 19 - - 入力欄のURLを投稿する際に自動で短縮する + + 5 - - True + + TextBitlyId - - 243, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 29, 195 + + ShortUrlPanel - - 174, 16 + + 7 - - 22, 215 + + Fill - - 15 + + False - - 1 + + 0, 0 - - True + + 518, 368 - - GroupBox1 + + 13 - - 9 + + ShortUrlPanel - - chkReadOwnPost + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48*48(2Column) + + SplitContainer1.Panel2 - - 232, 19 + + 14 - + SplitContainer1.Panel2 - - 339, 140 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + SplitContainer1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 136, 20 + + 691, 368 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 169 + + + 0 + + + SplitContainer1 System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TextBox3 + + $this - - 6 + + 2 - - 252, 105 + + 17, 17 + + + 140, 17 + + + NoControl - - This is sample. + + 604, 374 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - 57, 12 + + キャンセル - - 10 + + Cancel - - 9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + $this - - Label76 + + 0 - - 22, 136 + + NoControl - - 129, 16 + + 521, 374 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 23 - - GroupBox3 + + 3 - - 11 + + OK + + + Save + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 True - - 17, 17 - 82 - - 140, 17 - + + 6, 12 + + + 691, 403 + + + CenterParent + + + 設定 + + + FontDialog1 + + + System.Windows.Forms.FontDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColorDialog1 + + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + AppendSettingDialog + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/Tween/AppendSettingDialog.vb b/Tween/AppendSettingDialog.vb index 38dac2c1..3d8c9d10 100644 --- a/Tween/AppendSettingDialog.vb +++ b/Tween/AppendSettingDialog.vb @@ -102,6 +102,7 @@ Public Class AppendSettingDialog Private _MyUseAdditonalCount As Boolean Private _SearchCountApi As Integer Private _FavoritesCountApi As Integer + Private _UserTimelineCountApi As Integer Private _MyRetweetNoConfirm As Boolean Private _MyUserstreamStartup As Boolean Private _MyUserstreamPeriod As Integer @@ -343,6 +344,7 @@ Public Class AppendSettingDialog _FirstCountApi = CType(FirstTextCountApi.Text, Integer) _SearchCountApi = CType(SearchTextCountApi.Text, Integer) _FavoritesCountApi = CType(FavoritesTextCountApi.Text, Integer) + _UserTimelineCountApi = CType(UserTimelineTextCountApi.Text, Integer) Catch ex As Exception MessageBox.Show(My.Resources.Save_ClickText3) Me.DialogResult = Windows.Forms.DialogResult.Cancel @@ -601,15 +603,18 @@ Public Class AppendSettingDialog FirstTextCountApi.Text = _FirstCountApi.ToString SearchTextCountApi.Text = _SearchCountApi.ToString FavoritesTextCountApi.Text = _FavoritesCountApi.ToString + UserTimelineTextCountApi.Text = _UserTimelineCountApi.ToString UseChangeGetCount.Checked = _MyUseAdditonalCount Label28.Enabled = UseChangeGetCount.Checked Label30.Enabled = UseChangeGetCount.Checked Label53.Enabled = UseChangeGetCount.Checked Label66.Enabled = UseChangeGetCount.Checked + Label17.Enabled = UseChangeGetCount.Checked GetMoreTextCountApi.Enabled = UseChangeGetCount.Checked FirstTextCountApi.Enabled = UseChangeGetCount.Checked SearchTextCountApi.Enabled = UseChangeGetCount.Checked FavoritesTextCountApi.Enabled = UseChangeGetCount.Checked + UserTimelineTextCountApi.Enabled = UseChangeGetCount.Checked With Me.TreeView1 .Nodes("BasedNode").Tag = BasedPanel @@ -1273,6 +1278,15 @@ Public Class AppendSettingDialog End Set End Property + Public Property UserTimelineCountApi() As Integer + Get + Return _UserTimelineCountApi + End Get + Set(ByVal value As Integer) + _UserTimelineCountApi = value + End Set + End Property + Public Property PostAndGet() As Boolean Get Return _MyPostAndGet @@ -2178,8 +2192,10 @@ Public Class AppendSettingDialog Label30.Enabled = UseChangeGetCount.Checked Label53.Enabled = UseChangeGetCount.Checked Label66.Enabled = UseChangeGetCount.Checked + Label17.Enabled = UseChangeGetCount.Checked SearchTextCountApi.Enabled = UseChangeGetCount.Checked FavoritesTextCountApi.Enabled = UseChangeGetCount.Checked + UserTimelineTextCountApi.Enabled = UseChangeGetCount.Checked End Sub Private Sub FirstTextCountApi_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles FirstTextCountApi.Validating @@ -2237,4 +2253,20 @@ Public Class AppendSettingDialog End If End Sub + Private Sub UserTimelineTextCountApi_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles UserTimelineTextCountApi.Validating + Dim cnt As Integer + Try + cnt = Integer.Parse(UserTimelineTextCountApi.Text) + Catch ex As Exception + MessageBox.Show(My.Resources.TextCountApi_Validating1) + e.Cancel = True + Exit Sub + End Try + + If Not cnt = 0 AndAlso (cnt < 20 OrElse cnt > 200) Then + MessageBox.Show(My.Resources.TextCountApi_Validating1) + e.Cancel = True + Exit Sub + End If + End Sub End Class \ No newline at end of file diff --git a/Tween/MyCommon.vb b/Tween/MyCommon.vb index 66dd81d5..c850a93f 100644 --- a/Tween/MyCommon.vb +++ b/Tween/MyCommon.vb @@ -120,6 +120,7 @@ Public Module MyCommon List 'Lists Related '関連発言 UserStream 'UserStream + UserTimeline 'UserTimeline ''' ErrorState 'エラー表示のみで後処理終了(認証エラー時など) End Enum @@ -541,6 +542,7 @@ retry: PublicSearch = 128 'Pin(save/no distribute/auto update) Lists = 256 Related = 512 + UserTimeline = 1024 'RTMyTweet 'RTByOthers 'RTByMe diff --git a/Tween/Setting/SettingCommon.vb b/Tween/Setting/SettingCommon.vb index 8c1cff93..048787ca 100644 --- a/Tween/Setting/SettingCommon.vb +++ b/Tween/Setting/SettingCommon.vb @@ -176,4 +176,5 @@ Public Class SettingCommon Public AllAtReply As Boolean = False Public UserstreamPeriod As Integer = 3 Public UserstreamStartup As Boolean = True + Public UserTimelineCountApi As Integer = 20 End Class diff --git a/Tween/StatusDictionary.vb b/Tween/StatusDictionary.vb index 0400fde8..58891dbe 100644 --- a/Tween/StatusDictionary.vb +++ b/Tween/StatusDictionary.vb @@ -1572,6 +1572,7 @@ Public NotInheritable Class TabClass 'Search query Private _searchLang As String = "" Private _searchWords As String = "" + Private _UseSearch As Integer = 0 Public Property SearchLang() As String Get @@ -1591,6 +1592,14 @@ Public NotInheritable Class TabClass _searchWords = value.Trim End Set End Property + Public Property UseSearch As Integer + Get + Return _UseSearch + End Get + Set(ByVal value As Integer) + _UseSearch = value + End Set + End Property Public Function GetSearchPage(ByVal count As Integer) As Integer Return ((_ids.Count \ count) + 1) End Function diff --git a/Tween/Tween.vb b/Tween/Tween.vb index fc0d7288..a4a31c85 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -765,6 +765,7 @@ Public Class TweenMain SettingDialog.FirstCountApi = _cfgCommon.FirstCountApi SettingDialog.SearchCountApi = _cfgCommon.SearchCountApi SettingDialog.FavoritesCountApi = _cfgCommon.FavoritesCountApi + SettingDialog.UserTimelineCountApi = _cfgCommon.UserTimelineCountApi 'If _cfgCommon.UseAdditionalCount Then ' _FirstRefreshFlags = True ' _FirstListsRefreshFlags = True @@ -1223,6 +1224,7 @@ Public Class TweenMain If pubSearchCounter <= 0 AndAlso SettingDialog.PubSearchPeriodInt > 0 Then Interlocked.Exchange(pubSearchCounter, SettingDialog.PubSearchPeriodInt) GetTimeline(WORKERTYPE.PublicSearch, 1, 0, "") + GetTimeline(WORKERTYPE.UserTimeline, 1, 0, "") End If If listsCounter <= 0 AndAlso SettingDialog.ListsPeriodInt > 0 Then Interlocked.Exchange(listsCounter, SettingDialog.ListsPeriodInt) @@ -2062,6 +2064,26 @@ Public Class TweenMain End If '振り分け rslt.addCount = _statuses.DistributePosts() + Case WORKERTYPE.UserTimeline + bw.ReportProgress(50, MakeStatusMessage(args, False)) + Dim count As Integer = 20 + If SettingDialog.UseAdditionalCount Then count = SettingDialog.UserTimelineCountApi + If args.tName = "" Then + For Each tb As TabClass In _statuses.GetTabsByType(TabUsageType.PublicSearch) + If tb.SearchWords <> "" AndAlso tb.UseSearch = 1 Then ret = tw.GetUserTimelineApi(read, count, tb.SearchWords, tb, False) + Next + Else + Dim tb As TabClass = _statuses.GetTabByName(args.tName) + If tb IsNot Nothing Then + If args.page = -1 Then + ret = tw.GetUserTimelineApi(read, count, tb.SearchWords, tb, True) + Else + ret = tw.GetUserTimelineApi(read, count, tb.SearchWords, tb, False) + End If + End If + End If + '振り分け + rslt.addCount = _statuses.DistributePosts() Case WORKERTYPE.List bw.ReportProgress(50, MakeStatusMessage(args, False)) If args.tName = "" Then @@ -2166,6 +2188,8 @@ Public Class TweenMain smsg = "List refreshing..." Case WORKERTYPE.Related smsg = "Related refreshing..." + Case WORKERTYPE.UserTimeline + smsg = "UserTimeline refreshing..." End Select Else '完了メッセージ @@ -2192,6 +2216,8 @@ Public Class TweenMain smsg = "List refreshed" Case WORKERTYPE.Related smsg = "Related refreshed" + Case WORKERTYPE.UserTimeline + smsg = "UserTimeline refreshed" End Select End If Return smsg @@ -2264,7 +2290,8 @@ Public Class TweenMain rslt.type = WORKERTYPE.Follower OrElse _ rslt.type = WORKERTYPE.FavAdd OrElse _ rslt.type = WORKERTYPE.FavRemove OrElse _ - rslt.type = WORKERTYPE.Related Then + rslt.type = WORKERTYPE.Related OrElse _ + rslt.type = WORKERTYPE.UserTimeline Then RefreshTimeline(False) 'リスト反映 End If @@ -2374,7 +2401,7 @@ Public Class TweenMain _itemCache = Nothing _postCache = Nothing If _curList IsNot Nothing Then _curList.Refresh() - Case WORKERTYPE.PublicSearch + Case WORKERTYPE.PublicSearch, WORKERTYPE.UserTimeline _waitPubSearch = False Case WORKERTYPE.List _waitLists = False @@ -2911,7 +2938,11 @@ Public Class TweenMain '' TODO Dim tb As TabClass = _statuses.Tabs(_curTab.Text) If tb.SearchWords = "" Then Exit Sub - GetTimeline(WORKERTYPE.PublicSearch, 1, 0, _curTab.Text) + If tb.UseSearch = 0 Then + GetTimeline(WORKERTYPE.PublicSearch, 1, 0, _curTab.Text) + ElseIf tb.UseSearch = 1 Then + GetTimeline(WORKERTYPE.UserTimeline, 1, 0, _curTab.Text) + End If Case TabUsageType.Lists '' TODO Dim tb As TabClass = _statuses.Tabs(_curTab.Text) @@ -2941,7 +2972,11 @@ Public Class TweenMain ' TODO Dim tb As TabClass = _statuses.Tabs(_curTab.Text) If tb.SearchWords = "" Then Exit Sub - GetTimeline(WORKERTYPE.PublicSearch, -1, 0, _curTab.Text) + If tb.UseSearch = 0 Then + GetTimeline(WORKERTYPE.PublicSearch, -1, 0, _curTab.Text) + ElseIf tb.UseSearch = 1 Then + GetTimeline(WORKERTYPE.UserTimeline, -1, 0, _curTab.Text) + End If Case TabUsageType.Lists '' TODO Dim tb As TabClass = _statuses.Tabs(_curTab.Text) @@ -3306,11 +3341,13 @@ Public Class TweenMain Dim cmb As New ComboBox Dim btn As New Button Dim cmbLang As New ComboBox + Dim cmbushome As New ComboBox pnl.SuspendLayout() pnl.Controls.Add(cmb) pnl.Controls.Add(cmbLang) + pnl.Controls.Add(cmbushome) pnl.Controls.Add(btn) pnl.Controls.Add(lbl) pnl.Name = "panelSearch" @@ -3333,6 +3370,21 @@ Public Class TweenMain cmb.Text = _statuses.Tabs(tabName).SearchWords End If + cmbushome.Text = "Search" + cmbushome.Anchor = AnchorStyles.Left Or AnchorStyles.Right + cmbushome.Dock = DockStyle.Right + cmbushome.Width = 50 + cmbushome.Name = "comboUserLine" + cmbushome.DropDownStyle = ComboBoxStyle.DropDownList + cmbushome.TabStop = False + cmbushome.Items.Add("Search") + cmbushome.Items.Add("User") + If _statuses.ContainsTab(tabName) Then + Dim SearchText As String = "Search" + If _statuses.Tabs(tabName).UseSearch = 1 Then SearchText = "User" + cmbushome.Text = SearchText + End If + cmbLang.Text = "" cmbLang.Anchor = AnchorStyles.Left Or AnchorStyles.Right cmbLang.Dock = DockStyle.Right @@ -6103,6 +6155,7 @@ RETRY: _cfgCommon.FirstCountApi = SettingDialog.FirstCountApi _cfgCommon.SearchCountApi = SettingDialog.SearchCountApi _cfgCommon.FavoritesCountApi = SettingDialog.FavoritesCountApi + _cfgCommon.UserTimelineCountApi = SettingDialog.UserTimelineCountApi _cfgCommon.TrackWord = tw.TrackWord _cfgCommon.AllAtReply = tw.AllAtReply @@ -9089,6 +9142,7 @@ RETRY: Dim tb As TabClass = _statuses.Tabs(tbName) Dim cmb As ComboBox = DirectCast(pnl.Controls("comboSearch"), ComboBox) Dim cmbLang As ComboBox = DirectCast(pnl.Controls("comboLang"), ComboBox) + Dim cmbusline As ComboBox = DirectCast(pnl.Controls("comboUserline"), ComboBox) cmb.Text = cmb.Text.Trim ' 検索式演算子 OR についてのみ大文字しか認識しないので強制的に大文字とする Dim Quote As Boolean = False @@ -9114,6 +9168,11 @@ RETRY: tb.SearchWords = cmb.Text tb.SearchLang = cmbLang.Text + If cmbusline.Text = "User" Then + tb.UseSearch = 1 + Else + tb.UseSearch = 0 + End If If cmb.Text = "" Then DirectCast(ListTab.SelectedTab.Tag, DetailsListView).Focus() SaveConfigsTabs() @@ -9132,7 +9191,11 @@ RETRY: SaveConfigsTabs() '検索条件の保存 End If - GetTimeline(WORKERTYPE.PublicSearch, 1, 0, tbName) + If tb.UseSearch = 0 Then + GetTimeline(WORKERTYPE.PublicSearch, 1, 0, tbName) + ElseIf tb.UseSearch = 1 Then + GetTimeline(WORKERTYPE.UserTimeline, 1, 0, tbName) + End If DirectCast(ListTab.SelectedTab.Tag, DetailsListView).Focus() End Sub diff --git a/Tween/Twitter.vb b/Tween/Twitter.vb index 3722a9a9..f052c432 100644 --- a/Tween/Twitter.vb +++ b/Tween/Twitter.vb @@ -1325,7 +1325,8 @@ Public Class Twitter Public Function GetUserTimelineApi(ByVal read As Boolean, ByVal count As Integer, ByVal userName As String, - ByVal tab As TabClass) As String + ByVal tab As TabClass, + ByVal more As Boolean) As String If Twitter.AccountState <> ACCOUNT_STATE.Valid Then Return "" @@ -1341,7 +1342,11 @@ Public Class Twitter If target Is Nothing Then Return "" res = twCon.UserTimeline(target.Uid, "", count, 0, 0, content) Else - res = twCon.UserTimeline(0, userName, count, 0, 0, content) + If more Then + res = twCon.UserTimeline(0, userName, count, tab.OldestId, 0, content) + Else + res = twCon.UserTimeline(0, userName, count, 0, 0, content) + End If End If Catch ex As Exception Return "Err:" + ex.Message -- 2.11.0