~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/configuration/panelesconfiguracionginkgobase.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version May  4 2010)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __panelesconfiguracionginkgobase__
 
9
#define __panelesconfiguracionginkgobase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class BodyPanel;
 
14
class FooterPanel;
 
15
class HeaderPanel;
 
16
class PanelScrollable;
 
17
class SubTitledPanel;
 
18
class SubTitledPanelSeparator;
 
19
class SubTitledPanelSinBorder;
 
20
class TitledPanel;
 
21
class TitledPanelSinBorder;
 
22
 
 
23
#include <wx/panel.h>
 
24
#include <wx/gdicmn.h>
 
25
#include <wx/font.h>
 
26
#include <wx/colour.h>
 
27
#include <wx/settings.h>
 
28
#include <wx/string.h>
 
29
#include <wx/treectrl.h>
 
30
#include <wx/sizer.h>
 
31
#include <wx/splitter.h>
 
32
#include <wx/button.h>
 
33
#include <wx/dialog.h>
 
34
#include <wx/stattext.h>
 
35
#include <wx/textctrl.h>
 
36
#include <wx/combobox.h>
 
37
#include <wx/checkbox.h>
 
38
#include <wx/bitmap.h>
 
39
#include <wx/image.h>
 
40
#include <wx/icon.h>
 
41
#include <wx/statbmp.h>
 
42
#include <wx/treelistctrl/treelistctrl.h>
 
43
#ifdef __VISUALC__
 
44
#include <wx/link_additions.h>
 
45
#endif //__VISUALC__
 
46
#include <wx/spinctrl.h>
 
47
#include <wx/choice.h>
 
48
#include <wx/statbox.h>
 
49
#include <wx/notebook.h>
 
50
#include <wx/listbox.h>
 
51
#include <wx/gauge.h>
 
52
#include <wx/propgrid/propgrid.h>
 
53
#include <wx/propgrid/advprops.h>
 
54
#include <wx/grid.h>
 
55
#include <wx/listctrl.h>
 
56
 
 
57
///////////////////////////////////////////////////////////////////////////
 
58
 
 
59
 
 
60
///////////////////////////////////////////////////////////////////////////////
 
61
/// Class DialogoConfiguracionBase
 
62
///////////////////////////////////////////////////////////////////////////////
 
63
class DialogoConfiguracionBase : public wxDialog 
 
64
{
 
65
        private:
 
66
        
 
67
        protected:
 
68
                HeaderPanel* m_pHeader;
 
69
                BodyPanel* m_pImagePanel;
 
70
                wxSplitterWindow* m_splitter2;
 
71
                wxPanel* m_panel1;
 
72
                wxTreeCtrl* m_pTreeNavegacion;
 
73
                TitledPanelSinBorder* m_pTitledPanelConfig;
 
74
                PanelScrollable* m_pPanelConfig;
 
75
                wxBoxSizer* m_pSizerPaneles;
 
76
                FooterPanel* m_panel3;
 
77
                wxButton* m_button12;
 
78
                wxButton* m_button13;
 
79
                
 
80
                wxButton* m_button8;
 
81
                wxButton* m_button9;
 
82
                wxButton* m_pBAplicar;
 
83
                
 
84
                // Virtual event handlers, overide them in your derived class
 
85
                virtual void OnCambioNodoNavegacion( wxTreeEvent& event ) { event.Skip(); }
 
86
                virtual void OnExportarClick( wxCommandEvent& event ) { event.Skip(); }
 
87
                virtual void OnImportarClick( wxCommandEvent& event ) { event.Skip(); }
 
88
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
89
                virtual void OnCancelarClick( wxCommandEvent& event ) { event.Skip(); }
 
90
                virtual void OnAplicarClick( wxCommandEvent& event ) { event.Skip(); }
 
91
                
 
92
        
 
93
        public:
 
94
                
 
95
                DialogoConfiguracionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Ginkgo CADx Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,565 ), long style = wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER );
 
96
                ~DialogoConfiguracionBase();
 
97
                
 
98
                void m_splitter2OnIdle( wxIdleEvent& )
 
