~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to gui/usbcreator.glade

  • Committer: Evan Dandrea
  • Date: 2008-09-02 19:03:27 UTC
  • Revision ID: evan.dandrea@canonical.com-20080902190327-6bru0o17r3ht0w4i
Imported project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.5 on Mon Sep  1 03:29:46 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkWindow" id="window">
 
6
    <property name="title" translatable="yes">Create an Ubuntu desktop USB disk</property>
 
7
    <signal name="delete_event" handler="quit"/>
 
8
    <child>
 
9
      <widget class="GtkVBox" id="vbox">
 
10
        <property name="visible">True</property>
 
11
        <property name="spacing">4</property>
 
12
        <child>
 
13
          <widget class="GtkLabel" id="label1">
 
14
            <property name="visible">True</property>
 
15
            <property name="label" translatable="yes">This utility will copy Ubuntu from the inserted CD onto your USB disk so that you may boot from your USB disk and try or install Ubuntu.</property>
 
16
            <property name="wrap">True</property>
 
17
          </widget>
 
18
        </child>
 
19
        <child>
 
20
          <widget class="GtkVBox" id="source_vbox">
 
21
            <property name="visible">True</property>
 
22
            <property name="spacing">2</property>
 
23
            <child>
 
24
              <widget class="GtkLabel" id="label2">
 
25
                <property name="visible">True</property>
 
26
                <property name="label" translatable="yes">Files will be copied from:</property>
 
27
              </widget>
 
28
            </child>
 
29
            <child>
 
30
              <widget class="GtkComboBox" id="source_combo">
 
31
                <property name="visible">True</property>
 
32
              </widget>
 
33
              <packing>
 
34
                <property name="position">1</property>
 
35
              </packing>
 
36
            </child>
 
37
          </widget>
 
38
          <packing>
 
39
            <property name="position">1</property>
 
40
          </packing>
 
41
        </child>
 
42
        <child>
 
43
          <widget class="GtkVBox" id="vbox1">
 
44
            <property name="visible">True</property>
 
45
            <child>
 
46
              <widget class="GtkLabel" id="label3">
 
47
                <property name="visible">True</property>
 
48
                <property name="label" translatable="yes">Select an USB disk to use:</property>
 
49
              </widget>
 
50
            </child>
 
51
            <child>
 
52
              <widget class="GtkComboBox" id="dest_combo">
 
53
                <property name="visible">True</property>
 
54
              </widget>
 
55
              <packing>
 
56
                <property name="position">1</property>
 
57
              </packing>
 
58
            </child>
 
59
          </widget>
 
60
          <packing>
 
61
            <property name="position">2</property>
 
62
          </packing>
 
63
        </child>
 
64
        <child>
 
65
          <widget class="GtkVBox" id="persist_vbox">
 
66
            <property name="visible">True</property>
 
67
            <property name="spacing">2</property>
 
68
            <child>
 
69
              <widget class="GtkLabel" id="label4">
 
70
                <property name="visible">True</property>
 
71
                <property name="label" translatable="yes">How much space should be used?  Additional space will be used for persistent storage.  If no additional space is selected, persistent storage will be disabled and changes made when in Ubuntu will not be permanent.</property>
 
72
                <property name="wrap">True</property>
 
73
              </widget>
 
74
            </child>
 
75
            <child>
 
76
              <widget class="GtkHScale" id="persist_scale">
 
77
                <property name="visible">True</property>
 
78
                <property name="can_focus">True</property>
 
79
                <property name="adjustment">0 0 100 1 10 10</property>
 
80
              </widget>
 
81
              <packing>
 
82
                <property name="position">1</property>
 
83
              </packing>
 
84
            </child>
 
85
          </widget>
 
86
          <packing>
 
87
            <property name="position">3</property>
 
88
          </packing>
 
89
        </child>
 
90
        <child>
 
91
          <widget class="GtkVBox" id="vbox3">
 
92
            <property name="visible">True</property>
 
93
            <child>
 
94
              <widget class="GtkHSeparator" id="hseparator1">
 
95
                <property name="visible">True</property>
 
96
              </widget>
 
97
              <packing>
 
98
                <property name="expand">False</property>
 
99
              </packing>
 
100
            </child>
 
101
            <child>
 
102
              <widget class="GtkHButtonBox" id="hbuttonbox1">
 
103
                <property name="visible">True</property>
 
104
                <child>
 
105
                  <widget class="GtkButton" id="button_quit">
 
106
                    <property name="visible">True</property>
 
107
                    <property name="can_focus">True</property>
 
108
                    <property name="receives_default">True</property>
 
109
                    <property name="label" translatable="yes">gtk-quit</property>
 
110
                    <property name="use_stock">True</property>
 
111
                    <property name="response_id">0</property>
 
112
                    <signal name="clicked" handler="quit"/>
 
113
                  </widget>
 
114
                </child>
 
115
                <child>
 
116
                  <widget class="GtkButton" id="button_install">
 
117
                    <property name="visible">True</property>
 
118
                    <property name="can_focus">True</property>
 
119
                    <property name="receives_default">True</property>
 
120
                    <property name="label" translatable="yes">gtk-apply</property>
 
121
                    <property name="use_stock">True</property>
 
122
                    <property name="response_id">0</property>
 
123
                    <signal name="clicked" handler="install"/>
 
124
                  </widget>
 
125
                  <packing>
 
126
                    <property name="position">1</property>
 
127
                  </packing>
 
128
                </child>
 
129
              </widget>
 
130
              <packing>
 
131
                <property name="position">1</property>
 
132
              </packing>
 
133
            </child>
 
134
          </widget>
 
135
          <packing>
 
136
            <property name="position">4</property>
 
137
          </packing>
 
138
        </child>
 
139
      </widget>
 
140
    </child>
 
141
  </widget>
 
142
  <widget class="GtkWindow" id="install_window">
 
143
    <property name="title" translatable="yes">Installing</property>
 
144
    <property name="modal">True</property>
 
145
    <child>
 
146
      <widget class="GtkVBox" id="vbox4">
 
147
        <property name="visible">True</property>
 
148
        <child>
 
149
          <widget class="GtkProgressBar" id="progress_bar">
 
150
            <property name="visible">True</property>
 
151
          </widget>
 
152
          <packing>
 
153
            <property name="expand">False</property>
 
154
          </packing>
 
155
        </child>
 
156
        <child>
 
157
          <widget class="GtkLabel" id="progress_info">
 
158
            <property name="visible">True</property>
 
159
          </widget>
 
160
          <packing>
 
161
            <property name="position">1</property>
 
162
          </packing>
 
163
        </child>
 
164
        <child>
 
165
          <widget class="GtkAlignment" id="alignment1">
 
166
            <property name="visible">True</property>
 
167
            <child>
 
168
              <widget class="GtkButton" id="install_cancel">
 
169
                <property name="visible">True</property>
 
170
                <property name="can_focus">True</property>
 
171
                <property name="receives_default">True</property>
 
172
                <property name="label" translatable="yes">gtk-cancel</property>
 
173
                <property name="use_stock">True</property>
 
174
                <property name="response_id">0</property>
 
175
              </widget>
 
176
            </child>
 
177
          </widget>
 
178
          <packing>
 
179
            <property name="expand">False</property>
 
180
            <property name="fill">False</property>
 
181
            <property name="position">2</property>
 
182
          </packing>
 
183
        </child>
 
184
      </widget>
 
185
    </child>
 
186
  </widget>
 
187
</glade-interface>