PQ 쿼리 메뉴명 추가

This commit is contained in:
2026-07-27 13:28:22 +09:00
parent f28cc027d6
commit 3956e34a4e
+77 -36
View File
@@ -1,13 +1,14 @@
# Extracted SQL Queries
- Source: E:\project\PQ\Restored_Source\extracted_queries.txt
- Generated at: 2026-07-27 13:13:03
- Generated at: 2026-07-27 13:26:06
- Total query blocks: 38
## Query 1
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개발실적 생성 / frmDevelop_Load; 투자실적 생성 / frmInvest_Load; 활용실적 생성 / frmMost_Load; R & D 실적 생성 / frmRD_Load
- Source function: LoadSection
- Line: 205
```csharp
@@ -17,7 +18,8 @@ string cmdText = "select * from section_tbl where ServiceSection='" + i_Section
## Query 2
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
- Source function: SaveSection
- Line: 264
```csharp
@@ -27,7 +29,8 @@ string i_szsql = "delete from section_tbl where ServiceSection='" + i_Section +
## Query 3
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
- Source function: SaveSection
- Line: 294
```csharp
@@ -40,7 +43,8 @@ i_szsql = "insert into section_tbl(ServiceSection,seq,viewdata) values(";
## Query 4
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 / frmReportFindCondition_Load
- Source function: LoadSearchCondition
- Line: 325
```csharp
@@ -50,7 +54,8 @@ string cmdText = "select * from section_tbl where jobcode='" + i_JobCode + "' an
## Query 5
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
- Source function: SaveSearchCondition
- Line: 386
```csharp
@@ -60,7 +65,8 @@ string i_szsql = "delete from search_condition_tbl where jobcode='" + i_JobCode
## Query 6
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
- Source function: SaveSearchCondition
- Line: 417
```csharp
@@ -74,7 +80,8 @@ i_szsql = "insert into search_condition_tbl(jobcode,mode,seq,viewdata) values(";
## Query 7
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 451
```csharp
@@ -84,7 +91,8 @@ string cmdText = "delete from hwp_Person_Detail_tbl ";
## Query 8
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 455
```csharp
@@ -94,7 +102,8 @@ cmdText = "delete from hwp_Person_JobList_tbl ";
## Query 9
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 459
```csharp
@@ -104,7 +113,8 @@ cmdText = "delete from hwp_person_tbl ";
## Query 10
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 463
```csharp
@@ -114,7 +124,8 @@ cmdText = "delete from person_job_tbl ";
## Query 11
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 467
```csharp
@@ -124,7 +135,8 @@ cmdText = "delete from project_user_define_tbl ";
## Query 12
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 471
```csharp
@@ -134,7 +146,8 @@ cmdText = "delete from search_condition_tbl ";
## Query 13
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인작업 초기화 / menuUserJobClear_Click
- Source function: InitDataBase
- Line: 475
```csharp
@@ -144,7 +157,8 @@ cmdText = "delete from section_tbl ";
## Query 14
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
- Source function: GetPersonList
- Line: 526
```csharp
@@ -154,7 +168,8 @@ string cmdText = "select membercode from hwp_Person_Detail_tbl where jobcode='"
## Query 15
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
- Source function: SaveFileDetailSection
- Line: 584
```csharp
@@ -164,7 +179,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 16
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
- Source function: GetPersonDetailSection
- Line: 644
```csharp
@@ -174,7 +190,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 17
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson; 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / WebQueryLib1_OnResultMessage
- Source function: GetPersonDetailChoice
- Line: 702
```csharp
@@ -184,7 +201,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
## Query 18
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
- Source function: UpdatePersonDetailChoiceSection
- Line: 747
```csharp
@@ -194,7 +212,8 @@ string i_szsql = "update hwp_Person_Detail_tbl set choice=0 where jobcode='" + i
## Query 19
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
- Source function: UpdatePersonDetailChoiceSection
- Line: 749
```csharp
@@ -204,7 +223,8 @@ i_szsql = "update hwp_Person_Detail_tbl set choice=1 where jobcode='" + i_JobCod
## Query 20
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
- Source function: SavePersonDetailSection
- Line: 758
```csharp
@@ -214,7 +234,8 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
## Query 21
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
- Source function: SavePersonDetailSection
- Line: 760
```csharp
@@ -229,7 +250,8 @@ i_szsql = "insert into hwp_Person_Detail_tbl(jobcode,membercode,section_item,seq
## Query 22
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
- Source function: ClearPersonDetailSection
- Line: 777
```csharp
@@ -239,7 +261,8 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
## Query 23
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
- Source function: ClearPersonDetailSection
- Line: 803
```csharp
@@ -249,7 +272,8 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
## Query 24
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 > 첨부자료 조회 및 다운로드 / btnDownloadFile_Click
- Source function: LoadJobList
- Line: 960
```csharp
@@ -259,7 +283,8 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
## Query 25
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
- Source function: SaveFilePersonJobList
- Line: 1336
```csharp
@@ -269,7 +294,8 @@ cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "
## Query 26
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click; 기술자실적 생성 > 자료 초기화 / btnClearPersonData_Click
- Source function: ClearPersonJobList
- Line: 1651
```csharp
@@ -279,7 +305,8 @@ string i_szsql = "delete from hwp_Person_JobList_tbl where jobcode='" + i_JobCod
## Query 27
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
- Source function: SavePersonJobList
- Line: 1663
```csharp
@@ -293,7 +320,8 @@ string text = "insert into hwp_Person_JobList_tbl(jobcode,membercode,seq,viewdat
## Query 28
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > ... / btnSearchProject_Click_1; 사업코드 찾기 / DownloadDataView_01
- Source function: GetProjectUserName
- Line: 1695
```csharp
@@ -303,7 +331,8 @@ string cmdText = "select * from project_user_define_tbl where jobcode='" + i_Job
## Query 29
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
- Source function: SaveProjectUserName
- Line: 1753
```csharp
@@ -313,7 +342,8 @@ string i_szsql = "delete from project_user_define_tbl where jobcode='" + i_JobCo
## Query 30
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
- Source function: SaveProjectUserName
- Line: 1758
```csharp
@@ -323,7 +353,8 @@ i_szsql = "insert into project_user_define_tbl (JobCode,projectname) values('" +
## Query 31
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: DB 공통 처리 / DatabaseTableCheck_FindCondition
- Source function: CheckTableAlive
- Line: 1812
```csharp
@@ -333,7 +364,8 @@ string text = "select count(*) from find_condition ";
## Query 32
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 개인백업 / btnPersonDBBackup_Click; frmMainMDI.cs / DatabaseTableCheck_FindCondition
- Source function: DatabaseTableCheck_FindCondition
- Line: 1870
```csharp
@@ -343,7 +375,8 @@ string i_szsql = "create table find_condition( kind text(50), data_key text(50
## Query 33
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 / frmReportFindCondition_FormClosed
- Source function: FindConditionClear
- Line: 1923
```csharp
@@ -353,7 +386,8 @@ string cmdText = "delete from find_condition where kind='" + i_kind + "' and da
## Query 34
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 / frmReportFindCondition_FormClosed
- Source function: FindConditionAdd
- Line: 1974
```csharp
@@ -367,7 +401,8 @@ string text = "insert into find_condition(kind,data_key,data_seq,contents) value
## Query 35
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
- Menu: DB 공통 처리
- Menu: 조건검색 / frmReportFindCondition_Load
- Source function: FindConditionLoad
- Line: 2030
```csharp
@@ -377,6 +412,8 @@ string cmdText = "select * from find_condition where kind='" + i_kind + "' and
## Query 36
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs
- Menu: 회사실적관리 / AxfpSpread1_ClickEvent; 회사실적관리 / WebQueryLib1_OnResultMessage; 개발투자 편집 / AxfpSpread1_ClickEvent; 개발투자 편집 / WebQueryLib1_OnResultMessage; 투자실적 편집 / AxfpSpread1_ClickEvent; 투자실적 편집 / WebQueryLib1_OnResultMessage; 활용실적 편집 / AxfpSpread1_ClickEvent; 활용실적 편집 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / WebQueryLib1_OnResultMessage; 개인정보 편집 / frmPersonInfo_Load; 개인정보 편집 / AxfpSpread1_ClickEvent; 개인정보 편집 / WebQueryLib1_OnResultMessage; R & D 실적 편집 / AxfpSpread1_ClickEvent; R & D 실적 편집 / WebQueryLib1_OnResultMessage; 기술자별 용역현황 / AxfpSpread1_ClickEvent; 기술자별 용역현황 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / AxfpSpread1_ClickEvent
- Source function: ViewTableData
- Line: 5023
```csharp
@@ -386,6 +423,8 @@ mNewProject = "select";
## Query 37
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmMainMDI.cs
- Menu: frmMainMDI.cs / frmMainMDI_Load
- Source function: frmMainMDI_Load
- Line: 4677
```csharp
@@ -395,6 +434,8 @@ i_URL = "http://" + CommonModule.gServerAddress + "/pq/Update.php?ActionMode=Ver
## Query 38
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmUserAuth.cs
- Menu: 회사실적 문서생성 > 화면 초기화 / btnClearItem_Click; 개발실적 생성 > 화면 초기화 / btnClearItem_Click; 투자실적 생성 > 화면 초기화 / btnClearItem_Click; 활용실적 생성 > 화면 초기화 / btnClearItem_Click; R & D 실적 생성 > 화면 초기화 / btnClearItem_Click
- Source function: btnSave_Click
- Line: 754
```csharp