Skip to content

Commit

Permalink
Merge 3b53e81 into daa7fa9
Browse files Browse the repository at this point in the history
  • Loading branch information
suconbu authored Oct 31, 2020
2 parents daa7fa9 + 3b53e81 commit 33988ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sakura_core/sakura_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ BEGIN
GROUPBOX "結果出力",IDC_STATIC,60,156,68,44,WS_GROUP
CONTROL "該当行(&1)",IDC_RADIO_OUTPUTLINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,68,168,56,8
CONTROL "該当部分(&2)",IDC_RADIO_OUTPUTMARKED,"Button",BS_AUTORADIOBUTTON,68,178,56,8
CONTROL "否該当行(&3)",IDC_RADIO_NOHIT,"Button",BS_AUTORADIOBUTTON,68,188,56,8
GROUPBOX "結果出力形式",IDC_STATIC,132,156,68,44,WS_GROUP
CONTROL "ノーマル(&4)",IDC_RADIO_OUTPUTSTYLE1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,140,168,52,8
CONTROL "ファイル毎(&5)",IDC_RADIO_OUTPUTSTYLE2,"Button",BS_AUTORADIOBUTTON,140,178,52,8
Expand Down
1 change: 0 additions & 1 deletion sakura_lang_en_US/sakura_lang_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ BEGIN
GROUPBOX "Result output",IDC_STATIC,72,160,92,44,WS_GROUP
CONTROL "Matched line (&1)",IDC_RADIO_OUTPUTLINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,80,172,80,8
CONTROL "Matched part (&2)",IDC_RADIO_OUTPUTMARKED,"Button",BS_AUTORADIOBUTTON,80,182,80,8
CONTROL "Not matched line (&3)",IDC_RADIO_NOHIT,"Button",BS_AUTORADIOBUTTON,80,192,80,8
GROUPBOX "Output format",IDC_STATIC,168,160,72,44,WS_GROUP
CONTROL "Normal (&4)",IDC_RADIO_OUTPUTSTYLE1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,176,172,60,8
CONTROL "Each file (&5)",IDC_RADIO_OUTPUTSTYLE2,"Button",BS_AUTORADIOBUTTON,176,182,60,8
Expand Down

0 comments on commit 33988ea

Please sign in to comment.