Normalize all the line endings

This commit is contained in:
Tino Reichardt
2020-05-31 13:08:03 +02:00
parent d8345ee3b3
commit 9c3c277ad7
1156 changed files with 292304 additions and 292304 deletions

View File

@@ -1,28 +1,28 @@
// SplitDialog.h
#ifndef __SPLIT_DIALOG_H
#define __SPLIT_DIALOG_H
#include "../../../Windows/Control/Dialog.h"
#include "../../../Windows/Control/ComboBox.h"
#include "SplitDialogRes.h"
class CSplitDialog: public NWindows::NControl::CModalDialog
{
NWindows::NControl::CComboBox _pathCombo;
NWindows::NControl::CComboBox _volumeCombo;
virtual void OnOK();
virtual bool OnInit();
virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
void OnButtonSetPath();
public:
UString FilePath;
UString Path;
CRecordVector<UInt64> VolumeSizes;
INT_PTR Create(HWND parentWindow = 0)
{ return CModalDialog::Create(IDD_SPLIT, parentWindow); }
};
#endif
// SplitDialog.h
#ifndef __SPLIT_DIALOG_H
#define __SPLIT_DIALOG_H
#include "../../../Windows/Control/Dialog.h"
#include "../../../Windows/Control/ComboBox.h"
#include "SplitDialogRes.h"
class CSplitDialog: public NWindows::NControl::CModalDialog
{
NWindows::NControl::CComboBox _pathCombo;
NWindows::NControl::CComboBox _volumeCombo;
virtual void OnOK();
virtual bool OnInit();
virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
void OnButtonSetPath();
public:
UString FilePath;
UString Path;
CRecordVector<UInt64> VolumeSizes;
INT_PTR Create(HWND parentWindow = 0)
{ return CModalDialog::Create(IDD_SPLIT, parentWindow); }
};
#endif