https://github.com/virtualagc/virtualagc
Revision aefc1664da95b73bfb4b3a81026343b28693d531 authored by Mike Stewart on 24 December 2020, 06:58:42 UTC, committed by Mike Stewart on 24 December 2020, 06:58:42 UTC
1 parent 4d7510c
Raw File
Tip revision: aefc1664da95b73bfb4b3a81026343b28693d531 authored by Mike Stewart on 24 December 2020, 06:58:42 UTC
Comanche 45: implemented a fix for anomaly COM-4 that gives the correct checksums and the correct word count
Tip revision: aefc166
MessageBox.h
// -*- C++ -*- generated by wxGlade 0.6.3 on Thu Mar 26 15:34:04 2009

#include <wx/wx.h>
#include <wx/image.h>
// begin wxGlade: ::dependencies
// end wxGlade


#ifndef MESSAGEBOX_H
#define MESSAGEBOX_H


// begin wxGlade: ::extracode
// end wxGlade



class MyFrameClass: public wxFrame {
public:
    // begin wxGlade: MyFrameClass::ids
    // end wxGlade

    MyFrameClass(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE);

private:
    // begin wxGlade: MyFrameClass::methods
    void set_properties();
    void do_layout();
    // end wxGlade

public:
    // begin wxGlade: MyFrameClass::attributes
    wxTextCtrl* Text;
    wxPanel* panel_1;
    // end wxGlade
}; // wxGlade: end class

class MyFrame: public wxFrame {
public:
// content of this block (ids) not found: did you rename this class?

    MyFrame(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE);

private:
    void set_properties();
    void do_layout();

protected:
// content of this block (attributes) not found: did you rename this class?
}; // wxGlade: end class


#endif // MESSAGEBOX_H
back to top