99
                {
 
100
                        m_splitter2->SetSashPosition( 200 );
 
101
                        m_splitter2->Disconnect( wxEVT_IDLE, wxIdleEventHandler( DialogoConfiguracionBase::m_splitter2OnIdle ), NULL, this );
 
102
                }
 
103
        
 
104
};
 
105
 
 
106
///////////////////////////////////////////////////////////////////////////////
 
107
/// Class PanelConfiguracionEstacionBase
 
108
///////////////////////////////////////////////////////////////////////////////
 
109
class PanelConfiguracionEstacionBase : public wxPanel 
 
110
{
 
111
        private:
 
112
        
 
113
        protected:
 
114
                SubTitledPanel* m_panelPhysician;
 
115
                wxStaticText* m_staticText1;
 
116
                wxTextCtrl* m_pMedicoNombre;
 
117
                wxStaticText* m_staticText11;
 
118
                wxTextCtrl* m_pMedicoId;
 
119
                SubTitledPanelSeparator* m_pSep11;
 
120
                SubTitledPanel* m_panelServicio;
 
121
                wxStaticText* m_staticText12;
 
122
                wxTextCtrl* m_pServicioId;
 
123
                wxStaticText* m_staticText39;
 
124
                wxTextCtrl* m_pServicioNombre;
 
125
                SubTitledPanelSeparator* m_pSep1;
 
126
                SubTitledPanel* m_pPanelInstitucion;
 
127
                wxStaticText* m_staticText13;
 
128
                wxTextCtrl* m_pCentroNombre;
 
129
                wxStaticText* m_staticText111;
 
130
                wxTextCtrl* m_pCentroId;
 
131
                
 
132
                // Virtual event handlers, overide them in your derived class
 
133
                virtual void OnTextoCambiado( wxCommandEvent& event ) { event.Skip(); }
 
134
                
 
135
        
 
136
        public:
 
137
                
 
138
                PanelConfiguracionEstacionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
139
                ~PanelConfiguracionEstacionBase();
 
140
        
 
141
};
 
142
 
 
143
///////////////////////////////////////////////////////////////////////////////
 
144
/// Class PanelConfiguracionGeneralBase
 
145
///////////////////////////////////////////////////////////////////////////////
 
146
class PanelConfiguracionGeneralBase : public wxPanel 
 
147
{
 
148
        private:
 
149
        
 
150
        protected:
 
151
                SubTitledPanel* m_pLanguage;
 
152
                wxStaticText* m_staticText34;
 
153
                wxComboBox* m_pComboLanguage;
 
154
                SubTitledPanelSeparator* m_pSep3;
 
155
                SubTitledPanel* m_pUpdate;
 
156
                wxCheckBox* m_pCheckForUpdates;
 
157
                SubTitledPanelSeparator* m_pSep31;
 
158
                SubTitledPanel* m_pPanelDicomDir;
 
159
                wxStaticText* m_staticTextExplicacion;
 
160
                wxStaticText* m_staticText32;
 
161
                wxTextCtrl* m_pDICOMDir;
 
162
                wxButton* m_buttonSeleccionarDICOMDir;
 
163
                wxStaticText* m_pstaticTextAdvertencia;
 
164
                
 
165
                // Virtual event handlers, overide them in your derived class
 
166
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
167
                virtual void OnIdiomaCambiado( wxCommandEvent& event ) { event.Skip(); }
 
168
                virtual void OnCheckForUpdates( wxCommandEvent& event ) { event.Skip(); }
 
169
                virtual void OnTextoCambiado( wxCommandEvent& event ) { event.Skip(); }
 
170
                virtual void OnSeleccionarDirectorio( wxCommandEvent& event ) { event.Skip(); }
 
171
                
 
172
        
 
173
        public:
 
174
                
 
175
                PanelConfiguracionGeneralBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
176
                ~PanelConfiguracionGeneralBase();
 
177
        
 
178
};
 
179
 
 
180
///////////////////////////////////////////////////////////////////////////////
 
181
/// Class PanelConfiguracionPACSBase
 
182
///////////////////////////////////////////////////////////////////////////////
 
