This commit is contained in:
Wiesław Šoltés 2020-09-22 20:27:57 +02:00
Родитель b2ef27ba52
Коммит 626ec7ef86
40 изменённых файлов: 40 добавлений и 157 удалений

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Wiesław Šoltés
Copyright (c) Wiesław Šoltés
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyButton.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyComboBox.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyComboBoxEdit.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define WM_MY_EN_CHANGE WM_USER + 0x20

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyDialogEx.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyEdit.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyHyperlink.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#ifndef IDC_HAND
#define IDC_HAND MAKEINTRESOURCE(32649)

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyListCtrl.h"
#include <afxpriv.h>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define WM_ITEMCHANGED (WM_USER + 0x20)

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyProgressCtrl.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MySliderCtrl.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MySpinButtonCtrl.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyStatic.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"
#include "MyStatusBarCtrl.h"
namespace controls

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
namespace controls
{

Просмотреть файл

@ -1,4 +1 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "StdAfx.h"
#include "StdAfx.h"

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#ifndef _SECURE_ATL
#define _SECURE_ATL 1

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <vector>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <functional>
#include <string>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <vector>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <vector>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <algorithm>
#include <cctype>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <functional>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#include <string>
#include <chrono>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#if defined(_WIN32) || defined(_WIN64)
#define WIN32_LEAN_AND_MEAN

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.