diff --git a/Contrib/UIs/UI Holder/resource.rc b/Contrib/UIs/UI Holder/resource.rc index b8bd59e4..7b15a421 100644 --- a/Contrib/UIs/UI Holder/resource.rc +++ b/Contrib/UIs/UI Holder/resource.rc @@ -32,7 +32,7 @@ BEGIN ICON IDI_ICON2,IDC_ULICON,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,105 + WS_TABSTOP | 0x804,0,24,266,105 END IDD_LICENSE_FSRB DIALOG DISCARDABLE 0, 0, 266, 130 @@ -42,7 +42,7 @@ BEGIN ICON IDI_ICON2,1031,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,85 + WS_TABSTOP | 0x804,0,24,266,85 CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,0,120,266,9 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTORADIOBUTTON | @@ -55,8 +55,8 @@ FONT 8, "MS Shell Dlg" BEGIN ICON IDI_ICON2,1031,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 - CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,95 + CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | + WS_TABSTOP | 0x804,0,24,266,95 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,120,266,9 END diff --git a/Contrib/UIs/default.exe b/Contrib/UIs/default.exe index 4fe5b8dd..e7315088 100755 Binary files a/Contrib/UIs/default.exe and b/Contrib/UIs/default.exe differ diff --git a/Contrib/UIs/modern.exe b/Contrib/UIs/modern.exe index c64adc16..ddf10632 100644 Binary files a/Contrib/UIs/modern.exe and b/Contrib/UIs/modern.exe differ diff --git a/Contrib/UIs/sdbarker_tiny.exe b/Contrib/UIs/sdbarker_tiny.exe index 0f4a99bf..e8816023 100644 Binary files a/Contrib/UIs/sdbarker_tiny.exe and b/Contrib/UIs/sdbarker_tiny.exe differ diff --git a/Source/exehead/resource.rc b/Source/exehead/resource.rc index b8c3eeb9..38dfd9cf 100644 --- a/Source/exehead/resource.rc +++ b/Source/exehead/resource.rc @@ -38,7 +38,7 @@ BEGIN ICON IDI_ICON2,IDC_ULICON,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,105 + WS_TABSTOP | 0x804,0,24,266,105 END #endif @@ -54,7 +54,7 @@ BEGIN ICON IDI_ICON2,1031,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,85 + WS_TABSTOP | 0x804,0,24,266,85 CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,0,120,266,9 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTORADIOBUTTON | @@ -74,7 +74,7 @@ BEGIN ICON IDI_ICON2,1031,0,0,22,20 LTEXT "",IDC_INTROTEXT,25,0,241,23 CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL | - 0x804,0,24,266,95 + WS_TABSTOP | 0x804,0,24,266,95 CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,120,266,9 END