183
class PanelConfiguracionPACSBase : public wxPanel 
 
184
{
 
185
        private:
 
186
        
 
187
        protected:
 
188
                SubTitledPanel* m_pPACSLocal;
 
189
                wxStaticText* m_staticTextExplicacion;
 
190
                wxStaticText* m_staticText1;
 
191
                wxTextCtrl* m_pAETLocal;
 
192
                wxStaticText* m_pAETReal;
 
193
                wxStaticBitmap* m_pHelpBitmap;
 
194
                wxStaticText* m_staticText11;
 
195
                wxTextCtrl* m_pPuertoLocal;
 
196
                
 
197
                wxButton* m_pBAdvanced;
 
198
                SubTitledPanelSeparator* m_pSep;
 
199
                SubTitledPanel* m_pPACSServers;
 
200
                wxTreeListCtrl* m_pTreeListPACS;
 
201
                wxButton* m_button3;
 
202
                wxButton* m_pEditButton;
 
203
                wxButton* m_pDelButton;
 
204
                
 
205
                wxButton* m_pDefaultButton;
 
206
                
 
207
                // Virtual event handlers, overide them in your derived class
 
208
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
209
                virtual void OnTextoCambiado( wxCommandEvent& event ) { event.Skip(); }
 
210
                virtual void OnHelpClick( wxMouseEvent& event ) { event.Skip(); }
 
211
                virtual void OnAdvancedLocal( wxCommandEvent& event ) { event.Skip(); }
 
212
                virtual void OnNuevoClick( wxCommandEvent& event ) { event.Skip(); }
 
213
                virtual void OnEditarClick( wxCommandEvent& event ) { event.Skip(); }
 
214
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
215
                virtual void OnSetDefaultClick( wxCommandEvent& event ) { event.Skip(); }
 
216
                
 
217
        
 
218
        public:
 
219
                
 
220
                PanelConfiguracionPACSBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
221
                ~PanelConfiguracionPACSBase();
 
222
        
 
223
};
 
224
 
 
225
///////////////////////////////////////////////////////////////////////////////
 
226
/// Class DialogoEditarCertificadoBase
 
227
///////////////////////////////////////////////////////////////////////////////
 
228
class DialogoEditarCertificadoBase : public wxDialog 
 
229
{
 
230
        private:
 
231
        
 
232
        protected:
 
233
                BodyPanel* m_pBody;
 
234
                SubTitledPanel* m_pPanelDefault;
 
235
                wxCheckBox* m_pCheckDefault;
 
236
                SubTitledPanelSeparator* m_pSepDefault;
 
237
                SubTitledPanel* m_pPanelPublic;
 
238
                wxStaticText* m_pLabel;
 
239
                wxTextCtrl* m_pTextoCertificado;
 
240
                wxButton* m_button62;
 
241
                SubTitledPanelSeparator* m_panel60;
 
242
                SubTitledPanel* m_pPanelPrivate;
 
243
                wxStaticText* m_pLabel11;
 
244
                wxTextCtrl* m_pTextoPrivateKey;
 
245
                wxButton* m_button621;
 
246
                FooterPanel* m_pFooter;
 
247
                wxButton* m_button48;
 
248
                
 
249
                wxButton* m_button8;
 
250
                wxButton* m_button9;
 
251
                
 
252
                // Virtual event handlers, overide them in your derived class
 
253
                virtual void OnCheckDefault( wxCommandEvent& event ) { event.Skip(); }
 
254
                virtual void OnLoadPublicClick( wxCommandEvent& event ) { event.Skip(); }
 
255
                virtual void OnLoadPrivateClick( wxCommandEvent& event ) { event.Skip(); }
 
256
                virtual void OnResetToDefault( wxCommandEvent& event ) { event.Skip(); }
 
257
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
258
                
 
259
        
 
260
        public:
 
261
                
 
262
                DialogoEditarCertificadoBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Certificate"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
263
                ~DialogoEditarCertificadoBase();
 
264
        
 
265
};
 
266
 
 
267
///////////////////////////////////////////////////////////////////////////////
 
