-
Notifications
You must be signed in to change notification settings - Fork 0
/
GetBin_DLG.h
50 lines (45 loc) · 1.43 KB
/
GetBin_DLG.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ifndef __GetBin_DLG__
#define __GetBin_DLG__
/**
@file
Subclass of cleanGetBin_DLG, which is generated by wxFormBuilder.
*/
#include "cleanFRM.h"
//// end generated include
/** Implementing cleanGetBin_DLG */
class GetBin_DLG : public cleanGetBin_DLG
{
protected:
// Handlers for cleanGetBin_DLG events.
void GetBin_DLGOnClose( wxCloseEvent& event );
void dOrgName_LBOnSelect( wxCommandEvent& event );
void dBinPath_BOnClick( wxCommandEvent& event );
void dBinBind_BOnClick( wxCommandEvent& event );
void dUseBin_OnClick( wxCommandEvent& event );
void dLoadBin_OnClick( wxCommandEvent& event );
void dSaveBin_OnClick( wxCommandEvent& event );
void dNewBin_OnClick( wxCommandEvent& event );
void dSetBin_OnClick( wxCommandEvent& event );
void dDelBin_OnClick( wxCommandEvent& event );
void dNewRam_BOnClick( wxCommandEvent& event );
void dSetRam_BOnClick( wxCommandEvent& event );
public:
/** Constructor */
GetBin_DLG( wxWindow* parent );
//// end generated class members
xStr dTitle;
xStr dVendor;
xStr dSlash;
// Methods
s8 dNewBin( BIN* bin );
s8 dSetBin( s8 index, BIN* bin );
BIN* dGetBin( s8 index );
BIN* dGetBin( BIN* bin );
BIN* dGetBin( void );
RAM dGetRam( void );
void dShowBin( void );
void dShowRam( void );
void dSaveBin( void );
void dLoadBin( void );
};
#endif // __GetBin_DLG__