From 7ea220933444c5de0b152362cb01dc2b00383f43 Mon Sep 17 00:00:00 2001 From: kiri_feather Date: Wed, 2 Jun 2010 15:38:09 +0000 Subject: [PATCH] =?utf8?q?=E7=99=BA=E8=A8=80=E6=95=B0=E3=83=BBff=E6=95=B0?= =?utf8?q?=E3=82=92=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E3=81=AB=E8=A1=A8?= =?utf8?q?=E7=A4=BA=E3=81=99=E3=82=8B=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7?= =?utf8?q?=E3=83=B3=E3=81=AE=E9=81=B8=E6=8A=9E=E8=82=A2=E3=82=92=E8=BF=BD?= =?utf8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@428 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/My Project/Resources.Designer.vb | 17 +- Tween/My Project/Resources.en.resx | 3 + Tween/My Project/Resources.resx | 3 + Tween/MyCommon.vb | 1 + Tween/Setting.Designer.vb | 494 +-- Tween/Setting.en.resx | 35 +- Tween/Setting.resx | 7507 ++++++++++++++++---------------- Tween/Setting.vb | 4 + Tween/Tween.resx | 1358 +++--- Tween/Tween.vb | 10 +- 10 files changed, 4756 insertions(+), 4676 deletions(-) diff --git a/Tween/My Project/Resources.Designer.vb b/Tween/My Project/Resources.Designer.vb index 4aa03f69..093e9410 100644 --- a/Tween/My Project/Resources.Designer.vb +++ b/Tween/My Project/Resources.Designer.vb @@ -316,17 +316,17 @@ Namespace My.Resources ''' ''' 更新履歴 ''' - '''==== Ver 0.9.2.1(2010/05/**) + '''==== Ver 0.9.2.1(2010/06/01) ''' * Retweetカウントの取得の際に時間がかかるため、プログレスバーを表示するようにした ''' * タスクトレイへのアイコン追加タイミングを変更した ''' * ユーザー情報ダイアログで、「認証済み(Verified)」の文字をクリックした際に、本家の認証済みアカウントについての説明ページを開くようにした - ''' * 詳細表示のユーザー名でのツールチップ表示を取りやめた。左クリックしてホームを開く、右クリックでメニューを開く機能はそのままです。 + ''' * 詳細表示のユーザー名でのツールチップ表示を取りやめた。ホームを開く、右クリックでメニューを開く機能はそのままです。 + ''' * 詳細表示のユーザー名左クリックでホームを開く動作をダブルクリックに変更した ''' * htn.to,amzn.toのURL展開に対応 ''' * Followersリストの取得リトライがうまく機能していなかったので修正 ''' * piapro,flickr,pixivにある画像への直リンクの場合にプレビューが動作しなかったバグを修正 ''' * 画像プレビューでニコニコ動画公式チャンネルの動画サムネイルに対応した。他にも対応URLパターンを増やした。 - ''' * ニコニコ動画の画像プレビューの際に、サムネイル取得不可の場合エラーコードを表示するようにした - ''' * ハッシュタグの自動付加が有 [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 + ''' * ニコニコ動画の画像プレビューの際に、サムネイル取得不可の場 [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 ''' Friend ReadOnly Property ChangeLog() As String Get @@ -1197,6 +1197,15 @@ Namespace My.Resources End Property ''' + ''' 発言 {0} フォロー {1} フォロワー {2}({3}) に類似しているローカライズされた文字列を検索します。 + ''' + Friend ReadOnly Property OwnStatusTitle() As String + Get + Return ResourceManager.GetString("OwnStatusTitle", resourceCulture) + End Get + End Property + + ''' ''' 140文字を越えています。URL短縮、フッタ除去、末尾カットを行って投稿しますか? に類似しているローカライズされた文字列を検索します。 ''' Friend ReadOnly Property PostLengthOverMessage1() As String diff --git a/Tween/My Project/Resources.en.resx b/Tween/My Project/Resources.en.resx index 6035a359..ed5832c6 100644 --- a/Tween/My Project/Resources.en.resx +++ b/Tween/My Project/Resources.en.resx @@ -738,4 +738,7 @@ Fetching interval must a value in 0 or 30 to 6000. + + Tweets: {0} Following: {1} Followers: {2}({3}) + \ No newline at end of file diff --git a/Tween/My Project/Resources.resx b/Tween/My Project/Resources.resx index 0a56bb8c..b78bb7a9 100644 --- a/Tween/My Project/Resources.resx +++ b/Tween/My Project/Resources.resx @@ -835,4 +835,7 @@ マイリスト数: + + 発言 {0} フォロー {1} フォロワー {2}({3}) + \ No newline at end of file diff --git a/Tween/MyCommon.vb b/Tween/MyCommon.vb index 45c11824..707716f4 100644 --- a/Tween/MyCommon.vb +++ b/Tween/MyCommon.vb @@ -54,6 +54,7 @@ Public Module MyCommon UnreadAllCount UnreadAllRepCount UnreadCountAllCount + OwnStatus End Enum Public Enum LogUnitEnum diff --git a/Tween/Setting.Designer.vb b/Tween/Setting.Designer.vb index b01ededd..be44438c 100644 --- a/Tween/Setting.Designer.vb +++ b/Tween/Setting.Designer.vb @@ -24,214 +24,214 @@ Partial Class Setting _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Setting)) - Me.Label1 = New System.Windows.Forms.Label - Me.Label2 = New System.Windows.Forms.Label - Me.Username = New System.Windows.Forms.TextBox - Me.Password = New System.Windows.Forms.TextBox - Me.Save = New System.Windows.Forms.Button - Me.Cancel = New System.Windows.Forms.Button - Me.Label3 = New System.Windows.Forms.Label - Me.TimelinePeriod = New System.Windows.Forms.TextBox - Me.DMPeriod = New System.Windows.Forms.TextBox - Me.Label5 = New System.Windows.Forms.Label - Me.Label9 = New System.Windows.Forms.Label - Me.StartupReaded = New System.Windows.Forms.CheckBox - Me.Label11 = New System.Windows.Forms.Label - Me.Label12 = New System.Windows.Forms.Label - Me.StatusText = New System.Windows.Forms.TextBox - Me.PlaySnd = New System.Windows.Forms.CheckBox - Me.Label14 = New System.Windows.Forms.Label - Me.Label15 = New System.Windows.Forms.Label - Me.OneWayLv = New System.Windows.Forms.CheckBox - Me.Label16 = New System.Windows.Forms.Label - Me.GroupBox1 = New System.Windows.Forms.GroupBox - Me.btnRetweet = New System.Windows.Forms.Button - Me.lblRetweet = New System.Windows.Forms.Label - Me.Label80 = New System.Windows.Forms.Label - Me.ButtonBackToDefaultFontColor = New System.Windows.Forms.Button - Me.btnDetailLink = New System.Windows.Forms.Button - Me.lblDetailLink = New System.Windows.Forms.Label - Me.Label18 = New System.Windows.Forms.Label - Me.btnInputFont = New System.Windows.Forms.Button - Me.lblInputFont = New System.Windows.Forms.Label - Me.Label65 = New System.Windows.Forms.Label - Me.btnInputBackcolor = New System.Windows.Forms.Button - Me.lblInputBackcolor = New System.Windows.Forms.Label - Me.Label52 = New System.Windows.Forms.Label - Me.btnUnread = New System.Windows.Forms.Button - Me.lblUnread = New System.Windows.Forms.Label - Me.Label20 = New System.Windows.Forms.Label - Me.btnAtTo = New System.Windows.Forms.Button - Me.lblAtTo = New System.Windows.Forms.Label - Me.Label49 = New System.Windows.Forms.Label - Me.btnDetailBack = New System.Windows.Forms.Button - Me.lblDetailBackcolor = New System.Windows.Forms.Label - Me.Label37 = New System.Windows.Forms.Label - Me.btnListBack = New System.Windows.Forms.Button - Me.lblListBackcolor = New System.Windows.Forms.Label - Me.Label19 = New System.Windows.Forms.Label - Me.btnAtFromTarget = New System.Windows.Forms.Button - Me.lblAtFromTarget = New System.Windows.Forms.Label - Me.Label28 = New System.Windows.Forms.Label - Me.btnAtTarget = New System.Windows.Forms.Button - Me.lblAtTarget = New System.Windows.Forms.Label - Me.Label30 = New System.Windows.Forms.Label - Me.btnTarget = New System.Windows.Forms.Button - Me.lblTarget = New System.Windows.Forms.Label - Me.Label32 = New System.Windows.Forms.Label - Me.btnAtSelf = New System.Windows.Forms.Button - Me.lblAtSelf = New System.Windows.Forms.Label - Me.Label34 = New System.Windows.Forms.Label - Me.btnSelf = New System.Windows.Forms.Button - Me.lblSelf = New System.Windows.Forms.Label - Me.Label36 = New System.Windows.Forms.Label - Me.btnDetail = New System.Windows.Forms.Button - Me.lblDetail = New System.Windows.Forms.Label - Me.Label26 = New System.Windows.Forms.Label - Me.btnOWL = New System.Windows.Forms.Button - Me.lblOWL = New System.Windows.Forms.Label - Me.Label24 = New System.Windows.Forms.Label - Me.btnFav = New System.Windows.Forms.Button - Me.lblFav = New System.Windows.Forms.Label - Me.Label22 = New System.Windows.Forms.Label - Me.btnListFont = New System.Windows.Forms.Button - Me.lblListFont = New System.Windows.Forms.Label - Me.Label61 = New System.Windows.Forms.Label - Me.FontDialog1 = New System.Windows.Forms.FontDialog - Me.ColorDialog1 = New System.Windows.Forms.ColorDialog - Me.cmbNameBalloon = New System.Windows.Forms.ComboBox - Me.Label10 = New System.Windows.Forms.Label - Me.CheckUseRecommendStatus = New System.Windows.Forms.CheckBox - Me.CmbDateTimeFormat = New System.Windows.Forms.ComboBox - Me.Label23 = New System.Windows.Forms.Label - Me.CheckBox3 = New System.Windows.Forms.CheckBox - Me.Label25 = New System.Windows.Forms.Label - Me.CheckPostCtrlEnter = New System.Windows.Forms.CheckBox - Me.Label27 = New System.Windows.Forms.Label - Me.TextBox3 = New System.Windows.Forms.TextBox - Me.IconSize = New System.Windows.Forms.ComboBox - Me.Label38 = New System.Windows.Forms.Label - Me.UReadMng = New System.Windows.Forms.CheckBox - Me.Label39 = New System.Windows.Forms.Label - Me.CheckReadOldPosts = New System.Windows.Forms.CheckBox - Me.Label40 = New System.Windows.Forms.Label - Me.CheckCloseToExit = New System.Windows.Forms.CheckBox - Me.Label41 = New System.Windows.Forms.Label - Me.CheckMinimizeToTray = New System.Windows.Forms.CheckBox - Me.BrowserPathText = New System.Windows.Forms.TextBox - Me.Label44 = New System.Windows.Forms.Label - Me.CheckDispUsername = New System.Windows.Forms.CheckBox - Me.Label46 = New System.Windows.Forms.Label - Me.Label45 = New System.Windows.Forms.Label - Me.ComboDispTitle = New System.Windows.Forms.ComboBox - Me.Label47 = New System.Windows.Forms.Label - Me.TabControl1 = New System.Windows.Forms.TabControl - Me.TabPage1 = New System.Windows.Forms.TabPage - Me.ButtonApiCalc = New System.Windows.Forms.Button - Me.LabelPostAndGet = New System.Windows.Forms.Label - Me.LabelApiUsing = New System.Windows.Forms.Label - Me.Label33 = New System.Windows.Forms.Label - Me.ListsPeriod = New System.Windows.Forms.TextBox - Me.AuthBasicRadio = New System.Windows.Forms.RadioButton - Me.AuthOAuthRadio = New System.Windows.Forms.RadioButton - Me.Label6 = New System.Windows.Forms.Label - Me.AuthClearButton = New System.Windows.Forms.Button - Me.AuthUserLabel = New System.Windows.Forms.Label - Me.AuthStateLabel = New System.Windows.Forms.Label - Me.Label4 = New System.Windows.Forms.Label - Me.AuthorizeButton = New System.Windows.Forms.Button - Me.TextCountApiReply = New System.Windows.Forms.TextBox - Me.Label7 = New System.Windows.Forms.Label - Me.PubSearchPeriod = New System.Windows.Forms.TextBox - Me.Label69 = New System.Windows.Forms.Label - Me.ReplyPeriod = New System.Windows.Forms.TextBox - Me.CheckPostAndGet = New System.Windows.Forms.CheckBox - Me.Label67 = New System.Windows.Forms.Label - Me.TextCountApi = New System.Windows.Forms.TextBox - Me.Label54 = New System.Windows.Forms.Label - Me.CheckStartupFollowers = New System.Windows.Forms.CheckBox - Me.Label51 = New System.Windows.Forms.Label - Me.CheckStartupVersion = New System.Windows.Forms.CheckBox - Me.CheckPeriodAdjust = New System.Windows.Forms.CheckBox - Me.TabPage2 = New System.Windows.Forms.TabPage - Me.Label35 = New System.Windows.Forms.Label - Me.CheckPreviewEnable = New System.Windows.Forms.CheckBox - Me.Label82 = New System.Windows.Forms.Label - Me.CheckHashSupple = New System.Windows.Forms.CheckBox - Me.Label79 = New System.Windows.Forms.Label - Me.CheckAtIdSupple = New System.Windows.Forms.CheckBox - Me.TextBitlyPw = New System.Windows.Forms.TextBox - Me.Label77 = New System.Windows.Forms.Label - Me.TextBitlyId = New System.Windows.Forms.TextBox - Me.Label76 = New System.Windows.Forms.Label - Me.Label74 = New System.Windows.Forms.Label - Me.chkGetFav = New System.Windows.Forms.CheckBox - Me.ComboBoxAutoShortUrlFirst = New System.Windows.Forms.ComboBox - Me.Label71 = New System.Windows.Forms.Label - Me.CheckProtectNotInclude = New System.Windows.Forms.CheckBox - Me.Label42 = New System.Windows.Forms.Label - Me.CheckAutoConvertUrl = New System.Windows.Forms.CheckBox - Me.Label29 = New System.Windows.Forms.Label - Me.Label57 = New System.Windows.Forms.Label - Me.Label56 = New System.Windows.Forms.Label - Me.CheckFavRestrict = New System.Windows.Forms.CheckBox - Me.CheckTinyURL = New System.Windows.Forms.CheckBox - Me.Label50 = New System.Windows.Forms.Label - Me.Button3 = New System.Windows.Forms.Button - Me.TabPage3 = New System.Windows.Forms.TabPage - Me.Label81 = New System.Windows.Forms.Label - Me.LanguageCombo = New System.Windows.Forms.ComboBox - Me.Label13 = New System.Windows.Forms.Label - Me.CheckAlwaysTop = New System.Windows.Forms.CheckBox - Me.Label58 = New System.Windows.Forms.Label - Me.Label21 = New System.Windows.Forms.Label - Me.CheckSortOrderLock = New System.Windows.Forms.CheckBox - Me.Label78 = New System.Windows.Forms.Label - Me.CheckShowGrid = New System.Windows.Forms.CheckBox - Me.Label75 = New System.Windows.Forms.Label - Me.CheckMonospace = New System.Windows.Forms.CheckBox - Me.Label73 = New System.Windows.Forms.Label - Me.chkReadOwnPost = New System.Windows.Forms.CheckBox - Me.ReplyIconStateCombo = New System.Windows.Forms.ComboBox - Me.Label72 = New System.Windows.Forms.Label - Me.Label48 = New System.Windows.Forms.Label - Me.chkTabIconDisp = New System.Windows.Forms.CheckBox - Me.Label68 = New System.Windows.Forms.Label - Me.CheckBalloonLimit = New System.Windows.Forms.CheckBox - Me.LabelDateTimeFormatApplied = New System.Windows.Forms.Label - Me.Label62 = New System.Windows.Forms.Label - Me.Label17 = New System.Windows.Forms.Label - Me.chkUnreadStyle = New System.Windows.Forms.CheckBox - Me.TabPage4 = New System.Windows.Forms.TabPage - Me.TabPage5 = New System.Windows.Forms.TabPage - Me.TwitterSearchAPIText = New System.Windows.Forms.TextBox - Me.Label31 = New System.Windows.Forms.Label - Me.TwitterAPIText = New System.Windows.Forms.TextBox - Me.Label8 = New System.Windows.Forms.Label - Me.CheckUseSsl = New System.Windows.Forms.CheckBox - Me.Label64 = New System.Windows.Forms.Label - Me.ConnectionTimeOut = New System.Windows.Forms.TextBox - Me.Label63 = New System.Windows.Forms.Label - Me.GroupBox2 = New System.Windows.Forms.GroupBox - Me.Label55 = New System.Windows.Forms.Label - Me.TextProxyPassword = New System.Windows.Forms.TextBox - Me.LabelProxyPassword = New System.Windows.Forms.Label - Me.TextProxyUser = New System.Windows.Forms.TextBox - Me.LabelProxyUser = New System.Windows.Forms.Label - Me.TextProxyPort = New System.Windows.Forms.TextBox - Me.LabelProxyPort = New System.Windows.Forms.Label - Me.TextProxyAddress = New System.Windows.Forms.TextBox - Me.LabelProxyAddress = New System.Windows.Forms.Label - Me.RadioProxySpecified = New System.Windows.Forms.RadioButton - Me.RadioProxyIE = New System.Windows.Forms.RadioButton - Me.RadioProxyNone = New System.Windows.Forms.RadioButton - Me.TabPage6 = New System.Windows.Forms.TabPage - Me.CheckNicoms = New System.Windows.Forms.CheckBox - Me.Label60 = New System.Windows.Forms.Label - Me.ComboBoxOutputzUrlmode = New System.Windows.Forms.ComboBox - Me.Label59 = New System.Windows.Forms.Label - Me.TextBoxOutputzKey = New System.Windows.Forms.TextBox - Me.CheckOutputz = New System.Windows.Forms.CheckBox + Me.Label1 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.Username = New System.Windows.Forms.TextBox() + Me.Password = New System.Windows.Forms.TextBox() + Me.Save = New System.Windows.Forms.Button() + Me.Cancel = New System.Windows.Forms.Button() + Me.Label3 = New System.Windows.Forms.Label() + Me.TimelinePeriod = New System.Windows.Forms.TextBox() + Me.DMPeriod = New System.Windows.Forms.TextBox() + Me.Label5 = New System.Windows.Forms.Label() + Me.Label9 = New System.Windows.Forms.Label() + Me.StartupReaded = New System.Windows.Forms.CheckBox() + Me.Label11 = New System.Windows.Forms.Label() + Me.Label12 = New System.Windows.Forms.Label() + Me.StatusText = New System.Windows.Forms.TextBox() + Me.PlaySnd = New System.Windows.Forms.CheckBox() + Me.Label14 = New System.Windows.Forms.Label() + Me.Label15 = New System.Windows.Forms.Label() + Me.OneWayLv = New System.Windows.Forms.CheckBox() + Me.Label16 = New System.Windows.Forms.Label() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.btnRetweet = New System.Windows.Forms.Button() + Me.lblRetweet = New System.Windows.Forms.Label() + Me.Label80 = New System.Windows.Forms.Label() + Me.ButtonBackToDefaultFontColor = New System.Windows.Forms.Button() + Me.btnDetailLink = New System.Windows.Forms.Button() + Me.lblDetailLink = New System.Windows.Forms.Label() + Me.Label18 = New System.Windows.Forms.Label() + Me.btnInputFont = New System.Windows.Forms.Button() + Me.lblInputFont = New System.Windows.Forms.Label() + Me.Label65 = New System.Windows.Forms.Label() + Me.btnInputBackcolor = New System.Windows.Forms.Button() + Me.lblInputBackcolor = New System.Windows.Forms.Label() + Me.Label52 = New System.Windows.Forms.Label() + Me.btnUnread = New System.Windows.Forms.Button() + Me.lblUnread = New System.Windows.Forms.Label() + Me.Label20 = New System.Windows.Forms.Label() + Me.btnAtTo = New System.Windows.Forms.Button() + Me.lblAtTo = New System.Windows.Forms.Label() + Me.Label49 = New System.Windows.Forms.Label() + Me.btnDetailBack = New System.Windows.Forms.Button() + Me.lblDetailBackcolor = New System.Windows.Forms.Label() + Me.Label37 = New System.Windows.Forms.Label() + Me.btnListBack = New System.Windows.Forms.Button() + Me.lblListBackcolor = New System.Windows.Forms.Label() + Me.Label19 = New System.Windows.Forms.Label() + Me.btnAtFromTarget = New System.Windows.Forms.Button() + Me.lblAtFromTarget = New System.Windows.Forms.Label() + Me.Label28 = New System.Windows.Forms.Label() + Me.btnAtTarget = New System.Windows.Forms.Button() + Me.lblAtTarget = New System.Windows.Forms.Label() + Me.Label30 = New System.Windows.Forms.Label() + Me.btnTarget = New System.Windows.Forms.Button() + Me.lblTarget = New System.Windows.Forms.Label() + Me.Label32 = New System.Windows.Forms.Label() + Me.btnAtSelf = New System.Windows.Forms.Button() + Me.lblAtSelf = New System.Windows.Forms.Label() + Me.Label34 = New System.Windows.Forms.Label() + Me.btnSelf = New System.Windows.Forms.Button() + Me.lblSelf = New System.Windows.Forms.Label() + Me.Label36 = New System.Windows.Forms.Label() + Me.btnDetail = New System.Windows.Forms.Button() + Me.lblDetail = New System.Windows.Forms.Label() + Me.Label26 = New System.Windows.Forms.Label() + Me.btnOWL = New System.Windows.Forms.Button() + Me.lblOWL = New System.Windows.Forms.Label() + Me.Label24 = New System.Windows.Forms.Label() + Me.btnFav = New System.Windows.Forms.Button() + Me.lblFav = New System.Windows.Forms.Label() + Me.Label22 = New System.Windows.Forms.Label() + Me.btnListFont = New System.Windows.Forms.Button() + Me.lblListFont = New System.Windows.Forms.Label() + Me.Label61 = New System.Windows.Forms.Label() + Me.FontDialog1 = New System.Windows.Forms.FontDialog() + Me.ColorDialog1 = New System.Windows.Forms.ColorDialog() + Me.cmbNameBalloon = New System.Windows.Forms.ComboBox() + Me.Label10 = New System.Windows.Forms.Label() + Me.CheckUseRecommendStatus = New System.Windows.Forms.CheckBox() + Me.CmbDateTimeFormat = New System.Windows.Forms.ComboBox() + Me.Label23 = New System.Windows.Forms.Label() + Me.CheckBox3 = New System.Windows.Forms.CheckBox() + Me.Label25 = New System.Windows.Forms.Label() + Me.CheckPostCtrlEnter = New System.Windows.Forms.CheckBox() + Me.Label27 = New System.Windows.Forms.Label() + Me.TextBox3 = New System.Windows.Forms.TextBox() + Me.IconSize = New System.Windows.Forms.ComboBox() + Me.Label38 = New System.Windows.Forms.Label() + Me.UReadMng = New System.Windows.Forms.CheckBox() + Me.Label39 = New System.Windows.Forms.Label() + Me.CheckReadOldPosts = New System.Windows.Forms.CheckBox() + Me.Label40 = New System.Windows.Forms.Label() + Me.CheckCloseToExit = New System.Windows.Forms.CheckBox() + Me.Label41 = New System.Windows.Forms.Label() + Me.CheckMinimizeToTray = New System.Windows.Forms.CheckBox() + Me.BrowserPathText = New System.Windows.Forms.TextBox() + Me.Label44 = New System.Windows.Forms.Label() + Me.CheckDispUsername = New System.Windows.Forms.CheckBox() + Me.Label46 = New System.Windows.Forms.Label() + Me.Label45 = New System.Windows.Forms.Label() + Me.ComboDispTitle = New System.Windows.Forms.ComboBox() + Me.Label47 = New System.Windows.Forms.Label() + Me.TabControl1 = New System.Windows.Forms.TabControl() + Me.TabPage1 = New System.Windows.Forms.TabPage() + Me.ButtonApiCalc = New System.Windows.Forms.Button() + Me.LabelPostAndGet = New System.Windows.Forms.Label() + Me.LabelApiUsing = New System.Windows.Forms.Label() + Me.Label33 = New System.Windows.Forms.Label() + Me.ListsPeriod = New System.Windows.Forms.TextBox() + Me.AuthBasicRadio = New System.Windows.Forms.RadioButton() + Me.AuthOAuthRadio = New System.Windows.Forms.RadioButton() + Me.Label6 = New System.Windows.Forms.Label() + Me.AuthClearButton = New System.Windows.Forms.Button() + Me.AuthUserLabel = New System.Windows.Forms.Label() + Me.AuthStateLabel = New System.Windows.Forms.Label() + Me.Label4 = New System.Windows.Forms.Label() + Me.AuthorizeButton = New System.Windows.Forms.Button() + Me.TextCountApiReply = New System.Windows.Forms.TextBox() + Me.Label7 = New System.Windows.Forms.Label() + Me.PubSearchPeriod = New System.Windows.Forms.TextBox() + Me.Label69 = New System.Windows.Forms.Label() + Me.ReplyPeriod = New System.Windows.Forms.TextBox() + Me.CheckPostAndGet = New System.Windows.Forms.CheckBox() + Me.Label67 = New System.Windows.Forms.Label() + Me.TextCountApi = New System.Windows.Forms.TextBox() + Me.Label54 = New System.Windows.Forms.Label() + Me.CheckStartupFollowers = New System.Windows.Forms.CheckBox() + Me.Label51 = New System.Windows.Forms.Label() + Me.CheckStartupVersion = New System.Windows.Forms.CheckBox() + Me.CheckPeriodAdjust = New System.Windows.Forms.CheckBox() + Me.TabPage2 = New System.Windows.Forms.TabPage() + Me.Label35 = New System.Windows.Forms.Label() + Me.CheckPreviewEnable = New System.Windows.Forms.CheckBox() + Me.Label82 = New System.Windows.Forms.Label() + Me.CheckHashSupple = New System.Windows.Forms.CheckBox() + Me.Label79 = New System.Windows.Forms.Label() + Me.CheckAtIdSupple = New System.Windows.Forms.CheckBox() + Me.TextBitlyPw = New System.Windows.Forms.TextBox() + Me.Label77 = New System.Windows.Forms.Label() + Me.TextBitlyId = New System.Windows.Forms.TextBox() + Me.Label76 = New System.Windows.Forms.Label() + Me.Label74 = New System.Windows.Forms.Label() + Me.chkGetFav = New System.Windows.Forms.CheckBox() + Me.ComboBoxAutoShortUrlFirst = New System.Windows.Forms.ComboBox() + Me.Label71 = New System.Windows.Forms.Label() + Me.CheckProtectNotInclude = New System.Windows.Forms.CheckBox() + Me.Label42 = New System.Windows.Forms.Label() + Me.CheckAutoConvertUrl = New System.Windows.Forms.CheckBox() + Me.Label29 = New System.Windows.Forms.Label() + Me.Label57 = New System.Windows.Forms.Label() + Me.Label56 = New System.Windows.Forms.Label() + Me.CheckFavRestrict = New System.Windows.Forms.CheckBox() + Me.CheckTinyURL = New System.Windows.Forms.CheckBox() + Me.Label50 = New System.Windows.Forms.Label() + Me.Button3 = New System.Windows.Forms.Button() + Me.TabPage3 = New System.Windows.Forms.TabPage() + Me.Label81 = New System.Windows.Forms.Label() + Me.LanguageCombo = New System.Windows.Forms.ComboBox() + Me.Label13 = New System.Windows.Forms.Label() + Me.CheckAlwaysTop = New System.Windows.Forms.CheckBox() + Me.Label58 = New System.Windows.Forms.Label() + Me.Label21 = New System.Windows.Forms.Label() + Me.CheckSortOrderLock = New System.Windows.Forms.CheckBox() + Me.Label78 = New System.Windows.Forms.Label() + Me.CheckShowGrid = New System.Windows.Forms.CheckBox() + Me.Label75 = New System.Windows.Forms.Label() + Me.CheckMonospace = New System.Windows.Forms.CheckBox() + Me.Label73 = New System.Windows.Forms.Label() + Me.chkReadOwnPost = New System.Windows.Forms.CheckBox() + Me.ReplyIconStateCombo = New System.Windows.Forms.ComboBox() + Me.Label72 = New System.Windows.Forms.Label() + Me.Label48 = New System.Windows.Forms.Label() + Me.chkTabIconDisp = New System.Windows.Forms.CheckBox() + Me.Label68 = New System.Windows.Forms.Label() + Me.CheckBalloonLimit = New System.Windows.Forms.CheckBox() + Me.LabelDateTimeFormatApplied = New System.Windows.Forms.Label() + Me.Label62 = New System.Windows.Forms.Label() + Me.Label17 = New System.Windows.Forms.Label() + Me.chkUnreadStyle = New System.Windows.Forms.CheckBox() + Me.TabPage4 = New System.Windows.Forms.TabPage() + Me.TabPage5 = New System.Windows.Forms.TabPage() + Me.TwitterSearchAPIText = New System.Windows.Forms.TextBox() + Me.Label31 = New System.Windows.Forms.Label() + Me.TwitterAPIText = New System.Windows.Forms.TextBox() + Me.Label8 = New System.Windows.Forms.Label() + Me.CheckUseSsl = New System.Windows.Forms.CheckBox() + Me.Label64 = New System.Windows.Forms.Label() + Me.ConnectionTimeOut = New System.Windows.Forms.TextBox() + Me.Label63 = New System.Windows.Forms.Label() + Me.GroupBox2 = New System.Windows.Forms.GroupBox() + Me.Label55 = New System.Windows.Forms.Label() + Me.TextProxyPassword = New System.Windows.Forms.TextBox() + Me.LabelProxyPassword = New System.Windows.Forms.Label() + Me.TextProxyUser = New System.Windows.Forms.TextBox() + Me.LabelProxyUser = New System.Windows.Forms.Label() + Me.TextProxyPort = New System.Windows.Forms.TextBox() + Me.LabelProxyPort = New System.Windows.Forms.Label() + Me.TextProxyAddress = New System.Windows.Forms.TextBox() + Me.LabelProxyAddress = New System.Windows.Forms.Label() + Me.RadioProxySpecified = New System.Windows.Forms.RadioButton() + Me.RadioProxyIE = New System.Windows.Forms.RadioButton() + Me.RadioProxyNone = New System.Windows.Forms.RadioButton() + Me.TabPage6 = New System.Windows.Forms.TabPage() + Me.CheckNicoms = New System.Windows.Forms.CheckBox() + Me.Label60 = New System.Windows.Forms.Label() + Me.ComboBoxOutputzUrlmode = New System.Windows.Forms.ComboBox() + Me.Label59 = New System.Windows.Forms.Label() + Me.TextBoxOutputzKey = New System.Windows.Forms.TextBox() + Me.CheckOutputz = New System.Windows.Forms.CheckBox() Me.GroupBox1.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() @@ -266,16 +266,16 @@ Partial Class Setting ' 'Save ' - Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK resources.ApplyResources(Me.Save, "Save") + Me.Save.DialogResult = System.Windows.Forms.DialogResult.OK Me.Save.Name = "Save" Me.Save.UseVisualStyleBackColor = True ' '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 ' @@ -338,9 +338,9 @@ Partial Class Setting ' '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" ' 'OneWayLv @@ -356,6 +356,7 @@ Partial Class Setting ' 'GroupBox1 ' + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Controls.Add(Me.btnRetweet) Me.GroupBox1.Controls.Add(Me.lblRetweet) Me.GroupBox1.Controls.Add(Me.Label80) @@ -408,7 +409,6 @@ Partial Class Setting 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 ' @@ -420,8 +420,8 @@ Partial Class Setting ' 'lblRetweet ' - Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblRetweet, "lblRetweet") + Me.lblRetweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblRetweet.Name = "lblRetweet" ' 'Label80 @@ -443,8 +443,8 @@ Partial Class Setting ' 'lblDetailLink ' - Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetailLink, "lblDetailLink") + Me.lblDetailLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDetailLink.Name = "lblDetailLink" ' 'Label18 @@ -460,8 +460,8 @@ Partial Class Setting ' 'lblInputFont ' - Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblInputFont, "lblInputFont") + Me.lblInputFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblInputFont.Name = "lblInputFont" ' 'Label65 @@ -477,8 +477,8 @@ Partial Class Setting ' 'lblInputBackcolor ' - Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblInputBackcolor, "lblInputBackcolor") + Me.lblInputBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblInputBackcolor.Name = "lblInputBackcolor" ' 'Label52 @@ -494,8 +494,8 @@ Partial Class Setting ' 'lblUnread ' - Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblUnread, "lblUnread") + Me.lblUnread.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblUnread.Name = "lblUnread" ' 'Label20 @@ -511,8 +511,8 @@ Partial Class Setting ' 'lblAtTo ' - Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtTo, "lblAtTo") + Me.lblAtTo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtTo.Name = "lblAtTo" ' 'Label49 @@ -528,8 +528,8 @@ Partial Class Setting ' 'lblDetailBackcolor ' - Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetailBackcolor, "lblDetailBackcolor") + Me.lblDetailBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDetailBackcolor.Name = "lblDetailBackcolor" ' 'Label37 @@ -545,8 +545,8 @@ Partial Class Setting ' 'lblListBackcolor ' - Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblListBackcolor, "lblListBackcolor") + Me.lblListBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblListBackcolor.Name = "lblListBackcolor" ' 'Label19 @@ -562,8 +562,8 @@ Partial Class Setting ' 'lblAtFromTarget ' - Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtFromTarget, "lblAtFromTarget") + Me.lblAtFromTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtFromTarget.Name = "lblAtFromTarget" ' 'Label28 @@ -579,8 +579,8 @@ Partial Class Setting ' 'lblAtTarget ' - Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtTarget, "lblAtTarget") + Me.lblAtTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtTarget.Name = "lblAtTarget" ' 'Label30 @@ -596,8 +596,8 @@ Partial Class Setting ' 'lblTarget ' - Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblTarget, "lblTarget") + Me.lblTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblTarget.Name = "lblTarget" ' 'Label32 @@ -613,8 +613,8 @@ Partial Class Setting ' 'lblAtSelf ' - Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblAtSelf, "lblAtSelf") + Me.lblAtSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAtSelf.Name = "lblAtSelf" ' 'Label34 @@ -630,8 +630,8 @@ Partial Class Setting ' 'lblSelf ' - Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblSelf, "lblSelf") + Me.lblSelf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblSelf.Name = "lblSelf" ' 'Label36 @@ -647,8 +647,8 @@ Partial Class Setting ' 'lblDetail ' - Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblDetail, "lblDetail") + Me.lblDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDetail.Name = "lblDetail" ' 'Label26 @@ -664,8 +664,8 @@ Partial Class Setting ' 'lblOWL ' - Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblOWL, "lblOWL") + Me.lblOWL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblOWL.Name = "lblOWL" ' 'Label24 @@ -681,8 +681,8 @@ Partial Class Setting ' 'lblFav ' - Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblFav, "lblFav") + Me.lblFav.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblFav.Name = "lblFav" ' 'Label22 @@ -698,8 +698,8 @@ Partial Class Setting ' 'lblListFont ' - Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.lblListFont, "lblListFont") + Me.lblListFont.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblListFont.Name = "lblListFont" ' 'Label61 @@ -709,10 +709,10 @@ Partial Class Setting ' '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" ' 'Label10 @@ -766,10 +766,10 @@ Partial Class Setting ' '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" ' 'Label38 @@ -844,10 +844,10 @@ Partial Class Setting ' '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.ApplyResources(Me.ComboDispTitle, "ComboDispTitle") + 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")}) Me.ComboDispTitle.Name = "ComboDispTitle" ' 'Label47 @@ -859,18 +859,19 @@ Partial Class Setting ' 'TabControl1 ' + resources.ApplyResources(Me.TabControl1, "TabControl1") Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Controls.Add(Me.TabPage5) Me.TabControl1.Controls.Add(Me.TabPage6) - resources.ApplyResources(Me.TabControl1, "TabControl1") Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 ' 'TabPage1 ' + resources.ApplyResources(Me.TabPage1, "TabPage1") Me.TabPage1.Controls.Add(Me.ButtonApiCalc) Me.TabPage1.Controls.Add(Me.LabelPostAndGet) Me.TabPage1.Controls.Add(Me.LabelApiUsing) @@ -907,7 +908,6 @@ Partial Class Setting Me.TabPage1.Controls.Add(Me.DMPeriod) Me.TabPage1.Controls.Add(Me.Label9) Me.TabPage1.Controls.Add(Me.StartupReaded) - resources.ApplyResources(Me.TabPage1, "TabPage1") Me.TabPage1.Name = "TabPage1" Me.TabPage1.UseVisualStyleBackColor = True ' @@ -964,14 +964,14 @@ Partial Class Setting ' 'AuthUserLabel ' - Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.AuthUserLabel, "AuthUserLabel") + Me.AuthUserLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.AuthUserLabel.Name = "AuthUserLabel" ' 'AuthStateLabel ' - Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D resources.ApplyResources(Me.AuthStateLabel, "AuthStateLabel") + Me.AuthStateLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.AuthStateLabel.Name = "AuthStateLabel" ' 'Label4 @@ -1056,6 +1056,7 @@ Partial Class Setting ' 'TabPage2 ' + resources.ApplyResources(Me.TabPage2, "TabPage2") Me.TabPage2.Controls.Add(Me.Label35) Me.TabPage2.Controls.Add(Me.CheckPreviewEnable) Me.TabPage2.Controls.Add(Me.Label82) @@ -1098,7 +1099,6 @@ Partial Class Setting Me.TabPage2.Controls.Add(Me.Label12) Me.TabPage2.Controls.Add(Me.StatusText) Me.TabPage2.Controls.Add(Me.CheckUseRecommendStatus) - resources.ApplyResources(Me.TabPage2, "TabPage2") Me.TabPage2.Name = "TabPage2" Me.TabPage2.UseVisualStyleBackColor = True ' @@ -1168,10 +1168,10 @@ Partial Class Setting ' '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" ' 'Label71 @@ -1238,6 +1238,7 @@ Partial Class Setting ' 'TabPage3 ' + resources.ApplyResources(Me.TabPage3, "TabPage3") Me.TabPage3.Controls.Add(Me.Label81) Me.TabPage3.Controls.Add(Me.LanguageCombo) Me.TabPage3.Controls.Add(Me.Label13) @@ -1277,7 +1278,6 @@ Partial Class Setting Me.TabPage3.Controls.Add(Me.IconSize) Me.TabPage3.Controls.Add(Me.CheckBox3) Me.TabPage3.Controls.Add(Me.TextBox3) - resources.ApplyResources(Me.TabPage3, "TabPage3") Me.TabPage3.Name = "TabPage3" Me.TabPage3.UseVisualStyleBackColor = True ' @@ -1290,10 +1290,10 @@ Partial Class Setting ' '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 @@ -1358,10 +1358,10 @@ Partial Class Setting ' '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 @@ -1414,13 +1414,14 @@ Partial Class Setting ' 'TabPage4 ' - Me.TabPage4.Controls.Add(Me.GroupBox1) resources.ApplyResources(Me.TabPage4, "TabPage4") + Me.TabPage4.Controls.Add(Me.GroupBox1) Me.TabPage4.Name = "TabPage4" Me.TabPage4.UseVisualStyleBackColor = True ' 'TabPage5 ' + resources.ApplyResources(Me.TabPage5, "TabPage5") Me.TabPage5.Controls.Add(Me.TwitterSearchAPIText) Me.TabPage5.Controls.Add(Me.Label31) Me.TabPage5.Controls.Add(Me.TwitterAPIText) @@ -1430,7 +1431,6 @@ Partial Class Setting Me.TabPage5.Controls.Add(Me.ConnectionTimeOut) Me.TabPage5.Controls.Add(Me.Label63) Me.TabPage5.Controls.Add(Me.GroupBox2) - resources.ApplyResources(Me.TabPage5, "TabPage5") Me.TabPage5.Name = "TabPage5" Me.TabPage5.UseVisualStyleBackColor = True ' @@ -1479,6 +1479,7 @@ Partial Class Setting ' 'GroupBox2 ' + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Controls.Add(Me.Label55) Me.GroupBox2.Controls.Add(Me.TextProxyPassword) Me.GroupBox2.Controls.Add(Me.LabelProxyPassword) @@ -1491,7 +1492,6 @@ Partial Class Setting Me.GroupBox2.Controls.Add(Me.RadioProxySpecified) Me.GroupBox2.Controls.Add(Me.RadioProxyIE) Me.GroupBox2.Controls.Add(Me.RadioProxyNone) - resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.TabStop = False ' @@ -1565,13 +1565,13 @@ Partial Class Setting ' 'TabPage6 ' + resources.ApplyResources(Me.TabPage6, "TabPage6") Me.TabPage6.Controls.Add(Me.CheckNicoms) Me.TabPage6.Controls.Add(Me.Label60) Me.TabPage6.Controls.Add(Me.ComboBoxOutputzUrlmode) Me.TabPage6.Controls.Add(Me.Label59) Me.TabPage6.Controls.Add(Me.TextBoxOutputzKey) Me.TabPage6.Controls.Add(Me.CheckOutputz) - resources.ApplyResources(Me.TabPage6, "TabPage6") Me.TabPage6.Name = "TabPage6" Me.TabPage6.UseVisualStyleBackColor = True ' @@ -1588,10 +1588,10 @@ Partial Class Setting ' '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" ' 'Label59 diff --git a/Tween/Setting.en.resx b/Tween/Setting.en.resx index e7600d4a..ea02ece7 100644 --- a/Tween/Setting.en.resx +++ b/Tween/Setting.en.resx @@ -196,9 +196,6 @@ Colorize One-way following - - Font && Color - Fore... @@ -352,6 +349,9 @@ Font of tweet list + + Font && Color + None @@ -499,15 +499,15 @@ unread items/all items + + Count of Status/Follow/Follower + 115, 12 Apply after restarting - - Basic - 358, 12 @@ -592,8 +592,8 @@ Enable Auto-Adjustment - - Behavior + + Basic 124, 12 @@ -732,8 +732,8 @@ Open... - - View + + Behavior 58, 16 @@ -846,12 +846,12 @@ Enable + + View + Fonts & Colors - - Connection - 130, 16 @@ -870,9 +870,6 @@ Connection timeout(sec) - - Proxy Server - 320, 12 @@ -921,6 +918,12 @@ Don't Use + + Proxy Server + + + Connection + 196, 16 diff --git a/Tween/Setting.resx b/Tween/Setting.resx index 6ae51209..197e5cbd 100644 --- a/Tween/Setting.resx +++ b/Tween/Setting.resx @@ -117,5731 +117,5734 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11, 81 + + + search.twitter.com + + + + NoControl + + + 12, 12 + + + none + + + NoControl + - - True + + 51 - - - 14, 76 + + 20 - - 57, 12 + + 87, 12 - - 7 + + 43, 16 - - ユーザー名 + + 発言数/フォロー数/フォロワー数 - - Label1 + + 90, 22 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + 31 - - 26 + + OK + + + 16*16 True - - 14, 97 + + 18 - - 52, 12 + + 3, 3, 3, 3 - - 9 + + TabPage3 - - パスワード + + 16 - - Label2 + + 使用しない - + + 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 163, 12 + + + 76, 451 + + + 11, 412 + + + 22 + + TabPage1 - - 27 + + 5 - - 105, 73 + + True - - 186, 19 + + 67, 16 - - 8 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Username + + 24 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - TabPage1 + + 9, 248 - - 28 + + TabPage2 - - 105, 94 + + 背景色 - - 186, 19 + + 16 - - 10 + + This is sample. - - Password + + 306, 318 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 - - - 29 + + 24 - - 259, 518 + + LanguageCombo - - 75, 23 + + 43 - - 1 + + 67, 16 - - OK + + GroupBox1 - - Save + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - $this + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 170, 20 - - 340, 518 + + cmbNameBalloon - - 75, 23 + + 104, 19 - - 2 + + TabPage3 - - キャンセル + + 28, 65 - - Cancel + + Twitter API URL (api.twitter.com) - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 6 - - $this + + 40 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - 14, 134 - - - 130, 12 + + CheckAlwaysTop - - 12 + + 30 - - タイムライン更新間隔(秒) + + 11, 390 - - Label3 + + 6 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + 197, 108 - - 30 + + 247, 368 - - 247, 131 + + 自動調整する - - 65, 19 + + 104, 19 - + 13 - - TimelinePeriod - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + 163, 12 - - 31 + + 10 - - 247, 201 + + 197, 290 - - 65, 19 + + CheckMinimizeToTray - - 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - DMPeriod + + 306, 368 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tinyurl - - TabPage1 + + 8 - - 33 + + 109, 16 - - True + + 9 - - 14, 204 + + 35 - - 94, 12 + + 53, 12 - - 18 + + 26 - - DM更新間隔(秒) + + 154, 12 - - Label5 + + 9 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + NoControl - - 32 + + 4, 22 - - True + + 146, 440 - - 14, 348 + + 4 - - 114, 12 + + 197, 62 - - 27 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 起動時読み込みポスト + + 1 - - Label9 + + 48*48 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 186, 19 - + TabPage1 - - 34 - - - True + + 25 - - 247, 347 + + 再起動後有効になります。 - - 76, 16 + + Label79 - - 28 + + 7 - - 既読にする + + True - - StartupReaded + + 14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - TabPage1 + + 13, 246 - - 35 + + 197, 54 - + True - - 6, 171 - - - 163, 12 + + 173, 146 - - 12 + + Label44 - - リストのアイコンサイズ(初期値16) + + 20 - - Label11 + + True - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 - - - 32 - - - True + + TabPage2 - - 11, 306 + + 21 - - 119, 12 + + 31 - - 30 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ステータス(文末に付加) + + Label45 - - Label12 + + tt h:mm - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26 - - TabPage2 + + CenterParent - - 39 + + StatusText - - 173, 328 + + Label8 - - 100, 19 + + lblUnread - - 32 + + 既読にする - - StatusText + + 通知なし - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - + TabPage2 - - 40 + + 9, 198 - + + 0 + + True - - 173, 6 + + 81, 12 - - 67, 16 + + TabPage1 - - 1 + + api.twitter.com - - 再生する - - - PlaySnd + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - TabPage2 + + 26 - - 24 + + Username - - True + + TabPage2 - - 11, 7 + + ComboBoxAutoShortUrlFirst - - 66, 12 + + 22 - - 0 + + 14 - - サウンド再生 + + 取得する - - Label14 + + 63, 12 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 - - - 25 - - - 11, 25 - - - 276, 30 - - - 2 + + Label23 - - タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 + + 252, 277 - - Label15 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabControl1 - - TabPage2 + + 297, 429 - - 26 + + TabPage3 True - - 197, 268 - - - 43, 16 - - - 21 + + 45 する - - OneWayLv + + 11 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 270, 258 - - TabPage3 + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 34 + + 173, 389 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 269 + + LabelProxyPort - - 97, 12 + + AuthStateLabel - - 20 + + 14, 254 - - 片思い色分け表示 + + 94, 12 - - Label16 + + 104, 45 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 171, 258 - - TabPage3 + + OAuth(xAuth) - - 33 + + 64, 189 - - True + + 36 - - - NoControl + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 306, 118 + + 67, 16 - - 75, 22 + + True - - 14 + + 219, 7 - - 文字色 + + 認証済み - - btnRetweet + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - GroupBox1 + + Label41 - - 0 + + 25 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 185, 120 + + ConnectionTimeOut - - 104, 19 + + NoControl - - 13 + + 37 - - This is sample. + + 185, 245 - - MiddleLeft + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblRetweet + + 11, 59 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - GroupBox1 + + 26 - - 1 + + 4 - + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 123 + + This is sample. - - 50, 12 + + H:mm:ss - - 12 + + タブの未読アイコン表示 - - ReTweet + + 247, 226 - - Label80 + + 70, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 103, 12 - - GroupBox1 + + 349, 12 - - 2 + + 28, 134 - - True + + TabPage3 - + NoControl - - 146, 440 + + TabPage6 - - 90, 22 + + 25 - - 51 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - デフォルトに戻す + + TabPage5 - - ButtonBackToDefaultFontColor + + 35 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label47 - - GroupBox1 + + 44, 12 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 44, 19 - + + 4 + + NoControl - - 306, 168 + + 20 - - 75, 22 + + 34, 19 - - 20 + + 23 - - 文字色 + + True - - btnDetailLink + + 134, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 9 - + GroupBox1 - - 4 + + TabPage2 - - NoControl + + 174, 12 - - 185, 170 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + 推奨ステータスを使用する[TWNv○○] - - 19 + + 6, 361 - - This is sample. + + CheckProtectNotInclude - - MiddleLeft + + 30 - - lblDetailLink + + 6, 124 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - GroupBox1 + + CmbDateTimeFormat - - 5 + + 185, 345 - - True + + CheckSortOrderLock - - NoControl + + bit.ly - - 8, 173 + + GroupBox1 - - 77, 12 + + btnTarget - - 18 + + 23 - - 発言詳細リンク + + 3 - - Label18 + + NoControl - + + 50 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 32 - - 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 185, 170 - - NoControl + + その発言の@先の人の発言 - - 306, 418 + + 片思い色分け表示 - - 75, 22 + + 自分の発言 - - 50 + + 5 - - フォント&&色 + + Fav結果厳密チェック - - btnInputFont + + 102, 78 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ReplyIconStateCombo - - GroupBox1 + + Label42 - - 7 + + TabPage5 - - NoControl + + TabPage3 - - 185, 420 + + 等幅(フォント適用不具合あり) - - 104, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 49 + + 131, 12 - - This is sample. + + OneWayLv - - MiddleLeft + + Ctrl+Enterにする - - lblInputFont + + ユーザー名を表示 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - GroupBox1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + CheckNicoms - - NoControl + + 20 - - 9, 423 + + H:mm:ss yy/M/d - - 74, 12 + + 104, 31 - - 48 + + MiddleLeft - - 入力欄フォント + + サウンド再生 - - Label65 + + する - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 自分への@返信 - - GroupBox1 + + STOTコピーとReTweet - - 9 + + (なし) - - True + + 65, 19 - - NoControl + + LabelProxyPassword - - 306, 393 + + 30 - - 75, 22 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 47 + + Label48 - - 背景色 + + TabPage2 - - btnInputBackcolor + + ButtonBackToDefaultFontColor - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GroupBox1 + + 137, 12 - - 10 + + True - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 185, 395 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + GroupBox1 - - 46 + + 276, 30 - - This is sample. + + 44, 12 - - MiddleLeft + + 75, 22 - - lblInputBackcolor + + 10 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 105, 7 - - GroupBox1 + + 186, 19 - - 11 + + Label49 - - True + + 75, 22 - - NoControl + + 27 - - 9, 398 + + 4, 22 - - 131, 12 + + NoControl - - 45 + + True - - 入力欄アクティブ時背景色 + + ステータス(文末に付加) - - Label52 + + バルーン表示制限 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 173, 328 - - 12 + + 74, 16 - + True - - NoControl - - - 306, 43 + + Label62 - - 75, 22 + + False - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォント&&色 + + GroupBox2 - - btnUnread + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + TabPage1 - - 13 + + 60, 12 - + NoControl - - 185, 45 + + 10 - - 104, 19 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + English - - MiddleLeft + + True - - lblUnread + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - GroupBox1 + + TabPage2 - - 14 + + TabPage5 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 16 - - 9, 48 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 62, 12 + + 70, 19 - - 3 + + 1 - - 未読フォント + + 3 - - Label20 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40 - - GroupBox1 + + True - - 15 - - - True - - - NoControl - - - 306, 343 + + 32 - - 75, 22 + + Label31 - - 41 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 背景色 + + 11 - - btnAtTo + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnAtSelf - + GroupBox1 - - 16 + + 31 - - 185, 345 + + chkTabIconDisp - - 104, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 40 + + 104, 19 - - This is sample. + + 26 - - MiddleLeft + + 認証する - - lblAtTo + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - GroupBox1 + + 67, 16 - - 17 + + 34 - - True + + 5 - - 9, 348 + + LabelPostAndGet - - 102, 12 + + 未読Reply通知アイコン - - 39 + + GroupBox1 - - その発言の@先発言 + + 0 - - Label49 + + CheckShowGrid - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - + GroupBox1 - - 18 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - 306, 193 + + True - - 75, 22 + + lblDetail - - 23 + + 32 - - 背景色 + + NoControl - - btnDetailBack + + 88, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + キャンセル - - GroupBox1 + + 30 - - 19 + + TabPage1 - - 185, 195 + + 取得する - - 104, 19 + + NoControl - - 22 + + btnAtTo - - This is sample. + + 背景色 - - MiddleLeft + + CheckPostCtrlEnter - - lblDetailBackcolor + + GroupBox1 - + + True + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 37 - - 20 + + Label63 - - True + + 2 - - 9, 198 + + 6 - - 89, 12 + + 短縮URLを解決 - - 21 + + 25 - - 発言詳細背景色 + + 4 - - Label37 + + 26 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - GroupBox1 + + 0 - - 21 + + 44, 12 - + True - - 306, 368 + + NoControl - - 75, 22 + + TabPage3 - - 44 + + TabPage3 - - 背景色 + + CheckAutoConvertUrl - - btnListBack + + 通信にHTTPSを使用する - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 文字色 - - GroupBox1 + + True - - 22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 185, 370 + + 296, 41 - - 104, 19 - - - 43 + + True - - This is sample. + + ユーザー名 - - MiddleLeft + + 画面最小化・アイコン時のみ表示 - - lblListBackcolor + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - GroupBox1 + + 431, 553 - - 23 + + TabPage1 - - True + + 2 - - 9, 373 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53, 12 + + 185, 145 - - 42 + + CheckAtIdSupple - - 一般発言 + + OS Default - - Label19 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnDetailLink - - GroupBox1 + + Label59 - - 24 + + 22 - - True + + GroupBox2 - - 306, 318 + + 125, 19 - - 75, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 38 + + 復活の呪文 - - 背景色 + + 16 - - btnAtFromTarget + + 67, 16 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnAtTarget - - GroupBox1 + + 185, 220 - - 25 + + TabPage3 - - 185, 320 + + 15 - - 104, 19 + + 53, 12 - - 37 + + 21 - - This is sample. + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblAtFromTarget + + 197, 169 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - + GroupBox1 - - 26 + + 14 - - True + + 318, 255 - - 9, 323 + + 122, 12 - - 134, 12 + + lblRetweet - - 36 + + 3 - - その発言の@先の人の発言 + + 14, 204 - - Label28 + + AuthBasicRadio - + + True + + + 1 + + + 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + 173, 168 - - True + + 104, 19 - - 306, 293 + + 340, 518 - + 75, 22 - - 35 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 背景色 + + 62, 106 - - btnAtTarget + + 306, 168 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - - GroupBox1 + + 14 - - 28 + + RadioProxyIE - - 185, 295 + + TabPage1 - - 104, 19 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 34 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This is sample. + + Twitter検索更新間隔(秒) - - MiddleLeft + + 31 - - lblAtTarget + + 173, 306 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label40 - + + 4 + + GroupBox1 - - 29 + + 15 - + True - - 9, 298 + + GroupBox1 - - 88, 12 + + GroupBox1 - - 33 + + btnUnread - - その人への@返信 + + 33 - - Label30 + + 2 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 3 - - 306, 268 + + 134, 12 - - 75, 22 + + 173, 279 - - 32 + + 13 - - 背景色 + + 19 - - btnTarget + + 241, 154 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + NoControl - - 31 + + 18 - - 185, 270 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 104, 19 + + MiddleRight - - 31 + + True - - This is sample. + + CheckPostAndGet - - MiddleLeft + + True - - lblTarget + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 190 - - GroupBox1 + + 185, 20 - - 32 + + 145, 16 - - True + + リストフォント - - 9, 273 + + TabPage2 - - 70, 12 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + 234, 186 - - その人の発言 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label32 + + 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - GroupBox1 + + タイトルバーとツールチップ - - 33 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 未読スタイル(フォント&色)適用 - - 306, 243 + + 6, 291 - - 75, 22 + + 306, 343 - - 29 + + 22 - - 背景色 + + 26 - - btnAtSelf + + 投稿時取得が有効のため、投稿のたびにAPIを消費します。 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GroupBox1 + + 399, 474 - - 34 + + 114, 12 - - 185, 245 + + 38 - - 104, 19 + + LabelProxyUser - - 28 + + GroupBox1 - - This is sample. + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + 132, 23 - - lblAtSelf + + 11, 305 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Password - - GroupBox1 + + 158, 12 + + + 41 35 - - True + + 7 - - 9, 248 + + 23 - - 81, 12 + + True - - 27 + + 起動時読み込みポスト - - 自分への@返信 + + ブラウザパス - - Label34 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - - GroupBox1 + + This is sample. - - 36 + + 12 - - True + + TabPage5 - - 306, 218 + + 185, 70 - - 75, 22 + + 35 - - 26 + + 0 - - 背景色 - - - btnSelf + + 999 - + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 19 + + + 228, 12 + + GroupBox1 - - 37 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 185, 220 + + 6, 383 - - 104, 19 + + GroupBox1 - - 25 + + lblInputBackcolor - - This is sample. + + NoControl - + MiddleLeft - - lblSelf + + 発言詳細表示フォント(AA対応) - + + 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + TabPage3 - - 38 + + 197, 382 - - True + + 18 - - 9, 223 + + 39 - - 63, 12 + + 12 - - 24 + + 13 - - 自分の発言 + + TabPage2 - - Label36 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 再生する - - 39 + + 32 - - True + + 6, 6 - - 306, 143 + + 99, 12 - + + 12 + + 75, 22 - - 17 + + TabPage6 - - フォント&&色 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnDetail + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox1 + + 7, 7 - - 40 + + 53, 12 - - 185, 145 + + 10 - - 104, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + 42, 12 - - This is sample. + + 9, 148 - - MiddleLeft + + 58, 12 - - lblDetail + + 11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 185, 420 - - GroupBox1 + + 38 - - 41 + + 自発言の既読化 - - True + + ColorDialog1 - - 9, 148 + + 発言詳細部のアイコン表示 - - 77, 12 + + 使用する - - 15 + + 19 - - 発言詳細文字 + + TabPage1 - - Label26 + + TabControl1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - GroupBox1 + + MiddleLeft - - 42 + + 22 - - True + + TabPage1 - - 306, 93 + + TabControl1 - - 75, 22 + + 12 - - 11 + + True - - 文字色 + + 259, 518 - - btnOWL + + 11, 456 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + アウトプット先のURL - + GroupBox1 - - 43 + + 197, 268 - - 185, 95 + + 0 - - 104, 19 + + True - - 10 + + 185, 120 - - This is sample. + + 197, 334 - - MiddleLeft + + 11, 434 - - lblOWL + + #タグ入力補助 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 + + 入力欄アクティブ時背景色 - - 44 + + TabPage6 - + True - - 9, 98 - - - 63, 12 + + 171, 16 - - 9 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 片思い発言 + + TabPage3 - - Label24 + + TabPage2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - GroupBox1 + + CheckPeriodAdjust - - 45 + + 29 - + True - - 306, 68 + + 6 - - 75, 22 + + 23 - - 8 + + 96, 19 - - 文字色 + + 197, 448 - - btnFav + + 2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label34 - - GroupBox1 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 46 + + 121, 12 - - 185, 70 + + btnFav - - 104, 19 + + 14 - - 7 + + 新着バルーンのユーザー名 - - This is sample. + + その人への@返信 - - MiddleLeft + + 67, 16 - - lblFav + + GroupBox1 - + + 11, 214 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 + + 8 - - 47 + + Label35 - + + 入力欄フォント + + True - - 9, 73 + + NoControl - - 48, 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + タブのサウンドを設定した上で、「再生する」を選ぶとサウンドが再生されます。 - - Fav発言 + + True - - Label22 + + 197, 121 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox1 - - 48 + + TabPage2 - + True - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 306, 18 + + TabPage2 - - 75, 22 + + Simplified Chinese - - 2 + + 6, 55 - - フォント&&色 + + 38 - - btnListFont + + Label80 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + GroupBox1 - - 49 - - - NoControl - - - 185, 20 - - - 104, 19 + + 5 - - 1 + + 起動時Fav取得 - - This is sample. + + 197, 312 - - MiddleLeft + + NoControl - - lblListFont + + Label14 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox1 - - - 50 - - + True - + NoControl - - 9, 23 - - - 62, 12 + + True - - 0 + + 247, 347 - - リストフォント + + TabPage3 - - Label61 + + Label81 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 405 - - GroupBox1 + + 2 - - 51 + + lblDetailLink - - 6, 6 + + 100, 12 - - 387, 466 + + 185, 270 - - 0 + + 185, 320 - - フォント&色設定 + + TabPage5 - - GroupBox1 + + 53, 12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label30 - - TabPage4 + + 47 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - 135, 17 - - - なし + + 182, 16 - - ユーザーID + + 84, 16 - - ニックネーム + + 173, 411 - - 197, 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 20 + + 45 - - 1 + + 197, 404 - - cmbNameBalloon + + 197, 95 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - TabPage3 + + 11, 147 - - 29 + + 9, 23 - - True + + j.mp - - 6, 9 + + 37 - - 130, 12 + + 76, 16 - - 0 + + 11, 280 - - 新着バルーンのユーザー名 + + $this - - Label10 + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 12 - - TabPage3 + + Label12 - - 23 + + TabPage6 - - True + + 44 - - 173, 306 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 207, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 31 + + Label36 - - 推奨ステータスを使用する[TWNv○○] + + 32 - - CheckUseRecommendStatus + + GroupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + This is sample. - - TabPage2 + + 24 - - 41 + + TabPage5 - - Top, Bottom, Left, Right + + True - - yyyy/MM/dd H:mm:ss + + TabPage1 - - yy/M/d H:mm:ss + + 3, 3, 3, 3 - - H:mm:ss yy/M/d + + GroupBox1 - - M/d H:mm:ss + + Label10 - - M/d H:mm + + TabPage2 - - H:mm:ss M/d + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - H:mm:ss + + 399, 474 - - H:mm + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tt h:mm + + True - - M/d tt h:mm:ss + + 207, 16 + + + Label13 M/d tt h:mm - - 197, 121 + + CheckHashSupple - - 170, 20 + + Label37 - - 9 + + H:mm:ss M/d - - CmbDateTimeFormat + + 131, 103 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblAtTarget - - TabPage3 + + 130, 12 - - 26 + + 76, 16 - - True + + 9 - - 6, 124 + + 306, 93 - - 113, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + 22 - - リストの日時フォーマット + + 文字色 - - Label23 + + Label82 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - TabPage3 + + GroupBox1 - - 28 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 173, 58 - - False + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 197, 224 + + 11, 169 - - 67, 16 + + 15 - - 17 + + True - - 表示する + + 43, 16 - - CheckBox3 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage1 - - TabPage3 + + 19 - - 37 + + 113, 12 - - True + + TabPage2 - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 225 + + 9 + + + TabPage4 + + + NoControl - - 134, 12 + + 91, 16 - - 16 + + 23 - - 発言詳細部のアイコン表示 + + 13 - - Label25 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label32 - - TabPage3 + + 11, 191 - - 35 + + NoControl - + True - - 173, 190 + + GroupBox2 - - 104, 16 + + 173, 455 - - 18 + + Label73 - - Ctrl+Enterにする + + True - - CheckPostCtrlEnter + + 75, 22 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - TabPage2 + + True - - 37 + + 247, 429 - + + 14, 179 + + True - - 11, 191 + + 10 - - 137, 12 + + 33 - - 17 + + Label15 - - POSTキー(デフォルトEnter) + + Mentions更新間隔(秒) - - Label27 + + 42 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - TabPage2 + + 14, 134 - - 35 + + 11, 354 - - False + + Label33 - - 197, 169 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 34, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + 9, 98 - - TextBox3 + + 104, 19 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + する - - TabPage3 + + 36 - - 38 + + 245, 144 - - none + + 参照 - - 16*16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24*24 + + 35 - - 48*48 + + Label46 - - 48*48(2Column) + + Label38 - - 233, 168 + + 34 - - 134, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + タイムライン更新間隔(秒) - - IconSize + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36 + + 投稿時取得 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11, 59 + + 37 - - 53, 12 + + TabPage1 - - 3 + + NoControl - - 未読管理 + + 24*24 - - Label38 + + TabPage1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - TabPage2 + + NoControl - - 27 + + 173, 353 - - True + + Label39 - - 173, 58 + + 6, 269 - - 43, 16 + + btnListFont - - 4 + + True - - する + + True - - UReadMng + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage2 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 29 + + 25 - + + 44 + + True - - 11, 81 + + 11, 219 - - 89, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TabPage2 - - 新着時未読クリア + + 15 - - Label39 + + 9, 123 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 274, 103 - - TabPage2 + + 247, 131 - - 36 + + TabPage1 - - True + + 247, 201 - - 173, 80 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 43, 16 + + Label63 - - 6 + + 67, 16 - - する + + This is sample. - - CheckReadOldPosts + + CheckStartupFollowers - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 38 + + True - + True - - 11, 103 + + TabPage3 - - 100, 12 + + 6, 18 - - 7 + + 15 - - ×ボタンを押したとき + + 86, 12 - - Label40 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 136, 16 - - TabPage2 + + Label11 - - 32 + + InternetExplorerの設定を使用する - - True + + 6, 337 - - 173, 102 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 67, 16 + + 48 - - 8 + + 使用する - - 終了する + + True - - CheckCloseToExit + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11, 103 - - TabPage2 + + 24 - - 31 + + 43 - + True - - 11, 125 - - - 76, 12 - - - 9 + + True - - 最小化したとき + + u.nu - - Label41 + + 30 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PlaySnd - - TabPage2 + + TimelinePeriod - - 34 + + Label16 - + True - - 173, 124 + + TabPage1 - - 90, 16 + + 28 - - 10 + + True - - アイコン化する + + 41 - - CheckMinimizeToTray + + 8, 173 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 168, 19 - - TabPage2 + + 21 - - 33 + + True - - 173, 279 + + 認証方法 - - 112, 19 + + 9 - - 28 + + True - - BrowserPathText + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage2 + + 1 - - 28 + + Label17 - - True + + TextBitlyPw - - 11, 282 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60, 12 + + ×ボタンを押したとき - + 27 - - ブラウザパス - - - Label44 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - TabPage2 + + Not Authenticated - - 30 + + AuthorizeButton - - True + + 197, 6 - - 197, 32 + + 10 - - 109, 16 + + 38 - - 3 + + TabPage2 - - ユーザー名を表示 + + NoControl - - CheckDispUsername + + ListsPeriod - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PubSearchPeriod - - TabPage3 + + 306, 68 - - 31 + + 3 - + True - - 6, 33 - - - 122, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 17 - - タイトルバーとツールチップ + + True - - Label46 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 - - - 30 + + 5 - + True - - 6, 98 - - - 60, 12 + + 21 - - 6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - タイトルバー + + 9, 348 - - Label45 + + TabPage1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - TabPage3 + + 77, 12 - - 27 + + 4 - - (なし) + + 15, 161 - - バージョン + + 399, 474 - - 最終発言 + + 173, 213 - - @未読数 + + Label1 - - 未読数 + + True - - 未読数(@未読数) + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 全未読/全発言数 + + 14, 432 - - 197, 95 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 170, 20 + + This is sample. - - 7 + + True - - ComboDispTitle + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - TabPage3 + + 31 - - 24 + + 適用する - - True + + 105, 94 - - 195, 191 + + 3 - - 131, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + 247, 251 - - 再起動後有効になります。 + + Label5 - - Label47 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPage3 + + ReTweet - - 25 + + True - - 133, 310 + + StartupReaded - - 132, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26 + + Label54 - - 再計算 + + ソート順 - - ButtonApiCalc + + 66, 12 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage2 - - TabPage1 + + 35 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - 29, 295 - - - 285, 12 - - - 25 + + Label18 - - 投稿時取得が有効のため、投稿のたびにAPIを消費します。 + + NoControl - - LabelPostAndGet + + This is sample. - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 33 - + TabPage1 - - 1 + + 6 - + True - - 31, 277 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 12 + + True - - 24 + + Label55 - - 999 + + TabPage3 - - MiddleRight + + 34 - - LabelApiUsing + + NoControl - + + lblTarget + + + 93, 16 + + + Label9 + + + Label19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + POSTキー(デフォルトEnter) - - True + + 6 - - NoControl + + 13 - - 14, 254 + + 252, 302 - - 102, 12 + + ButtonApiCalc - - 22 + + 28 - - Lists更新間隔(秒) + + 67, 16 - - Label33 + + 6, 98 - + + 306, 218 + + + 197, 246 + + + 36 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage1 - - 3 + + twitter.com - - 247, 251 + + 13 - - 65, 19 + + 15 - - 23 + + GroupBox1 - - ListsPeriod + + 20 - + + btnInputBackcolor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 133, 310 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + 27 - - 4 + + 認証状態 - - True + + 75, 22 - - NoControl + + 17 - - 219, 7 + + 306, 193 - - 57, 16 + + TabPage3 - - 2 + + 指定する - - BASIC + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - AuthBasicRadio + + 28 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - TabPage1 + + 9, 373 - - 5 + + TabPage6 - - True + + 399, 474 - - 105, 7 + + 27 - - 93, 16 + + 23 - - 1 + + This is sample. - - OAuth(xAuth) + + TabPage2 - - AuthOAuthRadio + + 36 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + Label50 - - 6 + + 84, 12 - - True + + 2 - - NoControl + + 50 - - 14, 9 + + TabPage2 - - 53, 12 + + 36 - - 0 + + 29 - - 認証方法 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label6 + + 65, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 125, 19 - - TabPage1 + + True - - 7 + + 3, 3, 3, 3 - + + 52, 12 + + + NoControl + + NoControl - - 296, 41 + + MiddleLeft - - 75, 23 + + TabPage2 - - 6 + + btnDetail - - クリア + + Label51 - - AuthClearButton + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + リストの日時フォーマット - - TabPage1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + 標準取得件数/Mentions取得件数 - + NoControl - - 104, 45 - - - 149, 14 + + NoControl - - 5 + + 再計算 - - 認証済み + + フォント&&色 - - AuthUserLabel + + 112, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - + TabPage1 - - 9 - - - NoControl + + TabPage6 - - 104, 31 + + 29 - - 112, 14 + + TabPage2 - - 4 + + 197, 360 - - Not Authenticated + + NoControl - - AuthStateLabel + + 104, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label56 - + TabPage1 - - 10 + + 11, 7 - + + 30 + + + 68, 19 + + True - - NoControl + + 399, 474 - - 14, 31 + + 9, 298 - - 53, 12 + + 8 - - 3 + + 0 - - 認証状態 + + TabPage3 - - Label4 + + GroupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - TabPage1 + + GroupBox2 - - 11 + + 104, 16 - - 297, 90 + + 発言詳細リンク - - 75, 23 + + 27 - - 11 + + 未読管理 - - 認証する + + 常に最前面表示 - - AuthorizeButton + + 23 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - TabPage1 + + Label57 - - 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 297, 429 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 19 + + 42 - - 35 + + TabPage2 - - TextCountApiReply + + TabPage2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - TabPage1 + + True - - 13 + + True - + True - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14, 229 + + 67, 16 - - 137, 12 + + GroupBox1 - - 20 + + 185, 45 - - Twitter検索更新間隔(秒) + + is.gd - - Label7 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + アイコン化する - - TabPage1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + True - - 247, 226 + + 25 - - 65, 19 + + フォント&色設定 - - 21 + + 14 - - PubSearchPeriod + + 65, 19 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - TabPage1 + + タイムアウトまでの時間(秒) - - 15 + + 97, 12 - - True + + 185, 395 - - NoControl + + 表示 - - 14, 179 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 123, 12 + + 43 - + 16 - - Mentions更新間隔(秒) + + プロキシの設定 - - Label69 + + 文字色 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - - TabPage1 + + 69, 12 - - 16 + + True - - 247, 176 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 65, 19 + + TabPage2 - - 17 + + TextBoxOutputzKey - - ReplyPeriod + + 49 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 195, 144 - - TabPage1 + + Label52 - - 17 + + 115, 12 - - True + + 入力欄URLの自動短縮 - - NoControl + + TabPage3 - - 24, 154 + + 6, 451 - - 84, 16 + + フォント&&色 - - 14 + + 4 - - 投稿時取得 + + なし - - CheckPostAndGet + + TabPage2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPage1 + + @ID入力補助 - - 18 + + NoControl - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 11, 372 - - 14, 432 + + 66, 16 - - 177, 12 + + TabPage2 - - 33 + + リスト区切り線 - - 標準取得件数/Mentions取得件数 + + GroupBox1 - - Label67 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + TextProxyPassword - - 19 + + CheckUseSsl - - 247, 429 + + True - - 44, 19 + + 104, 19 - - 34 + + GroupBox1 - - TextCountApi + + リストのアイコンサイズ(初期値16) - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Protect発言を含めない - - TabPage1 + + LabelApiUsing - - 20 + + Twitter SearchAPI URL (search.twitter.com) - - True + + 65, 19 - - 14, 391 + + 起動時バージョンチェック - - 163, 12 + + Label74 - - 31 + + 11 - - 起動時片思いユーザーリスト取得 + + TabPage3 - - Label54 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnListBack - - TabPage1 + + Label58 - - 21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 0 - - 247, 390 + + 1 - - 67, 16 + + This is sample. - - 32 + + 121, 20 - - 取得する + + NoControl - - CheckStartupFollowers + + yy/M/d H:mm:ss - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + FontDialog1 - - TabPage1 + + True - - 22 + + btnOWL - - True + + NoControl - - 14, 369 + + True - - 117, 12 + + TabPage3 - - 29 + + 104, 19 - - 起動時バージョンチェック + + lblDetailBackcolor - - Label51 + + 119, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 63, 12 - + TabPage1 - - 23 + + 75, 22 - - True + + 75, 23 - - 247, 368 + + MiddleLeft - - 74, 16 + + 14, 9 - - 30 + + TabPage2 - - チェックする + + 4 - - CheckStartupVersion + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 表示する + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage1 + + 90, 16 - - 24 + + 162, 12 - + + 65, 19 + + + 12 + + + Save + + True - - 241, 154 + + 背景色 - - 91, 16 + + 8 - - 15 + + 114, 12 - - 自動調整する + + 399, 474 - - False + + CheckCloseToExit - - CheckPeriodAdjust + + TabPage2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 185, 370 - - TabPage1 + + GroupBox1 - - 25 + + 6, 427 - - 4, 21 + + 30 - - 3, 3, 3, 3 + + 285, 12 - - 399, 475 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 基本 + + 197, 426 - - TabPage1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + URL自動短縮で優先的に使用 - - TabControl1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + True - + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - 11, 456 - - - 126, 12 + + 4, 22 - - 44 + + 168, 20 - - 画像リンクサムネイル表示 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label35 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TabPage2 - - 0 + + 6, 247 - - True + + This is sample. - - NoControl + + 18 - - 173, 455 + + M/d tt h:mm:ss - - 67, 16 + + NoControl - - 45 + + CheckMonospace - - 使用する + + 18 - - CheckPreviewEnable + + GroupBox1 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + Label71 - - 1 + + Label24 - + True - - NoControl - - - 11, 434 - - - 76, 12 - - - 42 - - - #タグ入力補助 + + 117, 12 - - Label82 + + M/d H:mm - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - TabPage2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 6, 171 - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 0 - - 173, 433 + + True - - 67, 16 + + CheckUseRecommendStatus - - 43 + + 8 - - 使用する + + lblAtSelf - - CheckHashSupple + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14, 391 - - TabPage2 + + 62, 12 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + Label25 - - NoControl + + TabPage3 - - 11, 412 + + 84, 12 - - 72, 12 + + This is sample. - - 40 + + True - - @ID入力補助 + + 117, 12 - - Label79 + + 使用する - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + NoControl - - 4 + + 26 - - True + + 104, 19 - - NoControl + + 8 - - 173, 411 + + TabPage3 - - 67, 16 + + 24 - - 41 + + 6, 40 - - 使用する + + ReplyPeriod - - CheckAtIdSupple + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - TabPage2 + + 2 - - 5 + + 43, 16 - - 318, 255 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 70, 19 + + 104, 19 - - 26 + + クリア - - TextBitlyPw + + TabPage3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label77 - - TabPage2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chkUnreadStyle 6 - + + 37 + + + TabPage1 + + True - - 270, 258 + + 7 - - 42, 12 + + Label3 - - 25 + + 50, 12 - - APIKey + + True - - Label77 + + 24 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 124 - - TabPage2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + twurl.nl - - 194, 255 + + TabPage3 - - 70, 19 + + 173, 80 - - 24 + + 42 - - TextBitlyId + + 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPage2 + + 2 - - 8 + + AuthClearButton - - True + + 背景色 - - 171, 258 + + GroupBox1 - - 16, 12 + + 16 - - 23 + + ComboDispTitle - - ID + + 0 - - Label76 + + TabPage5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 314, 12 - - TabPage2 + + TabPage3 - - 9 + + Label20 + + + 3 + + + 0 - + True - - NoControl - - - 11, 390 + + 306, 243 - - 84, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 38 + + 4 - - 起動時Fav取得 + + Label7 - - Label74 + + 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TabPage2 + + CheckFavRestrict - - 10 + + 72, 12 - - True + + GroupBox1 - - NoControl + + 104, 19 - - 173, 389 + + 1 - - 67, 16 + + 35 - + 39 - - 取得する + + Label21 - - chkGetFav + + TabPage2 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 - - - 11 + + Label72 - - tinyurl + + 75, 22 - - is.gd + + 77, 12 - - twurl.nl + + 設定 - - u.nu + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - bit.ly + + 104, 19 - - j.mp + + 121, 20 - - 173, 232 + + 9, 323 - - 114, 20 + + 32 - - 22 + + 38 - - ComboBoxAutoShortUrlFirst + + 7 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - - TabPage2 + + TextProxyPort - - 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + TabPage2 - - NoControl + + 105, 73 - - 11, 235 + + 27 - - 154, 12 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + Label26 - - URL自動短縮で優先的に使用 + + NoControl - - Label71 + + 126, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 243, 81 - - TabPage2 + + 0 - - 13 + + 5 - - True + + BASIC - - 173, 213 + + 32 - - 136, 16 + + 70, 19 - - 20 + + TabPage2 - - Protect発言を含めない + + 33 - - CheckProtectNotInclude + + Setting - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 31 - - TabPage2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 14 - - True + + Label78 - - 11, 214 + + True - - 114, 12 + + 73, 19 - - 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - STOTコピーとReTweet + + Label27 - - Label42 + + TabPage2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39 - + TabPage2 - - 15 + + GroupBox1 - - True + + 130, 12 - - NoControl + + GroupBox2 - - 173, 168 + + 8 - - 91, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 33 + + + ユーザ名(&U) + + 16 - - 自動短縮する + + プロキシ(&X) - - CheckAutoConvertUrl + + TabPage3 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + chkReadOwnPost - - 16 + + 306, 43 - - True + + 76, 12 - - NoControl + + CheckPreviewEnable - - 11, 169 + + 6 - - 121, 12 + + 46 - - 15 + + GroupBox1 - - 入力欄URLの自動短縮 + + TabPage1 - - Label29 + + 48, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + NoControl - - 17 + + 12 - - True + + MiddleLeft - - 11, 372 + + This is sample. - - 340, 12 + + NoControl - - 37 + + 387, 466 - - 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 + + 16 - - Label57 + + 解決する - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage5 - - TabPage2 + + 10 - - 18 + + GroupBox1 - - True + + TabPage2 - - 11, 354 + + TabPage1 - - 103, 12 + + 112, 16 - - 35 + + 112, 14 - - Fav結果厳密チェック + + Label22 - - Label56 + + TabPage5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPage2 + + 37 - - 19 + + 7 - - True + + 1 - - 173, 353 + + True - - 74, 16 + + 386, 161 - - 36 + + True - - チェックする + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckFavRestrict + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - TabPage2 + + CheckOutputz - - 20 + + 47 - - True + + 57, 16 - - 173, 146 + + 39 - - 67, 16 + + True - - 14 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 解決する + + GroupBox1 - - CheckTinyURL + + 14, 76 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage2 + + 75, 22 - - 21 + + 48, 12 - + True - - 11, 147 + + 185, 95 - - 84, 12 + + 2 - - 13 + + 2 - - 短縮URLを解決 + + lblListBackcolor - - Label50 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage2 + + 最小化したとき - - 22 + + GroupBox1 - - 301, 277 + + 14, 348 - - 65, 23 + + Label28 - - 29 + + True - - 参照 + + True + + + 発言詳細文字 + + + NoControl - - Button3 + + ユーザーID - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ニックネーム - - TabPage2 + + GroupBox2 - - 23 + + 5 - - 4, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + 306, 18 - - 399, 475 + + Label29 - - 1 + + NoControl - - 動作 + + 6 - - TabPage2 + + 画像リンクサムネイル表示 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 - - TabControl1 + + CheckDispUsername - - 1 + + IconSize - + True - - NoControl + + 67, 16 - - 76, 451 + + 28 - - 115, 12 + + 40 - - 38 + + CheckBox3 - - Apply after restarting + + 6 - - Label81 + + 75, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 片思い発言 - - TabPage3 + + This is sample. - - 0 + + 306, 293 - - OS Default + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Japanese + + MiddleLeft - - English + + 24 - - Simplified Chinese + + GroupBox2 - - 197, 448 + + RadioProxyNone - - 121, 20 + + AuthOAuthRadio - - 37 + + 背景色 - - LanguageCombo + + TabPage6 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - TabPage3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + BrowserPathText - + True - - NoControl - - - 6, 451 + + True - - 53, 12 + + MiddleLeft - - 36 + + 基本 - - Language + + 4, 22 - - Label13 + + 104, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabPage3 + + GroupBox1 - - 2 + + 185, 295 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TabPage1 - - 197, 426 + + This is sample. - - 112, 16 + + TextBitlyId - - 35 + + Apply after restarting - - 最前面に表示する + + 306, 268 - - CheckAlwaysTop + + TabPage3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - TabPage3 + + Fav発言 - - 3 + + NoControl - - True + + 89, 12 - + NoControl - - 6, 427 + + CheckBalloonLimit - - 86, 12 + + 75, 23 - - 34 + + 31, 277 - - 常に最前面表示 + + 背景色 - - Label58 + + 170, 20 - + + TabPage3 + + + 38 + + + True + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + 63, 12 - - 4 + + 31 + + + 115, 12 - + True - + NoControl - - 6, 405 + + 8 - - 44, 12 + + TabPage2 - - 32 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ソート順 + + 11 - - Label21 + + 背景色 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + 75, 22 - + + DM更新間隔(秒) + + 5 - - True + + 194, 255 - - NoControl + + 104, 19 - - 197, 404 + + CheckTinyURL - - 67, 16 + + 135, 19 - - 33 + + TabPage3 - - ロックする + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CheckSortOrderLock + + 19 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage2 - - TabPage3 + + 2 - - 6 + + 115, 16 - - True + + TabPage3 - - NoControl + + 25 - - 6, 383 + + 49 - - 73, 12 + + 41 - - 30 + + True - - リスト区切り線 + + 74, 12 - - Label78 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - TabPage3 + + TextProxyUser - - 7 + + 134, 20 - + + TabPage1 + + True - - NoControl + + TabPage3 - - 197, 382 + + Sample: - - 67, 16 + + CheckStartupVersion - - 31 + + 63, 12 - - 表示する + + 34 - - CheckShowGrid + + 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + 33 - - 8 + + GroupBox2 - + True - - NoControl - - - 6, 247 - - - 162, 12 - - - 18 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 発言詳細表示フォント(AA対応) + + 62, 12 - - Label75 + + 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ポート(&P) - - TabPage3 + + 76, 12 - - 9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - NoControl + + アイコン変更&点滅 - - 197, 246 + + True - - 171, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + 7 - - 等幅(フォント適用不具合あり) + + 9 - - CheckMonospace + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 89, 12 - - TabPage3 + + 5 - - 10 + + 2 - - True + + 40 - - NoControl + + TabPage3 - - 6, 361 + + 44 - - 87, 12 + + MiddleLeft - - 28 + + 75, 22 - - 自発言の既読化 + + True - - Label73 + + TabPage5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - TabPage3 + + 22 - - 11 + + 34 - - True + + 10 - + NoControl - - 197, 360 - - - 76, 16 + + lblSelf - - 29 + + NoControl - - 既読にする + + True - - chkReadOwnPost + + 306, 118 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 一般発言 - - TabPage3 + + 新着時未読クリア - - 12 + + TabPage2 - - 通知なし + + ID - - アイコン変更 + + 20 - - アイコン変更&点滅 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 197, 334 + + 407, 500 - - 121, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + 6, 313 - - ReplyIconStateCombo + + 15, 28 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - TabPage3 + + 9, 273 - - 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + twitter.com/username - - NoControl + + ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 - - 6, 337 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 117, 12 + + This is sample. - - 26 + + 1 - - 未読Reply通知アイコン + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label72 + + 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Additional - - TabPage3 + + 21 - - 14 + + 4 - + True - - NoControl + + 1 - - 6, 313 + + 29 - - 115, 12 + + TabPage2 - - 24 + + 0 - - タブの未読アイコン表示 + + TabPage3 - - Label48 + + 75, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage1 - - TabPage3 + + TabPage2 - - 15 + + 102, 12 - - True + + 75, 22 - - NoControl + + 340, 12 - - 197, 312 + + 306, 143 - - 67, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + 51 - - 表示する + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chkTabIconDisp + + TextCountApiReply - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - TabPage3 + + 76, 16 - - 16 + + 0 - - True + + ロックする - - NoControl + + True - - 6, 55 + + TabPage3 - - 92, 12 + + 28, 111 - - 4 + + Japanese - - バルーン表示制限 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label68 + + 9, 73 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - TabPage3 + + TabPage2 - - 17 + + TabControl1 - - True + + 36 - - NoControl + + 通信 - - 197, 54 + + 60, 12 - - 182, 16 + + GroupBox1 - - 5 + + Cancel - - 画面最小化・アイコン時のみ表示 + + 34 - - CheckBalloonLimit + + lblInputFont - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage1 - - TabPage3 + + 6, 225 - - 18 + + 75, 22 - - True + + Button3 - - 245, 144 + + 3 - - 44, 12 + + 19 - - 11 + + False - - Label63 + + 137, 12 - - LabelDateTimeFormatApplied + + TabPage1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - TabPage3 + + GroupBox1 - - 19 + + MiddleLeft - - True + + TabPage2 - - 195, 144 + + 14, 31 - - 44, 12 + + 2 - - 10 + + DMPeriod - - Sample: + + 75, 22 - - Label62 + + btnRetweet - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 190, 16 - - TabPage3 + + 4 - - 20 + + 文字色 - - True + + 34 - + NoControl - - 6, 291 + + ComboBoxOutputzUrlmode - - 158, 12 + + TabPage3 - - 22 + + 123, 12 - - 未読スタイル(フォント&色)適用 + + 9, 423 - - Label17 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + 53, 12 - - 21 + + 14, 97 - - True + + 185, 195 - - NoControl + + 起動時片思いユーザーリスト取得 - - 197, 290 + + 18 - - 67, 16 + + lblListFont - - 23 + + 247, 390 - - 適用する + + 3 - - chkUnreadStyle + + 67, 16 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + タイトルバー - - 4, 21 + + btnSelf - - 3, 3, 3, 3 + + 19 - - 399, 475 + + 33 - - 2 + + btnAtFromTarget - - 表示 + + 4 - - TabPage3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - TabControl1 + + 20 - - 2 + + lblOWL - - 4, 21 + + False - - 3, 3, 3, 3 + + GroupBox2 - - 399, 475 + + デフォルトに戻す - - 3 + + 30 - - フォント&色 + + 18 - - TabPage4 + + 31 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11, 125 - - TabControl1 + + btnDetailBack - - 3 + + True + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 237, 16 + + + 7 - - 252, 302 + + H:mm - - 125, 19 + + フォント&&色 - - 8 + + 6, 62 - - search.twitter.com + + True - - TwitterSearchAPIText + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 91, 16 - - TabPage5 + + TabControl1 - - 0 + + LabelProxyAddress - - True + + 247, 176 - + NoControl - - 11, 305 + + 29 - - 228, 12 + + 75, 23 - - 7 + + 動作 - - Twitter SearchAPI URL (search.twitter.com) + + 14, 369 - - Label31 + + UReadMng - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - TabPage5 + + 297, 78 - - 1 + + btnInputFont - - 252, 277 + + 17 - - 125, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + 最前面に表示する - - api.twitter.com + + GroupBox1 - - TwitterAPIText + + 38, 81 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage5 - - - 2 + + MiddleLeft - + True - - NoControl + + GroupBox1 - - 11, 280 + + Label64 - - 174, 12 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 4 - - Twitter API URL (api.twitter.com) + + Outputzに対応する - - Label8 + + 100, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 173, 102 - - TabPage5 + + NoControl - - 3 + + 16, 12 - - True + + 1 - - 13, 246 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 145, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GroupBox2 - - 通信にHTTPSを使用する + + 177, 12 - - CheckUseSsl + + Label65 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage1 - - TabPage5 + + TabPage1 - - 4 + + Label4 - + True - - NoControl - - - 11, 219 - - - 349, 12 - - - 3 - - - ※タイムアウトが頻発する場合に調整してください。初期設定は20秒です。 + + True - - Label64 + + 44, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblAtTo - - TabPage5 + + 4, 22 - - 5 + + 17 - - 234, 186 + + 11 - - 100, 19 + + True - - 2 + + $this - - ConnectionTimeOut + + TabControl1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage5 + + TabPage3 - - 6 + + パスワード(&W) - + True - - 64, 189 + + 104, 19 - - 131, 12 + + TabPage1 - - 1 + + 173, 433 - - タイムアウトまでの時間(秒) + + 19 + + + GroupBox1 - - Label63 + + lblAtFromTarget - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + M/d H:mm:ss - - TabPage5 + + 終了する - - 7 + + 表示する - - True + + 4 - - 28, 134 + + 背景色 - - 314, 12 + + 23, 12 - - 11 + + 102, 12 - - ※認証が不要な場合は、ユーザ名とパスワードは空にしてください。 + + その人の発言 - - Label55 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - GroupBox2 + + 41 - + 0 - - 274, 103 - - - 96, 19 + + 9, 223 - - 10 + + 5 - - TextProxyPassword + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label60 - - GroupBox2 + + True - - 1 + + 15 - - True + + 背景色 205, 106 - - 69, 12 - - - 9 - - - パスワード(&W) - - - LabelProxyPassword + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage3 - - GroupBox2 + + 131, 12 - - 2 + + NoControl - - 131, 103 + + 未読フォント - - 68, 19 + + Label61 - - 8 + + TextProxyAddress - - TextProxyUser + + 9 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GroupBox2 + + NoControl - - 3 + + チェックする - - True + + lblFav - - 62, 106 + + RadioProxySpecified - - 63, 12 + + 発言詳細背景色 - - 7 + + CheckReadOldPosts - - ユーザ名(&U) + + 発言を再取得してFav結果を検証します。通信量が増えるのでOff推奨 - - LabelProxyUser + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TwitterAPIText - + GroupBox2 - - 4 + + ニコニコ動画のURLをnico.msで短縮して送信 - - 297, 78 + + 301, 277 - - 73, 19 + + 35 - - 6 + + 48 - - TextProxyPort + + 11, 282 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - GroupBox2 + + 11 - - 5 + + AuthUserLabel - - True + + 104, 19 - - 243, 81 + + 73, 12 - - 48, 12 + + 1 - - 5 + + その発言の@先発言 - - ポート(&P) + + 67, 16 - - LabelProxyPort + + TwitterSearchAPIText - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox1 - - GroupBox2 + + 0 - - 6 + + TabPage1 - - 102, 78 + + MiddleLeft - - 135, 19 + + 18 - - 4 + + Label67 - - TextProxyAddress + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 398 - - GroupBox2 + + 6 - - 7 + + GroupBox1 - - True + + 104, 19 - - 38, 81 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 58, 12 + + Label2 - - 3 + + 9, 48 - - プロキシ(&X) + + 24 - - LabelProxyAddress + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TextCountApi - - GroupBox2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + パスワード - - 6, 62 + + 65, 19 - - 66, 16 + + 1 - - 2 + + バージョン - - 指定する + + @未読数 - - RadioProxySpecified + + 最終発言 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 未読数(@未読数) - - GroupBox2 + + 未読数 - + 9 - - True + + 全未読/全発言数 - - 6, 40 + + 9 - - 190, 16 + + 131, 12 - - 1 + + 14, 229 - - InternetExplorerの設定を使用する + + 92, 12 - - RadioProxyIE + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GroupBox2 + + LabelDateTimeFormatApplied - - 10 + + Top, Bottom, Left, Right - + True - - 6, 18 + + フォント&色 - - 76, 16 + + 11, 306 - - 0 + + Language - - 使用しない + + Lists更新間隔(秒) - - RadioProxyNone + + GroupBox2 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + chkGetFav - - GroupBox2 + + Label6 - - 11 + + APIKey - - 7, 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 386, 161 + + yyyy/MM/dd H:mm:ss - - 0 + + NoControl - - プロキシの設定 + + 173, 232 - - GroupBox2 + + 297, 90 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - TabPage5 + + 11, 25 - - 8 + + 11 - - 4, 21 + + 114, 20 - - 3, 3, 3, 3 + + Label75 - - 399, 475 + + True - - 4 + + 24, 154 - - 通信 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage5 + + フォント&&色 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - TabControl1 + + GroupBox1 - - 4 + + 100, 19 - - True + + 21 - - NoControl + + True - - 15, 161 + + 306, 393 - - 237, 16 + + 149, 14 - - 5 + + GroupBox1 - - ニコニコ動画のURLをnico.msで短縮して送信 + + 45 - - CheckNicoms + + 75, 22 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage4 - - TabPage6 + + NoControl - - 0 + + 14 - - True + + 表示する - - 28, 111 + + アイコン変更 - - 99, 12 + + 11 - - 3 + + 5 - - アウトプット先のURL + + Label68 - - Label60 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabPage6 - - - 1 - - - twitter.com + + 11, 235 - - twitter.com/username + + 3, 3, 3, 3 - - 197, 108 + + True - - 168, 20 + + TabPage3 - - 4 + + 197, 32 - - ComboBoxOutputzUrlmode + + チェックする - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabPage2 - - TabPage6 + + 195, 191 - - 2 + + 28 - - True + + GroupBox1 - - 28, 65 + + 29 - - 63, 12 + + Label69 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 復活の呪文 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Label59 + + 6, 33 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 自動短縮する - - TabPage6 + + True - - 3 + + 67, 16 - - 197, 62 + + 5 - - 168, 19 + + 既読にする - - 2 + + 29, 295 - - TextBoxOutputzKey + + TabControl1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 197, 224 - - TabPage6 + + 15 - - 4 + + TabPage1 - + True - - 15, 28 + + 306, 418 - - 115, 16 + + 8 - + + TabPage1 + + 0 - - Outputzに対応する + + NoControl - - CheckOutputz + + 48*48(2Column) - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 19 - - TabPage6 + + True - - 5 + + GroupBox2 - - 4, 21 + + TabPage1 - - 399, 475 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + True - - Additional + + TextBox3 - - TabPage6 + + System.Windows.Forms.FontDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 233, 168 - - TabControl1 + + This is sample. - - 5 + + TabPage1 - - 12, 12 + + 57, 12 - - 407, 500 + + 17 - - 0 + + 7 - - TabControl1 + + 10 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Label76 - - $this + + 74, 16 - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 True + + 17, 17 + 40 - - 6, 12 - - - 431, 553 - - - CenterParent - - - 設定 - - - FontDialog1 - - - System.Windows.Forms.FontDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ColorDialog1 - - - System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Setting - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 135, 17 + \ No newline at end of file diff --git a/Tween/Setting.vb b/Tween/Setting.vb index d7add91f..b2ec7cf4 100644 --- a/Tween/Setting.vb +++ b/Tween/Setting.vb @@ -204,6 +204,8 @@ Public Class Setting _MyDispLatestPost = DispTitleEnum.UnreadAllRepCount Case 6 'Unread/All _MyDispLatestPost = DispTitleEnum.UnreadCountAllCount + Case 7 'Count of Status/Follow/Follower + _MyDispLatestPost = DispTitleEnum.OwnStatus End Select _MySortOrderLock = CheckSortOrderLock.Checked _MyTinyUrlResolve = CheckTinyURL.Checked @@ -413,6 +415,8 @@ Public Class Setting ComboDispTitle.SelectedIndex = 5 Case DispTitleEnum.UnreadCountAllCount ComboDispTitle.SelectedIndex = 6 + Case DispTitleEnum.OwnStatus + ComboDispTitle.SelectedIndex = 7 End Select CheckSortOrderLock.Checked = _MySortOrderLock CheckTinyURL.Checked = _MyTinyUrlResolve diff --git a/Tween/Tween.resx b/Tween/Tween.resx index e323a644..9393da9d 100644 --- a/Tween/Tween.resx +++ b/Tween/Tween.resx @@ -126,7 +126,7 @@ - 356, 17 + 332, 22 ToolStripStatusLabel1 @@ -135,7 +135,7 @@ MiddleLeft - 55, 17 + 71, 22 Starting... @@ -201,7 +201,7 @@ ハッシュタグ設定 - 238, 164 + 281, 164 ContextMenuStripPostMode @@ -210,7 +210,7 @@ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 43, 20 + 51, 25 #[-] @@ -219,7 +219,7 @@ 0, 0 - 469, 22 + 469, 27 @@ -267,66 +267,6 @@ 411, 54 - - 188, 22 - - - タブ作成(&N)... - - - 188, 22 - - - タブ名の変更(&R) - - - 185, 6 - - - 188, 22 - - - 未読管理(&U) - - - 188, 22 - - - 新着通知表示(&Q) - - - 121, 20 - - - 再生するwavファイルを指定してください - - - 185, 6 - - - 188, 22 - - - 振り分けルール編集(&F)... - - - 185, 6 - - - 188, 22 - - - このタブの発言をクリア(&C) - - - 185, 6 - - - 188, 22 - - - タブ削除(&D) - 189, 206 @@ -355,7 +295,7 @@ 0, 0, 0, 0 - 465, 171 + 465, 164 0 @@ -402,48 +342,6 @@ 3 - - 498, 91 - - - 120, 22 - - - IconName - - - 117, 6 - - - 120, 22 - - - 保存(&I)... - - - 121, 54 - - - ContextMenuStrip3 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Off - - - 3, 3 - - - 50, 50 - - - Zoom - - - 5 - UserPicture @@ -456,30 +354,6 @@ 0 - - Top, Bottom, Right - - - Off - - - 339, 3 - - - 3, 3, 3, 0 - - - 123, 14 - - - 1 - - - Label1 - - - MiddleRight - DateTimeLabel @@ -492,308 +366,101 @@ 1 - - True + + NameLabel - - 17, 91 - - - 195, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - フォローする + + TableLayoutPanel1 - - 195, 22 + + 2 - - フォロー解除 + + PostBrowser - - 195, 22 + + System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 相互フォロー状態表示 + + TableLayoutPanel1 - - 195, 22 + + 3 - - プロフィール表示 + + Fill - - 195, 22 + + 0, 0 - - このユーザーの発言を検索 + + 2 - - 196, 114 + + 465, 99 - - ContextMenuStripDetailName + + 1 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TableLayoutPanel1 - - Fill + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MS UI Gothic, 9pt, style=Bold + + SplitContainer2.Panel1 - - Off + + 0 - - 59, 3 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="UserPicture" Row="0" RowSpan="2" Column="0" ColumnSpan="1" /><Control Name="DateTimeLabel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="NameLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="PostBrowser" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /></Controls><Columns Styles="Absolute,56,Percent,100,Absolute,129" /><Rows Styles="Absolute,17,Percent,100" /></TableLayoutSettings> - - 3, 3, 3, 0 + + SplitContainer2.Panel1 - - 274, 14 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + SplitContainer2 - - LblName + + 0 - - MiddleLeft + + 0 - - NameLabel + + Fill - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0 - - TableLayoutPanel1 + + 377, 19 - - 2 + + 1 - - 434, 17 - - - 160, 22 + + StatusText - - Google(&G) + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 160, 22 + + SplitContainer2.Panel2 - - Wikipedia(&W) + + 0 - - 160, 22 - - - Twitter検索(&Y) - - - 160, 22 - - - Twitter Search(&S) - - - 160, 22 - - - 現在のタブ(&L) - - - 195, 22 - - - 選択文字列で検索(&S) - - - 192, 6 - - - 195, 22 - - - 選択文字列をコピー(&C) - - - False - - - 195, 22 - - - URLをコピー(&U) - - - 195, 22 - - - すべて選択(&A) - - - 192, 6 - - - 195, 22 - - - フォローする(&F) - - - 195, 22 - - - フォロー解除(&N) - - - 195, 22 - - - 相互フォロー状態表示(&R) - - - 195, 22 - - - プロフィール表示 - - - 195, 22 - - - このユーザーの発言を検索 - - - 192, 6 - - - 195, 22 - - - ID振分ルール作成(&I) - - - 192, 6 - - - 195, 22 - - - ハッシュタグを固定(&H) - - - 196, 270 - - - ContextMenuStrip4 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 59, 20 - - - 403, 76 - - - 6 - - - PostBrowser - - - System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TableLayoutPanel1 - - - 3 - - - Fill - - - 0, 0 - - - 2 - - - 465, 99 - - - 1 - - - TableLayoutPanel1 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer2.Panel1 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="UserPicture" Row="0" RowSpan="2" Column="0" ColumnSpan="1" /><Control Name="DateTimeLabel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="NameLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="PostBrowser" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /></Controls><Columns Styles="Absolute,56,Percent,100,Absolute,129" /><Rows Styles="Absolute,17,Percent,100" /></TableLayoutSettings> - - - SplitContainer2.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer2 - - - 0 - - - 0 - - - Fill - - - 0, 0 - - - 377, 19 - - - 1 - - - StatusText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer2.Panel2 - - - 0 - - - Right + + Right Off @@ -1012,10 +679,10 @@ 23 - 469, 307 + 469, 300 - 175 + 168 2 @@ -1036,7 +703,7 @@ 0 - 469, 307 + 469, 300 ToolStripContainer1.ContentPanel @@ -1071,110 +738,545 @@ ToolStripContainer1.RightToolStripPanel - - System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripContainer1 + + + 2 + + + 469, 353 + + + 0 + + + ToolStripContainer1 + + + 0, 0 + + + None + + + 0, 0 + + + 469, 26 + + + 0 + + + MenuStrip1 + + + MenuStrip1 + + + System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripContainer1.TopToolStripPanel + + + 0 + + + ToolStripContainer1.TopToolStripPanel + + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripContainer1 + + + 3 + + + ToolStripContainer1 + + + System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + 188, 22 + + + タブ作成(&N)... + + + 188, 22 + + + タブ名の変更(&R) + + + 185, 6 + + + 188, 22 + + + 未読管理(&U) + + + 188, 22 + + + 新着通知表示(&Q) + + + 121, 26 + + + 再生するwavファイルを指定してください + + + 185, 6 + + + 188, 22 + + + 振り分けルール編集(&F)... + + + 185, 6 + + + 188, 22 + + + このタブの発言をクリア(&C) + + + 185, 6 + + + 188, 22 + + + タブ削除(&D) + + + 498, 91 + + + 121, 54 + + + ContextMenuStrip3 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Off + + + 3, 3 + + + 50, 50 + + + Zoom + + + 5 + + + UserPicture + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 0 + + + 120, 22 + + + IconName + + + 117, 6 + + + 120, 22 + + + 保存(&I)... + + + Top, Bottom, Right + + + Off + + + 339, 3 + + + 3, 3, 3, 0 + + + 123, 14 + + + 1 + + + Label1 + + + MiddleRight + + + DateTimeLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 1 + + + True + + + 17, 91 + + + 196, 114 + + + ContextMenuStripDetailName + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + MS UI Gothic, 9pt, style=Bold + + + Off + + + 59, 3 + + + 3, 3, 3, 0 + + + 274, 14 + + + 0 + + + LblName + + + MiddleLeft + + + NameLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 2 + + + 195, 22 + + + フォローする + + + 195, 22 + + + フォロー解除 + + + 195, 22 + + + 相互フォロー状態表示 + + + 195, 22 + + + プロフィール表示 + + + 195, 22 + + + このユーザーの発言を検索 + + + 434, 17 + + + 196, 270 + + + ContextMenuStrip4 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + 59, 20 + + + 403, 76 + + + 6 + + + PostBrowser + + + System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 3 + + + 195, 22 + + + 選択文字列で検索(&S) + + + 180, 22 + + + Google(&G) + + + 180, 22 + + + Wikipedia(&W) + + + 180, 22 + + + Twitter検索(&Y) + + + 180, 22 + + + Twitter Search(&S) + + + 180, 22 + + + 現在のタブ(&L) + + + 192, 6 + + + 195, 22 + + + 選択文字列をコピー(&C) + + + False + + + 195, 22 + + + URLをコピー(&U) + + + 195, 22 + + + すべて選択(&A) + + + 192, 6 + + + 195, 22 + + + フォローする(&F) + + + 195, 22 + + + フォロー解除(&N) + + + 195, 22 + + + 相互フォロー状態表示(&R) + + + 195, 22 + + + プロフィール表示 + + + 195, 22 + + + このユーザーの発言を検索 + + + 192, 6 + + + 195, 22 - - ToolStripContainer1 + + ID振分ルール作成(&I) - - 2 + + 192, 6 - - 469, 353 + + 195, 22 - - 0 + + ハッシュタグを固定(&H) - - ToolStripContainer1 + + 85, 22 - - 0, 0 - - - None + + ファイル(&F) - 168, 22 + 189, 22 設定(&O) - 165, 6 + 186, 6 - 168, 22 + 189, 22 ファイル保存(&S) - 165, 6 + 186, 6 - 168, 22 + 189, 22 新着通知(&Q) - 168, 22 + 189, 22 サウンド再生(&P) - 168, 22 + 189, 22 新着時リスト固定(&L) - 165, 6 + 186, 6 - 168, 22 + 189, 22 終了(&X) - - 66, 20 + + 61, 22 - - ファイル(&F) + + 編集(&E) - 225, 22 + 259, 22 タブ削除の取消 - 222, 6 + 256, 6 - 225, 22 + 259, 22 コピー(STOT形式テキスト)(&C) - 225, 22 + 259, 22 コピー(ステータスURL)(&S) - 222, 6 + 256, 6 Ctrl+F - 225, 22 + 259, 22 検索(&F)... @@ -1183,7 +1285,7 @@ F3 - 225, 22 + 259, 22 次を検索(&X) @@ -1192,34 +1294,34 @@ Shift+F3 - 225, 22 + 259, 22 前を検索(&P) - 222, 6 + 256, 6 Ctrl+Shift+F - 225, 22 + 259, 22 抽出条件入力(&Q) - - 56, 20 + + 63, 22 - - 編集(&E) + + 操作(&O) Ctrl+R - 233, 22 + 267, 22 @返信(&R) @@ -1228,7 +1330,7 @@ Ctrl+Shift+R - 233, 22 + 267, 22 @返信ALL(&E) @@ -1237,7 +1339,7 @@ Ctrl+M - 233, 22 + 267, 22 DM送信(&M) @@ -1246,7 +1348,7 @@ Alt+R - 233, 22 + 267, 22 Re&tweet @@ -1255,7 +1357,7 @@ Alt+Shift+R - 233, 22 + 267, 22 Retweet(U&nofficial) @@ -1264,19 +1366,19 @@ Ctrl+Q - 233, 22 + 267, 22 &Quote - 230, 6 + 264, 6 Ctrl+S - 233, 22 + 267, 22 Fav追加(&F) @@ -1285,7 +1387,7 @@ Ctrl+Shift+S - 233, 22 + 267, 22 Fav削除(&V) @@ -1297,16 +1399,22 @@ Alt+P - 233, 22 + 267, 22 プロフィール表示 + + 267, 22 + + + 開く(&O) + Ctrl+H - 266, 22 + 315, 22 ホームを開く(&H) @@ -1315,7 +1423,7 @@ Ctrl+G - 266, 22 + 315, 22 Favを開く(&G) @@ -1324,7 +1432,7 @@ Ctrl+O - 266, 22 + 315, 22 ステータスを開く(&O) @@ -1333,7 +1441,7 @@ Ctrl+I - 266, 22 + 315, 22 返信元ステータスを開く(&I) @@ -1342,7 +1450,7 @@ Ctrl+Shift+O - 266, 22 + 315, 22 ふぁぼられを開く(&P) @@ -1351,7 +1459,7 @@ Ctrl+E - 266, 22 + 315, 22 発言内URLを開く(&U) @@ -1360,43 +1468,43 @@ Ctrl+Shift+H - 266, 22 + 315, 22 RTした人のホームを開く(&R) - - 233, 22 + + 267, 22 - - 開く(&O) + + 振り分けルール作成(&C) - 199, 22 + 227, 22 タブ振り分けルール作成(&N) - 199, 22 + 227, 22 ID振り分けルール作成(&I) - - 233, 22 + + 264, 6 - - 振り分けルール作成(&C) + + 267, 22 - - 230, 6 + + 未読状態変更(&H) Ctrl+B - 206, 22 + 239, 22 既読にする(&B) @@ -1405,31 +1513,25 @@ Ctrl+Shift+B - 206, 22 + 239, 22 未読にする(&U) - - 233, 22 - - - 未読状態変更(&H) - - 233, 22 + 267, 22 未読へジャンプ(&J) - 230, 6 + 264, 6 Ctrl+A - 233, 22 + 267, 22 全て選択(&A) @@ -1438,7 +1540,7 @@ Ctrl+D - 233, 22 + 267, 22 削除(&D) @@ -1447,7 +1549,7 @@ F5 - 233, 22 + 267, 22 更新(&U) @@ -1456,88 +1558,94 @@ Shift+F5 - 233, 22 + 267, 22 前データを取得(&I) - - 57, 20 + + 62, 22 - - 操作(&O) + + タブ(&T) - 188, 22 + 226, 22 タブ作成(&N)... - 188, 22 + 226, 22 タブ名変更(&R) - 185, 6 + 223, 6 - 188, 22 + 226, 22 未読管理(&U) - 188, 22 + 226, 22 新着通知表示(&Q) - 121, 20 + 121, 26 - 185, 6 + 223, 6 - 188, 22 + 226, 22 振り分けルール編集(&F)... - 185, 6 + 223, 6 - 188, 22 + 226, 22 このタブの発言をクリア(&C) - 185, 6 + 223, 6 Ctrl+W - 188, 22 + 226, 22 タブ削除(&D) - - 49, 20 + + 98, 22 - - タブ(&T) + + その他機能(&C) + + + 280, 22 + + + 入力欄のURLを短縮変換 Ctrl+L - 215, 22 + 242, 22 短縮サービス自動選択 @@ -1546,97 +1654,91 @@ False - 215, 22 + 242, 22 元に戻す - 215, 22 + 242, 22 TinyURL - 215, 22 + 242, 22 is.gd - 215, 22 + 242, 22 twurl.nl - 215, 22 + 242, 22 u.nu - 215, 22 + 242, 22 bit.ly - 215, 22 + 242, 22 j.mp - - 237, 22 - - - 入力欄のURLを短縮変換 - - 237, 22 + 280, 22 片思いユーザーリスト取得 - 234, 6 + 277, 6 - 237, 22 + 280, 22 フォローする(&F) - 237, 22 + 280, 22 フォロー解除(&N) - 237, 22 + 280, 22 相互フォロー状態表示(&H) - 234, 6 + 277, 6 - 237, 22 + 280, 22 自プロフィール簡易表示 - 234, 6 + 277, 6 Ctrl+Shift+T - 237, 22 + 280, 22 ハッシュタグ自動付加 @@ -1645,73 +1747,61 @@ Ctrl+T - 237, 22 + 280, 22 ハッシュタグ設定 - 237, 22 + 280, 22 この発言のRetweet回数を確認 - - 88, 20 + + 75, 22 - - その他機能(&C) + + ヘルプ(&H) F1 - 191, 22 + 227, 22 Tweenまとめサイト(&H) - 188, 6 + 224, 6 - 191, 22 + 227, 22 最新版の取得(&G) - 188, 6 + 224, 6 - 191, 22 + 227, 22 API情報 - 188, 6 + 224, 6 - 191, 22 + 227, 22 Tweenについて(&A)... - - 159, 22 - - - PostClassのダンプ - - - 159, 22 - - - TraceOut出力 - - 191, 22 + 227, 22 デバッグモード @@ -1719,63 +1809,30 @@ False - - 62, 20 - - - ヘルプ(&H) - - - 0, 0 - - - 469, 24 - - - 0 - - - MenuStrip1 - - - MenuStrip1 - - - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripContainer1.TopToolStripPanel - - - 0 - - - ToolStripContainer1.TopToolStripPanel - - - System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripContainer1 - - - 3 - - - ToolStripContainer1 + + 179, 22 - - System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + PostClassのダンプ - - $this + + 179, 22 - - 7 + + TraceOut出力 163, 54 + + 183, 396 + + + ContextMenuStrip2 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 182, 22 @@ -1833,93 +1890,93 @@ プロフィール表示 + + 182, 22 + + + 開く(&O) + - 198, 22 + 230, 22 ホームを開く(&H) - 198, 22 + 230, 22 Favを開く(&G) - 198, 22 + 230, 22 ステータスを開く(&O) - 198, 22 + 230, 22 返信元ステータスを開く(&I) - 198, 22 + 230, 22 ふぁぼられを開く(&P) - 198, 22 + 230, 22 発言内URLを開く(&U) - 198, 22 + 230, 22 RTした人のホームを開く(&R) - + 182, 22 - - 開く(&O) + + 振り分けルール作成(&C) - 205, 22 + 239, 22 タブ振り分けルール作成(&N)... - 205, 22 + 239, 22 ID振り分けルール作成... - - 182, 22 - - - 振り分けルール作成(&C) - 179, 6 + + 182, 22 + + + 未読状態変更(&H) + - 138, 22 + 154, 22 既読にする(&B) - 138, 22 + 154, 22 未読にする - - 182, 22 - - - 未読状態変更(&H) - 182, 22 @@ -1953,18 +2010,18 @@ 前データを取得(&I) - - 183, 396 + + 17, 54 + + + 169, 154 - - ContextMenuStrip2 + + ContextMenuStrip1 - + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 54 - 168, 22 @@ -2013,15 +2070,6 @@ 終了(&X) - - 169, 154 - - - ContextMenuStrip1 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 586, 17 diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 741ae0c7..c7cc5e1a 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -4264,7 +4264,8 @@ RETRY: '件数関連の場合、タイトル即時書き換え If SettingDialog.DispLatestPost <> DispTitleEnum.None AndAlso _ SettingDialog.DispLatestPost <> DispTitleEnum.Post AndAlso _ - SettingDialog.DispLatestPost <> DispTitleEnum.Ver Then + SettingDialog.DispLatestPost <> DispTitleEnum.Ver AndAlso _ + SettingDialog.DispLatestPost <> DispTitleEnum.OwnStatus Then SetMainWindowTitle() End If If Not StatusLabelUrl.Text.StartsWith("http") Then SetStatusLabel() @@ -6301,9 +6302,11 @@ RETRY: Dim ur As Integer = 0 Dim al As Integer = 0 Static myVer As String = fileVersion + Static followers As Long = 0 If SettingDialog.DispLatestPost <> DispTitleEnum.None AndAlso _ SettingDialog.DispLatestPost <> DispTitleEnum.Post AndAlso _ - SettingDialog.DispLatestPost <> DispTitleEnum.Ver Then + SettingDialog.DispLatestPost <> DispTitleEnum.Ver AndAlso _ + SettingDialog.DispLatestPost <> DispTitleEnum.OwnStatus Then For Each key As String In _statuses.Tabs.Keys ur += _statuses.Tabs(key).UnreadCount al += _statuses.Tabs(key).AllCount @@ -6327,6 +6330,9 @@ RETRY: ttl.AppendFormat(My.Resources.SetMainWindowTitleText3, ur, _statuses.GetTabByType(TabUsageType.Mentions).UnreadCount + _statuses.GetTabByType(TabUsageType.DirectMessage).UnreadCount) Case DispTitleEnum.UnreadCountAllCount ttl.AppendFormat(My.Resources.SetMainWindowTitleText4, ur, al) + Case DispTitleEnum.OwnStatus + If followers = 0 AndAlso tw.FollowersCount > 0 Then followers = tw.FollowersCount + ttl.AppendFormat(My.Resources.OwnStatusTitle, tw.StatusesCount, tw.FriendsCount, tw.FollowersCount, tw.FollowersCount - followers) End Select Try -- 2.11.0