-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwxcrafter.h
189 lines (178 loc) · 7.23 KB
/
wxcrafter.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: wxcrafter.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
#ifndef _FS_FAS_LAUNCHER_WXCRAFTER_BASE_CLASSES_H
#define _FS_FAS_LAUNCHER_WXCRAFTER_BASE_CLASSES_H
#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/timer.h>
#include <wx/app.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/frame.h>
#include <wx/iconbndl.h>
#include <wx/artprov.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <wx/defs.h>
#include <wx/msgdlg.h>
#include <wx/txtstrm.h>
#include <wx/statbox.h>
#include <wx/listbox.h>
#include <wx/collpane.h>
#include <wx/stattext.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/spinctrl.h>
#include <wx/statline.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include "wx/process.h"
#include <wx/spinbutt.h>
#include <wx/button.h>
#include <wx/menu.h>
#include <wx/textdlg.h>
#include <wx/filefn.h>
#include <wx/dir.h>
#include <wx/stdpaths.h>
#if wxVERSION_NUMBER >= 2900
#include <wx/persist.h>
#include <wx/persist/toplevel.h>
#include <wx/persist/bookctrl.h>
#include <wx/persist/treebook.h>
#endif
#ifdef WXC_FROM_DIP
#undef WXC_FROM_DIP
#endif
#if wxVERSION_NUMBER >= 3100
#define WXC_FROM_DIP(x) wxWindow::FromDIP(x, NULL)
#else
#define WXC_FROM_DIP(x) x
#endif
class MainFrameBaseClass : public wxFrame
{
protected:
wxPanel* mainPanel;
wxListBox* sessionsListBox;
wxCollapsiblePane* m_collPane194;
wxStaticText* DeviceStaticText;
wxChoice* m_choice52;
wxStaticText* m_staticText62;
wxChoice* m_choice56;
wxStaticText* m_staticText66;
wxSpinCtrl* m_spinCtrl64;
wxStaticText* m_staticText58;
wxSpinCtrl* m_spinCtrlChannels;
wxStaticLine* m_staticLine94;
wxCheckBox* m_checkBox96;
wxCollapsiblePane* m_collPane176;
wxStaticText* m_staticText70;
wxTextCtrl* m_textCtrl72;
wxStaticText* m_staticText74;
wxSpinCtrl* m_spinCtrl86;
wxStaticText* m_staticText98;
wxSpinCtrl* m_spinButton100;
wxStaticLine* m_staticLine92;
wxCheckBox* m_checkBox90;
wxCollapsiblePane* m_collPane188;
wxStaticText* m_staticText106;
wxSpinCtrlDouble* m_spinButton108;
wxStaticText* m_staticTextSInter;
wxSpinCtrlDouble* m_spinButtonSInter;
wxStaticText* m_staticText222;
wxTextCtrl* m_textCtrl224;
wxStaticText* m_staticTextGrDensity;
wxSpinCtrl* m_spinCtrlGrDensity;
// OSC
wxCollapsiblePane* m_oscPanel;
wxCheckBox* m_oscCheckBox;
wxStaticText* m_oscIpText;
wxTextCtrl* m_oscIpTextCtrl;
wxStaticText* m_oscPortText;
wxSpinCtrl* m_oscPortSpinButton;
//
wxCheckBox* m_fasLaunchCk;
wxCollapsiblePane* m_collPane192;
wxStaticText* m_staticText1105;
wxSpinCtrl* m_spinButton1126;
wxStaticText* m_staticText1147;
wxSpinCtrl* m_spinButton1168;
wxStaticText* m_staticText1189;
wxSpinCtrl* m_spinButton12010;
wxButton* m_button136;
wxButton* m_button139;
wxButton* m_button229;
wxButton* m_button231;
wxButton* m_button233;
wxMenuBar* m_menuBar;
wxMenu* m_name6;
wxMenuItem* m_menuItem7;
wxMenu* m_name8;
wxMenuItem* m_menuItem9;
wxMenuItem* m_menuItem184;
wxMenuItem* m_menuItem182;
protected:
virtual void OnExit(wxCommandEvent& event) { event.Skip(); }
virtual void OnDocumentation(wxCommandEvent& event) { event.Skip(); }
virtual void OnAbout(wxCommandEvent& event) { event.Skip(); }
virtual void OnDeviceSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnAddSessionClicked(wxCommandEvent& event) { event.Skip(); }
virtual void OnDelSessionClicked(wxCommandEvent& event) { event.Skip(); }
virtual void OnLaunchFASClicked(wxCommandEvent& event) { event.Skip(); }
virtual void OnSaveAsDefaultClicked(wxCommandEvent& event) { event.Skip(); }
virtual void OnSessionSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnSessionDblClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnSettingsChanged(wxCommandEvent& event) { event.Skip(); }
public:
wxListBox* GetSessionsListBox() { return sessionsListBox; }
wxStaticText* GetDeviceStaticText() { return DeviceStaticText; }
wxChoice* GetChoice52() { return m_choice52; }
wxStaticText* GetStaticText62() { return m_staticText62; }
wxChoice* GetChoice56() { return m_choice56; }
wxStaticText* GetStaticText66() { return m_staticText66; }
wxSpinCtrl* GetSpinCtrl64() { return m_spinCtrl64; }
wxStaticText* GetStaticText58() { return m_staticText58; }
wxSpinCtrl* GetChannelsChoice() { return m_spinCtrlChannels; }
wxStaticLine* GetStaticLine94() { return m_staticLine94; }
wxCheckBox* GetCheckBox96() { return m_checkBox96; }
wxCollapsiblePane* GetCollPane194() { return m_collPane194; }
wxStaticText* GetStaticText70() { return m_staticText70; }
wxTextCtrl* GetTextCtrl72() { return m_textCtrl72; }
wxStaticText* GetStaticText74() { return m_staticText74; }
wxSpinCtrl* GetSpinCtrl86() { return m_spinCtrl86; }
wxSpinCtrl* GetSpinCtrlGrDensity() { return m_spinCtrlGrDensity; }
wxStaticText* GetStaticText98() { return m_staticText98; }
wxSpinCtrl* GetSpinButton100() { return m_spinButton100; }
wxStaticLine* GetStaticLine92() { return m_staticLine92; }
wxCheckBox* GetCheckBox90() { return m_checkBox90; }
wxCollapsiblePane* GetCollPane176() { return m_collPane176; }
wxStaticText* GetStaticText106() { return m_staticText106; }
wxSpinCtrlDouble* GetSpinButton108() { return m_spinButton108; }
wxSpinCtrlDouble* GetSpinButtonSInter() { return m_spinButtonSInter; }
wxStaticText* GetStaticText222() { return m_staticText222; }
wxTextCtrl* GetTextCtrl224() { return m_textCtrl224; }
wxCollapsiblePane* GetCollPane188() { return m_collPane188; }
wxStaticText* GetStaticText1105() { return m_staticText1105; }
wxSpinCtrl* GetSpinButton1126() { return m_spinButton1126; }
wxStaticText* GetStaticText1147() { return m_staticText1147; }
wxSpinCtrl* GetSpinButton1168() { return m_spinButton1168; }
wxStaticText* GetStaticText1189() { return m_staticText1189; }
wxSpinCtrl* GetSpinButton12010() { return m_spinButton12010; }
wxCollapsiblePane* GetCollPane192() { return m_collPane192; }
wxButton* GetButton136() { return m_button136; }
wxButton* GetButton229() { return m_button229; }
wxButton* GetButton231() { return m_button231; }
wxButton* GetButton233() { return m_button233; }
wxPanel* GetMainPanel() { return mainPanel; }
wxMenuBar* GetMenuBar() { return m_menuBar; }
// OSC
wxTextCtrl *GetOscIpTextCtrl() { return m_oscIpTextCtrl; }
wxSpinCtrl* GetOscPortSpinCtrl() { return m_oscPortSpinButton; }
wxCheckBox* GetOscOutCheckBox() { return m_oscCheckBox; }
//
wxCheckBox* GetFasAppLaunchCheckBox() { return m_fasLaunchCk; }
MainFrameBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("FGL: Fragment launcher - https://www.fsynth.com"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,360), long style = wxCAPTION|wxRESIZE_BORDER|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLOSE_BOX);
virtual ~MainFrameBaseClass();
};
#endif