From 99b651be2f84d3d2ca3301c0a0b5157955f6fd3c Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Thu, 27 Oct 2022 19:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E9=85=8D=E7=BD=AE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.coe.pal/.classpath | 11 ++++ com.actionsoft.apps.coe.pal/.project | 17 ++++++ .../control.kpi/diagram.attribute.custom.xml | 2 +- .../diagram.attribute.custom.xml_bak | 26 +++++++++ .../diagram.attribute.custom.xml | 30 ++++++++++ .../diagram.attribute.custom.xml_bak | 26 +++++++++ .../control.kpi_ma/diagram.attribute.xml | 56 +++++++++++++++++++ .../method/control.kpi_ma/diagram.import.xml | 15 +++++ .../method/control.kpi_ma/diagram.linker.xml | 23 ++++++++ .../method/control.kpi_ma/diagram.schema.tpl | 5 ++ .../method/control.kpi_ma/fragment/abc.tpl | 3 + .../fragment/diagram.attribute.custom.xml | 30 ++++++++++ .../fragment/diagram.attribute.xml | 56 +++++++++++++++++++ .../diagram.attribute.custom.xml | 8 +-- .../diagram.attribute.custom.xml_bak | 31 ++++++++++ .../data.form/diagram.attribute.custom.xml | 7 ++- .../diagram.attribute.custom.xml_bak | 18 ++++++ .../diagram.attribute.custom.xml_bak | 10 ++++ .../diagram.attribute.custom.xml_bak | 5 ++ .../diagram.attribute.custom.xml | 3 +- 20 files changed, 373 insertions(+), 9 deletions(-) create mode 100644 com.actionsoft.apps.coe.pal/.classpath create mode 100644 com.actionsoft.apps.coe.pal/.project create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml_bak create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml_bak create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.import.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.linker.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.schema.tpl create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/abc.tpl create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.custom.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.xml create mode 100644 com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml_bak create mode 100644 com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml_bak create mode 100644 com.actionsoft.apps.coe.pal/method/itsystem.normal/diagram.attribute.custom.xml_bak create mode 100644 com.actionsoft.apps.coe.pal/method/org.normal/diagram.attribute.custom.xml_bak diff --git a/com.actionsoft.apps.coe.pal/.classpath b/com.actionsoft.apps.coe.pal/.classpath new file mode 100644 index 00000000..04000514 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/.project b/com.actionsoft.apps.coe.pal/.project new file mode 100644 index 00000000..fd110757 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/.project @@ -0,0 +1,17 @@ + + + com.actionsoft.apps.coe.pal + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml index 15fa872f..13ad6ca4 100644 --- a/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml +++ b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml @@ -6,7 +6,7 @@ - + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..cdc3c3a3 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi/diagram.attribute.custom.xml_bak @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml new file mode 100644 index 00000000..bc98ec60 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..cdc3c3a3 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.custom.xml_bak @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.xml new file mode 100644 index 00000000..834f0cc6 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.attribute.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.import.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.import.xml new file mode 100644 index 00000000..25b579cb --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.import.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.linker.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.linker.xml new file mode 100644 index 00000000..69ab9b1c --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.linker.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.schema.tpl b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.schema.tpl new file mode 100644 index 00000000..3e1d6c78 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/diagram.schema.tpl @@ -0,0 +1,5 @@ +Schema.addCategory({name:"control_kpi_ma", text:"架构KPI图", dataAttributes:[]}); +/*Risk 菱形*/ +Schema.addShape({name:"kpi", title:"架构KPI",text:"架构KPI", category:"control_kpi_ma", props:{w:110, h:50},lineStyle:{lineColor:"128,201,144"}, fillStyle:{type: "gradient",gradientType: "linear",beginColor: "242,255,245",endColor: "224,255,231",angle: Math.PI*0.5}, textBlock:{x:"10", y:"10", w:"w-20", h:"h-20"},textBlockFinal:{x:"w/2-60", y:"h", w:"120", h:"30"}, path:[ + {actions:{ref:"rectangle"}} +]}); diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/abc.tpl b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/abc.tpl new file mode 100644 index 00000000..f13845d4 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/abc.tpl @@ -0,0 +1,3 @@ + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.custom.xml new file mode 100644 index 00000000..0521b2ed --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.custom.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.xml b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.xml new file mode 100644 index 00000000..834f0cc6 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.kpi_ma/fragment/diagram.attribute.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml index a9e55197..7b3f40a8 100644 --- a/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml +++ b/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml @@ -1,7 +1,7 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -26,5 +26,5 @@ - + diff --git a/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..b6311f45 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/control.policy/diagram.attribute.custom.xml_bak @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml index 6c86b438..3a88e8df 100644 --- a/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml +++ b/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml @@ -1,8 +1,8 @@ - - + + @@ -16,5 +16,6 @@ - + + diff --git a/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..579d8898 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/data.form/diagram.attribute.custom.xml_bak @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/itsystem.normal/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/itsystem.normal/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..0078e40c --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/itsystem.normal/diagram.attribute.custom.xml_bak @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/org.normal/diagram.attribute.custom.xml_bak b/com.actionsoft.apps.coe.pal/method/org.normal/diagram.attribute.custom.xml_bak new file mode 100644 index 00000000..e723ab95 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/method/org.normal/diagram.attribute.custom.xml_bak @@ -0,0 +1,5 @@ + + + + + diff --git a/com.actionsoft.apps.coe.pal/method/process.bpmn2/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.pal/method/process.bpmn2/diagram.attribute.custom.xml index 8e246070..85b276a3 100644 --- a/com.actionsoft.apps.coe.pal/method/process.bpmn2/diagram.attribute.custom.xml +++ b/com.actionsoft.apps.coe.pal/method/process.bpmn2/diagram.attribute.custom.xml @@ -3,5 +3,6 @@ - + +