프로젝트

일반

사용자정보

개정판 bdefe8a5

IDbdefe8a53e917bafcf8da765ee0e29e816ba54d2
상위 53a4ebb8
하위 dbac61ab

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

dev issue #1228 : id2 project setting

Change-Id: Ibe9c46626372418ec3c6fda2c8e0880cb3f01f7e

차이점 보기:

DTI_PID/APIDConverter/AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj
108 108
  </ItemGroup>
109 109
  <ItemGroup>
110 110
    <Compile Include="DB\Project_DB.cs" />
111
    <Compile Include="Form\ID2DBSetting.cs">
111
    <Compile Include="Form\ProjectForm.cs">
112 112
      <SubType>Form</SubType>
113 113
    </Compile>
114
    <Compile Include="Form\ID2DBSetting.Designer.cs">
115
      <DependentUpon>ID2DBSetting.cs</DependentUpon>
114
    <Compile Include="Form\ProjectForm.Designer.cs">
115
      <DependentUpon>ProjectForm.cs</DependentUpon>
116 116
    </Compile>
117 117
    <Compile Include="Model\PlantItem\Document.cs" />
118 118
    <Compile Include="Model\PlantItem\Equipment.cs" />
......
122 122
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
123 123
      <DependentUpon>Settings.settings</DependentUpon>
124 124
    </Compile>
125
    <Compile Include="Settings.cs" />
125 126
    <Compile Include="Utils\APIDUtils.cs" />
126 127
    <Compile Include="Form\APIDConverter.cs">
127 128
      <SubType>Form</SubType>
......
143 144
    <Compile Include="Model\PlantItem\PlantItem.cs" />
144 145
    <Compile Include="Model\PlantItem\Symbol.cs" />
145 146
    <Compile Include="PIDCustomization.cs" />
146
    <Compile Include="Form\ProjectForm.cs">
147
      <SubType>Form</SubType>
148
    </Compile>
149
    <Compile Include="Form\ProjectForm.Designer.cs">
150
      <DependentUpon>ProjectForm.cs</DependentUpon>
151
    </Compile>
152 147
    <Compile Include="Properties\AssemblyInfo.cs" />
153 148
    <Compile Include="Utilities.cs" />
154 149
    <Compile Include="Utils\GUIUtils.cs" />
......
157 152
    <EmbeddedResource Include="Form\APIDConverter.resx">
158 153
      <DependentUpon>APIDConverter.cs</DependentUpon>
159 154
    </EmbeddedResource>
160
    <EmbeddedResource Include="Form\ID2DBSetting.resx">
161
      <DependentUpon>ID2DBSetting.cs</DependentUpon>
162
    </EmbeddedResource>
163 155
    <EmbeddedResource Include="Form\ProjectForm.resx">
164 156
      <DependentUpon>ProjectForm.cs</DependentUpon>
165 157
    </EmbeddedResource>
DTI_PID/APIDConverter/Form/ProjectForm.Designer.cs
1 1
namespace AVEVA.PID.CustomizationUtility
2 2
{
3
    partial class ID2DBSetting
3
    partial class ProjectForm
4 4
    {
5 5
        /// <summary>
6 6
        /// Required designer variable.
......
28 28
        /// </summary>
29 29
        private void InitializeComponent()
30 30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ID2DBSetting));
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectForm));
32 32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33 33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34 34
            this.textBoxPort = new DevExpress.XtraEditors.TextEdit();
DTI_PID/APIDConverter/Form/ProjectForm.cs
13 13

  
14 14
namespace AVEVA.PID.CustomizationUtility
15 15
{
16
    public partial class ID2DBSetting : DevExpress.XtraBars.Ribbon.RibbonForm
16
    public partial class ProjectForm : DevExpress.XtraBars.Ribbon.RibbonForm
17 17
    {
18
        public ID2DBSetting()
18
        public ProjectForm()
19 19
        {
20 20
            InitializeComponent();
21 21

  

내보내기 Unified diff

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