Files
saman/문서/PQ/ClientAjax_controller_calls.md
T
2026-07-27 13:13:57 +09:00

1118 lines
35 KiB
Markdown

# ClientAjax_controller Calls
- Search root: E:\project\PQ\Restored_Source\PQProject\PQProject
- Generated at: 2026-07-27 13:11:56
- Total calls: 143
## frmCalendarDetail.cs - 일정상세목록
- Line: 416
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar_detail";
```
## frmCommonCode.cs - 공통코드 관리
- Line: 900
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode";
```
- Line: 1012
- Function: AxfpSpread1_ClickEvent
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_Detail&code=" + gQueryCode;
```
- Line: 1231
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_Detail_update";
```
## frmCommonCodeMaster.cs - 공통코드 마스터
- Line: 611
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode";
```
- Line: 810
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_update";
```
## frmCommonConLevel1.cs - 공정코드-대분류(레벨1)
- Line: 612
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1";
```
- Line: 736
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=1";
```
## frmCommonConLevel2.cs - 공정코드-중분류(레벨2)
- Line: 663
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1";
```
- Line: 763
- Function: cbLevel1_SelectedIndexChanged
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=2&code1=" + gSelectCode1;
```
- Line: 881
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=2";
```
## frmCommonConLevel3.cs - 공정코드-상세분류(레벨3)
- Line: 753
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1";
```
- Line: 846
- Function: cbLevel1_SelectedIndexChanged
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=2&code1=" + gSelectCode1;
```
- Line: 939
- Function: cbLevel2_SelectedIndexChanged
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=3&code1=" + gSelectCode1;
```
- Line: 1058
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=3";
```
## frmCommonConList.cs - 공사코드 리스트
- Line: 497
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=all";
```
## frmCommonJobType.cs - 용역구분 편집
- Line: 679
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType";
```
- Line: 840
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType_update";
```
## frmCommonLicense.cs - 자격증 관리
- Line: 926
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License";
```
- Line: 1179
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License_update";
```
## frmCompanyCareer.cs - 회사실적 문서생성
- Line: 2346
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList-HWP";
```
## frmCompanyProjectCreate.cs - 회사실적 추가
- Line: 661
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=SATIS&SubAction=project_list";
```
- Line: 879
- Function: AxfpSpread1_ClickEvent
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=SATIS&SubAction=project_degree_list";
```
## frmCompanyProjectHistory.cs
- Line: 703
- Function: QueryContractNotify
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=CompanyCareerHistory&SubAction=del_list";
```
- Line: 906
- Function: btnAllConfirm_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=CompanyCareerHistory&SubAction=del_confirm_all";
```
## frmCompanyProjectInfo.cs - 회사실적관리
- Line: 4561
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList&project=" + txtProject.Text;
```
- Line: 4953
- Function: frmCompanyProjectInfo_Load
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType";
```
- Line: 4962
- Function: frmCompanyProjectInfo_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 4963
- Function: frmCompanyProjectInfo_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 4964
- Function: frmCompanyProjectInfo_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 4965
- Function: frmCompanyProjectInfo_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 5035
- Function: ViewTableData
```csharp
string text4 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectInfo";
```
- Line: 5041
- Function: ViewTableData
```csharp
text4 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail";
```
- Line: 5838
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_update";
```
- Line: 6049
- Function: WebQueryLib4_OnResultMessage
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail&project_name=" + txtProjectJobName2.Text;
```
- Line: 6474
- Function: btnProjectDel_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_del";
```
## frmCompanyProjectMember.cs - 회사실적 참여자
- Line: 2519
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList&project=" + txtProject.Text;
```
- Line: 2932
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_update2";
```
- Line: 2955
- Function: AxfpSpread1_ClickEvent
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectInfo";
```
- Line: 2964
- Function: AxfpSpread1_ClickEvent
```csharp
text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail";
```
## frmContractNotify.cs - 계약변경 알림
- Line: 482
- Function: QueryContractNotify
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_list";
```
- Line: 650
- Function: btnActiveConfirm_Click
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_confirm";
```
- Line: 689
- Function: btnAllConfirm_Click
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_confirm";
```
## frmCreateProject.cs - 프로젝트 코드 생성
- Line: 1420
- Function: btnSearchProject_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax01";
```
- Line: 1723
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=insert";
```
- Line: 1806
- Function: GetProjectMemberList
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax02";
```
## frmDevelop.cs - 개발실적 생성
- Line: 1367
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01";
```
## frmDevelopEdit.cs - 개발투자 편집
- Line: 2062
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01";
```
- Line: 2291
- Function: frmDevelopEdit_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 2292
- Function: frmDevelopEdit_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 2293
- Function: frmDevelopEdit_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 2294
- Function: frmDevelopEdit_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 2413
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01_update";
```
## frmDownloadImageFile.cs - 실적자료다운로드
- Line: 1703
- Function: btnSearch_Click
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-company-image";
```
- Line: 1728
- Function: btnSearch_Click
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-person-image";
```
- Line: 1776
- Function: btnSearch_Click
```csharp
text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-company-image";
```
## frmFieldOfExpertise.cs - 전문분야별 기술자현황
- Line: 734
- Function: cbFieldOfExpertiser_SelectedIndexChanged
```csharp
string text = ((cbFieldOfExpertise.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=" + ViewData1[cbFieldOfExpertise.SelectedIndex].ItemList[0]));
```
- Line: 868
- Function: frmFieldOfExpertise_Load
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax01";
```
- Line: 1046
- Function: btnSearch_Click
```csharp
string text = ((cbFieldOfExpertise.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=" + ViewData1[cbFieldOfExpertise.SelectedIndex].ItemList[0]));
```
## frmInvest.cs - 투자실적 생성
- Line: 1028
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01";
```
## frmInvestEdit.cs - 투자실적 편집
- Line: 1737
- Function: btnSearchBid_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01";
```
- Line: 1903
- Function: frmInvestEdit_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 1904
- Function: frmInvestEdit_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 1905
- Function: frmInvestEdit_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 1906
- Function: frmInvestEdit_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 2049
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01_update";
```
## frmLogin.cs - 로그인
- Line: 1004
- Function: btnLogin_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=login";
```
- Line: 1116
- Function: btnAccountRequest_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AccountRequest";
```
## frmMainMDI.cs
- Line: 4703
- Function: frmMainMDI_Load
```csharp
i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_advance_code";
```
- Line: 4705
- Function: frmMainMDI_Load
```csharp
i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_common_code";
```
- Line: 4799
- Function: GetSchedulerData
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar";
```
- Line: 5003
- Function: tmrStart_Tick
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar_detail";
```
- Line: 6141
- Function: QueryContractNotify
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_alarm";
```
## frmMasterLicenseCode.cs - SATIS 자격증코드
- Line: 338
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=master_license_code";
```
## frmMost.cs - 활용실적 생성
- Line: 1412
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01";
```
## frmMostEdit.cs - 활용실적 편집
- Line: 2383
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01";
```
- Line: 2569
- Function: frmMostEdit_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 2570
- Function: frmMostEdit_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 2571
- Function: frmMostEdit_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 2572
- Function: frmMostEdit_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 2731
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01_update";
```
## frmMostManagement.cs - 신기술 활용실적
- Line: 809
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01";
```
## frmMostReport1.cs - 점수 비교표
- Line: 324
- Function: btnSearch_Click
```csharp
string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_01";
```
## frmMostReport2.cs - 활용실적현황
- Line: 324
- Function: btnSearch_Click
```csharp
string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_02";
```
## frmMostReport3.cs - 활용실적 추의
- Line: 416
- Function: btnSearch_Click
```csharp
string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_03";
```
## frmPerson.cs - 기술자실적 생성
- Line: 2242
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_002&SubAction=Ajax01&bid=" + txtProject.Text;
```
- Line: 3449
- Function: GetPersonInfo
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_002&SubAction=Ajax02&residentno=" + gResidentNo;
```
## frmPersonCareer.cs - 기술자별 설적관리
- Line: 3137
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02";
```
- Line: 4013
- Function: btnDetailSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax03_job_history";
```
## frmPersonCompanyDownload.cs - 회사실적 문서
- Line: 149
- Function: frmPersonCompanyDownload_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 150
- Function: frmPersonCompanyDownload_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 151
- Function: frmPersonCompanyDownload_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 152
- Function: frmPersonCompanyDownload_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
## frmPersonInfo.cs - 개인정보 편집
- Line: 4754
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_list";
```
- Line: 5116
- Function: frmPersonInfo_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 5117
- Function: frmPersonInfo_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 5118
- Function: frmPersonInfo_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 5119
- Function: frmPersonInfo_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 5185
- Function: ViewTableData
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_info";
```
- Line: 5189
- Function: ViewTableData
```csharp
text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail";
```
- Line: 5610
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail_update";
```
- Line: 6384
- Function: WebQueryLib3_OnResultMessage
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail";
```
- Line: 6456
- Function: btnNewPerson_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_detail";
```
- Line: 6460
- Function: btnNewPerson_Click
```csharp
text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_info";
```
- Line: 6470
- Function: btnCreateCalc_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_calc_level";
```
- Line: 6541
- Function: btnMemberRemove_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail_del";
```
## frmPersonLicenceCode.cs - 자격증코드 조회
- Line: 487
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License";
```
## frmPersonList.cs - 기술자 찾기
- Line: 557
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax01";
```
## frmPersonMasterQuery.cs - 인원추가
- Line: 560
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_list";
```
- Line: 705
- Function: btnSelect_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_info";
```
## frmPersonReportPrint.cs - 개인이력
- Line: 869
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_list";
```
- Line: 1047
- Function: ViewData
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_report";
```
## frmProgramHistory.cs - PQ 프로그램 업데이트 목록
- Line: 132
- Function: frmProgramHistory_Load
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=program_history";
```
## frmProjectSimpleInfo.cs - 프로젝트 정보
- Line: 393
- Function: frmProjectSimpleInfo_Load
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail";
```
## frmRD.cs - R & D 실적 생성
- Line: 1309
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01";
```
## frmRDEdit.cs - R & D 실적 편집
- Line: 1842
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01";
```
- Line: 2021
- Function: frmRDEdit_Load
```csharp
AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list";
```
- Line: 2022
- Function: frmRDEdit_Load
```csharp
AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete";
```
- Line: 2023
- Function: frmRDEdit_Load
```csharp
AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload";
```
- Line: 2024
- Function: frmRDEdit_Load
```csharp
AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit";
```
- Line: 2143
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01_update";
```
## frmReportFindCondition.cs - 조건검색
- Line: 1796
- Function: AxfpSpread1_ClickEvent
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_sub_code";
```
- Line: 1849
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_code";
```
- Line: 2571
- Function: Button1_Click
```csharp
i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_doc_list";
```
- Line: 2718
- Function: Button1_Click
```csharp
i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_company_doc_list";
```
## frmReportPersonJobList.cs - 기술자별 용역현황
- Line: 3424
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02";
```
- Line: 3791
- Function: ViewTableData
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax03";
```
## frmReportPersonJobList2.cs - 개인별 업무중복도
- Line: 1785
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02";
```
- Line: 1970
- Function: ViewTableData
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax03";
```
## frmReportPersonLevel.cs - 학력등급별 기술자현황
- Line: 721
- Function: GetLicencelist
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_005&SubAction=Ajax01";
```
- Line: 851
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_005&SubAction=Ajax02&level=" + ViewData1[cbLicence.SelectedIndex].ItemList[0];
```
## frmReportPersonLicence.cs - 자격증별 기술자현황
- Line: 742
- Function: cbYear_SelectedIndexChanged
```csharp
string text = ((cbLicence.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax02&liccode=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax02&liccode=" + ViewData1[cbLicence.SelectedIndex].ItemList[0]));
```
- Line: 751
- Function: GetLicencelist
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax01";
```
## frmReportPersonWorkDup.cs - 기술지원 업무 중첩도 현황
- Line: 964
- Function: btbSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_006&SubAction=Ajax01";
```
## frmScheduler.cs - 입찰일정
- Line: 1991
- Function: tmrStart_Tick
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar";
```
## frmSearchFindAdd.cs - 조건추가
- Line: 833
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=all";
```
- Line: 836
- Function: btnSearch_Click
```csharp
text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_code";
```
## frmSearchMasterProject.cs - 마스터 입찰프로젝트 조회
- Line: 662
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax02";
```
## frmSearchProject.cs - 사업코드 찾기
- Line: 610
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax01";
```
- Line: 851
- Function: btnRemoveItem_Click
```csharp
string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=PersonJobList-Del";
```
## frmSystemUpdate.cs - 기간계산
- Line: 570
- Function: btnSearch_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=UpdatePersonDate";
```
## frmUserAuth.cs - 사용자 권한설정
- Line: 577
- Function: btnSearch_Click
```csharp
string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=userlist";
```
- Line: 754
- Function: btnSave_Click
```csharp
string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=userlist-update";
```