프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / APIDConverter / Utils / AvevaACAD18String.cs @ c6df982b

이력 | 보기 | 이력해설 | 다운로드 (1019 Bytes)

1 932933ed gaqhf
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
8
{
9
    public static class AvevaACAD18String
10
    {
11 c94252bf gaqhf
        public const string DuplicationWarningMessageBox = "Duplication Warning";
12 87f22597 gaqhf
        static List<string> propertiesFormNames = new List<string>()
13
        {
14
            "AVEVA P&ID 12 Pipe Properties",
15
            "AVEVA P&ID 12 Valve Properties",
16 b048c104 gaqhf
            "AVEVA P&ID 12 Reducer Properties",
17 20dd244c gaqhf
            "AVEVA P&ID 12 Instrument Properties",
18 87f22597 gaqhf
            "AVEVA P&ID 12 Page Connector Properties"
19
        };
20 d03dde83 gaqhf
        static List<string> labelNames = new List<string>()
21
        {
22
            "AddLabel",
23 c6df982b gaqhf
            //"AddPrefix",
24
            //"AddType",
25
            //"AddNumber",
26
            //"AddSuffix",
27 d03dde83 gaqhf
        };
28
        public static List<string> LabelNames { get { return labelNames; } }
29 87f22597 gaqhf
        public static List<string> PropertiesFormNames { get { return propertiesFormNames; } }
30
31 932933ed gaqhf
    }
32
}
클립보드 이미지 추가 (최대 크기: 500 MB)