diff options
Diffstat (limited to 'Project/ChartView.wxcp')
-rw-r--r-- | Project/ChartView.wxcp | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/Project/ChartView.wxcp b/Project/ChartView.wxcp index c1d3cfc..3d321e8 100644 --- a/Project/ChartView.wxcp +++ b/Project/ChartView.wxcp @@ -1,7 +1,7 @@ { "metadata": { "m_generatedFilesDir": ".", - "m_objCounter": 80, + "m_objCounter": 82, "m_includeFiles": [], "m_bitmapFunction": "wxCE3EBInitBitmapResources", "m_bitmapsFile": "ChartViewBitmaps.cpp", @@ -80,7 +80,7 @@ }, { "type": "string", "m_label": "Title:", - "m_value": "Chart view" + "m_value": "Chart viewer" }, { "type": "virtualFolderPicker", "m_label": "Virtual Folder:", @@ -330,6 +330,57 @@ }, { "type": "string", "m_label": "Name:", + "m_value": "m_menuItemExportCSV" + }, { + "type": "string", + "m_label": "Label:", + "m_value": "Export CSV..." + }, { + "type": "string", + "m_label": "Shortcut:", + "m_value": "" + }, { + "type": "string", + "m_label": "Help String:", + "m_value": "" + }, { + "type": "bitmapPicker", + "m_label": "Bitmap File:", + "m_path": "" + }, { + "type": "choice", + "m_label": "Kind:", + "m_selection": 0, + "m_options": ["normal", "checkable", "radio", "separator"] + }, { + "type": "bool", + "m_label": "Checked", + "m_value": false + }], + "m_events": [{ + "m_eventName": "wxEVT_COMMAND_MENU_SELECTED", + "m_eventClass": "wxCommandEvent", + "m_eventHandler": "wxCommandEventHandler", + "m_functionNameAndSignature": "OnMenuExpCSVClick(wxCommandEvent& event)", + "m_description": "Menu item has been clicked", + "m_noBody": false + }], + "m_children": [] + }, { + "m_type": 4459, + "proportion": 0, + "border": 5, + "gbSpan": "1,1", + "gbPosition": "0,0", + "m_styles": [], + "m_sizerFlags": [], + "m_properties": [{ + "type": "winid", + "m_label": "ID:", + "m_winid": "wxID_ANY" + }, { + "type": "string", + "m_label": "Name:", "m_value": "m_menuItemSeparator_1" }, { "type": "string", |