h-you / branches / src / ProcessManagement / ProcessManagement / ProcessManagement.csproj @ 51
履歴 | 表示 | アノテート | ダウンロード (73.9 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{BAF227D6-7D1E-4D46-AD17-B93F2C60E41B}</ProjectGuid> |
9 |
<OutputType>WinExe</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>ProcessManagement</RootNamespace> |
12 |
<AssemblyName>現場監督秘書</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 |
<TargetFrameworkProfile> |
15 |
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
19 |
<PlatformTarget>x86</PlatformTarget> |
20 |
<DebugSymbols>true</DebugSymbols> |
21 |
<DebugType>full</DebugType> |
22 |
<Optimize>false</Optimize> |
23 |
<OutputPath>bin\Debug\</OutputPath> |
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<WarningLevel>4</WarningLevel> |
27 |
<DocumentationFile> |
28 |
</DocumentationFile> |
29 |
<Prefer32Bit>false</Prefer32Bit> |
30 |
</PropertyGroup> |
31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
32 |
<PlatformTarget>x86</PlatformTarget> |
33 |
<DebugType>pdbonly</DebugType> |
34 |
<Optimize>true</Optimize> |
35 |
<OutputPath>bin\Release\</OutputPath> |
36 |
<DefineConstants>TRACE</DefineConstants> |
37 |
<ErrorReport>prompt</ErrorReport> |
38 |
<WarningLevel>4</WarningLevel> |
39 |
<Prefer32Bit>false</Prefer32Bit> |
40 |
<UseVSHostingProcess>true</UseVSHostingProcess> |
41 |
</PropertyGroup> |
42 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
43 |
<DebugSymbols>true</DebugSymbols> |
44 |
<OutputPath>bin\Debug\</OutputPath> |
45 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
46 |
<DebugType>full</DebugType> |
47 |
<PlatformTarget>AnyCPU</PlatformTarget> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
50 |
<Prefer32Bit>false</Prefer32Bit> |
51 |
</PropertyGroup> |
52 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
53 |
<OutputPath>bin\Release\</OutputPath> |
54 |
<DefineConstants>TRACE</DefineConstants> |
55 |
<Optimize>true</Optimize> |
56 |
<DebugType>pdbonly</DebugType> |
57 |
<PlatformTarget>AnyCPU</PlatformTarget> |
58 |
<ErrorReport>prompt</ErrorReport> |
59 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
60 |
<Prefer32Bit>false</Prefer32Bit> |
61 |
</PropertyGroup> |
62 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
63 |
<DebugSymbols>true</DebugSymbols> |
64 |
<OutputPath>bin\x64\Debug\</OutputPath> |
65 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
66 |
<DebugType>full</DebugType> |
67 |
<PlatformTarget>x64</PlatformTarget> |
68 |
<ErrorReport>prompt</ErrorReport> |
69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
70 |
<Prefer32Bit>false</Prefer32Bit> |
71 |
</PropertyGroup> |
72 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
73 |
<OutputPath>bin\x64\Release\</OutputPath> |
74 |
<DefineConstants>TRACE</DefineConstants> |
75 |
<Optimize>true</Optimize> |
76 |
<DebugType>pdbonly</DebugType> |
77 |
<PlatformTarget>x64</PlatformTarget> |
78 |
<ErrorReport>prompt</ErrorReport> |
79 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
80 |
<Prefer32Bit>false</Prefer32Bit> |
81 |
</PropertyGroup> |
82 |
<PropertyGroup> |
83 |
<ApplicationIcon>Resources\kanriIcon.ico</ApplicationIcon> |
84 |
</PropertyGroup> |
85 |
<ItemGroup> |
86 |
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
87 |
<SpecificVersion>False</SpecificVersion> |
88 |
<HintPath>lib\log4net.dll</HintPath> |
89 |
</Reference> |
90 |
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> |
91 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
92 |
</Reference> |
93 |
<Reference Include="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> |
94 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
95 |
</Reference> |
96 |
<Reference Include="Microsoft.VisualBasic" /> |
97 |
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
98 |
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
99 |
<SpecificVersion>False</SpecificVersion> |
100 |
<HintPath>lib\MySql.Data.dll</HintPath> |
101 |
</Reference> |
102 |
<Reference Include="System" /> |
103 |
<Reference Include="System.Core" /> |
104 |
<Reference Include="System.IO.Compression.FileSystem" /> |
105 |
<Reference Include="System.Windows.Forms.DataVisualization" /> |
106 |
<Reference Include="System.Xml.Linq" /> |
107 |
<Reference Include="System.Data" /> |
108 |
<Reference Include="System.Deployment" /> |
109 |
<Reference Include="System.Drawing" /> |
110 |
<Reference Include="System.Windows.Forms" /> |
111 |
<Reference Include="System.Xml" /> |
112 |
</ItemGroup> |
113 |
<ItemGroup> |
114 |
<Compile Include="Common\CommonVersion.cs" /> |
115 |
<Compile Include="Common\Process\ClsCalendar.cs" /> |
116 |
<Compile Include="Common\Process\ClsChangeBaseInfoData.cs" /> |
117 |
<Compile Include="Common\Process\ClsCleanUp.cs" /> |
118 |
<Compile Include="Common\Process\ClsCommonCosts.cs" /> |
119 |
<Compile Include="Common\Process\ClsCostCulculation.cs"> |
120 |
<SubType>Code</SubType> |
121 |
</Compile> |
122 |
<Compile Include="Common\Process\ClsChangeLedgerData.cs" /> |
123 |
<Compile Include="Common\Process\ClsMessageBoradAccess.cs" /> |
124 |
<Compile Include="Common\Process\ClsApprovalPermission.cs" /> |
125 |
<Compile Include="Common\Process\ClsProcessExist.cs" /> |
126 |
<Compile Include="Common\Process\ClsSecurityPermission.cs" /> |
127 |
<Compile Include="Common\Process\ClsSystemOnceExecute.cs" /> |
128 |
<Compile Include="Common\Process\ClsUpDate.cs" /> |
129 |
<Compile Include="Common\Process\ClsExcute.cs" /> |
130 |
<Compile Include="Common\CommonDefine.cs" /> |
131 |
<Compile Include="Common\Office\UsedWord.cs" /> |
132 |
<Compile Include="DataModel\AttendanceData.cs" /> |
133 |
<Compile Include="DataModel\BankBusinessDayMaster.cs" /> |
134 |
<Compile Include="DataModel\BillingData.cs" /> |
135 |
<Compile Include="DataModel\BillingDataDetail.cs" /> |
136 |
<Compile Include="DataModel\BillingPaymentSummary.cs" /> |
137 |
<Compile Include="DataModel\ConstructionFieldNameDetail.cs" /> |
138 |
<Compile Include="DataModel\ConstructionFieldNameHeader.cs" /> |
139 |
<Compile Include="DataModel\ConstructionLink.cs" /> |
140 |
<Compile Include="DataModel\ConstructionMaterialInfo.cs" /> |
141 |
<Compile Include="DataModel\DeadLineMaster.cs" /> |
142 |
<Compile Include="DataModel\DepositApprovalInfo.cs" /> |
143 |
<Compile Include="DataModel\DepositData.cs" /> |
144 |
<Compile Include="DataModel\DepositDataDetail.cs" /> |
145 |
<Compile Include="DataModel\MaterialInfo.cs" /> |
146 |
<Compile Include="DataModel\MaterialItemMaster.cs" /> |
147 |
<Compile Include="DataModel\MaterialKindMaster.cs" /> |
148 |
<Compile Include="DataModel\MaterialRecordInfo.cs" /> |
149 |
<Compile Include="DataModel\OrdersPriceData.cs" /> |
150 |
<Compile Include="DataModel\PaymentApprovalInfo.cs" /> |
151 |
<Compile Include="DataModel\PaymentDataDetail.cs" /> |
152 |
<Compile Include="DataModel\PersonDepartmentMaster.cs" /> |
153 |
<Compile Include="DataModel\PersonSalaryMaster.cs" /> |
154 |
<Compile Include="DataModel\ProceedingsDataDetail.cs" /> |
155 |
<Compile Include="DataModel\ProceedingsDataAttendee.cs" /> |
156 |
<Compile Include="DataModel\ProceedingsData.cs" /> |
157 |
<Compile Include="DataModel\DailyDataField.cs" /> |
158 |
<Compile Include="DataModel\DailyDataSubcontractors.cs" /> |
159 |
<Compile Include="DataModel\DailyDataMaterials.cs" /> |
160 |
<Compile Include="DataModel\DailyDataVehicles.cs" /> |
161 |
<Compile Include="DataModel\DailyDataDetail.cs" /> |
162 |
<Compile Include="DataModel\DailyDataConstruction.cs" /> |
163 |
<Compile Include="DataModel\CommonCostMiddleSearchWord.cs" /> |
164 |
<Compile Include="DataModel\CommonCostMiddle.cs" /> |
165 |
<Compile Include="DataModel\CommonCostLinkMS.cs" /> |
166 |
<Compile Include="DataModel\ComponentToTypeMaster.cs" /> |
167 |
<Compile Include="DataModel\ComponentLinkMaster.cs" /> |
168 |
<Compile Include="DataModel\CommonCostLarge.cs" /> |
169 |
<Compile Include="DataModel\ConstructionLedgerExcute.cs" /> |
170 |
<Compile Include="DataModel\ConstructionLedgerDetail.cs" /> |
171 |
<Compile Include="DataModel\ConstructionLedger.cs" /> |
172 |
<Compile Include="DataModel\CostDataOfPerson.cs" /> |
173 |
<Compile Include="DataModel\DailyReportRow.cs" /> |
174 |
<Compile Include="DataModel\ProcessApprovalDetail.cs" /> |
175 |
<Compile Include="DataModel\ProcessExcuter.cs" /> |
176 |
<Compile Include="DataModel\RequestData.cs" /> |
177 |
<Compile Include="DataModel\RequestDataDetail.cs" /> |
178 |
<Compile Include="DataModel\RequestGridKeys.cs" /> |
179 |
<Compile Include="DataModel\RequestTotalData.cs" /> |
180 |
<Compile Include="DataModel\SubContractorJobCategory.cs" /> |
181 |
<Compile Include="DataModel\SubContractorJobILink.cs" /> |
182 |
<Compile Include="DataModel\SuppliersMaster.cs" /> |
183 |
<Compile Include="DataModel\SecurityMaster.cs" /> |
184 |
<Compile Include="DB\IOAccess\IOAttendanceData.cs" /> |
185 |
<Compile Include="DB\IOAccess\IOBankBusinessDayMaster.cs" /> |
186 |
<Compile Include="DB\IOAccess\IOBillingData.cs" /> |
187 |
<Compile Include="DB\IOAccess\IOBillingDataDetail.cs" /> |
188 |
<Compile Include="DB\IOAccess\IOBillingPaymentSummary.cs" /> |
189 |
<Compile Include="DB\IOAccess\IOConstructionLink.cs" /> |
190 |
<Compile Include="DB\IOAccess\IOConstructionMaterialInfo.cs" /> |
191 |
<Compile Include="DB\IOAccess\IODeadLineMaster.cs" /> |
192 |
<Compile Include="DB\IOAccess\IODepositApprovalInfo.cs" /> |
193 |
<Compile Include="DB\IOAccess\IODepositData.cs" /> |
194 |
<Compile Include="DB\IOAccess\IODepositDataDetail.cs" /> |
195 |
<Compile Include="DB\IOAccess\IOMaterialInfo.cs" /> |
196 |
<Compile Include="DB\IOAccess\IOMaterialItem.cs" /> |
197 |
<Compile Include="DB\IOAccess\IOMaterialRecordInfo.cs" /> |
198 |
<Compile Include="DB\IOAccess\IOMaterialTypes.cs" /> |
199 |
<Compile Include="DB\IOAccess\IOMPersonDepartment.cs" /> |
200 |
<Compile Include="DB\IOAccess\IOMPersonSalary.cs" /> |
201 |
<Compile Include="DB\IOAccess\IOMSecurity.cs" /> |
202 |
<Compile Include="DB\IOAccess\IOMProcessExcute.cs" /> |
203 |
<Compile Include="DB\IOAccess\IOOrdersPriceData.cs" /> |
204 |
<Compile Include="DB\IOAccess\IOPaymentApprovalInfo.cs" /> |
205 |
<Compile Include="DB\IOAccess\IOPaymentDataDetail.cs" /> |
206 |
<Compile Include="DB\IOAccess\IOProcessApprovalDetail.cs" /> |
207 |
<Compile Include="DB\IOAccess\IORequestData.cs" /> |
208 |
<Compile Include="DB\IOAccess\IORequestDataDetail.cs" /> |
209 |
<Compile Include="DB\IOAccess\IORequestTotalData.cs" /> |
210 |
<Compile Include="DB\MySql\MySqlProcess.cs" /> |
211 |
<Compile Include="Forms\DataEntry\ConstructionBaseInfo\DataChange.cs"> |
212 |
<SubType>Form</SubType> |
213 |
</Compile> |
214 |
<Compile Include="Forms\DataEntry\ConstructionJoin\FrmConstructionJoin.cs"> |
215 |
<SubType>Form</SubType> |
216 |
</Compile> |
217 |
<Compile Include="Forms\DataEntry\ConstructionJoin\FrmConstructionJoin.Designer.cs"> |
218 |
<DependentUpon>FrmConstructionJoin.cs</DependentUpon> |
219 |
</Compile> |
220 |
<Compile Include="Forms\DataEntry\ConstructionJoin\FrmConstructionJoinAuxiliary.cs"> |
221 |
<SubType>Form</SubType> |
222 |
</Compile> |
223 |
<Compile Include="Forms\DataEntry\ConstructionJoin\FrmJoinSelect.cs"> |
224 |
<SubType>Form</SubType> |
225 |
</Compile> |
226 |
<Compile Include="Forms\DataEntry\ConstructionJoin\FrmJoinSelect.designer.cs"> |
227 |
<DependentUpon>FrmJoinSelect.cs</DependentUpon> |
228 |
</Compile> |
229 |
<Compile Include="Forms\DataEntry\ConstructionSplit\FrmConstructionSplitAuxiliary.cs"> |
230 |
<SubType>Form</SubType> |
231 |
</Compile> |
232 |
<Compile Include="Forms\DataEntry\DepExpenssList\FrmDepExpenssList.cs"> |
233 |
<SubType>Form</SubType> |
234 |
</Compile> |
235 |
<Compile Include="Forms\DataEntry\DepExpenssList\FrmDepExpenssList.designer.cs"> |
236 |
<DependentUpon>FrmDepExpenssList.cs</DependentUpon> |
237 |
</Compile> |
238 |
<Compile Include="Forms\DataEntry\DepExpenssList\FrmDepExpenssListAuxiliary.cs"> |
239 |
<SubType>Form</SubType> |
240 |
</Compile> |
241 |
<Compile Include="Forms\DataEntry\ConstructionLedger\FrmSelectPerson.cs"> |
242 |
<SubType>Form</SubType> |
243 |
</Compile> |
244 |
<Compile Include="Forms\DataEntry\ConstructionLedger\FrmSelectPerson.Designer.cs"> |
245 |
<DependentUpon>FrmSelectPerson.cs</DependentUpon> |
246 |
</Compile> |
247 |
<Compile Include="Forms\DataEntry\DRConstruction\PrintCommon.cs"> |
248 |
<SubType>Form</SubType> |
249 |
</Compile> |
250 |
<Compile Include="Forms\DataEntry\DRConstruction\PrintFormat.cs"> |
251 |
<SubType>Form</SubType> |
252 |
</Compile> |
253 |
<Compile Include="Forms\DataEntry\Material\MaterialCountEntry\FrmMaterialCountEntry.cs"> |
254 |
<SubType>Form</SubType> |
255 |
</Compile> |
256 |
<Compile Include="Forms\DataEntry\Material\MaterialCountEntry\FrmMaterialCountEntry.designer.cs"> |
257 |
<DependentUpon>FrmMaterialCountEntry.cs</DependentUpon> |
258 |
</Compile> |
259 |
<Compile Include="Forms\DataEntry\Material\MaterialReserveEntry\FrmMaterialReserveEntry.cs"> |
260 |
<SubType>Form</SubType> |
261 |
</Compile> |
262 |
<Compile Include="Forms\DataEntry\Material\MaterialReserveEntry\FrmMaterialReserveEntry.designer.cs"> |
263 |
<DependentUpon>FrmMaterialReserveEntry.cs</DependentUpon> |
264 |
</Compile> |
265 |
<Compile Include="Forms\DataEntry\Material\MaterialReserveEntry\ProcessControl.cs"> |
266 |
<SubType>Form</SubType> |
267 |
</Compile> |
268 |
<Compile Include="Forms\DataEntry\Material\MaterialReturnEntry\FrmMaterialReturnEntry.cs"> |
269 |
<SubType>Form</SubType> |
270 |
</Compile> |
271 |
<Compile Include="Forms\DataEntry\Material\MaterialReturnEntry\FrmMaterialReturnEntry.designer.cs"> |
272 |
<DependentUpon>FrmMaterialReturnEntry.cs</DependentUpon> |
273 |
</Compile> |
274 |
<Compile Include="Forms\DataEntry\Material\MaterialReturnEntry\ProcessControl.cs"> |
275 |
<SubType>Form</SubType> |
276 |
</Compile> |
277 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryList.cs"> |
278 |
<SubType>Form</SubType> |
279 |
</Compile> |
280 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryList.Designer.cs"> |
281 |
<DependentUpon>FrmOrderEntryList.cs</DependentUpon> |
282 |
</Compile> |
283 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryListAuxiliary.cs"> |
284 |
<SubType>Form</SubType> |
285 |
</Compile> |
286 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\PurchaseOrderInputPage.cs" /> |
287 |
<Compile Include="DataModel\PurchaseOrderDetail.cs" /> |
288 |
<Compile Include="DataModel\PurchaseOrder.cs" /> |
289 |
<Compile Include="DataModel\ConstructionTypeMaster.cs" /> |
290 |
<Compile Include="DataModel\ConstructionSpecMaster.cs" /> |
291 |
<Compile Include="DataModel\ConstructionSpecUnitPrice.cs" /> |
292 |
<Compile Include="DataModel\PointingOutComment.cs" /> |
293 |
<Compile Include="DataModel\MessageBrowsingHistory.cs" /> |
294 |
<Compile Include="DataModel\OfficeShapeDefine.cs" /> |
295 |
<Compile Include="DataModel\AmountAllocation.cs" /> |
296 |
<Compile Include="DataModel\InputSearchLogData.cs" /> |
297 |
<Compile Include="DataModel\ProcessApproval.cs" /> |
298 |
<Compile Include="DataModel\ConstructionProgressDate.cs" /> |
299 |
<Compile Include="DataModel\ApprovalMaster.cs" /> |
300 |
<Compile Include="DataModel\SalesGraphData.cs" /> |
301 |
<Compile Include="DataModel\PreserveSubFormHandle.cs" /> |
302 |
<Compile Include="DataModel\TermMasterList.cs" /> |
303 |
<Compile Include="DataModel\TermMaster.cs" /> |
304 |
<Compile Include="DataModel\SystemExecute.cs" /> |
305 |
<Compile Include="DataModel\VehicleScheduleData.cs" /> |
306 |
<Compile Include="DataModel\VehicleRecordData.cs" /> |
307 |
<Compile Include="DataModel\VehicleMaster.cs" /> |
308 |
<Compile Include="DataModel\ActionScheduleData.cs" /> |
309 |
<Compile Include="DataModel\CalennderPage.cs" /> |
310 |
<Compile Include="DataModel\ConstructionListDat.cs" /> |
311 |
<Compile Include="DataModel\ConstructionBudget.cs" /> |
312 |
<Compile Include="DataModel\DepartmentExpenses.cs" /> |
313 |
<Compile Include="DataModel\HolidayCalenderMaster.cs" /> |
314 |
<Compile Include="DataModel\ExpensesMaster.cs" /> |
315 |
<Compile Include="DataModel\MessageBoardTerget.cs" /> |
316 |
<Compile Include="DataModel\MessageBoardData.cs" /> |
317 |
<Compile Include="DataModel\EstimateBudget.cs" /> |
318 |
<Compile Include="DataModel\ConstructionBudgetDetail.cs" /> |
319 |
<Compile Include="DataModel\EstimateBudgetDetail.cs" /> |
320 |
<Compile Include="DataModel\DepartmentMaster.cs" /> |
321 |
<Compile Include="DataModel\ProcessParameter.cs" /> |
322 |
<Compile Include="DataModel\BusinessTypeMaster.cs" /> |
323 |
<Compile Include="DataModel\SubContractorItemMaster.cs" /> |
324 |
<Compile Include="DataModel\SubContractorJobItem.cs" /> |
325 |
<Compile Include="DB\IOAccess\IOConstructionLedgerExcute.cs" /> |
326 |
<Compile Include="DB\IOAccess\IOConstructionLedgerDetail.cs" /> |
327 |
<Compile Include="DB\IOAccess\IOConstructionLedger.cs" /> |
328 |
<Compile Include="DB\IOAccess\IOMSubContractorJobLink.cs" /> |
329 |
<Compile Include="DB\IOAccess\IOProceedingsDataDetail.cs" /> |
330 |
<Compile Include="DB\IOAccess\IOProceedingsDataAttendee.cs" /> |
331 |
<Compile Include="DB\IOAccess\IOProceedingsData.cs" /> |
332 |
<Compile Include="DB\IOAccess\IODailyDataField.cs" /> |
333 |
<Compile Include="DB\IOAccess\IODailyDataSubcontractors.cs" /> |
334 |
<Compile Include="DB\IOAccess\IODailyDataMaterials.cs" /> |
335 |
<Compile Include="DB\IOAccess\IODailyDataVehicles.cs" /> |
336 |
<Compile Include="DB\IOAccess\IODailyDataDetail.cs" /> |
337 |
<Compile Include="DB\IOAccess\IODailyDataConstruction.cs" /> |
338 |
<Compile Include="DB\IOAccess\IOCostDataOfPerson.cs" /> |
339 |
<Compile Include="DB\IOAccess\IOMComponentToTypeMaster.cs" /> |
340 |
<Compile Include="DB\IOAccess\IOMSubContractorJobCategory.cs" /> |
341 |
<Compile Include="DB\IOAccess\IOMSuppliers.cs" /> |
342 |
<Compile Include="DB\IOAccess\IOPurchaseOrderDetail.cs" /> |
343 |
<Compile Include="DB\IOAccess\IOPurchaseOrder.cs" /> |
344 |
<Compile Include="DB\IOAccess\IOPointingOutComment.cs" /> |
345 |
<Compile Include="DB\IOAccess\IOInputSearchLogData.cs" /> |
346 |
<Compile Include="DB\IOAccess\IOActionScheduleData.cs" /> |
347 |
<Compile Include="DB\IOAccess\DBCommonMotions.cs" /> |
348 |
<Compile Include="DB\IOAccess\IOMCommonCostLarge.cs" /> |
349 |
<Compile Include="DB\IOAccess\IOMCommonCostMiddleSearchWord.cs" /> |
350 |
<Compile Include="DB\IOAccess\IOMCommonCostMiddle.cs" /> |
351 |
<Compile Include="DB\IOAccess\IOMCommonCostLinkMS.cs" /> |
352 |
<Compile Include="DB\IOAccess\IOMConstructionItem.cs" /> |
353 |
<Compile Include="DB\IOAccess\IOMConstructionTypeMaster.cs" /> |
354 |
<Compile Include="DB\IOAccess\IOMConstructionSpec.cs" /> |
355 |
<Compile Include="DB\IOAccess\IOMConstructionSpecUnitPrice.cs" /> |
356 |
<Compile Include="DB\IOAccess\IOMessageBrowsingHistory.cs" /> |
357 |
<Compile Include="DB\IOAccess\IOProcessApproval.cs" /> |
358 |
<Compile Include="DB\IOAccess\IOConstructionProgressDate.cs" /> |
359 |
<Compile Include="DB\IOAccess\IOSalesGraphData.cs" /> |
360 |
<Compile Include="DB\IOAccess\IOMTerm.cs" /> |
361 |
<Compile Include="DB\IOAccess\IOSystemExecute.cs" /> |
362 |
<Compile Include="DB\IOAccess\IOVehicleScheduleData.cs" /> |
363 |
<Compile Include="DB\IOAccess\IOConstructionBudget.cs" /> |
364 |
<Compile Include="DB\IOAccess\IOEstimateBudget.cs" /> |
365 |
<Compile Include="DB\IOAccess\IOConstructionBudgetDetail.cs" /> |
366 |
<Compile Include="DB\IOAccess\IOEstimateBudgetDetail.cs" /> |
367 |
<Compile Include="DB\IOAccess\IOMApproval.cs" /> |
368 |
<Compile Include="DB\IOAccess\IOMVehicleRecordData.cs" /> |
369 |
<Compile Include="DB\IOAccess\IOMVehicle.cs" /> |
370 |
<Compile Include="DB\IOAccess\IOMDepartmentExpenses.cs" /> |
371 |
<Compile Include="DB\IOAccess\IOMHolidayCalender.cs" /> |
372 |
<Compile Include="DB\IOAccess\IOMessageBoardDataTerget.cs" /> |
373 |
<Compile Include="DB\IOAccess\IOMSubContractorJobItem.cs" /> |
374 |
<Compile Include="DB\IOAccess\IOMSubContractorItem.cs" /> |
375 |
<Compile Include="DB\IOAccess\IOMExpenses.cs" /> |
376 |
<Compile Include="DB\IOAccess\IOMessageBoardData.cs" /> |
377 |
<Compile Include="DB\IOAccess\IOMDepartment.cs" /> |
378 |
<Compile Include="DB\IOAccess\IOMBusinessType.cs" /> |
379 |
<Compile Include="Forms\ControlsAction\DragAndDropSizeChange .cs" /> |
380 |
<Compile Include="Forms\ControlsAction\ListboBoxAction.cs" /> |
381 |
<Compile Include="Forms\CustomControls\BtnTextCustomMessageBox.cs" /> |
382 |
<Compile Include="DataModel\EstimateDataBody.cs" /> |
383 |
<Compile Include="DB\IOAccess\IOEstimateDataBody.cs" /> |
384 |
<Compile Include="Forms\CustomControls\ComboBoxEX.cs"> |
385 |
<SubType>Component</SubType> |
386 |
</Compile> |
387 |
<Compile Include="Forms\CustomControls\MoveTextBox.cs"> |
388 |
<SubType>Component</SubType> |
389 |
</Compile> |
390 |
<Compile Include="Forms\CustomControls\TextBoxEX.cs"> |
391 |
<SubType>Component</SubType> |
392 |
</Compile> |
393 |
<Compile Include="Forms\DataEntry\DRConstruction\ProcessControl.cs"> |
394 |
<SubType>Form</SubType> |
395 |
</Compile> |
396 |
<Compile Include="Forms\DataEntry\DRList\FrmDRList.cs"> |
397 |
<SubType>Form</SubType> |
398 |
</Compile> |
399 |
<Compile Include="Forms\DataEntry\DRList\FrmDRList.designer.cs"> |
400 |
<DependentUpon>FrmDRList.cs</DependentUpon> |
401 |
</Compile> |
402 |
<Compile Include="Forms\DataEntry\DRList\FrmDRListAuxiliary.cs"> |
403 |
<SubType>Form</SubType> |
404 |
</Compile> |
405 |
<Compile Include="Forms\DataEntry\DRConstruction\FrmDRConstructionAuxiliary.cs"> |
406 |
<SubType>Form</SubType> |
407 |
</Compile> |
408 |
<Compile Include="Forms\DataEntry\DRConstruction\FrmDRConstruction.cs"> |
409 |
<SubType>Form</SubType> |
410 |
</Compile> |
411 |
<Compile Include="Forms\DataEntry\DRConstruction\FrmDRConstruction.designer.cs"> |
412 |
<DependentUpon>FrmDRConstruction.cs</DependentUpon> |
413 |
</Compile> |
414 |
<Compile Include="Forms\DataEntry\ApprovalList\FrmApprovalList.cs"> |
415 |
<SubType>Form</SubType> |
416 |
</Compile> |
417 |
<Compile Include="Forms\DataEntry\ApprovalList\FrmApprovalList.designer.cs"> |
418 |
<DependentUpon>FrmApprovalList.cs</DependentUpon> |
419 |
</Compile> |
420 |
<Compile Include="Forms\DataEntry\ApprovalList\FrmApprovalListAuxiliary.cs"> |
421 |
<SubType>Form</SubType> |
422 |
</Compile> |
423 |
<Compile Include="Forms\DataEntry\ApprovalScreen\FrmApprovalScreenAuxiliary.cs"> |
424 |
<SubType>Form</SubType> |
425 |
</Compile> |
426 |
<Compile Include="Forms\DataEntry\ApprovalScreen\FrmApprovalScreen.cs"> |
427 |
<SubType>Form</SubType> |
428 |
</Compile> |
429 |
<Compile Include="Forms\DataEntry\ApprovalScreen\FrmApprovalScreen.designer.cs"> |
430 |
<DependentUpon>FrmApprovalScreen.cs</DependentUpon> |
431 |
</Compile> |
432 |
<Compile Include="Forms\DataEntry\ConstructionBaseInfo\FrmConstructionBaseInfo.cs"> |
433 |
<SubType>Form</SubType> |
434 |
</Compile> |
435 |
<Compile Include="Forms\DataEntry\ConstructionBaseInfo\FrmConstructionBaseInfo.designer.cs"> |
436 |
<DependentUpon>FrmConstructionBaseInfo.cs</DependentUpon> |
437 |
</Compile> |
438 |
<Compile Include="Forms\DataEntry\ConstructionBaseInfo\FrmConstructionBaseInfoAuxiliary.cs"> |
439 |
<SubType>Form</SubType> |
440 |
</Compile> |
441 |
<Compile Include="Forms\DataEntry\ConstructionBaseInfo\ProcessControl.cs"> |
442 |
<SubType>Form</SubType> |
443 |
</Compile> |
444 |
<Compile Include="Forms\DataEntry\ConstructionBudget\FrmConstructionBudgetAuxiliary.cs"> |
445 |
<SubType>Form</SubType> |
446 |
</Compile> |
447 |
<Compile Include="Forms\DataEntry\DRWork\FrmDRWorkAuxiliary.cs"> |
448 |
<SubType>Form</SubType> |
449 |
</Compile> |
450 |
<Compile Include="Forms\DataEntry\DRWork\FrmDRWork.cs"> |
451 |
<SubType>Form</SubType> |
452 |
</Compile> |
453 |
<Compile Include="Forms\DataEntry\DRWork\FrmDRWork.Designer.cs"> |
454 |
<DependentUpon>FrmDRWork.cs</DependentUpon> |
455 |
</Compile> |
456 |
<Compile Include="Forms\DataEntry\Proceedings\FrmProceedings.cs"> |
457 |
<SubType>Form</SubType> |
458 |
</Compile> |
459 |
<Compile Include="Forms\DataEntry\Proceedings\FrmProceedings.designer.cs"> |
460 |
<DependentUpon>FrmProceedings.cs</DependentUpon> |
461 |
</Compile> |
462 |
<Compile Include="Forms\DataEntry\Proceedings\FrmProceedingsAuxiliary.cs"> |
463 |
<SubType>Form</SubType> |
464 |
</Compile> |
465 |
<Compile Include="Forms\DataEntry\Proceedings\ProcessControl.cs"> |
466 |
<SubType>Form</SubType> |
467 |
</Compile> |
468 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransporttAuxiliary.cs"> |
469 |
<SubType>Form</SubType> |
470 |
</Compile> |
471 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransport.cs"> |
472 |
<SubType>Form</SubType> |
473 |
</Compile> |
474 |
<Compile Include="Forms\DataEntry\DRTransport\FrmDRTransport.Designer.cs"> |
475 |
<DependentUpon>FrmDRTransport.cs</DependentUpon> |
476 |
</Compile> |
477 |
<Compile Include="Forms\DataEntry\PurchaseOrderStatus\FrmPurchaseOrderStatus.cs"> |
478 |
<SubType>Form</SubType> |
479 |
</Compile> |
480 |
<Compile Include="Forms\DataEntry\PurchaseOrderStatus\FrmPurchaseOrderStatus.designer.cs"> |
481 |
<DependentUpon>FrmPurchaseOrderStatus.cs</DependentUpon> |
482 |
</Compile> |
483 |
<Compile Include="Forms\DataEntry\PurchaseOrderStatus\FrmPurchaseOrderStatusAuxiliary.cs"> |
484 |
<SubType>Form</SubType> |
485 |
</Compile> |
486 |
<Compile Include="Forms\DataEntry\Request\FrmRegField.cs"> |
487 |
<SubType>Form</SubType> |
488 |
</Compile> |
489 |
<Compile Include="Forms\DataEntry\Request\FrmRegField.Designer.cs"> |
490 |
<DependentUpon>FrmRegField.cs</DependentUpon> |
491 |
</Compile> |
492 |
<Compile Include="Forms\DataEntry\Request\FrmSelectField.cs"> |
493 |
<SubType>Form</SubType> |
494 |
</Compile> |
495 |
<Compile Include="Forms\DataEntry\Request\FrmSelectField.Designer.cs"> |
496 |
<DependentUpon>FrmSelectField.cs</DependentUpon> |
497 |
</Compile> |
498 |
<Compile Include="Forms\DataEntry\Request\FrmSelectRegField.cs"> |
499 |
<SubType>Form</SubType> |
500 |
</Compile> |
501 |
<Compile Include="Forms\DataEntry\Request\FrmSelectRegField.Designer.cs"> |
502 |
<DependentUpon>FrmSelectRegField.cs</DependentUpon> |
503 |
</Compile> |
504 |
<Compile Include="Forms\DataEntry\Request\FrmSelectRequest.cs"> |
505 |
<SubType>Form</SubType> |
506 |
</Compile> |
507 |
<Compile Include="Forms\DataEntry\Request\FrmSelectRequest.Designer.cs"> |
508 |
<DependentUpon>FrmSelectRequest.cs</DependentUpon> |
509 |
</Compile> |
510 |
<Compile Include="Forms\DataEntry\Request\RequestInput\FrmRequestInput.cs"> |
511 |
<SubType>Form</SubType> |
512 |
</Compile> |
513 |
<Compile Include="Forms\DataEntry\Request\RequestInput\FrmRequestInput.Designer.cs"> |
514 |
<DependentUpon>FrmRequestInput.cs</DependentUpon> |
515 |
</Compile> |
516 |
<Compile Include="Forms\DataEntry\Request\RequestInput\FrmRequestInputAuxiliary.cs"> |
517 |
<SubType>Form</SubType> |
518 |
</Compile> |
519 |
<Compile Include="Forms\DataEntry\Request\RequestInput\FrmRequestInputDefinitions.cs"> |
520 |
<SubType>Form</SubType> |
521 |
</Compile> |
522 |
<Compile Include="Forms\DataEntry\Request\RequestInput\ProcessControl.cs"> |
523 |
<SubType>Form</SubType> |
524 |
</Compile> |
525 |
<Compile Include="Forms\DataEntry\Request\RequestSummaryList\FrmRequestSummaryList.cs"> |
526 |
<SubType>Form</SubType> |
527 |
</Compile> |
528 |
<Compile Include="Forms\DataEntry\Request\RequestSummaryList\FrmRequestSummaryList.designer.cs"> |
529 |
<DependentUpon>FrmRequestSummaryList.cs</DependentUpon> |
530 |
</Compile> |
531 |
<Compile Include="Forms\DataEntry\Request\RequestSummaryList\FrmRequestSummaryListAuxiliary.cs"> |
532 |
<SubType>Form</SubType> |
533 |
</Compile> |
534 |
<Compile Include="Forms\DataEntry\Request\SelectPayment\FrmSelectPayment.cs"> |
535 |
<SubType>Form</SubType> |
536 |
</Compile> |
537 |
<Compile Include="Forms\DataEntry\Request\SelectPayment\FrmSelectPayment.Designer.cs"> |
538 |
<DependentUpon>FrmSelectPayment.cs</DependentUpon> |
539 |
</Compile> |
540 |
<Compile Include="Forms\DataEntry\Request\StatusAndDateReq.cs"> |
541 |
<SubType>Form</SubType> |
542 |
</Compile> |
543 |
<Compile Include="Forms\DataEntry\Request\StatusAndDateReq.Designer.cs"> |
544 |
<DependentUpon>StatusAndDateReq.cs</DependentUpon> |
545 |
</Compile> |
546 |
<Compile Include="Forms\DataEntry\TAndPCosts\FrmSelectPaymentDay.cs"> |
547 |
<SubType>Form</SubType> |
548 |
</Compile> |
549 |
<Compile Include="Forms\DataEntry\TAndPCosts\FrmSelectPaymentDay.Designer.cs"> |
550 |
<DependentUpon>FrmSelectPaymentDay.cs</DependentUpon> |
551 |
</Compile> |
552 |
<Compile Include="Forms\DataEntry\TAndPCosts\FrmTAndPCostsAuxiliary.cs"> |
553 |
<SubType>Form</SubType> |
554 |
</Compile> |
555 |
<Compile Include="Forms\DataEntry\TAndPCosts\FrmTAndPCosts.cs"> |
556 |
<SubType>Form</SubType> |
557 |
</Compile> |
558 |
<Compile Include="Forms\DataEntry\TAndPCosts\FrmTAndPCosts.Designer.cs"> |
559 |
<DependentUpon>FrmTAndPCosts.cs</DependentUpon> |
560 |
</Compile> |
561 |
<Compile Include="Forms\Master\Material\MaterialItemsMaster\FrmMaterialItemsMaster.cs"> |
562 |
<SubType>Form</SubType> |
563 |
</Compile> |
564 |
<Compile Include="Forms\Master\Material\MaterialItemsMaster\FrmMaterialItemsMaster.designer.cs"> |
565 |
<DependentUpon>FrmMaterialItemsMaster.cs</DependentUpon> |
566 |
</Compile> |
567 |
<Compile Include="Forms\Master\Material\MaterialTypesMaster\FrmMaterialTypesMaster.cs"> |
568 |
<SubType>Form</SubType> |
569 |
</Compile> |
570 |
<Compile Include="Forms\Master\Material\MaterialTypesMaster\FrmMaterialTypesMaster.designer.cs"> |
571 |
<DependentUpon>FrmMaterialTypesMaster.cs</DependentUpon> |
572 |
</Compile> |
573 |
<Compile Include="Forms\Master\PersonInCharge\FrmPersonInChargeAuxiliary.cs"> |
574 |
<SubType>Form</SubType> |
575 |
</Compile> |
576 |
<Compile Include="Forms\Master\Security\FrmSecurityAuxiliary.cs"> |
577 |
<SubType>Form</SubType> |
578 |
</Compile> |
579 |
<Compile Include="Forms\Master\Security\FrmSecurity.cs"> |
580 |
<SubType>Form</SubType> |
581 |
</Compile> |
582 |
<Compile Include="Forms\Master\Security\FrmSecurity.designer.cs"> |
583 |
<DependentUpon>FrmSecurity.cs</DependentUpon> |
584 |
</Compile> |
585 |
<Compile Include="Forms\Master\Security\FrmSecurityPerson.cs"> |
586 |
<SubType>Form</SubType> |
587 |
</Compile> |
588 |
<Compile Include="Forms\Master\Security\FrmSecurityPerson.Designer.cs"> |
589 |
<DependentUpon>FrmSecurityPerson.cs</DependentUpon> |
590 |
</Compile> |
591 |
<Compile Include="Forms\Master\SubContractorJob\FrmSubContractorJobCategory.cs"> |
592 |
<SubType>Form</SubType> |
593 |
</Compile> |
594 |
<Compile Include="Forms\Master\SubContractorJob\FrmSubContractorJobCategory.designer.cs"> |
595 |
<DependentUpon>FrmSubContractorJobCategory.cs</DependentUpon> |
596 |
</Compile> |
597 |
<Compile Include="Forms\Master\SubContractor\FrmSubContractorAuxiliary.cs"> |
598 |
<SubType>Form</SubType> |
599 |
</Compile> |
600 |
<Compile Include="Forms\Master\Suppliers\FrmSuppliers.cs"> |
601 |
<SubType>Form</SubType> |
602 |
</Compile> |
603 |
<Compile Include="Forms\Master\Suppliers\FrmSuppliers.designer.cs"> |
604 |
<DependentUpon>FrmSuppliers.cs</DependentUpon> |
605 |
</Compile> |
606 |
<Compile Include="Forms\SubForms\FrmRequestPrint.cs"> |
607 |
<SubType>Form</SubType> |
608 |
</Compile> |
609 |
<Compile Include="Forms\SubForms\FrmRequestPrint.Designer.cs"> |
610 |
<DependentUpon>FrmRequestPrint.cs</DependentUpon> |
611 |
</Compile> |
612 |
<Compile Include="Forms\SubForms\FrmVehicleSelector.cs"> |
613 |
<SubType>Form</SubType> |
614 |
</Compile> |
615 |
<Compile Include="Forms\SubForms\FrmVehicleSelector.Designer.cs"> |
616 |
<DependentUpon>FrmVehicleSelector.cs</DependentUpon> |
617 |
</Compile> |
618 |
<Compile Include="Forms\SubForms\FrmPrintConfirmation.cs"> |
619 |
<SubType>Form</SubType> |
620 |
</Compile> |
621 |
<Compile Include="Forms\SubForms\FrmPrintConfirmation.Designer.cs"> |
622 |
<DependentUpon>FrmPrintConfirmation.cs</DependentUpon> |
623 |
</Compile> |
624 |
<Compile Include="Forms\SubForms\FrmTyingConstrDiag.cs"> |
625 |
<SubType>Form</SubType> |
626 |
</Compile> |
627 |
<Compile Include="Forms\SubForms\FrmTyingConstrDiag.Designer.cs"> |
628 |
<DependentUpon>FrmTyingConstrDiag.cs</DependentUpon> |
629 |
</Compile> |
630 |
<Compile Include="Forms\SubForms\FrmPriceOfBudget.cs"> |
631 |
<SubType>Form</SubType> |
632 |
</Compile> |
633 |
<Compile Include="Forms\SubForms\FrmPriceOfBudget.Designer.cs"> |
634 |
<DependentUpon>FrmPriceOfBudget.cs</DependentUpon> |
635 |
</Compile> |
636 |
<Compile Include="Forms\SubForms\FrmNumberOfWorkers.cs"> |
637 |
<SubType>Form</SubType> |
638 |
</Compile> |
639 |
<Compile Include="Forms\SubForms\FrmNumberOfWorkers.Designer.cs"> |
640 |
<DependentUpon>FrmNumberOfWorkers.cs</DependentUpon> |
641 |
</Compile> |
642 |
<Compile Include="Forms\SubForms\FrmChangeExpenses.cs"> |
643 |
<SubType>Form</SubType> |
644 |
</Compile> |
645 |
<Compile Include="Forms\SubForms\FrmChangeExpenses.Designer.cs"> |
646 |
<DependentUpon>FrmChangeExpenses.cs</DependentUpon> |
647 |
</Compile> |
648 |
<Compile Include="Forms\SubForms\FrmValueOfOrder.cs"> |
649 |
<SubType>Form</SubType> |
650 |
</Compile> |
651 |
<Compile Include="Forms\SubForms\FrmValueOfOrder.Designer.cs"> |
652 |
<DependentUpon>FrmValueOfOrder.cs</DependentUpon> |
653 |
</Compile> |
654 |
<Compile Include="Forms\SubForms\FrmConstructionDiag.cs"> |
655 |
<SubType>Form</SubType> |
656 |
</Compile> |
657 |
<Compile Include="Forms\SubForms\FrmConstructionDiag.Designer.cs"> |
658 |
<DependentUpon>FrmConstructionDiag.cs</DependentUpon> |
659 |
</Compile> |
660 |
<Compile Include="Forms\SubForms\FrmSelectDate.cs"> |
661 |
<SubType>Form</SubType> |
662 |
</Compile> |
663 |
<Compile Include="Forms\SubForms\FrmSelectDate.Designer.cs"> |
664 |
<DependentUpon>FrmSelectDate.cs</DependentUpon> |
665 |
</Compile> |
666 |
<Compile Include="Forms\DataEntry\ConstructionBudget\ProcessControl.cs"> |
667 |
<SubType>Form</SubType> |
668 |
</Compile> |
669 |
<Compile Include="Forms\DataEntry\ConstructionLedgerList\FrmConstructionLedgerList.cs"> |
670 |
<SubType>Form</SubType> |
671 |
</Compile> |
672 |
<Compile Include="Forms\DataEntry\ConstructionLedgerList\FrmConstructionLedgerList.designer.cs"> |
673 |
<DependentUpon>FrmConstructionLedgerList.cs</DependentUpon> |
674 |
</Compile> |
675 |
<Compile Include="Forms\DataEntry\ConstructionLedgerList\FrmConstructionLedgerListAuxiliary.cs"> |
676 |
<SubType>Form</SubType> |
677 |
</Compile> |
678 |
<Compile Include="Forms\DataEntry\ConstructionLedger\FrmConstructionLedger.cs"> |
679 |
<SubType>Form</SubType> |
680 |
</Compile> |
681 |
<Compile Include="Forms\DataEntry\ConstructionLedger\FrmConstructionLedger.designer.cs"> |
682 |
<DependentUpon>FrmConstructionLedger.cs</DependentUpon> |
683 |
</Compile> |
684 |
<Compile Include="Forms\DataEntry\ConstructionLedger\FrmConstructionLedgerAuxiliary.cs"> |
685 |
<SubType>Form</SubType> |
686 |
</Compile> |
687 |
<Compile Include="Forms\DataEntry\ConstructionLedger\ProcessControl.cs"> |
688 |
<SubType>Form</SubType> |
689 |
</Compile> |
690 |
<Compile Include="Forms\DataEntry\CopyTargetList\FrmCopyTargetList.cs"> |
691 |
<SubType>Form</SubType> |
692 |
</Compile> |
693 |
<Compile Include="Forms\DataEntry\CopyTargetList\FrmCopyTargetList.designer.cs"> |
694 |
<DependentUpon>FrmCopyTargetList.cs</DependentUpon> |
695 |
</Compile> |
696 |
<Compile Include="Forms\DataEntry\CopyTargetList\FrmCopyTargetListAuxiliary.cs"> |
697 |
<SubType>Form</SubType> |
698 |
</Compile> |
699 |
<Compile Include="Forms\DataEntry\ConstractionList\FrmConstructionListAuxiliary.cs"> |
700 |
<SubType>Form</SubType> |
701 |
</Compile> |
702 |
<Compile Include="Forms\DataEntry\ConstractionList\FrmConstructionList.cs"> |
703 |
<SubType>Form</SubType> |
704 |
</Compile> |
705 |
<Compile Include="Forms\DataEntry\ConstractionList\FrmConstructionList.designer.cs"> |
706 |
<DependentUpon>FrmConstructionList.cs</DependentUpon> |
707 |
</Compile> |
708 |
<Compile Include="Forms\DataEntry\ConstructionBudget\FrmConstructionBudget.cs"> |
709 |
<SubType>Form</SubType> |
710 |
</Compile> |
711 |
<Compile Include="Forms\DataEntry\ConstructionBudget\FrmConstructionBudget.designer.cs"> |
712 |
<DependentUpon>FrmConstructionBudget.cs</DependentUpon> |
713 |
</Compile> |
714 |
<Compile Include="Forms\DataEntry\CostCalculation\FrmCostCalculation.cs"> |
715 |
<SubType>Form</SubType> |
716 |
</Compile> |
717 |
<Compile Include="Forms\DataEntry\CostCalculation\FrmCostCalculation.Designer.cs"> |
718 |
<DependentUpon>FrmCostCalculation.cs</DependentUpon> |
719 |
</Compile> |
720 |
<Compile Include="Forms\DataEntry\CostCalculation\FrmCostCalculationAuxiliary.cs"> |
721 |
<SubType>Form</SubType> |
722 |
</Compile> |
723 |
<Compile Include="Forms\DataEntry\EstimateBudget\FrmEstimateBudget.cs"> |
724 |
<SubType>Form</SubType> |
725 |
</Compile> |
726 |
<Compile Include="Forms\DataEntry\EstimateBudget\FrmEstimateBudget.designer.cs"> |
727 |
<DependentUpon>FrmEstimateBudget.cs</DependentUpon> |
728 |
</Compile> |
729 |
<Compile Include="Forms\DataEntry\EstimateBudgetPrint\FrmEstimateBudgetPrint.cs"> |
730 |
<SubType>Form</SubType> |
731 |
</Compile> |
732 |
<Compile Include="Forms\DataEntry\EstimateBudgetPrint\FrmEstimateBudgetPrint.Designer.cs"> |
733 |
<DependentUpon>FrmEstimateBudgetPrint.cs</DependentUpon> |
734 |
</Compile> |
735 |
<Compile Include="Forms\DataEntry\EstimateBudgetPrint\PrtEstimateBudget.cs"> |
736 |
<SubType>Form</SubType> |
737 |
</Compile> |
738 |
<Compile Include="Forms\DataEntry\EstimateBudget\FrmEstimateBudgetAuxiliary.cs"> |
739 |
<SubType>Form</SubType> |
740 |
</Compile> |
741 |
<Compile Include="Forms\DataEntry\EstimateBudget\ProcessControl.cs"> |
742 |
<SubType>Form</SubType> |
743 |
</Compile> |
744 |
<Compile Include="Forms\DataEntry\EstimateInput\ProcessControl.cs"> |
745 |
<SubType>Form</SubType> |
746 |
</Compile> |
747 |
<Compile Include="Forms\DataEntry\EstimatePrint\ProcessControl.cs"> |
748 |
<SubType>Form</SubType> |
749 |
</Compile> |
750 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmImage.cs"> |
751 |
<SubType>Form</SubType> |
752 |
</Compile> |
753 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmImage.Designer.cs"> |
754 |
<DependentUpon>FrmImage.cs</DependentUpon> |
755 |
</Compile> |
756 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmPurchaseOrderEntryAuxiliary.cs"> |
757 |
<SubType>Form</SubType> |
758 |
</Compile> |
759 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\CreateNewTabPage.cs"> |
760 |
<SubType>Form</SubType> |
761 |
</Compile> |
762 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmPurchaseOrderEntry.cs"> |
763 |
<SubType>Form</SubType> |
764 |
</Compile> |
765 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\FrmPurchaseOrderEntry.Designer.cs"> |
766 |
<DependentUpon>FrmPurchaseOrderEntry.cs</DependentUpon> |
767 |
</Compile> |
768 |
<Compile Include="Forms\DataEntry\PurchaseOrderEntry\ProcessControl.cs"> |
769 |
<SubType>Form</SubType> |
770 |
</Compile> |
771 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\PrintFormat2.cs"> |
772 |
<SubType>Form</SubType> |
773 |
</Compile> |
774 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\PrintFormat1.cs"> |
775 |
<SubType>Form</SubType> |
776 |
</Compile> |
777 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\FrmPurchaseOrderPrint.cs"> |
778 |
<SubType>Form</SubType> |
779 |
</Compile> |
780 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\FrmPurchaseOrderPrint.Designer.cs"> |
781 |
<DependentUpon>FrmPurchaseOrderPrint.cs</DependentUpon> |
782 |
</Compile> |
783 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\FrmPurchaseOrderPrintAuxiliary.cs"> |
784 |
<SubType>Form</SubType> |
785 |
</Compile> |
786 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\PrintCommon.cs"> |
787 |
<SubType>Form</SubType> |
788 |
</Compile> |
789 |
<Compile Include="Forms\DataEntry\PurchaseOrderPrint\ProcessControl.cs"> |
790 |
<SubType>Form</SubType> |
791 |
</Compile> |
792 |
<Compile Include="Forms\Master\AlwaysEmployment\AlwaysEmployment.cs"> |
793 |
<SubType>Form</SubType> |
794 |
</Compile> |
795 |
<Compile Include="Forms\Master\AlwaysEmployment\AlwaysEmployment.designer.cs"> |
796 |
<DependentUpon>AlwaysEmployment.cs</DependentUpon> |
797 |
</Compile> |
798 |
<Compile Include="Forms\Master\Component\FrmComponent.cs"> |
799 |
<SubType>Form</SubType> |
800 |
</Compile> |
801 |
<Compile Include="Forms\Master\Component\FrmComponent.designer.cs"> |
802 |
<DependentUpon>FrmComponent.cs</DependentUpon> |
803 |
</Compile> |
804 |
<Compile Include="Forms\Master\ConstructionSpec\FrmConstructionSpec.cs"> |
805 |
<SubType>Form</SubType> |
806 |
</Compile> |
807 |
<Compile Include="Forms\Master\ConstructionSpec\FrmConstructionSpec.designer.cs"> |
808 |
<DependentUpon>FrmConstructionSpec.cs</DependentUpon> |
809 |
</Compile> |
810 |
<Compile Include="Forms\Master\ConstructionType\FrmConstructionType.cs"> |
811 |
<SubType>Form</SubType> |
812 |
</Compile> |
813 |
<Compile Include="Forms\Master\ConstructionType\FrmConstructionType.designer.cs"> |
814 |
<DependentUpon>FrmConstructionType.cs</DependentUpon> |
815 |
</Compile> |
816 |
<Compile Include="Forms\SubForms\FrmAmountAllocation.cs"> |
817 |
<SubType>Form</SubType> |
818 |
</Compile> |
819 |
<Compile Include="Forms\SubForms\FrmAmountAllocation.Designer.cs"> |
820 |
<DependentUpon>FrmAmountAllocation.cs</DependentUpon> |
821 |
</Compile> |
822 |
<Compile Include="Forms\SubForms\FrmOrderSubConstractor.cs"> |
823 |
<SubType>Form</SubType> |
824 |
</Compile> |
825 |
<Compile Include="Forms\SubForms\FrmOrderSubConstractor.Designer.cs"> |
826 |
<DependentUpon>FrmOrderSubConstractor.cs</DependentUpon> |
827 |
</Compile> |
828 |
<Compile Include="Forms\SubForms\FrmApprovalStatusList.cs"> |
829 |
<SubType>Form</SubType> |
830 |
</Compile> |
831 |
<Compile Include="Forms\SubForms\FrmApprovalStatusList.Designer.cs"> |
832 |
<DependentUpon>FrmApprovalStatusList.cs</DependentUpon> |
833 |
</Compile> |
834 |
<Compile Include="Forms\SubForms\FrmRadioButtonNextProcess.cs"> |
835 |
<SubType>Form</SubType> |
836 |
</Compile> |
837 |
<Compile Include="Forms\SubForms\FrmRadioButtonNextProcess.Designer.cs"> |
838 |
<DependentUpon>FrmRadioButtonNextProcess.cs</DependentUpon> |
839 |
</Compile> |
840 |
<Compile Include="Forms\DataEntry\EstimatePrint\FrmEstimatePrintAuxiliary.cs"> |
841 |
<SubType>Form</SubType> |
842 |
</Compile> |
843 |
<Compile Include="Forms\ControlsAction\ComboBoxAction.cs" /> |
844 |
<Compile Include="Forms\ControlsAction\DataGridViewAction.cs" /> |
845 |
<Compile Include="Forms\CustomControls\DataGridViewEX.cs"> |
846 |
<SubType>Component</SubType> |
847 |
</Compile> |
848 |
<Compile Include="Common\Utility\DateTimeUtil.cs" /> |
849 |
<Compile Include="Forms\ControlsAction\TabPageManager.cs" /> |
850 |
<Compile Include="Common\Office\UsedExcel.cs" /> |
851 |
<Compile Include="Common\Utility\DefinitionFileRead.cs" /> |
852 |
<Compile Include="Common\CommonMotions.cs" /> |
853 |
<Compile Include="Forms\CustomControls\GroupBoxEx.cs"> |
854 |
<SubType>Component</SubType> |
855 |
</Compile> |
856 |
<Compile Include="Forms\CustomControls\TabControlEX.cs"> |
857 |
<SubType>Component</SubType> |
858 |
</Compile> |
859 |
<Compile Include="DataModel\ComponentMaster.cs" /> |
860 |
<Compile Include="DataModel\DivisionMaster.cs" /> |
861 |
<Compile Include="DataModel\EstimateDataDetail.cs" /> |
862 |
<Compile Include="DataModel\EstimateData.cs" /> |
863 |
<Compile Include="Forms\DataEntry\EstimateInput\EstimateInputPage.cs" /> |
864 |
<Compile Include="DataModel\UnitMaster.cs" /> |
865 |
<Compile Include="DataModel\ConstructionItemMaster.cs" /> |
866 |
<Compile Include="DataModel\CategoryType.cs" /> |
867 |
<Compile Include="DataModel\ConstructionBaseInfoDetail.cs" /> |
868 |
<Compile Include="DataModel\ConstructionBaseInfo.cs" /> |
869 |
<Compile Include="DataModel\OrderersMaster.cs" /> |
870 |
<Compile Include="DataModel\SubContractorMaster.cs" /> |
871 |
<Compile Include="DataModel\SystemMaster.cs" /> |
872 |
<Compile Include="DataModel\PersonInChargeMaster.cs" /> |
873 |
<Compile Include="DB\Core\DBCommon.cs" /> |
874 |
<Compile Include="DB\Core\IBase.cs" /> |
875 |
<Compile Include="DB\Core\ABaseDBProcess.cs" /> |
876 |
<Compile Include="DB\IOAccess\IOConstructionBaseInfo.cs" /> |
877 |
<Compile Include="DB\IOAccess\IOEstimateDataDetail.cs" /> |
878 |
<Compile Include="DB\IOAccess\IOMComponent.cs" /> |
879 |
<Compile Include="DB\IOAccess\IOMDivision.cs" /> |
880 |
<Compile Include="DB\IOAccess\IOMUnit.cs" /> |
881 |
<Compile Include="DB\IOAccess\IOMComponentLink.cs" /> |
882 |
<Compile Include="DB\IOAccess\IOConstructionBaseInfoDetail.cs" /> |
883 |
<Compile Include="DB\IOAccess\IOEstimateData.cs" /> |
884 |
<Compile Include="DB\IOAccess\IOMOrderers.cs" /> |
885 |
<Compile Include="DB\IOAccess\IOMSubContractor.cs" /> |
886 |
<Compile Include="DB\IOAccess\IOMSystem.cs" /> |
887 |
<Compile Include="DB\IOAccess\IOMPersonInCharge.cs" /> |
888 |
<Compile Include="Forms\DataEntry\EstimateInput\FrmEstimateInputAuxiliary.cs"> |
889 |
<SubType>Form</SubType> |
890 |
</Compile> |
891 |
<Compile Include="Forms\DataEntry\EstimateInput\FrmEstimateInput.cs"> |
892 |
<SubType>Form</SubType> |
893 |
</Compile> |
894 |
<Compile Include="Forms\DataEntry\EstimateInput\FrmEstimateInput.designer.cs"> |
895 |
<DependentUpon>FrmEstimateInput.cs</DependentUpon> |
896 |
</Compile> |
897 |
<Compile Include="Forms\DataEntry\EstimatePrint\FrmEstimatePrint.cs"> |
898 |
<SubType>Form</SubType> |
899 |
</Compile> |
900 |
<Compile Include="Forms\DataEntry\EstimatePrint\FrmEstimatePrint.Designer.cs"> |
901 |
<DependentUpon>FrmEstimatePrint.cs</DependentUpon> |
902 |
</Compile> |
903 |
<Compile Include="Forms\DataEntry\SalesGraphData\FrmSalesGraphData.cs"> |
904 |
<SubType>Form</SubType> |
905 |
</Compile> |
906 |
<Compile Include="Forms\DataEntry\SalesGraphData\FrmSalesGraphData.designer.cs"> |
907 |
<DependentUpon>FrmSalesGraphData.cs</DependentUpon> |
908 |
</Compile> |
909 |
<Compile Include="Forms\Master\ApprovalRoute\FrmApprovalRoute.cs"> |
910 |
<SubType>Form</SubType> |
911 |
</Compile> |
912 |
<Compile Include="Forms\Master\ApprovalRoute\FrmApprovalRoute.designer.cs"> |
913 |
<DependentUpon>FrmApprovalRoute.cs</DependentUpon> |
914 |
</Compile> |
915 |
<Compile Include="Forms\Master\Calender\FrmCalendar.cs"> |
916 |
<SubType>Form</SubType> |
917 |
</Compile> |
918 |
<Compile Include="Forms\Master\Calender\FrmCalendar.Designer.cs"> |
919 |
<DependentUpon>FrmCalendar.cs</DependentUpon> |
920 |
</Compile> |
921 |
<Compile Include="Forms\Master\Calender\FrmCalendarAuxiliary.cs"> |
922 |
<SubType>Form</SubType> |
923 |
</Compile> |
924 |
<Compile Include="Forms\Master\Department\FrmDepartment.cs"> |
925 |
<SubType>Form</SubType> |
926 |
</Compile> |
927 |
<Compile Include="Forms\Master\Department\FrmDepartment.designer.cs"> |
928 |
<DependentUpon>FrmDepartment.cs</DependentUpon> |
929 |
</Compile> |
930 |
<Compile Include="Forms\Master\SubContractorItem\FrmSubContractorItem.cs"> |
931 |
<SubType>Form</SubType> |
932 |
</Compile> |
933 |
<Compile Include="Forms\Master\SubContractorItem\FrmSubContractorItem.designer.cs"> |
934 |
<DependentUpon>FrmSubContractorItem.cs</DependentUpon> |
935 |
</Compile> |
936 |
<Compile Include="Forms\Master\Term\FrmTerm.cs"> |
937 |
<SubType>Form</SubType> |
938 |
</Compile> |
939 |
<Compile Include="Forms\Master\Term\FrmTerm.designer.cs"> |
940 |
<DependentUpon>FrmTerm.cs</DependentUpon> |
941 |
</Compile> |
942 |
<Compile Include="Forms\Master\Vehicle\FrmVehicle.cs"> |
943 |
<SubType>Form</SubType> |
944 |
</Compile> |
945 |
<Compile Include="Forms\Master\Vehicle\FrmVehicle.designer.cs"> |
946 |
<DependentUpon>FrmVehicle.cs</DependentUpon> |
947 |
</Compile> |
948 |
<Compile Include="Forms\SubForms\FrmApprovalAuthorizerList.cs"> |
949 |
<SubType>Form</SubType> |
950 |
</Compile> |
951 |
<Compile Include="Forms\SubForms\FrmApprovalAuthorizerList.Designer.cs"> |
952 |
<DependentUpon>FrmApprovalAuthorizerList.cs</DependentUpon> |
953 |
</Compile> |
954 |
<Compile Include="Forms\DataEntry\CopyTargetList\FrmNewOrContinueCopy.cs"> |
955 |
<SubType>Form</SubType> |
956 |
</Compile> |
957 |
<Compile Include="Forms\DataEntry\CopyTargetList\FrmNewOrContinueCopy.Designer.cs"> |
958 |
<DependentUpon>FrmNewOrContinueCopy.cs</DependentUpon> |
959 |
</Compile> |
960 |
<Compile Include="Forms\SubForms\FrmStatusAndDate.cs"> |
961 |
<SubType>Form</SubType> |
962 |
</Compile> |
963 |
<Compile Include="Forms\SubForms\FrmStatusAndDate.Designer.cs"> |
964 |
<DependentUpon>FrmStatusAndDate.cs</DependentUpon> |
965 |
</Compile> |
966 |
<Compile Include="Forms\SubForms\FrmSubConJobDiag.cs"> |
967 |
<SubType>Form</SubType> |
968 |
</Compile> |
969 |
<Compile Include="Forms\SubForms\FrmSubConJobDiag.Designer.cs"> |
970 |
<DependentUpon>FrmSubConJobDiag.cs</DependentUpon> |
971 |
</Compile> |
972 |
<Compile Include="Forms\SubForms\FrmSuppliersDiag.cs"> |
973 |
<SubType>Form</SubType> |
974 |
</Compile> |
975 |
<Compile Include="Forms\SubForms\FrmSuppliersDiag.Designer.cs"> |
976 |
<DependentUpon>FrmSuppliersDiag.cs</DependentUpon> |
977 |
</Compile> |
978 |
<Compile Include="Forms\SubForms\FrmVehicleCalendar.cs"> |
979 |
<SubType>Form</SubType> |
980 |
</Compile> |
981 |
<Compile Include="Forms\SubForms\FrmVehicleCalendar.Designer.cs"> |
982 |
<DependentUpon>FrmVehicleCalendar.cs</DependentUpon> |
983 |
</Compile> |
984 |
<Compile Include="Forms\SubForms\FrmActionCalendar.cs"> |
985 |
<SubType>Form</SubType> |
986 |
</Compile> |
987 |
<Compile Include="Forms\SubForms\FrmActionCalendar.Designer.cs"> |
988 |
<DependentUpon>FrmActionCalendar.cs</DependentUpon> |
989 |
</Compile> |
990 |
<Compile Include="Forms\DataEntry\ConstructionSplit\FrmConstructionSplit.cs"> |
991 |
<SubType>Form</SubType> |
992 |
</Compile> |
993 |
<Compile Include="Forms\DataEntry\ConstructionSplit\FrmConstructionSplit.Designer.cs"> |
994 |
<DependentUpon>FrmConstructionSplit.cs</DependentUpon> |
995 |
</Compile> |
996 |
<Compile Include="Forms\SubForms\Material\FrmMaterialHistory.cs"> |
997 |
<SubType>Form</SubType> |
998 |
</Compile> |
999 |
<Compile Include="Forms\SubForms\Material\FrmMaterialHistory.designer.cs"> |
1000 |
<DependentUpon>FrmMaterialHistory.cs</DependentUpon> |
1001 |
</Compile> |
1002 |
<Compile Include="Forms\SubForms\Material\FrmMaterialList.cs"> |
1003 |
<SubType>Form</SubType> |
1004 |
</Compile> |
1005 |
<Compile Include="Forms\SubForms\Material\FrmMaterialList.designer.cs"> |
1006 |
<DependentUpon>FrmMaterialList.cs</DependentUpon> |
1007 |
</Compile> |
1008 |
<Compile Include="Forms\SubForms\Material\FrmMaterialSelect.cs"> |
1009 |
<SubType>Form</SubType> |
1010 |
</Compile> |
1011 |
<Compile Include="Forms\SubForms\Material\FrmMaterialSelect.designer.cs"> |
1012 |
<DependentUpon>FrmMaterialSelect.cs</DependentUpon> |
1013 |
</Compile> |
1014 |
<Compile Include="Forms\ZMenu\FrmChangePassword.cs"> |
1015 |
<SubType>Form</SubType> |
1016 |
</Compile> |
1017 |
<Compile Include="Forms\ZMenu\FrmChangePassword.designer.cs"> |
1018 |
<DependentUpon>FrmChangePassword.cs</DependentUpon> |
1019 |
</Compile> |
1020 |
<Compile Include="Forms\ZMenu\FrmMenu.cs"> |
1021 |
<SubType>Form</SubType> |
1022 |
</Compile> |
1023 |
<Compile Include="Forms\ZMenu\FrmMenu.Designer.cs"> |
1024 |
<DependentUpon>FrmMenu.cs</DependentUpon> |
1025 |
</Compile> |
1026 |
<Compile Include="Forms\ZMenu\FrmLogin.cs"> |
1027 |
<SubType>Form</SubType> |
1028 |
</Compile> |
1029 |
<Compile Include="Forms\ZMenu\FrmLogin.designer.cs"> |
1030 |
<DependentUpon>FrmLogin.cs</DependentUpon> |
1031 |
</Compile> |
1032 |
<Compile Include="Forms\Master\ComponentLink\FrmComponentLink.cs"> |
1033 |
<SubType>Form</SubType> |
1034 |
</Compile> |
1035 |
<Compile Include="Forms\Master\ComponentLink\FrmComponentLink.designer.cs"> |
1036 |
<DependentUpon>FrmComponentLink.cs</DependentUpon> |
1037 |
</Compile> |
1038 |
<Compile Include="Forms\Master\ConstructionItem\FrmConstructionItem.cs"> |
1039 |
<SubType>Form</SubType> |
1040 |
</Compile> |
1041 |
<Compile Include="Forms\Master\ConstructionItem\FrmConstructionItem.designer.cs"> |
1042 |
<DependentUpon>FrmConstructionItem.cs</DependentUpon> |
1043 |
</Compile> |
1044 |
<Compile Include="Forms\Master\Division\FrmDivisionMaster.cs"> |
1045 |
<SubType>Form</SubType> |
1046 |
</Compile> |
1047 |
<Compile Include="Forms\Master\Division\FrmDivisionMaster.designer.cs"> |
1048 |
<DependentUpon>FrmDivisionMaster.cs</DependentUpon> |
1049 |
</Compile> |
1050 |
<Compile Include="Forms\Master\Expenses\FrmExpenses.cs"> |
1051 |
<SubType>Form</SubType> |
1052 |
</Compile> |
1053 |
<Compile Include="Forms\Master\Expenses\FrmExpenses.designer.cs"> |
1054 |
<DependentUpon>FrmExpenses.cs</DependentUpon> |
1055 |
</Compile> |
1056 |
<Compile Include="Forms\Master\Orderer\FrmOrderers.cs"> |
1057 |
<SubType>Form</SubType> |
1058 |
</Compile> |
1059 |
<Compile Include="Forms\Master\Orderer\FrmOrderers.designer.cs"> |
1060 |
<DependentUpon>FrmOrderers.cs</DependentUpon> |
1061 |
</Compile> |
1062 |
<Compile Include="Forms\Master\System\FrmSystem.cs"> |
1063 |
<SubType>Form</SubType> |
1064 |
</Compile> |
1065 |
<Compile Include="Forms\Master\System\FrmSystem.designer.cs"> |
1066 |
<DependentUpon>FrmSystem.cs</DependentUpon> |
1067 |
</Compile> |
1068 |
<Compile Include="Forms\Master\PersonInCharge\FrmPersonInCharge.cs"> |
1069 |
<SubType>Form</SubType> |
1070 |
</Compile> |
1071 |
<Compile Include="Forms\Master\PersonInCharge\FrmPersonInCharge.designer.cs"> |
1072 |
<DependentUpon>FrmPersonInCharge.cs</DependentUpon> |
1073 |
</Compile> |
1074 |
<Compile Include="Forms\Master\SubContractor\FrmSubContractor.cs"> |
1075 |
<SubType>Form</SubType> |
1076 |
</Compile> |
1077 |
<Compile Include="Forms\Master\SubContractor\FrmSubContractor.designer.cs"> |
1078 |
<DependentUpon>FrmSubContractor.cs</DependentUpon> |
1079 |
</Compile> |
1080 |
<Compile Include="Forms\Master\BusinessType\FrmBusinessTypeMaster.cs"> |
1081 |
<SubType>Form</SubType> |
1082 |
</Compile> |
1083 |
<Compile Include="Forms\Master\BusinessType\FrmBusinessTypeMaster.designer.cs"> |
1084 |
<DependentUpon>FrmBusinessTypeMaster.cs</DependentUpon> |
1085 |
</Compile> |
1086 |
<Compile Include="Forms\Master\Unit\FrmUnitMaster.cs"> |
1087 |
<SubType>Form</SubType> |
1088 |
</Compile> |
1089 |
<Compile Include="Forms\Master\Unit\FrmUnitMaster.designer.cs"> |
1090 |
<DependentUpon>FrmUnitMaster.cs</DependentUpon> |
1091 |
</Compile> |
1092 |
<Compile Include="Forms\SubForms\FrmAddressSearch.cs"> |
1093 |
<SubType>Form</SubType> |
1094 |
</Compile> |
1095 |
<Compile Include="Forms\SubForms\FrmAddressSearch.designer.cs"> |
1096 |
<DependentUpon>FrmAddressSearch.cs</DependentUpon> |
1097 |
</Compile> |
1098 |
<Compile Include="Forms\SubForms\FrmMessageBoardReader.cs"> |
1099 |
<SubType>Form</SubType> |
1100 |
</Compile> |
1101 |
<Compile Include="Forms\SubForms\FrmMessageBoardReader.designer.cs"> |
1102 |
<DependentUpon>FrmMessageBoardReader.cs</DependentUpon> |
1103 |
</Compile> |
1104 |
<Compile Include="Forms\SubForms\FrmMessageBoardWriter.cs"> |
1105 |
<SubType>Form</SubType> |
1106 |
</Compile> |
1107 |
<Compile Include="Forms\SubForms\FrmMessageBoardWriter.designer.cs"> |
1108 |
<DependentUpon>FrmMessageBoardWriter.cs</DependentUpon> |
1109 |
</Compile> |
1110 |
<Compile Include="Forms\SubForms\FrmSaveFilePath.cs"> |
1111 |
<SubType>Form</SubType> |
1112 |
</Compile> |
1113 |
<Compile Include="Forms\SubForms\FrmSaveFilePath.Designer.cs"> |
1114 |
<DependentUpon>FrmSaveFilePath.cs</DependentUpon> |
1115 |
</Compile> |
1116 |
<Compile Include="Forms\SubForms\FrmConstructionSpecDiag.cs"> |
1117 |
<SubType>Form</SubType> |
1118 |
</Compile> |
1119 |
<Compile Include="Forms\SubForms\FrmConstructionSpecDiag.Designer.cs"> |
1120 |
<DependentUpon>FrmConstructionSpecDiag.cs</DependentUpon> |
1121 |
</Compile> |
1122 |
<Compile Include="Forms\SubForms\FrmConstructionItemDiag.cs"> |
1123 |
<SubType>Form</SubType> |
1124 |
</Compile> |
1125 |
<Compile Include="Forms\SubForms\FrmConstructionItemDiag.Designer.cs"> |
1126 |
<DependentUpon>FrmConstructionItemDiag.cs</DependentUpon> |
1127 |
</Compile> |
1128 |
<Compile Include="Forms\SubForms\FrmComponentDiag.cs"> |
1129 |
<SubType>Form</SubType> |
1130 |
</Compile> |
1131 |
<Compile Include="Forms\SubForms\FrmComponentDiag.Designer.cs"> |
1132 |
<DependentUpon>FrmComponentDiag.cs</DependentUpon> |
1133 |
</Compile> |
1134 |
<Compile Include="Forms\SubForms\FrmSubconstractorDiag.cs"> |
1135 |
<SubType>Form</SubType> |
1136 |
</Compile> |
1137 |
<Compile Include="Forms\SubForms\FrmSubconstractorDiag.Designer.cs"> |
1138 |
<DependentUpon>FrmSubconstractorDiag.cs</DependentUpon> |
1139 |
</Compile> |
1140 |
<Compile Include="Forms\ZMenu\FrmMenuAuxiliary.cs"> |
1141 |
<SubType>Form</SubType> |
1142 |
</Compile> |
1143 |
<Compile Include="Program.cs" /> |
1144 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
1145 |
<EmbeddedResource Include="Forms\CustomControls\DataGridViewEX.resx"> |
1146 |
<DependentUpon>DataGridViewEX.cs</DependentUpon> |
1147 |
</EmbeddedResource> |
1148 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionJoin\FrmConstructionJoin.resx"> |
1149 |
<DependentUpon>FrmConstructionJoin.cs</DependentUpon> |
1150 |
</EmbeddedResource> |
1151 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionJoin\FrmJoinSelect.resx"> |
1152 |
<DependentUpon>FrmJoinSelect.cs</DependentUpon> |
1153 |
</EmbeddedResource> |
1154 |
<EmbeddedResource Include="Forms\DataEntry\DepExpenssList\FrmDepExpenssList.resx"> |
1155 |
<DependentUpon>FrmDepExpenssList.cs</DependentUpon> |
1156 |
</EmbeddedResource> |
1157 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionLedger\FrmSelectPerson.resx"> |
1158 |
<DependentUpon>FrmSelectPerson.cs</DependentUpon> |
1159 |
</EmbeddedResource> |
1160 |
<EmbeddedResource Include="Forms\DataEntry\DRList\FrmDRList.resx"> |
1161 |
<DependentUpon>FrmDRList.cs</DependentUpon> |
1162 |
</EmbeddedResource> |
1163 |
<EmbeddedResource Include="Forms\DataEntry\DRConstruction\FrmDRConstruction.resx"> |
1164 |
<DependentUpon>FrmDRConstruction.cs</DependentUpon> |
1165 |
</EmbeddedResource> |
1166 |
<EmbeddedResource Include="Forms\DataEntry\ApprovalList\FrmApprovalList.resx"> |
1167 |
<DependentUpon>FrmApprovalList.cs</DependentUpon> |
1168 |
</EmbeddedResource> |
1169 |
<EmbeddedResource Include="Forms\DataEntry\ApprovalScreen\FrmApprovalScreen.resx"> |
1170 |
<DependentUpon>FrmApprovalScreen.cs</DependentUpon> |
1171 |
</EmbeddedResource> |
1172 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionBaseInfo\FrmConstructionBaseInfo.resx"> |
1173 |
<DependentUpon>FrmConstructionBaseInfo.cs</DependentUpon> |
1174 |
</EmbeddedResource> |
1175 |
<EmbeddedResource Include="Forms\DataEntry\DRWork\FrmDRWork.resx"> |
1176 |
<DependentUpon>FrmDRWork.cs</DependentUpon> |
1177 |
</EmbeddedResource> |
1178 |
<EmbeddedResource Include="Forms\DataEntry\Material\MaterialCountEntry\FrmMaterialCountEntry.resx"> |
1179 |
<DependentUpon>FrmMaterialCountEntry.cs</DependentUpon> |
1180 |
</EmbeddedResource> |
1181 |
<EmbeddedResource Include="Forms\DataEntry\Material\MaterialReserveEntry\FrmMaterialReserveEntry.resx"> |
1182 |
<DependentUpon>FrmMaterialReserveEntry.cs</DependentUpon> |
1183 |
</EmbeddedResource> |
1184 |
<EmbeddedResource Include="Forms\DataEntry\Material\MaterialReturnEntry\FrmMaterialReturnEntry.resx"> |
1185 |
<DependentUpon>FrmMaterialReturnEntry.cs</DependentUpon> |
1186 |
</EmbeddedResource> |
1187 |
<EmbeddedResource Include="Forms\DataEntry\Proceedings\FrmProceedings.resx"> |
1188 |
<DependentUpon>FrmProceedings.cs</DependentUpon> |
1189 |
</EmbeddedResource> |
1190 |
<EmbeddedResource Include="Forms\DataEntry\DRTransport\FrmDRTransport.resx"> |
1191 |
<DependentUpon>FrmDRTransport.cs</DependentUpon> |
1192 |
</EmbeddedResource> |
1193 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderEntry\FrmOrderEntryList.resx"> |
1194 |
<DependentUpon>FrmOrderEntryList.cs</DependentUpon> |
1195 |
</EmbeddedResource> |
1196 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderStatus\FrmPurchaseOrderStatus.resx"> |
1197 |
<DependentUpon>FrmPurchaseOrderStatus.cs</DependentUpon> |
1198 |
</EmbeddedResource> |
1199 |
<EmbeddedResource Include="Forms\DataEntry\Request\FrmRegField.resx"> |
1200 |
<DependentUpon>FrmRegField.cs</DependentUpon> |
1201 |
</EmbeddedResource> |
1202 |
<EmbeddedResource Include="Forms\DataEntry\Request\FrmSelectField.resx"> |
1203 |
<DependentUpon>FrmSelectField.cs</DependentUpon> |
1204 |
</EmbeddedResource> |
1205 |
<EmbeddedResource Include="Forms\DataEntry\Request\FrmSelectRegField.resx"> |
1206 |
<DependentUpon>FrmSelectRegField.cs</DependentUpon> |
1207 |
</EmbeddedResource> |
1208 |
<EmbeddedResource Include="Forms\DataEntry\Request\FrmSelectRequest.resx"> |
1209 |
<DependentUpon>FrmSelectRequest.cs</DependentUpon> |
1210 |
</EmbeddedResource> |
1211 |
<EmbeddedResource Include="Forms\DataEntry\Request\RequestInput\FrmRequestInput.resx"> |
1212 |
<DependentUpon>FrmRequestInput.cs</DependentUpon> |
1213 |
</EmbeddedResource> |
1214 |
<EmbeddedResource Include="Forms\DataEntry\Request\RequestSummaryList\FrmRequestSummaryList.resx"> |
1215 |
<DependentUpon>FrmRequestSummaryList.cs</DependentUpon> |
1216 |
</EmbeddedResource> |
1217 |
<EmbeddedResource Include="Forms\DataEntry\Request\SelectPayment\FrmSelectPayment.resx"> |
1218 |
<DependentUpon>FrmSelectPayment.cs</DependentUpon> |
1219 |
</EmbeddedResource> |
1220 |
<EmbeddedResource Include="Forms\DataEntry\Request\StatusAndDateReq.resx"> |
1221 |
<DependentUpon>StatusAndDateReq.cs</DependentUpon> |
1222 |
</EmbeddedResource> |
1223 |
<EmbeddedResource Include="Forms\DataEntry\TAndPCosts\FrmSelectPaymentDay.resx"> |
1224 |
<DependentUpon>FrmSelectPaymentDay.cs</DependentUpon> |
1225 |
</EmbeddedResource> |
1226 |
<EmbeddedResource Include="Forms\DataEntry\TAndPCosts\FrmTAndPCosts.resx"> |
1227 |
<DependentUpon>FrmTAndPCosts.cs</DependentUpon> |
1228 |
</EmbeddedResource> |
1229 |
<EmbeddedResource Include="Forms\Master\Material\MaterialItemsMaster\FrmMaterialItemsMaster.resx"> |
1230 |
<DependentUpon>FrmMaterialItemsMaster.cs</DependentUpon> |
1231 |
</EmbeddedResource> |
1232 |
<EmbeddedResource Include="Forms\Master\Material\MaterialTypesMaster\FrmMaterialTypesMaster.resx"> |
1233 |
<DependentUpon>FrmMaterialTypesMaster.cs</DependentUpon> |
1234 |
</EmbeddedResource> |
1235 |
<EmbeddedResource Include="Forms\Master\Security\FrmSecurity.resx"> |
1236 |
<DependentUpon>FrmSecurity.cs</DependentUpon> |
1237 |
</EmbeddedResource> |
1238 |
<EmbeddedResource Include="Forms\Master\Security\FrmSecurityPerson.resx"> |
1239 |
<DependentUpon>FrmSecurityPerson.cs</DependentUpon> |
1240 |
</EmbeddedResource> |
1241 |
<EmbeddedResource Include="Forms\Master\SubContractorJob\FrmSubContractorJobCategory.resx"> |
1242 |
<DependentUpon>FrmSubContractorJobCategory.cs</DependentUpon> |
1243 |
</EmbeddedResource> |
1244 |
<EmbeddedResource Include="Forms\Master\Suppliers\FrmSuppliers.resx"> |
1245 |
<DependentUpon>FrmSuppliers.cs</DependentUpon> |
1246 |
</EmbeddedResource> |
1247 |
<EmbeddedResource Include="Forms\SubForms\FrmRequestPrint.resx"> |
1248 |
<DependentUpon>FrmRequestPrint.cs</DependentUpon> |
1249 |
</EmbeddedResource> |
1250 |
<EmbeddedResource Include="Forms\SubForms\FrmVehicleSelector.resx"> |
1251 |
<DependentUpon>FrmVehicleSelector.cs</DependentUpon> |
1252 |
</EmbeddedResource> |
1253 |
<EmbeddedResource Include="Forms\SubForms\FrmPrintConfirmation.resx"> |
1254 |
<DependentUpon>FrmPrintConfirmation.cs</DependentUpon> |
1255 |
</EmbeddedResource> |
1256 |
<EmbeddedResource Include="Forms\SubForms\FrmTyingConstrDiag.resx"> |
1257 |
<DependentUpon>FrmTyingConstrDiag.cs</DependentUpon> |
1258 |
</EmbeddedResource> |
1259 |
<EmbeddedResource Include="Forms\SubForms\FrmPriceOfBudget.resx"> |
1260 |
<DependentUpon>FrmPriceOfBudget.cs</DependentUpon> |
1261 |
</EmbeddedResource> |
1262 |
<EmbeddedResource Include="Forms\SubForms\FrmNumberOfWorkers.resx"> |
1263 |
<DependentUpon>FrmNumberOfWorkers.cs</DependentUpon> |
1264 |
</EmbeddedResource> |
1265 |
<EmbeddedResource Include="Forms\SubForms\FrmChangeExpenses.resx"> |
1266 |
<DependentUpon>FrmChangeExpenses.cs</DependentUpon> |
1267 |
</EmbeddedResource> |
1268 |
<EmbeddedResource Include="Forms\SubForms\FrmValueOfOrder.resx"> |
1269 |
<DependentUpon>FrmValueOfOrder.cs</DependentUpon> |
1270 |
</EmbeddedResource> |
1271 |
<EmbeddedResource Include="Forms\SubForms\FrmConstructionDiag.resx"> |
1272 |
<DependentUpon>FrmConstructionDiag.cs</DependentUpon> |
1273 |
</EmbeddedResource> |
1274 |
<EmbeddedResource Include="Forms\SubForms\FrmSelectDate.resx"> |
1275 |
<DependentUpon>FrmSelectDate.cs</DependentUpon> |
1276 |
</EmbeddedResource> |
1277 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionLedgerList\FrmConstructionLedgerList.resx"> |
1278 |
<DependentUpon>FrmConstructionLedgerList.cs</DependentUpon> |
1279 |
</EmbeddedResource> |
1280 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionLedger\FrmConstructionLedger.resx"> |
1281 |
<DependentUpon>FrmConstructionLedger.cs</DependentUpon> |
1282 |
</EmbeddedResource> |
1283 |
<EmbeddedResource Include="Forms\DataEntry\CopyTargetList\FrmCopyTargetList.resx"> |
1284 |
<DependentUpon>FrmCopyTargetList.cs</DependentUpon> |
1285 |
</EmbeddedResource> |
1286 |
<EmbeddedResource Include="Forms\DataEntry\ConstractionList\FrmConstructionList.resx"> |
1287 |
<DependentUpon>FrmConstructionList.cs</DependentUpon> |
1288 |
</EmbeddedResource> |
1289 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionBudget\FrmConstructionBudget.resx"> |
1290 |
<DependentUpon>FrmConstructionBudget.cs</DependentUpon> |
1291 |
</EmbeddedResource> |
1292 |
<EmbeddedResource Include="Forms\DataEntry\CostCalculation\FrmCostCalculation.resx"> |
1293 |
<DependentUpon>FrmCostCalculation.cs</DependentUpon> |
1294 |
</EmbeddedResource> |
1295 |
<EmbeddedResource Include="Forms\DataEntry\EstimateBudget\FrmEstimateBudget.resx"> |
1296 |
<DependentUpon>FrmEstimateBudget.cs</DependentUpon> |
1297 |
</EmbeddedResource> |
1298 |
<EmbeddedResource Include="Forms\DataEntry\EstimateInput\FrmEstimateInput.resx"> |
1299 |
<DependentUpon>FrmEstimateInput.cs</DependentUpon> |
1300 |
</EmbeddedResource> |
1301 |
<EmbeddedResource Include="Forms\DataEntry\EstimateBudgetPrint\FrmEstimateBudgetPrint.resx"> |
1302 |
<DependentUpon>FrmEstimateBudgetPrint.cs</DependentUpon> |
1303 |
</EmbeddedResource> |
1304 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderEntry\FrmImage.resx"> |
1305 |
<DependentUpon>FrmImage.cs</DependentUpon> |
1306 |
</EmbeddedResource> |
1307 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderEntry\FrmPurchaseOrderEntry.resx"> |
1308 |
<DependentUpon>FrmPurchaseOrderEntry.cs</DependentUpon> |
1309 |
</EmbeddedResource> |
1310 |
<EmbeddedResource Include="Forms\DataEntry\PurchaseOrderPrint\FrmPurchaseOrderPrint.resx"> |
1311 |
<DependentUpon>FrmPurchaseOrderPrint.cs</DependentUpon> |
1312 |
</EmbeddedResource> |
1313 |
<EmbeddedResource Include="Forms\Master\AlwaysEmployment\AlwaysEmployment.resx"> |
1314 |
<DependentUpon>AlwaysEmployment.cs</DependentUpon> |
1315 |
</EmbeddedResource> |
1316 |
<EmbeddedResource Include="Forms\Master\Component\FrmComponent.resx"> |
1317 |
<DependentUpon>FrmComponent.cs</DependentUpon> |
1318 |
</EmbeddedResource> |
1319 |
<EmbeddedResource Include="Forms\Master\ConstructionSpec\FrmConstructionSpec.resx"> |
1320 |
<DependentUpon>FrmConstructionSpec.cs</DependentUpon> |
1321 |
</EmbeddedResource> |
1322 |
<EmbeddedResource Include="Forms\Master\ConstructionType\FrmConstructionType.resx"> |
1323 |
<DependentUpon>FrmConstructionType.cs</DependentUpon> |
1324 |
</EmbeddedResource> |
1325 |
<EmbeddedResource Include="Forms\SubForms\FrmAmountAllocation.resx"> |
1326 |
<DependentUpon>FrmAmountAllocation.cs</DependentUpon> |
1327 |
</EmbeddedResource> |
1328 |
<EmbeddedResource Include="Forms\SubForms\FrmOrderSubConstractor.resx"> |
1329 |
<DependentUpon>FrmOrderSubConstractor.cs</DependentUpon> |
1330 |
</EmbeddedResource> |
1331 |
<EmbeddedResource Include="Forms\SubForms\FrmApprovalStatusList.resx"> |
1332 |
<DependentUpon>FrmApprovalStatusList.cs</DependentUpon> |
1333 |
</EmbeddedResource> |
1334 |
<EmbeddedResource Include="Forms\SubForms\FrmRadioButtonNextProcess.resx"> |
1335 |
<DependentUpon>FrmRadioButtonNextProcess.cs</DependentUpon> |
1336 |
</EmbeddedResource> |
1337 |
<EmbeddedResource Include="Forms\DataEntry\EstimatePrint\FrmEstimatePrint.resx"> |
1338 |
<DependentUpon>FrmEstimatePrint.cs</DependentUpon> |
1339 |
</EmbeddedResource> |
1340 |
<EmbeddedResource Include="Forms\DataEntry\SalesGraphData\FrmSalesGraphData.resx"> |
1341 |
<DependentUpon>FrmSalesGraphData.cs</DependentUpon> |
1342 |
</EmbeddedResource> |
1343 |
<EmbeddedResource Include="Forms\Master\ApprovalRoute\FrmApprovalRoute.resx"> |
1344 |
<DependentUpon>FrmApprovalRoute.cs</DependentUpon> |
1345 |
</EmbeddedResource> |
1346 |
<EmbeddedResource Include="Forms\Master\Calender\FrmCalendar.resx"> |
1347 |
<DependentUpon>FrmCalendar.cs</DependentUpon> |
1348 |
</EmbeddedResource> |
1349 |
<EmbeddedResource Include="Forms\Master\Department\FrmDepartment.resx"> |
1350 |
<DependentUpon>FrmDepartment.cs</DependentUpon> |
1351 |
</EmbeddedResource> |
1352 |
<EmbeddedResource Include="Forms\Master\SubContractorItem\FrmSubContractorItem.resx"> |
1353 |
<DependentUpon>FrmSubContractorItem.cs</DependentUpon> |
1354 |
</EmbeddedResource> |
1355 |
<EmbeddedResource Include="Forms\Master\Term\FrmTerm.resx"> |
1356 |
<DependentUpon>FrmTerm.cs</DependentUpon> |
1357 |
</EmbeddedResource> |
1358 |
<EmbeddedResource Include="Forms\Master\Vehicle\FrmVehicle.resx"> |
1359 |
<DependentUpon>FrmVehicle.cs</DependentUpon> |
1360 |
</EmbeddedResource> |
1361 |
<EmbeddedResource Include="Forms\SubForms\FrmApprovalAuthorizerList.resx"> |
1362 |
<DependentUpon>FrmApprovalAuthorizerList.cs</DependentUpon> |
1363 |
</EmbeddedResource> |
1364 |
<EmbeddedResource Include="Forms\DataEntry\CopyTargetList\FrmNewOrContinueCopy.resx"> |
1365 |
<DependentUpon>FrmNewOrContinueCopy.cs</DependentUpon> |
1366 |
</EmbeddedResource> |
1367 |
<EmbeddedResource Include="Forms\SubForms\FrmStatusAndDate.resx"> |
1368 |
<DependentUpon>FrmStatusAndDate.cs</DependentUpon> |
1369 |
</EmbeddedResource> |
1370 |
<EmbeddedResource Include="Forms\SubForms\FrmSubConJobDiag.resx"> |
1371 |
<DependentUpon>FrmSubConJobDiag.cs</DependentUpon> |
1372 |
</EmbeddedResource> |
1373 |
<EmbeddedResource Include="Forms\SubForms\FrmSuppliersDiag.resx"> |
1374 |
<DependentUpon>FrmSuppliersDiag.cs</DependentUpon> |
1375 |
</EmbeddedResource> |
1376 |
<EmbeddedResource Include="Forms\SubForms\FrmVehicleCalendar.resx"> |
1377 |
<DependentUpon>FrmVehicleCalendar.cs</DependentUpon> |
1378 |
</EmbeddedResource> |
1379 |
<EmbeddedResource Include="Forms\SubForms\FrmActionCalendar.resx"> |
1380 |
<DependentUpon>FrmActionCalendar.cs</DependentUpon> |
1381 |
</EmbeddedResource> |
1382 |
<EmbeddedResource Include="Forms\DataEntry\ConstructionSplit\FrmConstructionSplit.resx"> |
1383 |
<DependentUpon>FrmConstructionSplit.cs</DependentUpon> |
1384 |
</EmbeddedResource> |
1385 |
<EmbeddedResource Include="Forms\SubForms\Material\FrmMaterialHistory.resx"> |
1386 |
<DependentUpon>FrmMaterialHistory.cs</DependentUpon> |
1387 |
</EmbeddedResource> |
1388 |
<EmbeddedResource Include="Forms\SubForms\Material\FrmMaterialList.resx"> |
1389 |
<DependentUpon>FrmMaterialList.cs</DependentUpon> |
1390 |
</EmbeddedResource> |
1391 |
<EmbeddedResource Include="Forms\SubForms\Material\FrmMaterialSelect.resx"> |
1392 |
<DependentUpon>FrmMaterialSelect.cs</DependentUpon> |
1393 |
</EmbeddedResource> |
1394 |
<EmbeddedResource Include="Forms\ZMenu\FrmChangePassword.resx"> |
1395 |
<DependentUpon>FrmChangePassword.cs</DependentUpon> |
1396 |
</EmbeddedResource> |
1397 |
<EmbeddedResource Include="Forms\ZMenu\FrmMenu.resx"> |
1398 |
<DependentUpon>FrmMenu.cs</DependentUpon> |
1399 |
</EmbeddedResource> |
1400 |
<EmbeddedResource Include="Forms\ZMenu\FrmLogin.resx"> |
1401 |
<DependentUpon>FrmLogin.cs</DependentUpon> |
1402 |
</EmbeddedResource> |
1403 |
<EmbeddedResource Include="Forms\Master\ComponentLink\FrmComponentLink.resx"> |
1404 |
<DependentUpon>FrmComponentLink.cs</DependentUpon> |
1405 |
</EmbeddedResource> |
1406 |
<EmbeddedResource Include="Forms\Master\ConstructionItem\FrmConstructionItem.resx"> |
1407 |
<DependentUpon>FrmConstructionItem.cs</DependentUpon> |
1408 |
</EmbeddedResource> |
1409 |
<EmbeddedResource Include="Forms\Master\Division\FrmDivisionMaster.resx"> |
1410 |
<DependentUpon>FrmDivisionMaster.cs</DependentUpon> |
1411 |
</EmbeddedResource> |
1412 |
<EmbeddedResource Include="Forms\Master\Expenses\FrmExpenses.resx"> |
1413 |
<DependentUpon>FrmExpenses.cs</DependentUpon> |
1414 |
</EmbeddedResource> |
1415 |
<EmbeddedResource Include="Forms\Master\Orderer\FrmOrderers.resx"> |
1416 |
<DependentUpon>FrmOrderers.cs</DependentUpon> |
1417 |
</EmbeddedResource> |
1418 |
<EmbeddedResource Include="Forms\Master\System\FrmSystem.resx"> |
1419 |
<DependentUpon>FrmSystem.cs</DependentUpon> |
1420 |
</EmbeddedResource> |
1421 |
<EmbeddedResource Include="Forms\Master\PersonInCharge\FrmPersonInCharge.resx"> |
1422 |
<DependentUpon>FrmPersonInCharge.cs</DependentUpon> |
1423 |
</EmbeddedResource> |
1424 |
<EmbeddedResource Include="Forms\Master\SubContractor\FrmSubContractor.resx"> |
1425 |
<DependentUpon>FrmSubContractor.cs</DependentUpon> |
1426 |
</EmbeddedResource> |
1427 |
<EmbeddedResource Include="Forms\Master\BusinessType\FrmBusinessTypeMaster.resx"> |
1428 |
<DependentUpon>FrmBusinessTypeMaster.cs</DependentUpon> |
1429 |
</EmbeddedResource> |
1430 |
<EmbeddedResource Include="Forms\Master\Unit\FrmUnitMaster.resx"> |
1431 |
<DependentUpon>FrmUnitMaster.cs</DependentUpon> |
1432 |
</EmbeddedResource> |
1433 |
<EmbeddedResource Include="Forms\SubForms\FrmAddressSearch.resx"> |
1434 |
<DependentUpon>FrmAddressSearch.cs</DependentUpon> |
1435 |
</EmbeddedResource> |
1436 |
<EmbeddedResource Include="Forms\SubForms\FrmMessageBoardReader.resx"> |
1437 |
<DependentUpon>FrmMessageBoardReader.cs</DependentUpon> |
1438 |
</EmbeddedResource> |
1439 |
<EmbeddedResource Include="Forms\SubForms\FrmMessageBoardWriter.resx"> |
1440 |
<DependentUpon>FrmMessageBoardWriter.cs</DependentUpon> |
1441 |
</EmbeddedResource> |
1442 |
<EmbeddedResource Include="Forms\SubForms\FrmSaveFilePath.resx"> |
1443 |
<DependentUpon>FrmSaveFilePath.cs</DependentUpon> |
1444 |
</EmbeddedResource> |
1445 |
<EmbeddedResource Include="Forms\SubForms\FrmConstructionSpecDiag.resx"> |
1446 |
<DependentUpon>FrmConstructionSpecDiag.cs</DependentUpon> |
1447 |
</EmbeddedResource> |
1448 |
<EmbeddedResource Include="Forms\SubForms\FrmConstructionItemDiag.resx"> |
1449 |
<DependentUpon>FrmConstructionItemDiag.cs</DependentUpon> |
1450 |
</EmbeddedResource> |
1451 |
<EmbeddedResource Include="Forms\SubForms\FrmComponentDiag.resx"> |
1452 |
<DependentUpon>FrmComponentDiag.cs</DependentUpon> |
1453 |
</EmbeddedResource> |
1454 |
<EmbeddedResource Include="Forms\SubForms\FrmSubconstractorDiag.resx"> |
1455 |
<DependentUpon>FrmSubconstractorDiag.cs</DependentUpon> |
1456 |
</EmbeddedResource> |
1457 |
<EmbeddedResource Include="Properties\Resources.resx"> |
1458 |
<Generator>ResXFileCodeGenerator</Generator> |
1459 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
1460 |
<SubType>Designer</SubType> |
1461 |
</EmbeddedResource> |
1462 |
<Compile Include="Properties\Resources.Designer.cs"> |
1463 |
<AutoGen>True</AutoGen> |
1464 |
<DependentUpon>Resources.resx</DependentUpon> |
1465 |
<DesignTime>True</DesignTime> |
1466 |
</Compile> |
1467 |
<None Include="DB\Core\ABaseDBProcess.cs.bak" /> |
1468 |
<None Include="DB\Core\DBCommon.cs.bak" /> |
1469 |
<None Include="ProcessManage001.doc"> |
1470 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
1471 |
</None> |
1472 |
<None Include="app.config"> |
1473 |
<SubType>Designer</SubType> |
1474 |
</None> |
1475 |
<None Include="KEN_ALL.CSV"> |
1476 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
1477 |
</None> |
1478 |
<None Include="log4net.config"> |
1479 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
1480 |
</None> |
1481 |
<None Include="ProcessManage.xlsx"> |
1482 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
1483 |
</None> |
1484 |
<None Include="Properties\Settings.settings"> |
1485 |
<Generator>SettingsSingleFileGenerator</Generator> |
1486 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
1487 |
</None> |
1488 |
<Compile Include="Properties\Settings.Designer.cs"> |
1489 |
<AutoGen>True</AutoGen> |
1490 |
<DependentUpon>Settings.settings</DependentUpon> |
1491 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
1492 |
</Compile> |
1493 |
</ItemGroup> |
1494 |
<ItemGroup> |
1495 |
<Folder Include="Forms\SystemFrm\" /> |
1496 |
<Folder Include="Utility\" /> |
1497 |
</ItemGroup> |
1498 |
<ItemGroup> |
1499 |
<WCFMetadata Include="Service References\" /> |
1500 |
</ItemGroup> |
1501 |
<ItemGroup> |
1502 |
<Content Include="Image\PurchaseOrder\ProcessManage001_0.gif" /> |
1503 |
<Content Include="Image\PurchaseOrder\ProcessManage001_1.gif" /> |
1504 |
<Content Include="Image\PurchaseOrder\ProcessManage001_12_1.gif" /> |
1505 |
<Content Include="Image\PurchaseOrder\ProcessManage001_12_2.gif" /> |
1506 |
<Content Include="Image\PurchaseOrder\ProcessManage001_12_3.gif" /> |
1507 |
<Content Include="Image\PurchaseOrder\ProcessManage001_12_4.gif" /> |
1508 |
<Content Include="Image\PurchaseOrder\ProcessManage001_1_2.gif" /> |
1509 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle0.gif" /> |
1510 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle1.gif" /> |
1511 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle2.gif" /> |
1512 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle3.gif" /> |
1513 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle4.gif" /> |
1514 |
<Content Include="Image\PurchaseOrder\PurchaseOrderSimle5.gif" /> |
1515 |
<Content Include="kanriIcon.ico" /> |
1516 |
<Content Include="ProcessManagement.xml"> |
1517 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
1518 |
<SubType>Designer</SubType> |
1519 |
</Content> |
1520 |
<Content Include="Resources\kanriIcon.ico" /> |
1521 |
<Content Include="rinen.jpg" /> |
1522 |
</ItemGroup> |
1523 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1524 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
1525 |
Other similar extension points exist, see Microsoft.Common.targets. |
1526 |
<Target Name="BeforeBuild"> |
1527 |
</Target> |
1528 |
<Target Name="AfterBuild"> |
1529 |
</Target> |
1530 |
--> |
1531 |
</Project> |