268
/// Class DialogoServidorPACSBase
 
269
///////////////////////////////////////////////////////////////////////////////
 
270
class DialogoServidorPACSBase : public wxDialog 
 
271
{
 
272
        private:
 
273
        
 
274
        protected:
 
275
                wxNotebook* m_notebook1;
 
276
                wxPanel* m_panel6;
 
277
                wxStaticText* m_pstaticText1;
 
278
                wxTextCtrl* m_pId;
 
279
                wxStaticText* m_pstaticText2;
 
280
                wxTextCtrl* m_pAET;
 
281
                wxStaticText* m_pstaticText3;
 
282
                wxTextCtrl* m_pHost;
 
283
                wxStaticText* m_pstaticText4;
 
284
                wxTextCtrl* m_pPuerto;
 
285
                wxStaticText* m_staticText33;
 
286
                wxSpinCtrl* m_pPDU;
 
287
                wxStaticText* m_staticText48;
 
288
                wxChoice* m_pRetrieveMethod;
 
289
                wxStaticText* m_staticText60;
 
290
                wxChoice* m_pRetrieveMode;
 
291
                
 
292
                wxPanel* m_pPanelSeguridad;
 
293
                wxCheckBox* m_pVerifyServer;
 
294
                wxCheckBox* m_pUseSSL;
 
295
                wxStaticText* m_staticText55;
 
296
                wxButton* m_pBCert;
 
297
                wxStaticText* m_staticText61;
 
298
                wxTextCtrl* m_pUser;
 
299
                wxStaticText* m_staticText62;
 
300
                wxTextCtrl* m_pPassword;
 
301
                wxButton* m_button20;
 
302
                
 
303
                wxButton* m_button37;
 
304
                wxButton* m_button38;
 
305
                
 
306
                // Virtual event handlers, overide them in your derived class
 
307
                virtual void OnAdvancedConfiguration( wxCommandEvent& event ) { event.Skip(); }
 
308
                virtual void OnProbarClick( wxCommandEvent& event ) { event.Skip(); }
 
309
                virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
 
310
                virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
 
311
                
 
312
        
 
313
        public:
 
314
                
 
315
                DialogoServidorPACSBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("PACS Server"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
316
                ~DialogoServidorPACSBase();
 
317
        
 
318
};
 
319
 
 
320
///////////////////////////////////////////////////////////////////////////////
 
321
/// Class DialogoLocalPACSBase
 
322
///////////////////////////////////////////////////////////////////////////////
 
323
class DialogoLocalPACSBase : public wxDialog 
 
324
{
 
325
        private:
 
326
        
 
327
        protected:
 
328
                BodyPanel* m_panel51;
 
329
                TitledPanel* m_panel67;
 
330
                wxCheckBox* m_pVerifyServer;
 
331
                wxCheckBox* m_pUseTLS;
 
332
                wxStaticText* m_staticText55;
 
333
                wxButton* m_pBCert;
 
334
                FooterPanel* m_pFooter;
 
335
                
 
336
                wxButton* m_button8;
 
337
                wxButton* m_button9;
 
338
                
 
339
                // Virtual event handlers, overide them in your derived class
 
340
                virtual void OnEditCertificate( wxCommandEvent& event ) { event.Skip(); }
 
341
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
342
                
 
343
        
 
344
        public:
 
345
                
 
346
                DialogoLocalPACSBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Advanced Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 346,242 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
347
                ~DialogoLocalPACSBase();
 
348
        
 
349
};
 
350
 
 
351
///////////////////////////////////////////////////////////////////////////////
 
352
/// Class PanelConfiguracionHCEBase
 
353
///////////////////////////////////////////////////////////////////////////////
 
354
class PanelConfiguracionHCEBase : public wxPanel 
 
355
{
 
356
        private:
 
357
        
 
358
        protected:
 
359
                SubTitledPanel* m_pHCE;
 
360
                wxStaticText* m_pstEnvironment;
 
361
                wxChoice* m_pEnvironment;
 
362
                wxStaticText* m_pstIdOrganizacionReceptora;
 
363
                wxTextCtrl* m_pIdOrganizacionReceptora;
 
364
                wxStaticText* m_pstIdSistemaPeticionario;
 
365
                wxTextCtrl* m_pIdSistemaPeticionario;
 
366
                wxStaticText* m_pstIdAplicacionRellenadora;
 
367
                wxTextCtrl* m_pIdAplicacionRellenadora;
 
368
                wxStaticText* m_pstIdAplicacionPACS;
 
369
                wxTextCtrl* m_pIdGinkgoAplication;
 
370
                SubTitledPanelSeparator* m_pSep;
 
371
                SubTitledPanel* m_pIntegrationEngine;
 
372
                wxStaticText* m_staticText121;
 
373
                wxTextCtrl* m_pHostnameMI;
 
374
                wxStaticText* m_staticText60;
 
375
                wxTextCtrl* m_pPuertoMI;
 
376
                wxStaticText* m_staticText38;
 
377
                wxChoice* m_pProtocolo;
 
378
                
 
379
                wxStaticText* m_staticText39;
 
380
                wxChoice* m_pFormato;
 
381
                
 
382
                wxButton* m_button15;
 
383
                SubTitledPanelSeparator* m_pSep1;
 
384
                SubTitledPanel* m_pRemoteIntegration;
 
385
                wxCheckBox* m_pCheckXMLRPC;
 
386
                wxPanel* m_pPortXMLPanel;
 
387
                wxStaticText* m_staticText1211;
 
388
                wxTextCtrl* m_pRPCPort;
 
389
                
 
390
                // Virtual event handlers, overide them in your derived class
 
391
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
392
                virtual void OnCambioSistema( wxCommandEvent& event ) { event.Skip(); }
 
393
                virtual void OnTextoCambiado( wxCommandEvent& event ) { event.Skip(); }
 
394
                virtual void OnTestClick( wxCommandEvent& event ) { event.Skip(); }
 
395
                virtual void OnCheckXMLRPC( wxCommandEvent& event ) { event.Skip(); }
 
396
                
 
397
        
 
398
        public:
 
399
                
 
400
                PanelConfiguracionHCEBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 556,438 ), long style = wxTAB_TRAVERSAL );
 
