Updated dutch translation
[novacoin.git] / uibase.h
1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Dec 21 2009)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO "NOT" EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7
8 #ifndef __uibase__
9 #define __uibase__
10
11 #include <wx/intl.h>
12
13 #include <wx/string.h>
14 #include <wx/bitmap.h>
15 #include <wx/image.h>
16 #include <wx/icon.h>
17 #include <wx/menu.h>
18 #include <wx/gdicmn.h>
19 #include <wx/font.h>
20 #include <wx/colour.h>
21 #include <wx/settings.h>
22 #include <wx/toolbar.h>
23 #include <wx/statusbr.h>
24 #include <wx/stattext.h>
25 #include <wx/textctrl.h>
26 #include <wx/button.h>
27 #include <wx/sizer.h>
28 #include <wx/choice.h>
29 #include <wx/listctrl.h>
30 #include <wx/panel.h>
31 #include <wx/notebook.h>
32 #include <wx/frame.h>
33 #include <wx/html/htmlwin.h>
34 #include <wx/dialog.h>
35 #include <wx/listbox.h>
36 #include <wx/checkbox.h>
37 #include <wx/spinctrl.h>
38 #include <wx/scrolwin.h>
39 #include <wx/statbmp.h>
40
41 ///////////////////////////////////////////////////////////////////////////
42
43 #define wxID_MAINFRAME 1000
44 #define wxID_OPTIONSGENERATEBITCOINS 1001
45 #define wxID_BUTTONSEND 1002
46 #define wxID_BUTTONRECEIVE 1003
47 #define wxID_TEXTCTRLADDRESS 1004
48 #define wxID_BUTTONNEW 1005
49 #define wxID_BUTTONCOPY 1006
50 #define wxID_PROXYIP 1007
51 #define wxID_PROXYPORT 1008
52 #define wxID_TRANSACTIONFEE 1009
53 #define wxID_TEXTCTRLPAYTO 1010
54 #define wxID_BUTTONPASTE 1011
55 #define wxID_BUTTONADDRESSBOOK 1012
56 #define wxID_TEXTCTRLAMOUNT 1013
57 #define wxID_CHOICETRANSFERTYPE 1014
58 #define wxID_LISTCTRL 1015
59 #define wxID_BUTTONRENAME 1016
60 #define wxID_PANELSENDING 1017
61 #define wxID_LISTCTRLSENDING 1018
62 #define wxID_PANELRECEIVING 1019
63 #define wxID_LISTCTRLRECEIVING 1020
64 #define wxID_BUTTONDELETE 1021
65 #define wxID_BUTTONEDIT 1022
66 #define wxID_TEXTCTRL 1023
67
68 ///////////////////////////////////////////////////////////////////////////////
69 /// Class CMainFrameBase
70 ///////////////////////////////////////////////////////////////////////////////
71 class CMainFrameBase : public wxFrame 
72 {
73         private:
74         
75         protected:
76                 wxMenuBar* m_menubar;
77                 wxMenu* m_menuFile;
78                 wxMenu* m_menuHelp;
79                 wxToolBar* m_toolBar;
80                 
81                 wxStaticText* m_staticText32;
82                 wxButton* m_buttonNew;
83                 wxButton* m_buttonCopy;
84                 
85                 wxStaticText* m_staticText41;
86                 wxStaticText* m_staticTextBalance;
87                 
88                 wxChoice* m_choiceFilter;
89                 wxNotebook* m_notebook;
90                 wxPanel* m_panel9;
91                 wxPanel* m_panel91;
92                 wxPanel* m_panel92;
93                 wxPanel* m_panel93;
94                 
95                 // Virtual event handlers, overide them in your derived class
96                 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
97                 virtual void OnIconize( wxIconizeEvent& event ) { event.Skip(); }
98                 virtual void OnIdle( wxIdleEvent& event ) { event.Skip(); }
99                 virtual void OnMouseEvents( wxMouseEvent& event ) { event.Skip(); }
100                 virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
101                 virtual void OnMenuFileExit( wxCommandEvent& event ) { event.Skip(); }
102                 virtual void OnMenuOptionsGenerate( wxCommandEvent& event ) { event.Skip(); }
103                 virtual void OnUpdateUIOptionsGenerate( wxUpdateUIEvent& event ) { event.Skip(); }
104                 virtual void OnMenuOptionsChangeYourAddress( wxCommandEvent& event ) { event.Skip(); }
105                 virtual void OnMenuOptionsOptions( wxCommandEvent& event ) { event.Skip(); }
106                 virtual void OnMenuHelpAbout( wxCommandEvent& event ) { event.Skip(); }
107                 virtual void OnButtonSend( wxCommandEvent& event ) { event.Skip(); }
108                 virtual void OnButtonAddressBook( wxCommandEvent& event ) { event.Skip(); }
109                 virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
110                 virtual void OnMouseEventsAddress( wxMouseEvent& event ) { event.Skip(); }
111                 virtual void OnSetFocusAddress( wxFocusEvent& event ) { event.Skip(); }
112                 virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
113                 virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
114                 virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
115                 virtual void OnListColBeginDrag( wxListEvent& event ) { event.Skip(); }
116                 virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
117                 virtual void OnPaintListCtrl( wxPaintEvent& event ) { event.Skip(); }
118                 
119         
120         public:
121                 wxMenu* m_menuOptions;
122                 wxStatusBar* m_statusBar;
123                 wxTextCtrl* m_textCtrlAddress;
124                 wxListCtrl* m_listCtrlAll;
125                 wxListCtrl* m_listCtrlSentReceived;
126                 wxListCtrl* m_listCtrlSent;
127                 wxListCtrl* m_listCtrlReceived;
128                 
129                 CMainFrameBase( wxWindow* parent, wxWindowID id = wxID_MAINFRAME, const wxString& title = _("Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 723,484 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
130                 ~CMainFrameBase();
131         
132 };
133
134 ///////////////////////////////////////////////////////////////////////////////
135 /// Class CTxDetailsDialogBase
136 ///////////////////////////////////////////////////////////////////////////////
137 class CTxDetailsDialogBase : public wxDialog 
138 {
139         private:
140         
141         protected:
142                 wxHtmlWindow* m_htmlWin;
143                 wxButton* m_buttonOK;
144                 
145                 // Virtual event handlers, overide them in your derived class
146                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
147                 
148         
149         public:
150                 
151                 CTxDetailsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Transaction Details"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 620,450 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
152                 ~CTxDetailsDialogBase();
153         
154 };
155
156 ///////////////////////////////////////////////////////////////////////////////
157 /// Class COptionsDialogBase
158 ///////////////////////////////////////////////////////////////////////////////
159 class COptionsDialogBase : public wxDialog 
160 {
161         private:
162         
163         protected:
164                 wxListBox* m_listBox;
165                 wxScrolledWindow* m_scrolledWindow;
166                 wxPanel* m_panelMain;
167                 
168                 wxCheckBox* m_checkBoxLimitProcessors;
169                 wxSpinCtrl* m_spinCtrlLimitProcessors;
170                 wxStaticText* m_staticText35;
171                 wxCheckBox* m_checkBoxStartOnSystemStartup;
172                 wxCheckBox* m_checkBoxMinimizeToTray;
173                 wxCheckBox* m_checkBoxMinimizeOnClose;
174                 wxCheckBox* m_checkBoxUseProxy;
175                 
176                 wxStaticText* m_staticTextProxyIP;
177                 wxTextCtrl* m_textCtrlProxyIP;
178                 wxStaticText* m_staticTextProxyPort;
179                 wxTextCtrl* m_textCtrlProxyPort;
180                 
181                 wxStaticText* m_staticText32;
182                 wxStaticText* m_staticText31;
183                 wxTextCtrl* m_textCtrlTransactionFee;
184                 wxPanel* m_panelTest2;
185                 
186                 wxStaticText* m_staticText321;
187                 wxStaticText* m_staticText69;
188                 wxButton* m_buttonOK;
189                 wxButton* m_buttonCancel;
190                 wxButton* m_buttonApply;
191                 
192                 // Virtual event handlers, overide them in your derived class
193                 virtual void OnListBox( wxCommandEvent& event ) { event.Skip(); }
194                 virtual void OnCheckBoxLimitProcessors( wxCommandEvent& event ) { event.Skip(); }
195                 virtual void OnCheckBoxMinimizeToTray( wxCommandEvent& event ) { event.Skip(); }
196                 virtual void OnCheckBoxUseProxy( wxCommandEvent& event ) { event.Skip(); }
197                 virtual void OnKillFocusProxy( wxFocusEvent& event ) { event.Skip(); }
198                 virtual void OnKillFocusTransactionFee( wxFocusEvent& event ) { event.Skip(); }
199                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
200                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
201                 virtual void OnButtonApply( wxCommandEvent& event ) { event.Skip(); }
202                 
203         
204         public:
205                 
206                 COptionsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 540,360 ), long style = wxDEFAULT_DIALOG_STYLE );
207                 ~COptionsDialogBase();
208         
209 };
210
211 ///////////////////////////////////////////////////////////////////////////////
212 /// Class CAboutDialogBase
213 ///////////////////////////////////////////////////////////////////////////////
214 class CAboutDialogBase : public wxDialog 
215 {
216         private:
217         
218         protected:
219                 wxStaticBitmap* m_bitmap;
220                 
221                 wxStaticText* m_staticText40;
222                 
223                 wxStaticText* m_staticTextMain;
224                 
225                 
226                 wxButton* m_buttonOK;
227                 
228                 // Virtual event handlers, overide them in your derived class
229                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
230                 
231         
232         public:
233                 wxStaticText* m_staticTextVersion;
234                 
235                 CAboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About Bitcoin"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 532,333 ), long style = wxDEFAULT_DIALOG_STYLE );
236                 ~CAboutDialogBase();
237         
238 };
239
240 ///////////////////////////////////////////////////////////////////////////////
241 /// Class CSendDialogBase
242 ///////////////////////////////////////////////////////////////////////////////
243 class CSendDialogBase : public wxDialog 
244 {
245         private:
246         
247         protected:
248                 
249                 
250                 wxStaticText* m_staticTextInstructions;
251                 
252                 wxStaticBitmap* m_bitmapCheckMark;
253                 wxStaticText* m_staticText36;
254                 wxTextCtrl* m_textCtrlAddress;
255                 wxButton* m_buttonPaste;
256                 wxButton* m_buttonAddress;
257                 wxStaticText* m_staticText19;
258                 wxTextCtrl* m_textCtrlAmount;
259                 wxStaticText* m_staticText20;
260                 wxChoice* m_choiceTransferType;
261                 
262                 
263                 
264                 wxButton* m_buttonSend;
265                 wxButton* m_buttonCancel;
266                 
267                 // Virtual event handlers, overide them in your derived class
268                 virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
269                 virtual void OnTextAddress( wxCommandEvent& event ) { event.Skip(); }
270                 virtual void OnButtonPaste( wxCommandEvent& event ) { event.Skip(); }
271                 virtual void OnButtonAddressBook( wxCommandEvent& event ) { event.Skip(); }
272                 virtual void OnKillFocusAmount( wxFocusEvent& event ) { event.Skip(); }
273                 virtual void OnButtonSend( wxCommandEvent& event ) { event.Skip(); }
274                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
275                 
276         
277         public:
278                 
279                 CSendDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Send Coins"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 498,157 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
280                 ~CSendDialogBase();
281         
282 };
283
284 ///////////////////////////////////////////////////////////////////////////////
285 /// Class CSendingDialogBase
286 ///////////////////////////////////////////////////////////////////////////////
287 class CSendingDialogBase : public wxDialog 
288 {
289         private:
290         
291         protected:
292                 wxStaticText* m_staticTextSending;
293                 wxTextCtrl* m_textCtrlStatus;
294                 
295                 wxButton* m_buttonOK;
296                 wxButton* m_buttonCancel;
297                 
298                 // Virtual event handlers, overide them in your derived class
299                 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
300                 virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
301                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
302                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
303                 
304         
305         public:
306                 
307                 CSendingDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sending..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 442,151 ), long style = wxDEFAULT_DIALOG_STYLE );
308                 ~CSendingDialogBase();
309         
310 };
311
312 ///////////////////////////////////////////////////////////////////////////////
313 /// Class CYourAddressDialogBase
314 ///////////////////////////////////////////////////////////////////////////////
315 class CYourAddressDialogBase : public wxDialog 
316 {
317         private:
318         
319         protected:
320                 
321                 wxStaticText* m_staticText45;
322                 wxListCtrl* m_listCtrl;
323                 
324                 wxButton* m_buttonRename;
325                 wxButton* m_buttonNew;
326                 wxButton* m_buttonCopy;
327                 wxButton* m_buttonOK;
328                 wxButton* m_buttonCancel;
329                 
330                 // Virtual event handlers, overide them in your derived class
331                 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
332                 virtual void OnListEndLabelEdit( wxListEvent& event ) { event.Skip(); }
333                 virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
334                 virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
335                 virtual void OnButtonRename( wxCommandEvent& event ) { event.Skip(); }
336                 virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
337                 virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
338                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
339                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
340                 
341         
342         public:
343                 
344                 CYourAddressDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Your Bitcoin Addresses"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
345                 ~CYourAddressDialogBase();
346         
347 };
348
349 ///////////////////////////////////////////////////////////////////////////////
350 /// Class CAddressBookDialogBase
351 ///////////////////////////////////////////////////////////////////////////////
352 class CAddressBookDialogBase : public wxDialog 
353 {
354         private:
355         
356         protected:
357                 wxNotebook* m_notebook;
358                 wxPanel* m_panelSending;
359                 
360                 wxStaticText* m_staticText55;
361                 wxListCtrl* m_listCtrlSending;
362                 wxPanel* m_panelReceiving;
363                 
364                 wxStaticText* m_staticText45;
365                 
366                 wxListCtrl* m_listCtrlReceiving;
367                 
368                 wxButton* m_buttonDelete;
369                 wxButton* m_buttonCopy;
370                 wxButton* m_buttonEdit;
371                 wxButton* m_buttonNew;
372                 wxButton* m_buttonOK;
373                 
374                 // Virtual event handlers, overide them in your derived class
375                 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
376                 virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
377                 virtual void OnListEndLabelEdit( wxListEvent& event ) { event.Skip(); }
378                 virtual void OnListItemActivated( wxListEvent& event ) { event.Skip(); }
379                 virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
380                 virtual void OnButtonDelete( wxCommandEvent& event ) { event.Skip(); }
381                 virtual void OnButtonCopy( wxCommandEvent& event ) { event.Skip(); }
382                 virtual void OnButtonEdit( wxCommandEvent& event ) { event.Skip(); }
383                 virtual void OnButtonNew( wxCommandEvent& event ) { event.Skip(); }
384                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
385                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
386                 
387         
388         public:
389                 wxButton* m_buttonCancel;
390                 
391                 CAddressBookDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Address Book"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 610,390 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
392                 ~CAddressBookDialogBase();
393         
394 };
395
396 ///////////////////////////////////////////////////////////////////////////////
397 /// Class CGetTextFromUserDialogBase
398 ///////////////////////////////////////////////////////////////////////////////
399 class CGetTextFromUserDialogBase : public wxDialog 
400 {
401         private:
402         
403         protected:
404                 
405                 wxStaticText* m_staticTextMessage1;
406                 wxTextCtrl* m_textCtrl1;
407                 wxStaticText* m_staticTextMessage2;
408                 wxTextCtrl* m_textCtrl2;
409                 
410                 
411                 wxButton* m_buttonOK;
412                 wxButton* m_buttonCancel;
413                 
414                 // Virtual event handlers, overide them in your derived class
415                 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
416                 virtual void OnKeyDown( wxKeyEvent& event ) { event.Skip(); }
417                 virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
418                 virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
419                 
420         
421         public:
422                 
423                 CGetTextFromUserDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 440,138 ), long style = wxDEFAULT_DIALOG_STYLE );
424                 ~CGetTextFromUserDialogBase();
425         
426 };
427
428 #endif //__uibase__