-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathorg_GBDEDIT.xml
More file actions
57 lines (57 loc) · 3.96 KB
/
Copy pathorg_GBDEDIT.xml
File metadata and controls
57 lines (57 loc) · 3.96 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<GroupBox Name="GBDEDITorg"><Ctrls>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_org"><Ctrls>
<Label Align="Right" Text="org" Name="lb_org" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_org" Name="org" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_description"><Ctrls>
<Label Align="Right" Text="description" Name="lb_description" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_description" Name="description" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_type"><Ctrls>
<Label Align="Right" Text="type" onload="init" Name="lb_type" Size="60,20"/>
<ComboBox Weight="170" Text="" ToolTip="ttp_type" onload="init" Name="type" Size="170,100">
<DbDetails>
<Index>typecode</Index>
<DbTable>tms.xtmsc_type_option</DbTable>
<Data>TypeName,TypeCode</Data>
<Where>TypeClass=200</Where>
<queryFormat/></DbDetails></ComboBox>
</Ctrls></GroupBox>
<BR AutoHeight="1"/><GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_parent_org_id"><Ctrls>
<Label Align="Right" Text="parent_org_id" Name="lb_parent_org_id" Size="60,20"/>
<ComboBox Weight="170" Text="" ToolTip="ttp_parent_org_id" Name="parent_org_id" Size="170,100">
<DbDetails>
<Index>org_id</Index>
<DbTable>xbs.org</DbTable>
<Data>org,org_id</Data>
<Where/>
<queryFormat/></DbDetails></ComboBox>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_status"><Ctrls>
<CheckBox Text="status" ToolTip="ttp_status" Name="status" Size="230,20" checked="true"/>
</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_org_id" Visible="false"><Ctrls>
<Label Align="Right" Text="org_id" overlap="pre" Name="lb_org_id" readonly="true" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_org_id" overlap="pre" Name="org_id" readonly="true" Size="170,20" Visible="false"><OnEnChange><if cond="'%{org_id}'"><SetVisible name="insertorg" Visible="0"/><SetVisible name="modifyorg" Visible="1"/><else/><SetVisible name="insertorg" Visible="1"/><SetVisible name="modifyorg" Visible="0"/></if></OnEnChange></TextBox>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_org_guid" Visible="false"><Ctrls>
<Label Align="Right" Text="org_guid" overlap="pre" Name="lb_org_guid" readonly="true" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_org_guid" overlap="pre" Name="org_guid" readonly="true" Size="170,20" Visible="false"/>
</Ctrls></GroupBox>
</Ctrls></GroupBox>