~romaia/stoq/create-production

« back to all changes in this revision

Viewing changes to data/glade/ProductionItemEditor.ui

  • Committer: Ronaldo Maia
  • Date: 2011-11-09 18:59:42 UTC
  • mfrom: (4415.1.7 stoq)
  • Revision ID: romaia@async.com.br-20111109185942-mdsxmvk9uw0f0r95
Adicionando testes de qualidade para produtos compostos

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!--*- mode: xml -*-->
 
1
<?xml version="1.0" encoding="UTF-8"?>
3
2
<interface>
4
 
  <object class="GtkAdjustment" id="adjustment1">
5
 
    <property name="upper">100</property>
6
 
    <property name="lower">0</property>
7
 
    <property name="page_increment">10</property>
8
 
    <property name="step_increment">1</property>
9
 
    <property name="page_size">0</property>
10
 
    <property name="value">1</property>
11
 
  </object>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-requires kiwiwidgets 0.0 -->
 
5
  <!-- interface-naming-policy toplevel-contextual -->
12
6
  <object class="GtkWindow" id="ProductionItemEditor">
 
7
    <property name="border_width">5</property>
 
8
    <property name="default_width">440</property>
13
9
    <property name="default_height">250</property>
14
 
    <property name="default_width">440</property>
15
10
    <child>
16
11
      <object class="GtkTable" id="table1">
 
12
        <property name="visible">True</property>
 
13
        <property name="border_width">6</property>
 
14
        <property name="n_rows">5</property>
 
15
        <property name="n_columns">4</property>
17
16
        <property name="column_spacing">6</property>
18
 
        <property name="n_columns">4</property>
19
 
        <property name="n_rows">3</property>
20
17
        <property name="row_spacing">6</property>
21
 
        <property name="visible">True</property>
22
18
        <child>
23
19
          <object class="GtkLabel" id="label1">
 
20
            <property name="visible">True</property>
 
21
            <property name="xalign">1</property>
24
22
            <property name="label" translatable="yes">Production:</property>
25
 
            <property name="visible">True</property>
26
 
            <property name="xalign">1.0</property>
27
23
          </object>
28
24
          <packing>
29
 
            <property name="x_options">fill</property>
30
 
            <property name="y_options">fill</property>
 
25
            <property name="x_options">GTK_FILL</property>
 
26
            <property name="y_options">GTK_FILL</property>
31
27
          </packing>
32
28
        </child>
33
29
        <child>
34
30
          <object class="GtkLabel" id="label2">
 
31
            <property name="visible">True</property>
 
32
            <property name="xalign">1</property>
35
33
            <property name="label" translatable="yes">Description:</property>
36
 
            <property name="visible">True</property>
37
 
            <property name="xalign">1.0</property>
38
34
          </object>
39
35
          <packing>
 
36
            <property name="top_attach">1</property>
40
37
            <property name="bottom_attach">2</property>
41
 
            <property name="top_attach">1</property>
42
 
            <property name="x_options">fill</property>
43
 
            <property name="y_options">fill</property>
 
38
            <property name="x_options">GTK_FILL</property>
 
39
            <property name="y_options">GTK_FILL</property>
44
40
          </packing>
45
41
        </child>
46
42
        <child>
47
43
          <object class="GtkLabel" id="quantity_lbl">
 
44
            <property name="visible">True</property>
 
45
            <property name="xalign">1</property>
48
46
            <property name="label" translatable="yes">Quantity:</property>
49
 
            <property name="visible">True</property>
50
 
            <property name="xalign">1.0</property>
51
47
          </object>
52
48
          <packing>
 
49
            <property name="top_attach">2</property>
53
50
            <property name="bottom_attach">3</property>
54
 
            <property name="top_attach">2</property>
55
 
            <property name="x_options">fill</property>
56
 
            <property name="y_options">fill</property>
 
51
            <property name="x_options">GTK_FILL</property>
 
52
            <property name="y_options">GTK_FILL</property>
57
53
          </packing>
