프로젝트

일반

사용자정보

개정판 5598104a

ID5598104a3e8d5ca0c902b7a6252bb0a0b54a4041
상위 8bc888c1
하위 202edd8e, 5aec7e24

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #1225 : other model 구현

Change-Id: Ibc73b2d66bf244d8dd584a7b14034f7564055298

차이점 보기:

DTI_PID/APIDConverter/AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj
114 114
    <Compile Include="Form\ProjectForm.Designer.cs">
115 115
      <DependentUpon>ProjectForm.cs</DependentUpon>
116 116
    </Compile>
117
    <Compile Include="Model\APIDInfo.cs" />
118
    <Compile Include="Model\PlantItem\Other\Association.cs" />
119
    <Compile Include="Model\PlantItem\Other\Attribute.cs" />
120
    <Compile Include="Model\PlantItem\Other\ChildSymbol.cs" />
121
    <Compile Include="Model\PlantItem\Other\Connector.cs" />
117 122
    <Compile Include="Model\PlantItem\Document.cs" />
118 123
    <Compile Include="Model\PlantItem\Equipment.cs" />
124
    <Compile Include="Model\PlantItem\Other\Property.cs" />
119 125
    <Compile Include="Model\Project_Info.cs" />
120 126
    <Compile Include="Properties\Settings.Designer.cs">
121 127
      <AutoGen>True</AutoGen>
DTI_PID/APIDConverter/Form/ProjectForm.Designer.cs
230 230
            // layoutControlInfo
231 231
            // 
232 232
            this.layoutControlInfo.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlInfo.CaptionImageOptions.SvgImage")));
233
            this.layoutControlInfo.GroupStyle = DevExpress.Utils.GroupStyle.Card;
233 234
            this.layoutControlInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
234 235
            this.layoutControlItem5,
235 236
            this.layoutControlItem7,
......
279 280
            // layoutControlGroup2
280 281
            // 
281 282
            this.layoutControlGroup2.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup2.CaptionImageOptions.SvgImage")));
283
            this.layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Card;
282 284
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
283 285
            this.layoutControlItem1,
284 286
            this.layoutControlItem2});
DTI_PID/APIDConverter/Model/PlantItem/Other/APIDInfo.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class APIDInfo
10
    {
11
    }
12
}
DTI_PID/APIDConverter/Model/PlantItem/Other/Association.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class Association
10
    {
11
    }
12
}
DTI_PID/APIDConverter/Model/PlantItem/Other/Attribute.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class Attribute
10
    {
11
    }
12
}
DTI_PID/APIDConverter/Model/PlantItem/Other/ChildSymbol.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class ChildSymbol
10
    {
11
    }
12
}
DTI_PID/APIDConverter/Model/PlantItem/Other/Connector.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class Connector
10
    {
11
    }
12
}
DTI_PID/APIDConverter/Model/PlantItem/Other/Property.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace AVEVA.PID.CustomizationUtility.Model
8
{
9
    public class Property
10
    {
11
    }
12
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)