개정판 b8e2644e
dev issue #000 : edit project
Change-Id: I741a0ee6d248635e17e22abaf10851717c070b82
DTI_PID/DTI_PID.sln | ||
---|---|---|
9 | 9 |
EndProject |
10 | 10 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPPIDConverter_Wrapper", "SPPIDConverter_DialogBarWrapper\SPPIDConverter_Wrapper.csproj", "{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}" |
11 | 11 |
EndProject |
12 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPPIDConverter_AutoModeling", "SPPIDConverter_AutoModeling\SPPIDConverter_AutoModeling.csproj", "{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}"
|
|
12 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPPIDConverter", "SPPIDConverter_AutoModeling\SPPIDConverter.csproj", "{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}"
|
|
13 | 13 |
EndProject |
14 | 14 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseModel", "BaseModel\BaseModel.csproj", "{BEEC4A21-BD63-40D2-B745-027B19241A70}" |
15 | 15 |
EndProject |
DTI_PID/SPPIDConverter_AutoModeling/App.config | ||
---|---|---|
4 | 4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
5 | 5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
6 | 6 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
7 |
<section name="Converter.AutoModeling.SPPID.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
7 |
<section name="Converter.SPPID.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
|
8 | 8 |
</sectionGroup> |
9 | 9 |
</configSections> |
10 | 10 |
<entityFramework> |
... | ... | |
20 | 20 |
</entityFramework> |
21 | 21 |
|
22 | 22 |
<userSettings> |
23 |
<Converter.AutoModeling.SPPID.Properties.Settings>
|
|
23 |
<Converter.SPPID.Properties.Settings> |
|
24 | 24 |
<setting name="LatestProjectPath" serializeAs="String"> |
25 | 25 |
<value /> |
26 | 26 |
</setting> |
27 |
</Converter.AutoModeling.SPPID.Properties.Settings>
|
|
27 |
</Converter.SPPID.Properties.Settings> |
|
28 | 28 |
</userSettings> |
29 | 29 |
</configuration> |
DTI_PID/SPPIDConverter_AutoModeling/ConverterForm.Designer.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID
|
|
1 |
namespace Converter.SPPID |
|
2 | 2 |
{ |
3 | 3 |
partial class ConverterForm |
4 | 4 |
{ |
... | ... | |
135 | 135 |
// |
136 | 136 |
// btnRun |
137 | 137 |
// |
138 |
this.btnRun.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.next;
|
|
138 |
this.btnRun.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.next; |
|
139 | 139 |
this.btnRun.Location = new System.Drawing.Point(849, 58); |
140 | 140 |
this.btnRun.Name = "btnRun"; |
141 | 141 |
this.btnRun.Size = new System.Drawing.Size(79, 36); |
... | ... | |
146 | 146 |
// |
147 | 147 |
// btnLoadFile |
148 | 148 |
// |
149 |
this.btnLoadFile.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.open2;
|
|
149 |
this.btnLoadFile.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.open2; |
|
150 | 150 |
this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
151 | 151 |
this.btnLoadFile.Name = "btnLoadFile"; |
152 | 152 |
this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
... | ... | |
157 | 157 |
// |
158 | 158 |
// btnItemMapping |
159 | 159 |
// |
160 |
this.btnItemMapping.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.properties;
|
|
160 |
this.btnItemMapping.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.properties; |
|
161 | 161 |
this.btnItemMapping.Location = new System.Drawing.Point(966, 310); |
162 | 162 |
this.btnItemMapping.Name = "btnItemMapping"; |
163 | 163 |
this.btnItemMapping.Size = new System.Drawing.Size(236, 36); |
... | ... | |
168 | 168 |
// |
169 | 169 |
// btnSPPIDDB |
170 | 170 |
// |
171 |
this.btnSPPIDDB.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.properties;
|
|
171 |
this.btnSPPIDDB.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.properties; |
|
172 | 172 |
this.btnSPPIDDB.Location = new System.Drawing.Point(966, 176); |
173 | 173 |
this.btnSPPIDDB.Name = "btnSPPIDDB"; |
174 | 174 |
this.btnSPPIDDB.Size = new System.Drawing.Size(236, 36); |
... | ... | |
225 | 225 |
// |
226 | 226 |
// layoutControlGroupSPPIDDB |
227 | 227 |
// |
228 |
this.layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.actions_database;
|
|
228 |
this.layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.actions_database; |
|
229 | 229 |
this.layoutControlGroupSPPIDDB.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
230 | 230 |
this.layoutControlGroupSPPIDDB.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
231 | 231 |
this.labelSPPIDPlantName, |
... | ... | |
297 | 297 |
// |
298 | 298 |
// layoutControlGroupItemMapping |
299 | 299 |
// |
300 |
this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.arrangegroups;
|
|
300 |
this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.arrangegroups; |
|
301 | 301 |
this.layoutControlGroupItemMapping.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
302 | 302 |
this.layoutControlGroupItemMapping.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
303 | 303 |
this.layoutControlItem4, |
... | ... | |
343 | 343 |
// |
344 | 344 |
// layoutControlGroupAutoConverter |
345 | 345 |
// |
346 |
this.layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.convertto;
|
|
346 |
this.layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.convertto; |
|
347 | 347 |
this.layoutControlGroupAutoConverter.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
348 | 348 |
this.layoutControlGroupAutoConverter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
349 | 349 |
this.layoutControlItem1, |
... | ... | |
406 | 406 |
// |
407 | 407 |
// layoutControlGroupID2Project |
408 | 408 |
// |
409 |
this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.actions_image;
|
|
409 |
this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.actions_image; |
|
410 | 410 |
this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
411 | 411 |
this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
412 | 412 |
this.labelID2ProjectName, |
DTI_PID/SPPIDConverter_AutoModeling/ConverterForm.cs | ||
---|---|---|
15 | 15 |
using System.Globalization; |
16 | 16 |
using System.Threading; |
17 | 17 |
using System.IO; |
18 |
using Converter.AutoModeling.SPPID.Properties;
|
|
19 |
using Converter.AutoModeling.SPPID.DB;
|
|
20 |
using Converter.AutoModeling.SPPID.Util;
|
|
21 |
using Converter.AutoModeling.SPPID.Form;
|
|
22 |
using Converter.AutoModeling.SPPID.Model;
|
|
18 |
using Converter.SPPID.Properties; |
|
19 |
using Converter.SPPID.DB; |
|
20 |
using Converter.SPPID.Util; |
|
21 |
using Converter.SPPID.Form; |
|
22 |
using Converter.SPPID.Model; |
|
23 | 23 |
|
24 |
namespace Converter.AutoModeling.SPPID
|
|
24 |
namespace Converter.SPPID |
|
25 | 25 |
{ |
26 | 26 |
public partial class ConverterForm : DevExpress.XtraBars.Ribbon.RibbonForm |
27 | 27 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/DB/SPPID_DB.cs | ||
---|---|---|
8 | 8 |
using System.IO; |
9 | 9 |
using Oracle.ManagedDataAccess.Client; |
10 | 10 |
|
11 |
namespace Converter.AutoModeling.SPPID.DB
|
|
11 |
namespace Converter.SPPID.DB |
|
12 | 12 |
{ |
13 | 13 |
public class SPPID_DB |
14 | 14 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/DB/SPPID_DBInfo.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID.DB
|
|
7 |
namespace Converter.SPPID.DB |
|
8 | 8 |
{ |
9 | 9 |
public class SPPID_DBInfo |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Form/MappingForm.Designer.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID.Form
|
|
1 |
namespace Converter.SPPID.Form |
|
2 | 2 |
{ |
3 | 3 |
partial class MappingForm |
4 | 4 |
{ |
... | ... | |
252 | 252 |
// |
253 | 253 |
// btnClose |
254 | 254 |
// |
255 |
this.btnClose.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.close;
|
|
255 |
this.btnClose.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.close; |
|
256 | 256 |
this.btnClose.Location = new System.Drawing.Point(996, 690); |
257 | 257 |
this.btnClose.Name = "btnClose"; |
258 | 258 |
this.btnClose.Size = new System.Drawing.Size(86, 36); |
... | ... | |
330 | 330 |
// |
331 | 331 |
// btnSave |
332 | 332 |
// |
333 |
this.btnSave.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.save;
|
|
333 |
this.btnSave.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.save; |
|
334 | 334 |
this.btnSave.Location = new System.Drawing.Point(893, 690); |
335 | 335 |
this.btnSave.Name = "btnSave"; |
336 | 336 |
this.btnSave.Size = new System.Drawing.Size(84, 36); |
DTI_PID/SPPIDConverter_AutoModeling/Form/MappingForm.cs | ||
---|---|---|
15 | 15 |
using DevExpress.XtraEditors.Controls; |
16 | 16 |
using DevExpress.XtraEditors; |
17 | 17 |
using Converter.BaseModel; |
18 |
using Converter.AutoModeling.SPPID.Properties;
|
|
18 |
using Converter.SPPID.Properties; |
|
19 | 19 |
using Newtonsoft.Json; |
20 | 20 |
|
21 |
namespace Converter.AutoModeling.SPPID.Form
|
|
21 |
namespace Converter.SPPID.Form |
|
22 | 22 |
{ |
23 | 23 |
public partial class MappingForm : DevExpress.XtraBars.Ribbon.RibbonForm |
24 | 24 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Form/SPPID_DB_SettingForm.Designer.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID.Form
|
|
1 |
namespace Converter.SPPID.Form |
|
2 | 2 |
{ |
3 | 3 |
partial class SPPID_DB_SettingForm |
4 | 4 |
{ |
... | ... | |
128 | 128 |
// |
129 | 129 |
// btnCancel |
130 | 130 |
// |
131 |
this.btnCancel.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.close;
|
|
131 |
this.btnCancel.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.close; |
|
132 | 132 |
this.btnCancel.Location = new System.Drawing.Point(202, 392); |
133 | 133 |
this.btnCancel.Name = "btnCancel"; |
134 | 134 |
this.btnCancel.Size = new System.Drawing.Size(203, 36); |
... | ... | |
139 | 139 |
// |
140 | 140 |
// btnSave |
141 | 141 |
// |
142 |
this.btnSave.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.save;
|
|
142 |
this.btnSave.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.save; |
|
143 | 143 |
this.btnSave.Location = new System.Drawing.Point(12, 392); |
144 | 144 |
this.btnSave.Name = "btnSave"; |
145 | 145 |
this.btnSave.Size = new System.Drawing.Size(186, 36); |
... | ... | |
191 | 191 |
// |
192 | 192 |
// btnLoadINIFile |
193 | 193 |
// |
194 |
this.btnLoadINIFile.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.open2;
|
|
194 |
this.btnLoadINIFile.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.open2; |
|
195 | 195 |
this.btnLoadINIFile.Location = new System.Drawing.Point(24, 45); |
196 | 196 |
this.btnLoadINIFile.Name = "btnLoadINIFile"; |
197 | 197 |
this.btnLoadINIFile.Size = new System.Drawing.Size(369, 36); |
... | ... | |
240 | 240 |
// |
241 | 241 |
// btnGetPlantList |
242 | 242 |
// |
243 |
this.btnGetPlantList.ImageOptions.SvgImage = global::Converter.AutoModeling.SPPID.Properties.Resources.changedatasourcepivottable;
|
|
243 |
this.btnGetPlantList.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.changedatasourcepivottable; |
|
244 | 244 |
this.btnGetPlantList.Location = new System.Drawing.Point(24, 298); |
245 | 245 |
this.btnGetPlantList.Name = "btnGetPlantList"; |
246 | 246 |
this.btnGetPlantList.Size = new System.Drawing.Size(369, 36); |
DTI_PID/SPPIDConverter_AutoModeling/Form/SPPID_DB_SettingForm.cs | ||
---|---|---|
9 | 9 |
using System.Windows.Forms; |
10 | 10 |
using DevExpress.XtraBars; |
11 | 11 |
using System.IO; |
12 |
using Converter.AutoModeling.SPPID.Properties;
|
|
13 |
using Converter.AutoModeling.SPPID.DB;
|
|
14 |
using Converter.AutoModeling.SPPID.Util;
|
|
12 |
using Converter.SPPID.Properties; |
|
13 |
using Converter.SPPID.DB; |
|
14 |
using Converter.SPPID.Util; |
|
15 | 15 |
using Converter.BaseModel; |
16 | 16 |
using Newtonsoft.Json; |
17 | 17 |
|
18 |
namespace Converter.AutoModeling.SPPID.Form
|
|
18 |
namespace Converter.SPPID.Form |
|
19 | 19 |
{ |
20 | 20 |
public partial class SPPID_DB_SettingForm : DevExpress.XtraBars.Ribbon.RibbonForm |
21 | 21 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Form/UnitForm.Designer.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID
|
|
1 |
namespace Converter.SPPID |
|
2 | 2 |
{ |
3 | 3 |
partial class UnitForm |
4 | 4 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Form/UnitForm.cs | ||
---|---|---|
10 | 10 |
using DevExpress.XtraTreeList; |
11 | 11 |
using DevExpress.XtraTreeList.Nodes; |
12 | 12 |
|
13 |
namespace Converter.AutoModeling.SPPID
|
|
13 |
namespace Converter.SPPID |
|
14 | 14 |
{ |
15 | 15 |
public partial class UnitForm : DevExpress.XtraBars.Ribbon.RibbonForm |
16 | 16 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/MainWrapper.Designer.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID
|
|
1 |
namespace Converter.SPPID |
|
2 | 2 |
{ |
3 | 3 |
partial class MainWrapper |
4 | 4 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/MainWrapper.cs | ||
---|---|---|
7 | 7 |
using System.Text; |
8 | 8 |
using System.Threading.Tasks; |
9 | 9 |
using System.Windows.Forms; |
10 |
using Converter.AutoModeling.SPPID.Model;
|
|
10 |
using Converter.SPPID.Model; |
|
11 | 11 |
|
12 |
namespace Converter.AutoModeling.SPPID
|
|
12 |
namespace Converter.SPPID |
|
13 | 13 |
{ |
14 | 14 |
public partial class MainWrapper : UserControl |
15 | 15 |
{ |
... | ... | |
27 | 27 |
//dynamic application = Interaction.GetObject("", "PIDAutomation.Application"); |
28 | 28 |
//dynamic newDrawing = application.Drawings.Add(sUnit, sTemplate, sDrawingNumber, sDrawingName); |
29 | 29 |
|
30 |
MessageBox.Show(documents.Count.ToString()); |
|
30 |
MessageBox.Show(documents.Count.ToString() + "new");
|
|
31 | 31 |
} |
32 | 32 |
} |
33 | 33 |
} |
DTI_PID/SPPIDConverter_AutoModeling/Model/AssociationMapping.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID.Model
|
|
7 |
namespace Converter.SPPID.Model |
|
8 | 8 |
{ |
9 | 9 |
public class AssociationMapping |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Model/ETCSetting.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID
|
|
7 |
namespace Converter.SPPID |
|
8 | 8 |
{ |
9 | 9 |
public class ETCSetting |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Model/LineMapping.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID.Model
|
|
7 |
namespace Converter.SPPID.Model |
|
8 | 8 |
{ |
9 | 9 |
public class LineMapping |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Model/LineNumberMapping.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID.Model
|
|
7 |
namespace Converter.SPPID.Model |
|
8 | 8 |
{ |
9 | 9 |
public class LineNumberMapping |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Model/SPPID_Document.cs | ||
---|---|---|
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
using Converter.BaseModel; |
7 | 7 |
|
8 |
namespace Converter.AutoModeling.SPPID.Model
|
|
8 |
namespace Converter.SPPID.Model |
|
9 | 9 |
{ |
10 | 10 |
public class SPPID_Document : Document |
11 | 11 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Model/SymbolMapping.cs | ||
---|---|---|
4 | 4 |
using System.Text; |
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID.Model
|
|
7 |
namespace Converter.SPPID.Model |
|
8 | 8 |
{ |
9 | 9 |
public class SymbolMapping |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Program.cs | ||
---|---|---|
4 | 4 |
using System.Threading.Tasks; |
5 | 5 |
using System.Windows.Forms; |
6 | 6 |
|
7 |
namespace Converter.AutoModeling.SPPID
|
|
7 |
namespace Converter.SPPID |
|
8 | 8 |
{ |
9 | 9 |
static class Program |
10 | 10 |
{ |
DTI_PID/SPPIDConverter_AutoModeling/Properties/AssemblyInfo.cs | ||
---|---|---|
5 | 5 |
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 |
6 | 6 |
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면 |
7 | 7 |
// 이러한 특성 값을 변경하세요. |
8 |
[assembly: AssemblyTitle("SPPIDConverter_AutoModeling")]
|
|
8 |
[assembly: AssemblyTitle("SPPIDConverter")] |
|
9 | 9 |
[assembly: AssemblyDescription("")] |
10 | 10 |
[assembly: AssemblyConfiguration("")] |
11 | 11 |
[assembly: AssemblyCompany("")] |
12 |
[assembly: AssemblyProduct("SPPIDConverter_AutoModeling")]
|
|
12 |
[assembly: AssemblyProduct("SPPIDConverter")] |
|
13 | 13 |
[assembly: AssemblyCopyright("Copyright © 2019")] |
14 | 14 |
[assembly: AssemblyTrademark("")] |
15 | 15 |
[assembly: AssemblyCulture("")] |
DTI_PID/SPPIDConverter_AutoModeling/Properties/Msg.Designer.cs | ||
---|---|---|
8 | 8 |
// </auto-generated> |
9 | 9 |
//------------------------------------------------------------------------------ |
10 | 10 |
|
11 |
namespace Converter.AutoModeling.SPPID.Properties {
|
|
11 |
namespace Converter.SPPID.Properties { |
|
12 | 12 |
using System; |
13 | 13 |
|
14 | 14 |
|
... | ... | |
39 | 39 |
internal static global::System.Resources.ResourceManager ResourceManager { |
40 | 40 |
get { |
41 | 41 |
if (object.ReferenceEquals(resourceMan, null)) { |
42 |
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Converter.AutoModeling.SPPID.Properties.Msg", typeof(Msg).Assembly);
|
|
42 |
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Converter.SPPID.Properties.Msg", typeof(Msg).Assembly); |
|
43 | 43 |
resourceMan = temp; |
44 | 44 |
} |
45 | 45 |
return resourceMan; |
DTI_PID/SPPIDConverter_AutoModeling/Properties/Resources.Designer.cs | ||
---|---|---|
8 | 8 |
// </auto-generated> |
9 | 9 |
//------------------------------------------------------------------------------ |
10 | 10 |
|
11 |
namespace Converter.AutoModeling.SPPID.Properties {
|
|
11 |
namespace Converter.SPPID.Properties { |
|
12 | 12 |
using System; |
13 | 13 |
|
14 | 14 |
|
... | ... | |
39 | 39 |
internal static global::System.Resources.ResourceManager ResourceManager { |
40 | 40 |
get { |
41 | 41 |
if (object.ReferenceEquals(resourceMan, null)) { |
42 |
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Converter.AutoModeling.SPPID.Properties.Resources", typeof(Resources).Assembly);
|
|
42 |
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Converter.SPPID.Properties.Resources", typeof(Resources).Assembly); |
|
43 | 43 |
resourceMan = temp; |
44 | 44 |
} |
45 | 45 |
return resourceMan; |
DTI_PID/SPPIDConverter_AutoModeling/Properties/Settings.Designer.cs | ||
---|---|---|
8 | 8 |
// </auto-generated> |
9 | 9 |
//------------------------------------------------------------------------------ |
10 | 10 |
|
11 |
namespace Converter.AutoModeling.SPPID.Properties {
|
|
11 |
namespace Converter.SPPID.Properties { |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
DTI_PID/SPPIDConverter_AutoModeling/Properties/Settings.settings | ||
---|---|---|
1 | 1 |
<?xml version='1.0' encoding='utf-8'?> |
2 |
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Converter.AutoModeling.SPPID.Properties" GeneratedClassName="Settings">
|
|
2 |
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Converter.SPPID.Properties" GeneratedClassName="Settings"> |
|
3 | 3 |
<Profiles /> |
4 | 4 |
<Settings> |
5 | 5 |
<Setting Name="LatestProjectPath" Type="System.String" Scope="User"> |
DTI_PID/SPPIDConverter_AutoModeling/SPPIDConverter_AutoModeling.csproj | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
4 |
<PropertyGroup> |
|
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
7 |
<ProjectGuid>{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}</ProjectGuid> |
|
8 |
<OutputType>Library</OutputType> |
|
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
10 |
<RootNamespace>Converter.AutoModeling.SPPID</RootNamespace> |
|
11 |
<AssemblyName>SPPIDConverter_AutoModeling</AssemblyName> |
|
12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
|
13 |
<FileAlignment>512</FileAlignment> |
|
14 |
<Deterministic>true</Deterministic> |
|
15 |
<TargetFrameworkProfile /> |
|
16 |
<NuGetPackageImportStamp> |
|
17 |
</NuGetPackageImportStamp> |
|
18 |
</PropertyGroup> |
|
19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
20 |
<DebugSymbols>true</DebugSymbols> |
|
21 |
<DebugType>full</DebugType> |
|
22 |
<Optimize>false</Optimize> |
|
23 |
<OutputPath>..\SPPIDConverterDll\</OutputPath> |
|
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
25 |
<ErrorReport>prompt</ErrorReport> |
|
26 |
<WarningLevel>4</WarningLevel> |
|
27 |
</PropertyGroup> |
|
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
29 |
<DebugType>pdbonly</DebugType> |
|
30 |
<Optimize>true</Optimize> |
|
31 |
<OutputPath>bin\Release\</OutputPath> |
|
32 |
<DefineConstants>TRACE</DefineConstants> |
|
33 |
<ErrorReport>prompt</ErrorReport> |
|
34 |
<WarningLevel>4</WarningLevel> |
|
35 |
</PropertyGroup> |
|
36 |
<PropertyGroup> |
|
37 |
<StartupObject /> |
|
38 |
</PropertyGroup> |
|
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
40 |
<DebugSymbols>true</DebugSymbols> |
|
41 |
<OutputPath>..\SPPIDConverterDll\</OutputPath> |
|
42 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
43 |
<DebugType>full</DebugType> |
|
44 |
<PlatformTarget>x86</PlatformTarget> |
|
45 |
<ErrorReport>prompt</ErrorReport> |
|
46 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
47 |
</PropertyGroup> |
|
48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
49 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
50 |
<DefineConstants>TRACE</DefineConstants> |
|
51 |
<Optimize>true</Optimize> |
|
52 |
<DebugType>pdbonly</DebugType> |
|
53 |
<PlatformTarget>x86</PlatformTarget> |
|
54 |
<ErrorReport>prompt</ErrorReport> |
|
55 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
56 |
</PropertyGroup> |
|
57 |
<ItemGroup> |
|
58 |
<Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
59 |
<Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
60 |
<Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
61 |
<Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
62 |
<Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
63 |
<Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
64 |
<Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
65 |
<Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
66 |
<Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
67 |
<Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
68 |
<Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
|
69 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
70 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
71 |
</Reference> |
|
72 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
73 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
74 |
</Reference> |
|
75 |
<Reference Include="Microsoft.VisualBasic" /> |
|
76 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
77 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
78 |
</Reference> |
|
79 |
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
|
80 |
<HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
|
81 |
</Reference> |
|
82 |
<Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
|
83 |
<SpecificVersion>False</SpecificVersion> |
|
84 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
|
85 |
</Reference> |
|
86 |
<Reference Include="System" /> |
|
87 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
|
88 |
<Reference Include="System.Core" /> |
|
89 |
<Reference Include="System.Drawing" /> |
|
90 |
<Reference Include="System.Windows.Forms" /> |
|
91 |
<Reference Include="System.Xml.Linq" /> |
|
92 |
<Reference Include="System.Data.DataSetExtensions" /> |
|
93 |
<Reference Include="Microsoft.CSharp" /> |
|
94 |
<Reference Include="System.Data" /> |
|
95 |
<Reference Include="System.Net.Http" /> |
|
96 |
<Reference Include="System.Xml" /> |
|
97 |
</ItemGroup> |
|
98 |
<ItemGroup> |
|
99 |
<Compile Include="DB\SPPID_DB.cs" /> |
|
100 |
<Compile Include="DB\SPPID_DBInfo.cs" /> |
|
101 |
<Compile Include="ConverterForm.cs"> |
|
102 |
<SubType>Form</SubType> |
|
103 |
</Compile> |
|
104 |
<Compile Include="ConverterForm.Designer.cs"> |
|
105 |
<DependentUpon>ConverterForm.cs</DependentUpon> |
|
106 |
</Compile> |
|
107 |
<Compile Include="Form\MappingForm.cs"> |
|
108 |
<SubType>Form</SubType> |
|
109 |
</Compile> |
|
110 |
<Compile Include="Form\MappingForm.Designer.cs"> |
|
111 |
<DependentUpon>MappingForm.cs</DependentUpon> |
|
112 |
</Compile> |
|
113 |
<Compile Include="Form\SPPID_DB_SettingForm.cs"> |
|
114 |
<SubType>Form</SubType> |
|
115 |
</Compile> |
|
116 |
<Compile Include="Form\SPPID_DB_SettingForm.Designer.cs"> |
|
117 |
<DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
|
118 |
</Compile> |
|
119 |
<Compile Include="Form\UnitForm.cs"> |
|
120 |
<SubType>Form</SubType> |
|
121 |
</Compile> |
|
122 |
<Compile Include="Form\UnitForm.Designer.cs"> |
|
123 |
<DependentUpon>UnitForm.cs</DependentUpon> |
|
124 |
</Compile> |
|
125 |
<Compile Include="MainWrapper.cs"> |
|
126 |
<SubType>UserControl</SubType> |
|
127 |
</Compile> |
|
128 |
<Compile Include="MainWrapper.Designer.cs"> |
|
129 |
<DependentUpon>MainWrapper.cs</DependentUpon> |
|
130 |
</Compile> |
|
131 |
<Compile Include="Model\ETCSetting.cs" /> |
|
132 |
<Compile Include="Model\LineNumberMapping.cs" /> |
|
133 |
<Compile Include="Model\SPPID_Document.cs" /> |
|
134 |
<Compile Include="Model\LineMapping.cs" /> |
|
135 |
<Compile Include="Model\AssociationMapping.cs" /> |
|
136 |
<Compile Include="Model\SymbolMapping.cs" /> |
|
137 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
138 |
<Compile Include="Properties\Msg.Designer.cs"> |
|
139 |
<AutoGen>True</AutoGen> |
|
140 |
<DesignTime>True</DesignTime> |
|
141 |
<DependentUpon>Msg.resx</DependentUpon> |
|
142 |
</Compile> |
|
143 |
<Compile Include="Properties\Msg.ko.Designer.cs"> |
|
144 |
<AutoGen>True</AutoGen> |
|
145 |
<DesignTime>True</DesignTime> |
|
146 |
<DependentUpon>Msg.ko.resx</DependentUpon> |
|
147 |
</Compile> |
|
148 |
<Compile Include="Properties\Resources.Designer.cs"> |
|
149 |
<AutoGen>True</AutoGen> |
|
150 |
<DesignTime>True</DesignTime> |
|
151 |
<DependentUpon>Resources.resx</DependentUpon> |
|
152 |
</Compile> |
|
153 |
<Compile Include="Properties\Settings.Designer.cs"> |
|
154 |
<AutoGen>True</AutoGen> |
|
155 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
156 |
<DependentUpon>Settings.settings</DependentUpon> |
|
157 |
</Compile> |
|
158 |
<Compile Include="Settings.cs" /> |
|
159 |
<Compile Include="Util\SPPIDUtil.cs" /> |
|
160 |
</ItemGroup> |
|
161 |
<ItemGroup> |
|
162 |
<EmbeddedResource Include="ConverterForm.resx"> |
|
163 |
<DependentUpon>ConverterForm.cs</DependentUpon> |
|
164 |
</EmbeddedResource> |
|
165 |
<EmbeddedResource Include="Form\MappingForm.resx"> |
|
166 |
<DependentUpon>MappingForm.cs</DependentUpon> |
|
167 |
</EmbeddedResource> |
|
168 |
<EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx"> |
|
169 |
<DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
|
170 |
</EmbeddedResource> |
|
171 |
<EmbeddedResource Include="Form\UnitForm.resx"> |
|
172 |
<DependentUpon>UnitForm.cs</DependentUpon> |
|
173 |
</EmbeddedResource> |
|
174 |
<EmbeddedResource Include="Properties\licenses.licx" /> |
|
175 |
<EmbeddedResource Include="Properties\Resources.resx"> |
|
176 |
<Generator>ResXFileCodeGenerator</Generator> |
|
177 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
178 |
</EmbeddedResource> |
|
179 |
<EmbeddedResource Include="Properties\Msg.resx"> |
|
180 |
<Generator>ResXFileCodeGenerator</Generator> |
|
181 |
<LastGenOutput>Msg.Designer.cs</LastGenOutput> |
|
182 |
</EmbeddedResource> |
|
183 |
<EmbeddedResource Include="Properties\Msg.ko.resx"> |
|
184 |
<Generator>ResXFileCodeGenerator</Generator> |
|
185 |
<LastGenOutput>Msg.ko.Designer.cs</LastGenOutput> |
|
186 |
</EmbeddedResource> |
|
187 |
</ItemGroup> |
|
188 |
<ItemGroup> |
|
189 |
<ProjectReference Include="..\BaseModel\BaseModel.csproj"> |
|
190 |
<Project>{beec4a21-bd63-40d2-b745-027b19241a70}</Project> |
|
191 |
<Name>BaseModel</Name> |
|
192 |
</ProjectReference> |
|
193 |
</ItemGroup> |
|
194 |
<ItemGroup> |
|
195 |
<COMReference Include="Llama"> |
|
196 |
<Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
|
197 |
<VersionMajor>6</VersionMajor> |
|
198 |
<VersionMinor>0</VersionMinor> |
|
199 |
<Lcid>0</Lcid> |
|
200 |
<WrapperTool>tlbimp</WrapperTool> |
|
201 |
<Isolated>False</Isolated> |
|
202 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
203 |
</COMReference> |
|
204 |
<COMReference Include="NEWENUMWRAPPERLib"> |
|
205 |
<Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
|
206 |
<VersionMajor>1</VersionMajor> |
|
207 |
<VersionMinor>0</VersionMinor> |
|
208 |
<Lcid>0</Lcid> |
|
209 |
<WrapperTool>tlbimp</WrapperTool> |
|
210 |
<Isolated>False</Isolated> |
|
211 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
212 |
</COMReference> |
|
213 |
<COMReference Include="Plaice"> |
|
214 |
<Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
|
215 |
<VersionMajor>5</VersionMajor> |
|
216 |
<VersionMinor>0</VersionMinor> |
|
217 |
<Lcid>0</Lcid> |
|
218 |
<WrapperTool>tlbimp</WrapperTool> |
|
219 |
<Isolated>False</Isolated> |
|
220 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
221 |
</COMReference> |
|
222 |
<COMReference Include="VBA"> |
|
223 |
<Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
|
224 |
<VersionMajor>6</VersionMajor> |
|
225 |
<VersionMinor>0</VersionMinor> |
|
226 |
<Lcid>9</Lcid> |
|
227 |
<WrapperTool>tlbimp</WrapperTool> |
|
228 |
<Isolated>False</Isolated> |
|
229 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
230 |
</COMReference> |
|
231 |
</ItemGroup> |
|
232 |
<ItemGroup> |
|
233 |
<None Include="App.config" /> |
|
234 |
</ItemGroup> |
|
235 |
<ItemGroup> |
|
236 |
<None Include="packages.config" /> |
|
237 |
<None Include="Properties\Settings.settings"> |
|
238 |
<Generator>SettingsSingleFileGenerator</Generator> |
|
239 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
240 |
</None> |
|
241 |
<None Include="Resources\convertto.svg" /> |
|
242 |
</ItemGroup> |
|
243 |
<ItemGroup> |
|
244 |
<None Include="Resources\actions_database.svg" /> |
|
245 |
</ItemGroup> |
|
246 |
<ItemGroup> |
|
247 |
<None Include="Resources\actions_image.svg" /> |
|
248 |
</ItemGroup> |
|
249 |
<ItemGroup> |
|
250 |
<None Include="Resources\arrangegroups.svg" /> |
|
251 |
</ItemGroup> |
|
252 |
<ItemGroup> |
|
253 |
<None Include="Resources\open2.svg" /> |
|
254 |
</ItemGroup> |
|
255 |
<ItemGroup> |
|
256 |
<None Include="Resources\next.svg" /> |
|
257 |
</ItemGroup> |
|
258 |
<ItemGroup> |
|
259 |
<None Include="Resources\properties.svg" /> |
|
260 |
</ItemGroup> |
|
261 |
<ItemGroup> |
|
262 |
<None Include="Resources\save.svg" /> |
|
263 |
</ItemGroup> |
|
264 |
<ItemGroup> |
|
265 |
<None Include="Resources\paymentunpaid.svg" /> |
|
266 |
</ItemGroup> |
|
267 |
<ItemGroup> |
|
268 |
<None Include="Resources\close.svg" /> |
|
269 |
</ItemGroup> |
|
270 |
<ItemGroup> |
|
271 |
<None Include="Resources\changedatasourcepivottable.svg" /> |
|
272 |
</ItemGroup> |
|
273 |
<ItemGroup> |
|
274 |
<None Include="Resources\saveandclose.svg" /> |
|
275 |
</ItemGroup> |
|
276 |
<ItemGroup> |
|
277 |
<None Include="Resources\cancel_16x16.png" /> |
|
278 |
</ItemGroup> |
|
279 |
<ItemGroup> |
|
280 |
<None Include="Resources\apply_16x16.png" /> |
|
281 |
</ItemGroup> |
|
282 |
<ItemGroup> |
|
283 |
<None Include="Resources\pencolor_16x16.png" /> |
|
284 |
</ItemGroup> |
|
285 |
<ItemGroup> |
|
286 |
<Folder Include="AutoModeling\" /> |
|
287 |
</ItemGroup> |
|
288 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
289 |
</Project> |
DTI_PID/SPPIDConverter_AutoModeling/SPPIDConverter_AutoModeling.csproj.user | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<PropertyGroup> |
|
4 |
<ProjectView>ShowAllFiles</ProjectView> |
|
5 |
</PropertyGroup> |
|
6 |
</Project> |
DTI_PID/SPPIDConverter_AutoModeling/Settings.cs | ||
---|---|---|
1 |
namespace Converter.AutoModeling.SPPID.Properties {
|
|
1 |
namespace Converter.SPPID.Properties { |
|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
// 이 클래스를 사용하여 설정 클래스에 대한 특정 이벤트를 처리할 수 있습니다. |
DTI_PID/SPPIDConverter_AutoModeling/Util/SPPIDUtil.cs | ||
---|---|---|
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
using Newtonsoft.Json; |
7 | 7 |
using System.IO; |
8 |
using Converter.AutoModeling.SPPID.DB;
|
|
8 |
using Converter.SPPID.DB; |
|
9 | 9 |
using Converter.BaseModel; |
10 | 10 |
using System.Windows.Forms; |
11 | 11 |
|
12 |
namespace Converter.AutoModeling.SPPID.Util
|
|
12 |
namespace Converter.SPPID.Util |
|
13 | 13 |
{ |
14 | 14 |
public class SPPIDUtil |
15 | 15 |
{ |
DTI_PID/SPPIDConverter_DialogBarWrapper/SPPIDConverterWrapper.cs | ||
---|---|---|
132 | 132 |
//string wrapperDllPath = ID2.GetValue("Path").ToString() + @"Converter\SPPIDConverter_Wrapper.dll"; |
133 | 133 |
//string wrapperDllPath = System.Reflection.Assembly.GetExecutingAssembly().Location; |
134 | 134 |
string wrapperDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter_Wrapper.dll"; |
135 |
string autoModelingDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter_AutoModeling.dll";
|
|
135 |
string autoModelingDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter.dll"; |
|
136 | 136 |
|
137 | 137 |
#region Set ToolBar and Menu |
138 | 138 |
ToolBars toolBars = application.ToolBars; |
... | ... | |
147 | 147 |
{ |
148 | 148 |
foreach (ToolbarControl item in toolBars["Main"].Controls) |
149 | 149 |
{ |
150 |
if (item.DLLName.Contains("SPPIDConverter_"))
|
|
150 |
if (item.DLLName.Contains("SPPIDConverter")) |
|
151 | 151 |
{ |
152 | 152 |
item.Delete(); |
153 | 153 |
find = true; |
... | ... | |
218 | 218 |
DialogBar dlgBar = application.DialogBars.Add(DialogBarName, DockingFlagsConstants.igDockableOnLeft, DockingLocationConstants.igDockOnLeft, |
219 | 219 |
DialogBarStyleConstants.igDialogBarStyleShowCaption | DialogBarStyleConstants.igDialogBarStyleStretchToFitHorizontal | DialogBarStyleConstants.igDialogBarStyleStretchToFitVertical | DialogBarStyleConstants.igDialogBarStyleNoBorder, 0, 0); |
220 | 220 |
//DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(wrapperDllPath, "SPPIDConverter_AutoModeling.MainControl", 733, 900); |
221 |
DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(autoModelingDllPath, "Converter.AutoModeling.SPPID.MainWrapper", 0, 0);
|
|
221 |
DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(autoModelingDllPath, "Converter.SPPID.MainWrapper", 0, 0); |
|
222 | 222 |
dynamic userControl = dialogBarControl_UserControl.ControlDispatch; |
223 | 223 |
userControl.ShowDialog(); |
224 | 224 |
//Control control = userControl as Control; |
내보내기 Unified diff