25 lines
304 B
C
25 lines
304 B
C
|
#pragma once
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
// C runtime header
|
||
|
#include <stdlib.h>
|
||
|
#include <malloc.h>
|
||
|
#include <memory.h>
|
||
|
#include <tchar.h>
|
||
|
|
||
|
// base header
|
||
|
#include "base/base.h"
|
||
|
#include "serial_port.h"
|
||
|
// duilib
|
||
|
#include "duilib/UIlib.h"
|
||
|
|
||
|
|
||
|
class TcpclientForm : public ui::ChildBox
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|