58
54
        </child>
59
55
        <child>
60
56
          <object class="ProxyLabel" id="order_number">
 
57
            <property name="visible">True</property>
 
58
            <property name="xalign">0</property>
61
59
            <property name="data_type">unicode</property>
62
60
            <property name="model_attribute">order_number</property>
63
 
            <property name="visible">True</property>
64
 
            <property name="xalign">0.0</property>
65
61
          </object>
66
62
          <packing>
67
63
            <property name="left_attach">1</property>
68
64
            <property name="right_attach">2</property>
69
 
            <property name="x_options">fill</property>
70
 
            <property name="y_options">fill</property>
 
65
            <property name="x_options">GTK_FILL</property>
 
66
            <property name="y_options">GTK_FILL</property>
71
67
          </packing>
72
68
        </child>
73
69
        <child>
74
70
          <object class="ProxyLabel" id="description">
 
71
            <property name="visible">True</property>
 
72
            <property name="xalign">0</property>
75
73
            <property name="data_type">unicode</property>
76
74
            <property name="model_attribute">description</property>
77
 
            <property name="visible">True</property>
78
 
            <property name="xalign">0.0</property>
79
75
          </object>
80
76
          <packing>
81
 
            <property name="bottom_attach">2</property>
82
77
            <property name="left_attach">1</property>
83
78
            <property name="right_attach">2</property>
84
79
            <property name="top_attach">1</property>
85
 
            <property name="y_options">fill</property>
 
80
            <property name="bottom_attach">2</property>
 
81
            <property name="y_options">GTK_FILL</property>
86
82
          </packing>
87
83
        </child>
88
84
        <child>
89
85
          <object class="ProxySpinButton" id="quantity">
 
86
            <property name="visible">True</property>
 
87
            <property name="primary_icon_activatable">False</property>
 
88
            <property name="secondary_icon_activatable">False</property>
 
89
            <property name="primary_icon_sensitive">True</property>
 
90
            <property name="secondary_icon_sensitive">True</property>
90
91
            <property name="adjustment">adjustment1</property>
91
 
            <property name="climb_rate">1.0</property>
 
92
            <property name="climb_rate">1</property>
 
93
            <property name="digits">2</property>
92
94
            <property name="data_type">Decimal</property>
93
 
            <property name="digits">2</property>
94
95
            <property name="model_attribute">quantity</property>
95
 
            <property name="text" translatable="yes">1.00</property>
96
 
            <property name="visible">True</property>
97
96
          </object>
98
97
          <packing>
99
 
            <property name="bottom_attach">3</property>
100
98
            <property name="left_attach">1</property>
101
99
            <property name="right_attach">2</property>
102
100
            <property name="top_attach">2</property>
103
 
            <property name="x_options">fill</property>
104
 
            <property name="y_options">fill</property>
 
101
            <property name="bottom_attach">3</property>
 
102
            <property name="x_options">GTK_FILL</property>
 
103
            <property name="y_options">GTK_FILL</property>
105
104
          </packing>
106
105
        </child>
107
106
        <child>
108
107
          <object class="GtkLabel" id="location_content">
 
108
            <property name="visible">True</property>
 
109
            <property name="xalign">1</property>
109
110
            <property name="label" translatable="yes">Location:</property>
110
 
            <property name="visible">True</property>
111
 
            <property name="xalign">1.0</property>
112
111
          </object>
113
112
          <packing>
114
 
            <property name="bottom_attach">2</property>
115
113
            <property name="left_attach">2</property>
116
114
            <property name="right_attach">3</property>
117
115
            <property name="top_attach">1</property>
118
 
            <property name="x_options">fill</property>
119
 
            <property name="y_options">fill</property>
 
116
            <property name="bottom_attach">2</property>
 
117
            <property name="x_options">GTK_FILL</property>
 
118
            <property name="y_options">GTK_FILL</property>
120
119
          </packing>
121
120
        </child>
122
121
        <child>
123
122
          <object class="GtkLabel" id="label3">
 
