リビジョン 424
入金入力:サブウィンドウ表示クローズハンドル位置間違い修正
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBaseInfo/ProcessControl.cs | ||
---|---|---|
1559 | 1559 |
{ |
1560 | 1560 |
try |
1561 | 1561 |
{ |
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1563 | 1563 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1564 | 1564 |
|
1565 | 1565 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBudget/ProcessControl.cs | ||
---|---|---|
1559 | 1559 |
{ |
1560 | 1560 |
try |
1561 | 1561 |
{ |
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1563 | 1563 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1564 | 1564 |
|
1565 | 1565 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/ProcessControl.cs | ||
---|---|---|
1559 | 1559 |
{ |
1560 | 1560 |
try |
1561 | 1561 |
{ |
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1562 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1563 | 1563 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1564 | 1564 |
|
1565 | 1565 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedgerList/ProcessControl.cs | ||
---|---|---|
1497 | 1497 |
{ |
1498 | 1498 |
try |
1499 | 1499 |
{ |
1500 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1500 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1501 | 1501 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1502 | 1502 |
|
1503 | 1503 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/DRConstruction/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/EstimateBudget/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/EstimateInput/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/EstimatePrint/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Material/MaterialReserveEntry/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Material/MaterialReturnEntry/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Proceedings/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/PurchaseOrderEntry/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/PurchaseOrderPrint/ProcessControl.cs | ||
---|---|---|
1550 | 1550 |
{ |
1551 | 1551 |
try |
1552 | 1552 |
{ |
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1553 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1554 | 1554 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1555 | 1555 |
|
1556 | 1556 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestInput/ProcessControl.cs | ||
---|---|---|
1549 | 1549 |
{ |
1550 | 1550 |
try |
1551 | 1551 |
{ |
1552 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1552 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1553 | 1553 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1554 | 1554 |
|
1555 | 1555 |
// フォームのクリア |
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestSummaryList/ProcessControl.cs | ||
---|---|---|
1564 | 1564 |
{ |
1565 | 1565 |
try |
1566 | 1566 |
{ |
1567 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.RequestPrint;
|
|
1567 |
int ProcessNo = (int)ClsExcute.ProcessExecuteNo.PaymentConfirmation;
|
|
1568 | 1568 |
FrmSelectPayment frm = (FrmSelectPayment)ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle; |
1569 | 1569 |
|
1570 | 1570 |
// フォームのクリア |
他の形式にエクスポート: Unified diff