Skip to content

Commit

Permalink
add setting of serial numbering filenames 9
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 18, 2024
1 parent 035ed0c commit a0c3881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ FONT 9, "Tahoma"
COMBOBOX cmb2, 10, 195, 120, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
LTEXT "Serial numbering filename &2:", -1, 140, 180, 110, 15, SS_CENTERIMAGE | NOT WS_GROUP
COMBOBOX cmb3, 140, 195, 120, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
LTEXT "%Wx%H Size %Y%M%D Date %h%m%s Time %N %1N..%6N Serial\r\n%w Day of week", -1, 10, 210, 250, 20, NOT WS_GROUP
}

IDD_VIEWSETTINGS DIALOG 0, 0, 220, 190
Expand Down
1 change: 1 addition & 0 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,7 @@ FONT 9, "MS UI Gothic"
COMBOBOX cmb2, 10, 195, 120, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
LTEXT "連番ファイル名 &2:", -1, 140, 180, 110, 15, SS_CENTERIMAGE | NOT WS_GROUP
COMBOBOX cmb3, 140, 195, 120, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
LTEXT "%Wx%H サイズ %Y%M%D 年月日 %h%m%s 時刻 %N %1N~%6N 連番 %w 曜日", -1, 10, 210, 250, 20, NOT WS_GROUP
}

IDD_VIEWSETTINGS DIALOG 0, 0, 220, 190
Expand Down

0 comments on commit a0c3881

Please sign in to comment.