401
                ~PanelConfiguracionHCEBase();
 
402
        
 
403
};
 
404
 
 
405
///////////////////////////////////////////////////////////////////////////////
 
406
/// Class PanelConfiguracionRenderingOptionsBase
 
407
///////////////////////////////////////////////////////////////////////////////
 
408
class PanelConfiguracionRenderingOptionsBase : public wxPanel 
 
409
{
 
410
        private:
 
411
        
 
412
        protected:
 
413
                SubTitledPanel* m_pVisionEstereoscopica;
 
414
                wxStaticText* m_staticTextExplicacion;
 
415
                wxCheckBox* m_pCheckEstereoscopica;
 
416
                
 
417
                // Virtual event handlers, overide them in your derived class
 
418
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
419
                virtual void OnCheckRendering( wxCommandEvent& event ) { event.Skip(); }
 
420
                
 
421
        
 
422
        public:
 
423
                
 
424
                PanelConfiguracionRenderingOptionsBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
425
                ~PanelConfiguracionRenderingOptionsBase();
 
426
        
 
427
};
 
428
 
 
429
///////////////////////////////////////////////////////////////////////////////
 
430
/// Class PanelConfiguracionAnonimizacionBase
 
431
///////////////////////////////////////////////////////////////////////////////
 
432
class PanelConfiguracionAnonimizacionBase : public wxPanel 
 
