#include <xtd/forms/application>
#include <xtd/forms/panel>
#include <xtd/forms/form>
class form1 :
public form {
public:
form1() {
client_size({640, 480});
panel1.parent(*this);
panel1.location({10, 10});
panel1.size({305, 460});
panel2.parent(*this);
panel2.location({325, 10});
panel2.size({305, 460});
}
private:
};
auto main() -> int {
}
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for conv...
Definition basic_string_builder.hpp:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8