-
Notifications
You must be signed in to change notification settings - Fork 1
/
product_GBDEDIT.xml
41 lines (41 loc) · 3.47 KB
/
product_GBDEDIT.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<GroupBox Name="GBDEDITproduct"><Ctrls>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_product_name"><Ctrls>
<Label Align="Right" Text="product_name" Name="lb_product_name" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_product_name" Name="product_name" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_product_code"><Ctrls>
<Label Align="Right" Text="product_code" Name="lb_product_code" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_product_code" Name="product_code" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_actived"><Ctrls>
<CheckBox Text="actived" ToolTip="ttp_actived" Name="actived" Size="230,20"/>
</Ctrls></GroupBox>
<BR AutoHeight="1"/><GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_memo"><Ctrls>
<Label Align="Right" Text="memo" Name="lb_memo" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_memo" Name="memo" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_product_id" Visible="false"><Ctrls>
<Label Align="Right" Text="product_id" overlap="pre" Name="lb_product_id" readonly="true" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_product_id" overlap="pre" Name="product_id" readonly="true" Size="170,20" Visible="false"><OnEnChange><if cond="'%{product_id}'"><SetVisible name="insertproduct" Visible="0"/><SetVisible name="modifyproduct" Visible="1"/><else/><SetVisible name="insertproduct" Visible="1"/><SetVisible name="modifyproduct" Visible="0"/></if></OnEnChange></TextBox>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_created_by" Visible="false"><Ctrls>
<Label Align="Right" Text="created_by" overlap="pre" Name="lb_created_by" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_created_by" overlap="pre" Name="created_by" Size="170,20" Visible="false"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_creation_date" Visible="false"><Ctrls>
<Label Align="Right" Text="creation_date" overlap="pre" Name="lb_creation_date" Size="60,20" Visible="false"/>
<DateTime Weight="170" Text="" ToolTip="ttp_creation_date" overlap="pre" Name="creation_date" Size="170,20" Visible="false" Format="yyyy-MM-dd HH:mm:ss"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_last_update_by" Visible="false"><Ctrls>
<Label Align="Right" Text="last_update_by" overlap="pre" Name="lb_last_update_by" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_last_update_by" overlap="pre" Name="last_update_by" Size="170,20" Visible="false"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_last_update_date" Visible="false"><Ctrls>
<Label Align="Right" Text="last_update_date" overlap="pre" Name="lb_last_update_date" Size="60,20" Visible="false"/>
<DateTime Weight="170" Text="" ToolTip="ttp_last_update_date" overlap="pre" Name="last_update_date" Size="170,20" Visible="false" Format="yyyy-MM-dd HH:mm:ss"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_img_pos_screw" Visible="false"><Ctrls>
<Label Align="Right" Text="img_pos_screw" overlap="pre" Name="lb_img_pos_screw" readonly="true" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_img_pos_screw" overlap="pre" Name="img_pos_screw" readonly="true" Size="170,20" Visible="false"/>
</Ctrls></GroupBox>
</Ctrls></GroupBox>