433
{
 
434
        private:
 
435
        
 
436
        protected:
 
437
                SubTitledPanel* m_pAnonimyze;
 
438
                wxListBox* m_pListaCampos;
 
439
                wxButton* m_button7;
 
440
                wxButton* m_pBotonModificar;
 
441
                wxButton* m_pBotonEliminar;
 
442
                SubTitledPanelSeparator* m_pSep;
 
443
                SubTitledPanel* m_pDefaultValue;
 
444
                wxStaticText* m_staticText241;
 
445
                wxTextCtrl* m_pValorDefecto;
 
446
                
 
447
                // Virtual event handlers, overide them in your derived class
 
448
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
449
                virtual void OnListBoxClick( wxCommandEvent& event ) { event.Skip(); }
 
450
                virtual void OnListBoxDClick( wxCommandEvent& event ) { event.Skip(); }
 
451
                virtual void OnAddClick( wxCommandEvent& event ) { event.Skip(); }
 
452
                virtual void OnModificarClick( wxCommandEvent& event ) { event.Skip(); }
 
453
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
454
                virtual void OnValorAnonimizarDefecto( wxCommandEvent& event ) { event.Skip(); }
 
455
                
 
456
        
 
457
        public:
 
458
                
 
459
                PanelConfiguracionAnonimizacionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
460
                ~PanelConfiguracionAnonimizacionBase();
 
461
        
 
462
};
 
463
 
 
464
///////////////////////////////////////////////////////////////////////////////
 
465
/// Class DialogoAddTagBase
 
466
///////////////////////////////////////////////////////////////////////////////
 
467
class DialogoAddTagBase : public wxDialog 
 
468
{
 
469
        private:
 
470
        
 
471
        protected:
 
472
                BodyPanel* m_pBody;
 
473
                TitledPanel* m_pLanguage1;
 
474
                wxStaticText* m_staticText39;
 
475
                wxTextCtrl* m_pGrupo;
 
476
                wxStaticText* m_staticText40;
 
477
                wxTextCtrl* m_pElemento;
 
478
                wxStaticText* m_staticText24;
 
479
                FooterPanel* m_pFooter;
 
480
                
 
481
                wxButton* m_button8;
 
482
                wxButton* m_button9;
 
483
                
 
484
                // Virtual event handlers, overide them in your derived class
 
485
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
486
                
 
487
        
 
488
        public:
 
489
                
 
490
                DialogoAddTagBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Tag"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
491
                ~DialogoAddTagBase();
 
492
        
 
493
};
 
494
 
 
495
///////////////////////////////////////////////////////////////////////////////
 
496
/// Class PanelConfiguracionExtensionesBase
 
497
///////////////////////////////////////////////////////////////////////////////
 
498
class PanelConfiguracionExtensionesBase : public wxPanel 
 
499
{
 
500
        private:
 
501
        
 
502
        protected:
 
503
                SubTitledPanel* m_pExtensions;
 
504
                wxStaticText* m_staticTextExplicacion;
 
505
                SubTitledPanel* m_panel8;
 
506
                wxGauge* m_pProgresoActualizacion;
 
507
                
 
508
                wxButton* m_pBotonActualizar;
 
509
                wxGauge* m_pProgresoRecarga;
 
510
                
 
511
                wxButton* m_pBotonActualizar1;
 
512
                wxStaticText* m_pTextoProgreso;
 
513
                wxStaticText* m_staticText311;
 
514
                wxTextCtrl* m_pRutaDirectorioGlobal;
 
515
                SubTitledPanelSeparator* m_pSep;
 
516
                SubTitledPanelSinBorder* m_pAvaliableExtensions;
 
517
                wxTreeListCtrl* m_pListaExtensiones;
 
518
                wxButton* m_pButtonActive;
 
519
                
 
520
                // Virtual event handlers, overide them in your derived class
 
521
                virtual void OnEraseBackground( wxEraseEvent& event ) { event.Skip(); }
 
522
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
523
                virtual void OnShowActivationDialog( wxCommandEvent& event ) { event.Skip(); }
 
524
                
 
525
        
 
526
        public:
 
527
                
 
528
                PanelConfiguracionExtensionesBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
529
                ~PanelConfiguracionExtensionesBase();
 
530
        
 
531
};
 
532
 
 
533
///////////////////////////////////////////////////////////////////////////////
 
534
/// Class PanelConfiguracionPermisosBase
 
535
///////////////////////////////////////////////////////////////////////////////
 
536
class PanelConfiguracionPermisosBase : public wxPanel 
 
