~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/resources/tricore/wizard.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
 
3
        <object class="wxPanel" name="processorChoice">
 
4
                <object class="wxBoxSizer">
 
5
                        <orient>wxVERTICAL</orient>
 
6
                        <object class="sizeritem">
 
7
                                <object class="wxStaticText" name="lblintro">
 
8
                                        <label>Please configure your TriCore hardware.</label>
 
9
                                </object>
 
10
                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_TOP</flag>
 
11
                                <border>5</border>
 
12
                        </object>
 
13
                        <object class="sizeritem">
 
14
                                <object class="wxFlexGridSizer">
 
15
                                        <cols>2</cols>
 
16
                                        <rows>2</rows>
 
17
                                        <object class="sizeritem">
 
18
                                                <object class="wxStaticText" name="lblProc">
 
19
                                                        <label>Select hardware:</label>
 
20
                                                        <tooltip>Choose a TriCore derivative to configure the compiler settings.</tooltip>
 
21
                                                </object>
 
22
                                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
23
                                                <border>3</border>
 
24
                                        </object>
 
25
                                        <object class="sizeritem">
 
26
                                                <object class="wxComboBox" name="comboboxProc">
 
27
                                                        <content>
 
28
                                                                <item>EasyRun TC1796</item>
 
29
                                                                <item>TriBoard TC1130</item>
 
30
                                                                <item>TriBoard TC1161</item>
 
31
                                                                <item>TriBoard TC1162</item>
 
32
                                                                <item>TriBoard TC1762</item>
 
33
                                                                <item>TriBoard TC1766</item>
 
34
                                                                <item>EasyKit TC1767</item>
 
35
                                                                <item>TriBoard TC1792</item>
 
36
                                                                <item>TriBoard TC1796</item>
 
37
                                                                <item>TriBoard TC1797</item>
 
38
                                                                <item>phyCORE TC1130</item>
 
39
                                                        </content>
 
40
                                                        <selection>0</selection>
 
41
                                                        <pos>-1,-1</pos>
 
42
                                                        <size>120,-1</size>
 
43
                                                        <style>wxCB_READONLY</style>
 
44
                                                </object>
 
45
                                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
46
                                                <border>5</border>
 
47
                                        </object>
 
48
                                        <object class="sizeritem">
 
49
                                                <object class="wxStaticText" name="lblFlashType">
 
50
                                                        <label>Choose type of flash:</label>
 
51
                                                        <tooltip>Choose type of flash chip and access mode (32-Bit or 16-Bit).</tooltip>
 
52
                                                </object>
 
53
                                                <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag>
 
54
                                                <border>5</border>
 
55
                                        </object>
 
56
                                        <object class="sizeritem">
 
57
                                                <object class="wxComboBox" name="comboboxFlashType">
 
58
                                                        <content>
 
59
                                                                <item>intern</item>
 
60
                                                                <item>amd</item>
 
61
                                                                <item>intel</item>
 
62
                                                                <item>amd16</item>
 
63
                                                                <item>intel16</item>
 
64
                                                        </content>
 
65
                                                        <selection>0</selection>
 
66
                                                        <size>120,-1</size>
 
67
                                                        <style>wxCB_READONLY</style>
 
68
                                                </object>
 
69
                                                <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
 
70
                                                <border>5</border>
 
71
                                                <option>1</option>
 
72
                                        </object>
 
73
                                </object>
 
74
                                <flag>wxALL|wxALIGN_TOP|wxALIGN_CENTER_HORIZONTAL</flag>
 
75
                                <border>5</border>
 
76
                                <option>1</option>
 
77
                        </object>
 
78
                </object>
 
79
        </object>
 
80
</resource>