~georgeyk/stoqlib/ideale-henrique

« back to all changes in this revision

Viewing changes to data/glade/OpenProductionOrderStep.glade

  • Committer: george
  • Date: 2009-07-31 14:01:36 UTC
  • Revision ID: vcs-imports@canonical.com-20090731140136-h4ih5udx6yy651r2
# Wizard de abertura de producao (stoqlib). r=romaia

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
 
3
<glade-interface domain="stoqlib">
 
4
    <widget class="GtkWindow" id="OpenProductionOrderStep">
 
5
        <property name="default_height">250</property>
 
6
        <property name="default_width">440</property>
 
7
        <child>
 
8
            <widget class="GtkTable" id="table">
 
9
                <property name="border_width">12</property>
 
10
                <property name="column_spacing">6</property>
 
11
                <property name="n_columns">4</property>
 
12
                <property name="n_rows">4</property>
 
13
                <property name="row_spacing">6</property>
 
14
                <property name="visible">True</property>
 
15
                <child>
 
16
                    <widget class="GtkLabel" id="label1">
 
17
                        <property name="label" context="yes" translatable="yes">Open Date:</property>
 
18
                        <property name="visible">True</property>
 
19
                        <property name="xalign">1.0</property>
 
20
                    </widget>
 
21
                    <packing>
 
22
                        <property name="x_options">fill</property>
 
23
                        <property name="y_options">fill</property>
 
24
                    </packing>
 
25
                </child>
 
26
                <child>
 
27
                    <widget class="GtkLabel" id="label3">
 
28
                        <property name="label" context="yes" translatable="yes">Branch:</property>
 
29
                        <property name="visible">True</property>
 
30
                        <property name="xalign">1.0</property>
 
31
                    </widget>
 
32
                    <packing>
 
33
                        <property name="bottom_attach">2</property>
 
34
                        <property name="top_attach">1</property>
 
35
                        <property name="x_options">fill</property>
 
36
                        <property name="y_options">fill</property>
 
37
                    </packing>
 
38
                </child>
 
39
                <child>
 
40
                    <widget class="GtkLabel" id="label4">
 
41
                        <property name="label" context="yes" translatable="yes">Responsible:</property>
 
42
                        <property name="visible">True</property>
 
43
                        <property name="xalign">1.0</property>
 
44
                    </widget>
 
45
                    <packing>
 
46
                        <property name="bottom_attach">3</property>
 
47
                        <property name="top_attach">2</property>
 
48
                        <property name="x_options">fill</property>
 
49
                        <property name="y_options">fill</property>
 
50
                    </packing>
 
51
                </child>
 
52
                <child>
 
53
                    <widget class="GtkLabel" id="label5">
 
54
                        <property name="label" context="yes" translatable="yes">Description:</property>
 
55
                        <property name="visible">True</property>
 
56
                        <property name="xalign">1.0</property>
 
57
                    </widget>
 
58
                    <packing>
 
59
                        <property name="bottom_attach">4</property>
 
60
                        <property name="top_attach">3</property>
 
61
                        <property name="x_options">fill</property>
 
62
                        <property name="y_options">fill</property>
 
63
                    </packing>
 
64
                </child>
 
65
                <child>
 
66
                    <widget class="ProxyDateEntry" id="open_date">
 
67
                        <property name="data_type">date</property>
 
68
                        <property name="mandatory">True</property>
 
69
                        <property name="model_attribute">open_date</property>
 
70
                        <property name="visible">True</property>
 
71
                    </widget>
 
72
                    <packing>
 
73
                        <property name="left_attach">1</property>
 
74
                        <property name="right_attach">2</property>
 
75
                        <property name="y_options">fill</property>
 
76
                    </packing>
 
77
                </child>
 
78
                <child>
 
79
                    <widget class="ProxyComboEntry" id="branch">
 
80
                        <property name="data_type">object</property>
 
81
                        <property name="mandatory">True</property>
 
82
                        <property name="model_attribute">branch</property>
 
83
                        <property name="visible">True</property>
 
84
                    </widget>
 
85
                    <packing>
 
86
                        <property name="bottom_attach">2</property>
 
87
                        <property name="left_attach">1</property>
 
88
                        <property name="right_attach">2</property>
 
89
                        <property name="top_attach">1</property>
 
90
                        <property name="y_options">fill</property>
 
91
                    </packing>
 
92
                </child>
 
93
                <child>
 
94
                    <widget class="ProxyComboEntry" id="responsible">
 