537
{
 
538
        private:
 
539
        
 
540
        protected:
 
541
                SubTitledPanel* m_pProfiles;
 
542
                wxTreeListCtrl* m_pTreeListProfiles;
 
543
                wxButton* m_button3;
 
544
                wxButton* m_pBEdit;
 
545
                wxButton* m_pBDelete;
 
546
                
 
547
                wxButton* m_pBActive;
 
548
                
 
549
                // Virtual event handlers, overide them in your derived class
 
550
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
551
                virtual void OnNuevoClick( wxCommandEvent& event ) { event.Skip(); }
 
552
                virtual void OnEditarClick( wxCommandEvent& event ) { event.Skip(); }
 
553
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
554
                virtual void OnSetActive( wxCommandEvent& event ) { event.Skip(); }
 
555
                
 
556
        
 
557
        public:
 
558
                
 
559
                PanelConfiguracionPermisosBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
560
                ~PanelConfiguracionPermisosBase();
 
561
        
 
562
};
 
563
 
 
564
///////////////////////////////////////////////////////////////////////////////
 
565
/// Class ProfileDialogBase
 
566
///////////////////////////////////////////////////////////////////////////////
 
567
class ProfileDialogBase : public wxDialog 
 
568
{
 
569
        private:
 
570
        
 
571
        protected:
 
572
                BodyPanel* m_panel33;
 
573
                TitledPanel* m_pTitled;
 
574
                wxStaticText* m_staticText47;
 
575
                wxTextCtrl* m_pName;
 
576
                wxPropertyGrid* m_gridPermisos;
 
577
                FooterPanel* m_pFooterPanel;
 
578
                
 
579
                wxButton* m_button28;
 
580
                wxButton* m_button29;
 
581
                
 
582
                // Virtual event handlers, overide them in your derived class
 
583
                virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
 
584
                virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
 
585
                
 
586
        
 
587
        public:
 
588
                
 
589
                ProfileDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit profile"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
590
                ~ProfileDialogBase();
 
591
        
 
592
};
 
593
 
 
594
///////////////////////////////////////////////////////////////////////////////
 
595
/// Class PanelConfiguracionUbicacionesBase
 
596
///////////////////////////////////////////////////////////////////////////////
 
597
class PanelConfiguracionUbicacionesBase : public wxPanel 
 
598
{
 
599
        private:
 
600
        
 
601
        protected:
 
602
                SubTitledPanel* m_pUbicaciones;
 
603
                wxStaticText* m_staticTextExplicacion;
 
604
                wxStaticBitmap* m_pHelpBitmap;
 
605
                wxGrid* m_pGridUbicaciones;
 
606
                wxButton* m_pBotonNuevo;
 
607
                wxButton* m_pBotonEdit;
 
608
                wxButton* m_pBotonDelete;
 
609
                
 
610
                
 
611
                // Virtual event handlers, overide them in your derived class
 
612
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
613
                virtual void OnHelpClick( wxMouseEvent& event ) { event.Skip(); }
 
614
                virtual void OnNuevoClick( wxCommandEvent& event ) { event.Skip(); }
 
615
                virtual void OnEditarClick( wxCommandEvent& event ) { event.Skip(); }
 
616
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
617
                
 
618
        
 
619
        public:
 
620
                
 
621
                PanelConfiguracionUbicacionesBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
622
                ~PanelConfiguracionUbicacionesBase();
 
623
        
 
624
};
 
625
 
 
626
///////////////////////////////////////////////////////////////////////////////
 
627
/// Class DialogoAddLocationBase
 
628
///////////////////////////////////////////////////////////////////////////////
 
629
class DialogoAddLocationBase : public wxDialog 
 
