Skip to content

Commit

Permalink
Merge pull request #1829 from beru/dlgjump_6digits
Browse files Browse the repository at this point in the history
「指定行へジャンプ」ダイアログで入力できる桁数を増やす
  • Loading branch information
beru committed May 1, 2022
2 parents 1c6bc82 + 7048b81 commit 07d8b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sakura_core/sakura_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ EXSTYLE WS_EX_CONTEXTHELP
CAPTION "指定行へジャンプ"
FONT 9, "MS Pゴシック", 0, 0, 0x1
BEGIN
LTEXT "行番号(&N)",IDC_STATIC,5,6,34,10
EDITTEXT IDC_EDIT_LINENUM,43,4,40,12
LTEXT "行番号(&N)",IDC_STATIC,5,4,34,10
EDITTEXT IDC_EDIT_LINENUM,40,4,50,12, ES_NUMBER
CONTROL "Spin1",IDC_SPIN_LINENUM,"msctls_updown32",UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,82,4,9,12
CONTROL "折り返し単位の行番号(&R)",IDC_RADIO_LINENUM_LAYOUT,"Button",BS_AUTORADIOBUTTON | WS_GROUP,94,5,97,10
CONTROL "改行単位の行番号(&W)",IDC_RADIO_LINENUM_CRLF,"Button",BS_AUTORADIOBUTTON,94,20,87,10
Expand Down
4 changes: 2 additions & 2 deletions sakura_lang_en_US/sakura_lang_rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ CAPTION "Jump to Line"
FONT 9, "Tahoma", 0, 0, 0x1
BEGIN
LTEXT "Line &Number",IDC_STATIC,5,6,34,8
EDITTEXT IDC_EDIT_LINENUM,43,4,40,12
EDITTEXT IDC_EDIT_LINENUM,34,4,54,12, ES_NUMBER
CONTROL "Spin1",IDC_SPIN_LINENUM,"msctls_updown32",UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,82,4,9,12
CONTROL "Use Layout(&R)",IDC_RADIO_LINENUM_LAYOUT,"Button",BS_AUTORADIOBUTTON | WS_GROUP,94,5,97,10
CONTROL "Use CRLF(&W)",IDC_RADIO_LINENUM_CRLF,"Button",BS_AUTORADIOBUTTON,102,20,87,10
CONTROL "Use CRLF(&W)",IDC_RADIO_LINENUM_CRLF,"Button",BS_AUTORADIOBUTTON,94,20,87,10
CONTROL "&PL/SQL Compiler Error Processing",IDC_CHECK_PLSQL,
"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,50,137,10
LTEXT "Line as a block of &1 Line",IDC_LABEL_PLSQL2,92,66,92,8,NOT WS_GROUP
Expand Down

0 comments on commit 07d8b70

Please sign in to comment.