123
            <property name="visible">True</property>
 
124
            <property name="xalign">1</property>
124
125
            <property name="label" translatable="yes">Unit:</property>
125
 
            <property name="visible">True</property>
126
 
            <property name="xalign">1.0</property>
127
126
          </object>
128
127
          <packing>
129
 
            <property name="bottom_attach">3</property>
130
128
            <property name="left_attach">2</property>
131
129
            <property name="right_attach">3</property>
132
130
            <property name="top_attach">2</property>
133
 
            <property name="x_options">fill</property>
134
 
            <property name="y_options">fill</property>
 
131
            <property name="bottom_attach">3</property>
 
132
            <property name="x_options">GTK_FILL</property>
 
133
            <property name="y_options">GTK_FILL</property>
135
134
          </packing>
136
135
        </child>
137
136
        <child>
138
137
          <object class="ProxyLabel" id="location">
 
138
            <property name="visible">True</property>
 
139
            <property name="xalign">0</property>
139
140
            <property name="data_type">unicode</property>
140
141
            <property name="model_attribute">location</property>
141
 
            <property name="visible">True</property>
142
 
            <property name="xalign">0.0</property>
143
142
          </object>
144
143
          <packing>
145
 
            <property name="bottom_attach">2</property>
146
144
            <property name="left_attach">3</property>
147
145
            <property name="right_attach">4</property>
148
146
            <property name="top_attach">1</property>
149
 
            <property name="x_options">fill</property>
150
 
            <property name="y_options">fill</property>
 
147
            <property name="bottom_attach">2</property>
 
148
            <property name="x_options">GTK_FILL</property>
 
149
            <property name="y_options">GTK_FILL</property>
151
150
          </packing>
152
151
        </child>
153
152
        <child>
154
153
          <object class="ProxyLabel" id="unit_description">
 
154
            <property name="visible">True</property>
 
155
            <property name="xalign">0</property>
155
156
            <property name="data_type">unicode</property>
156
157
            <property name="model_attribute">unit_description</property>
157
 
            <property name="visible">True</property>
158
 
            <property name="xalign">0.0</property>
159
158
          </object>
160
159
          <packing>
161
 
            <property name="bottom_attach">3</property>
162
160
            <property name="left_attach">3</property>
163
161
            <property name="right_attach">4</property>
164
162
            <property name="top_attach">2</property>
165
 
            <property name="x_options">fill</property>
166
 
            <property name="y_options">fill</property>
167
 
          </packing>
 
163
            <property name="bottom_attach">3</property>
 
164
            <property name="x_options">GTK_FILL</property>
 
165
            <property name="y_options">GTK_FILL</property>
 
166
          </packing>
 
167
        </child>
 
168
        <child>
 
169
          <object class="GtkEventBox" id="place_holder">
 
170
            <property name="visible">True</property>
 
171
            <child>
 
172
              <placeholder/>
 
173
            </child>
 
174
          </object>
 
175
          <packing>
 
176
            <property name="right_attach">4</property>
 
177
            <property name="top_attach">3</property>
 
178
            <property name="bottom_attach">4</property>
 
179
          </packing>
 
180
        </child>
 
181
        <child>
 
182
          <placeholder/>
 
183
        </child>
 
184
        <child>
 
185
          <placeholder/>
 
186
        </child>
 
187
        <child>
 
188
          <placeholder/>
 
189
        </child>
 
190
        <child>
 
191
          <placeholder/>
 
192
        </child>
 
193
        <child>
 
194
          <placeholder/>
 
195
        </child>
 
196
        <child>
 
197
          <placeholder/>
168
198
        </child>
169
199
      </object>
170
200
    </child>
171
201
  </object>
 
202
  <object class="GtkAdjustment" id="adjustment1">
 
203
    <property name="upper">100</property>
 
204
    <property name="value">1</property>
 
205
    <property name="step_increment">1</property>
 
206
    <property name="page_increment">10</property>
 
207
  </object>
172
208
</interface>