📄 menumanager.h
字号:
#pragma once
#include "Stock.h"
#include "Deliver.h"
#include "StockDeliverList.h"
#include "TotalLossTable.h"
#include "ReturnStock.h"
#include "StockProcess.h"
#include "TemporaryStockList.h"
#include "ProductResultList.h"
#include "ProductPlanCheck.h"
#include "StockList.h"
#include "CalendarInput.h"
#include "BudgetInput.h"
#include "ProductResultCheck.h"
#include "MasterMaintenance.h"
#include "ProductSimulation.h"
#include "BalanceOfPayment.h"
#include "PlateStockList.h"
#include "ModelResultList.h"
#include "infClass.h"
#include "SAPStock.h"
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
namespace FAP
{
/// <summary>
/// MenuManager 偺奣梫
///
/// 寈崘 : 偙偺僋儔僗偺柤慜傪曄峏偡傞応崌丄偙偺僋儔僗偑埶懚偡傞偡傋偰偺 .resx 僼傽僀儖偵娭楢晅偗傜傟偨
/// 儅僱乕僕 儕僜乕僗 僐儞僷僀儔 僣乕儖偵懳偟偰 'Resource File Name' 僾儘僷僥傿傪
/// 曄峏偡傞昁梫偑偁傝傑偡丅偙偺曄峏傪峴傢側偄偲丄
/// 僨僓僀僫偲丄偙偺僼僅乕儉偵娭楢晅偗傜傟偨儘乕僇儔僀僘嵪傒儕僜乕僗偲偑丄
/// 惓偟偔憡屳偵棙梡偱偒側偔側傝傑偡丅
/// </summary>
public __gc class MenuManager : public System::Windows::Forms::Form
{
private: Stock *pStock;
Deliver *pDeliver;
StockDeliverList *pStockDeliverList;
TotalLossTable *pTotalLossTable;
ReturnStock *pReturnStock;
StockProcess *pStockProcess;
TemporaryStockList *pTemporaryStockList;
ProductResultList *pProductResultList;
ProductPlanCheck *pProductPlanCheck;
StockList *pStockList;
CalendarInput *pCalendarInput;
BudgetInput *pBudgetInput;
ProductResultCheck *pProductResultCheck;
MasterMaintenance *pMasterMaintenance;
ProductSimulation *pProductSimulation;
BalanceOfPayment *pBalanceOfPayment;
PlateStockList *pPlateStockList;
ModelResultList *pModelResultList;
infClass *pinfClsMManage;
SAPStock *pSAPStock;
private: System::Windows::Forms::Button * btn_Stock;
private: System::Windows::Forms::Button * btn_Deliver;
private: System::Windows::Forms::Button * btn_StockDeliverList;
private: System::Windows::Forms::Button * btn_TotalLossTable;
private: System::Windows::Forms::Button * btn_ReturnStock;
private: System::Windows::Forms::Button * btn_StockProcess;
private: System::Windows::Forms::Button * btn_TemporaryStockList;
private: System::Windows::Forms::Button * btn_ProductResultList;
private: System::Windows::Forms::Button * btn_ProductPlanCheck;
private: System::Windows::Forms::Button * btn_StockList;
private: System::Windows::Forms::Button * btn_CalendarInput;
private: System::Windows::Forms::Button * btn_Quit;
private: System::Windows::Forms::Label * lbl_Title;
private: System::Windows::Forms::Button * btn_BudgetInput;
private: System::Windows::Forms::Button * btn_ProductResultCheck;
private: System::Windows::Forms::Button * btn_MasterMaintenance;
private: System::Windows::Forms::Button * btn_ProductSimulation;
private: System::Windows::Forms::Button * btn_PlateStockList;
private: System::Windows::Forms::Button * button1;
private: System::Windows::Forms::Button * btn_BalanceOfPayment;
private: System::Windows::Forms::Button * btn_ModelResultList;
public:
MenuManager(void)
{
InitializeComponent();
}
MenuManager( infClass *infClsTmp)
{
InitializeComponent();
pinfClsMManage = infClsTmp;
}
protected:
void Dispose(Boolean disposing)
{
if (disposing && components)
{
components->Dispose();
}
__super::Dispose(disposing);
}
private:
/// <summary>
/// 昁梫側僨僓僀僫曄悢偱偡丅
/// </summary>
System::ComponentModel::Container* components;
/// <summary>
/// 僨僓僀僫 僒億乕僩偵昁梫側儊僜僢僪偱偡丅偙偺儊僜僢僪偺撪梕傪
/// 僐乕僪 僄僨傿僞偱曄峏偟側偄偱偔偩偝偄丅
/// </summary>
void InitializeComponent(void)
{
System::Resources::ResourceManager * resources = new System::Resources::ResourceManager(__typeof(FAP::MenuManager));
this->btn_Stock = new System::Windows::Forms::Button();
this->btn_Deliver = new System::Windows::Forms::Button();
this->btn_StockDeliverList = new System::Windows::Forms::Button();
this->btn_TotalLossTable = new System::Windows::Forms::Button();
this->btn_ReturnStock = new System::Windows::Forms::Button();
this->btn_StockProcess = new System::Windows::Forms::Button();
this->btn_TemporaryStockList = new System::Windows::Forms::Button();
this->btn_ProductResultList = new System::Windows::Forms::Button();
this->btn_ProductPlanCheck = new System::Windows::Forms::Button();
this->btn_StockList = new System::Windows::Forms::Button();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -