tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

resource.rc (449B)


      1 // This Source Code Form is subject to the terms of the Mozilla Public
      2 // License, v. 2.0.If a copy of the MPL was not distributed with this
      3 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 #include "resource.h"
      6 #include "afxres.h"
      7 
      8 // The size of this dialog is a placeholder;
      9 // it's going to get resized to fit its parent.
     10 IDD_DIALOG1 DIALOGEX 0, 0, 1, 1
     11 STYLE DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS
     12 FONT 8, "MS Shell Dlg"
     13 BEGIN
     14 END