95
                        <property name="data_type">object</property>
 
96
                        <property name="mandatory">True</property>
 
97
                        <property name="model_attribute">responsible</property>
 
98
                        <property name="visible">True</property>
 
99
                    </widget>
 
100
                    <packing>
 
101
                        <property name="bottom_attach">3</property>
 
102
                        <property name="left_attach">1</property>
 
103
                        <property name="right_attach">2</property>
 
104
                        <property name="top_attach">2</property>
 
105
                        <property name="x_options">fill</property>
 
106
                        <property name="y_options">fill</property>
 
107
                    </packing>
 
108
                </child>
 
109
                <child>
 
110
                    <widget class="ProxyEntry" id="description">
 
111
                        <property name="data_type">unicode</property>
 
112
                        <property name="mandatory">True</property>
 
113
                        <property name="model_attribute">description</property>
 
114
                        <property name="visible">True</property>
 
115
                    </widget>
 
116
                    <packing>
 
117
                        <property name="bottom_attach">4</property>
 
118
                        <property name="left_attach">1</property>
 
119
                        <property name="right_attach">4</property>
 
120
                        <property name="top_attach">3</property>
 
121
                        <property name="x_options">fill</property>
 
122
                        <property name="y_options">fill</property>
 
123
                    </packing>
 
124
                </child>
 
125
                <child>
 
126
                    <widget class="GtkLabel" id="label2">
 
127
                        <property name="label" context="yes" translatable="yes">Number:</property>
 
128
                        <property name="visible">True</property>
 
129
                        <property name="xalign">1.0</property>
 
130
                    </widget>
 
131
                    <packing>
 
132
                        <property name="left_attach">2</property>
 
133
                        <property name="right_attach">3</property>
 
134
                        <property name="x_options">fill</property>
 
135
                        <property name="y_options">fill</property>
 
136
                    </packing>
 
137
                </child>
 
138
                <child>
 
139
                    <widget class="GtkLabel" id="label6">
 
140
                        <property name="label" context="yes" translatable="yes">Expected Start Date:</property>
 
141
                        <property name="visible">True</property>
 
142
                        <property name="xalign">1.0</property>
 
143
                    </widget>
 
144
                    <packing>
 
145
                        <property name="bottom_attach">2</property>
 
146
                        <property name="left_attach">2</property>
 
147
                        <property name="right_attach">3</property>
 
148
                        <property name="top_attach">1</property>
 
149
                        <property name="x_options">fill</property>
 
150
                        <property name="y_options">fill</property>
 
151
                    </packing>
 
152
                </child>
 
153
                <child>
 
154
                    <placeholder/>
 
155
                    <packing>
 
156
                        <property name="left_attach">2</property>
 
157
                        <property name="right_attach">3</property>
 
158
                        <property name="top_attach">2</property>
 
159
                        <property name="bottom_attach">3</property>
 
160
                    </packing>
 
161
                </child>
 
162
                <child>
 
163
                    <widget class="ProxyLabel" id="order_number">
 
164
                        <property name="data_type">unicode</property>
 
165
                        <property name="model_attribute">order_number</property>
 
166
                        <property name="visible">True</property>
 
167
                        <property name="xalign">0.0</property>
 
168
                    </widget>
 
169
                    <packing>
 
170
                        <property name="left_attach">3</property>
 
171
                        <property name="right_attach">4</property>
 
172
                        <property name="y_options">fill</property>
 
173
                    </packing>
 
174
                </child>
 
175
                <child>
 
176
                    <widget class="ProxyDateEntry" id="expected_start_date">
 
177
                        <property name="data_type">date</property>
 
178
                        <property name="model_attribute">expected_start_date</property>
 
179
                        <property name="visible">True</property>
 
180
                    </widget>
 
181
                    <packing>
 
182
                        <property name="bottom_attach">2</property>
 
183
                        <property name="left_attach">3</property>
 
184
                        <property name="right_attach">4</property>
 
185
                        <property name="top_attach">1</property>
 
186
                        <property name="y_options">fill</property>
 
187
                    </packing>
 
188
                </child>
 
189
                <child>
 
190
                    <placeholder/>
 
191
                    <packing>
 
192
                        <property name="left_attach">3</property>
 
193
                        <property name="right_attach">4</property>
 
194
                        <property name="top_attach">2</property>
 
195
                        <property name="bottom_attach">3</property>
 
196
                    </packing>
 
197
                </child>
 
198
            </widget>
 
199
        </child>
 
200
    </widget>
 
201
</glade-interface>