개정판 93c417a9
dev issue #000 : project
Change-Id: Ifb5fd7037e129872dd095ac729e0e8db3393dead
DTI_PID/DTI_PID.sln | ||
---|---|---|
31 | 31 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|Any CPU.Build.0 = Debug|Any CPU |
32 | 32 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x64.ActiveCfg = Debug|Any CPU |
33 | 33 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x64.Build.0 = Debug|Any CPU |
34 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.ActiveCfg = Debug|x86
|
|
35 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.Build.0 = Debug|x86
|
|
34 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.ActiveCfg = Debug|x64
|
|
35 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.Build.0 = Debug|x64
|
|
36 | 36 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|Any CPU.ActiveCfg = Release|Any CPU |
37 | 37 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|Any CPU.Build.0 = Release|Any CPU |
38 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.ActiveCfg = Release|Any CPU
|
|
39 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.Build.0 = Release|Any CPU
|
|
40 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.ActiveCfg = Release|x86
|
|
41 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.Build.0 = Release|x86
|
|
38 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.ActiveCfg = Release|x64
|
|
39 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.Build.0 = Release|x64
|
|
40 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.ActiveCfg = Release|x64
|
|
41 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.Build.0 = Release|x64
|
|
42 | 42 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
43 | 43 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Debug|Any CPU.Build.0 = Debug|Any CPU |
44 | 44 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Debug|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
47 | 47 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Debug|x86.Build.0 = Debug|x86 |
48 | 48 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|Any CPU.ActiveCfg = Release|Any CPU |
49 | 49 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|Any CPU.Build.0 = Release|Any CPU |
50 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x64.ActiveCfg = Release|Any CPU
|
|
51 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x64.Build.0 = Release|Any CPU
|
|
50 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x64.ActiveCfg = Release|x86
|
|
51 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x64.Build.0 = Release|x86
|
|
52 | 52 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x86.ActiveCfg = Release|x86 |
53 | 53 |
{81BFB56B-05FE-4674-93C5-DDB2D3437F77}.Release|x86.Build.0 = Release|x86 |
54 | 54 |
{3D03D577-7689-46ED-829D-1152B1180706}.Debug|Any CPU.ActiveCfg = Debug|x64 |
DTI_PID/PDF_TO_IMAGE/PDF_TO_IMAGE.csproj | ||
---|---|---|
53 | 53 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
54 | 54 |
<Prefer32Bit>true</Prefer32Bit> |
55 | 55 |
</PropertyGroup> |
56 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
57 |
<DebugSymbols>true</DebugSymbols> |
|
58 |
<OutputPath>bin\x64\Debug\</OutputPath> |
|
59 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
60 |
<DebugType>full</DebugType> |
|
61 |
<PlatformTarget>x64</PlatformTarget> |
|
62 |
<ErrorReport>prompt</ErrorReport> |
|
63 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
64 |
</PropertyGroup> |
|
65 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
66 |
<OutputPath>bin\x64\Release\</OutputPath> |
|
67 |
<DefineConstants>TRACE</DefineConstants> |
|
68 |
<Optimize>true</Optimize> |
|
69 |
<DebugType>pdbonly</DebugType> |
|
70 |
<PlatformTarget>x64</PlatformTarget> |
|
71 |
<ErrorReport>prompt</ErrorReport> |
|
72 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
73 |
<Prefer32Bit>true</Prefer32Bit> |
|
74 |
</PropertyGroup> |
|
56 | 75 |
<ItemGroup> |
57 | 76 |
<Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
58 | 77 |
<Reference Include="DevExpress.Docs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
DTI_PID/SPPIDConverter/DB/Project_DB.cs | ||
---|---|---|
130 | 130 |
} |
131 | 131 |
|
132 | 132 |
#region Check Column 업데이트시 예비용 |
133 |
cmd.CommandText = string.Format("SELECT * FROM {0}", SPPID_ATTRIBUTE_MAPPING_TABLE); |
|
134 |
using (SQLiteDataReader dr = cmd.ExecuteReader()) |
|
135 |
using (DataTable dt = new DataTable()) |
|
136 |
{ |
|
137 |
dt.Load(dr); |
|
138 |
if (!dt.Columns.Contains("ISTEXT")) |
|
139 |
{ |
|
140 |
cmd.CommandText = string.Format("ALTER TABLE {0} ADD COLUMN ISTEXT BOOLEAN", SPPID_ATTRIBUTE_MAPPING_TABLE); |
|
141 |
cmd.ExecuteNonQuery(); |
|
142 |
} |
|
143 |
} |
|
144 |
|
|
133 | 145 |
cmd.CommandText = string.Format("SELECT * FROM {0}", SPPID_SYMBOL_MAPPING_TABLE); |
134 | 146 |
using (SQLiteDataReader dr = cmd.ExecuteReader()) |
135 | 147 |
using (DataTable dt = new DataTable()) |
... | ... | |
250 | 262 |
} |
251 | 263 |
|
252 | 264 |
#region Check Column 업데이트시 예비용 |
265 |
//cmd.CommandText = string.Format("SELECT * FROM {0}", SPPID_ATTRIBUTE_MAPPING_TABLE); |
|
266 |
//using (SQLiteDataReader dr = cmd.ExecuteReader()) |
|
267 |
//using (DataTable dt = new DataTable()) |
|
268 |
//{ |
|
269 |
// dt.Load(dr); |
|
270 |
// if (!dt.Columns.Contains("ISTEXT")) |
|
271 |
// { |
|
272 |
// cmd.CommandText = string.Format("ALTER TABLE {0} ADD COLUMN ISTEXT BIT", SPPID_ATTRIBUTE_MAPPING_TABLE); |
|
273 |
// cmd.ExecuteNonQuery(); |
|
274 |
// } |
|
275 |
//} |
|
253 | 276 |
#endregion |
254 | 277 |
} |
255 | 278 |
result = true; |
DTI_PID/SPPIDConverter/Form/MappingForm.cs | ||
---|---|---|
145 | 145 |
gridViewAttribute.Columns["Type"].GroupIndex = 0; |
146 | 146 |
gridViewAttribute.Columns["SPPID_SYMBOL_PATH"].OptionsColumn.AllowEdit = false; |
147 | 147 |
gridViewAttribute.Columns["LOCATION"].Caption = "Label Location"; |
148 |
gridViewAttribute.Columns["LOCATION"].Visible = false; |
|
148 | 149 |
gridViewAttribute.Columns["LEADERLINE"].Caption = "Show Leader Line"; |
149 | 150 |
gridViewAttribute.Columns["Property"].Visible = false; |
150 | 151 |
|
내보내기 Unified diff