630
{
 
631
        private:
 
632
        
 
633
        protected:
 
634
                BodyPanel* m_pBody;
 
635
                TitledPanel* m_pPanel;
 
636
                wxStaticText* m_pSTTitle;
 
637
                wxTextCtrl* m_pTETitle;
 
638
                wxStaticText* m_pSTLocation;
 
639
                wxTextCtrl* m_pTELocation;
 
640
                wxButton* m_pOpenDir;
 
641
                wxStaticText* m_pSTDesc;
 
642
                wxTextCtrl* m_pTEDesc;
 
643
                FooterPanel* m_pFooter;
 
644
                
 
645
                wxButton* m_pAccept;
 
646
                wxButton* m_pCancel;
 
647
                
 
648
                // Virtual event handlers, overide them in your derived class
 
649
                virtual void OnOpenDirClick( wxCommandEvent& event ) { event.Skip(); }
 
650
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
651
                
 
652
        
 
653
        public:
 
654
                
 
655
                DialogoAddLocationBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Add/Edit Location"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
656
                ~DialogoAddLocationBase();
 
657
        
 
658
};
 
659
 
 
660
///////////////////////////////////////////////////////////////////////////////
 
661
/// Class PanelConfiguracionSeguridadBase
 
662
///////////////////////////////////////////////////////////////////////////////
 
663
class PanelConfiguracionSeguridadBase : public wxPanel 
 
664
{
 
665
        private:
 
666
        
 
667
        protected:
 
668
                SubTitledPanel* m_pSecurity;
 
669
                wxStaticText* m_staticText47;
 
670
                wxChoice* m_pSecType;
 
671
                SubTitledPanelSeparator* m_pSep;
 
672
                SubTitledPanel* m_pPanelUsuarios;
 
673
                wxListCtrl* m_pListaUsuarios;
 
674
                wxButton* m_button3;
 
675
                wxButton* m_pBCambiarPassword;
 
676
                wxButton* m_pBDelete;
 
677
                
 
678
                SubTitledPanel* m_pPanelPassword;
 
679
                wxStaticText* m_pLabelPassword;
 
680
                wxButton* m_pButtonSetPassword;
 
681
                
 
682
                // Virtual event handlers, overide them in your derived class
 
683
                virtual void OnEraseBackground( wxEraseEvent& event ) { event.Skip(); }
 
684
                virtual void OnSecTypeChoice( wxCommandEvent& event ) { event.Skip(); }
 
685
                virtual void OnListaUsuariosItemDeSelected( wxListEvent& event ) { event.Skip(); }
 
686
                virtual void OnListaUsuariosItemSelected( wxListEvent& event ) { event.Skip(); }
 
687
                virtual void OnNuevoClick( wxCommandEvent& event ) { event.Skip(); }
 
688
                virtual void OnCambiarPasswordClick( wxCommandEvent& event ) { event.Skip(); }
 
689
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
690
                virtual void OnSetMainPassword( wxCommandEvent& event ) { event.Skip(); }
 
691
                
 
692
        
 
693
        public:
 
694
                
 
695
                PanelConfiguracionSeguridadBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
 
696
                ~PanelConfiguracionSeguridadBase();
 
697
        
 
698
};
 
699
 
 
700
///////////////////////////////////////////////////////////////////////////////
 
701
/// Class UserDialogBase
 
702
///////////////////////////////////////////////////////////////////////////////
 
703
class UserDialogBase : public wxDialog 
 
704
{
 
705
        private:
 
706
        
 
707
        protected:
 
708
                HeaderPanel* m_pHeader;
 
709
                BodyPanel* m_pBody;
 
710
                TitledPanel* m_pFormPanel;
 
711
                
 
712
                wxStaticText* m_pLabelUser;
 
713
                wxTextCtrl* m_pTCUsuario;
 
714
                wxStaticText* m_pstat2;
 
715
                wxTextCtrl* m_pTCPassword0;
 
716
                wxStaticText* m_pstat21;
 
717
                wxTextCtrl* m_pTCPassword1;
 
718
                
 
719
                FooterPanel* m_panel54;
 
720
                
 
721
                wxButton* m_button42;
 
722
                wxButton* m_button41;
 
723
                
 
724
                // Virtual event handlers, overide them in your derived class
 
725
                virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
 
726
                
 
727
        
 
728
        public:
 
729
                
 
730
                UserDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Edit User"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSTAY_ON_TOP );
 
731
                ~UserDialogBase();
 
732
        
 
733
};
 
734
 
 
735
#endif //__panelesconfiguracionginkgobase__