📄 menuworker.h
字号:
this->button2->Click += new System::EventHandler(this, button2_Click_1);
//
// button3
//
this->button3->AccessibleDescription = resources->GetString(S"button3.AccessibleDescription");
this->button3->AccessibleName = resources->GetString(S"button3.AccessibleName");
this->button3->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"button3.Anchor")));
this->button3->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"button3.BackgroundImage")));
this->button3->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"button3.Dock")));
this->button3->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"button3.Enabled")));
this->button3->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle * >(resources->GetObject(S"button3.FlatStyle")));
this->button3->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"button3.Font")));
this->button3->ForeColor = System::Drawing::SystemColors::ControlText;
this->button3->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"button3.Image")));
this->button3->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"button3.ImageAlign")));
this->button3->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"button3.ImageIndex")));
this->button3->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"button3.ImeMode")));
this->button3->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"button3.Location")));
this->button3->Name = S"button3";
this->button3->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"button3.RightToLeft")));
this->button3->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"button3.Size")));
this->button3->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"button3.TabIndex")));
this->button3->Text = resources->GetString(S"button3.Text");
this->button3->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"button3.TextAlign")));
this->button3->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"button3.Visible")));
this->button3->Click += new System::EventHandler(this, button3_Click);
//
// MenuWorker
//
this->AccessibleDescription = resources->GetString(S"$this.AccessibleDescription");
this->AccessibleName = resources->GetString(S"$this.AccessibleName");
this->AutoScaleBaseSize = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.AutoScaleBaseSize")));
this->AutoScroll = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"$this.AutoScroll")));
this->AutoScrollMargin = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.AutoScrollMargin")));
this->AutoScrollMinSize = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.AutoScrollMinSize")));
this->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"$this.BackgroundImage")));
this->ClientSize = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.ClientSize")));
this->Controls->Add(this->button3);
this->Controls->Add(this->button2);
this->Controls->Add(this->button1);
this->Controls->Add(this->btn_Stock);
this->Controls->Add(this->lbl_Title);
this->Controls->Add(this->btn_Deliver);
this->Controls->Add(this->btn_StockDeliverList);
this->Controls->Add(this->btn_TotalLossTable);
this->Controls->Add(this->btn_ReturnStock);
this->Controls->Add(this->btn_StockProcess);
this->Controls->Add(this->btn_TemporaryStockList);
this->Controls->Add(this->btn_ProductResult);
this->Controls->Add(this->btn_ProductResultList);
this->Controls->Add(this->btn_ProductPlanCheck);
this->Controls->Add(this->btn_StockList);
this->Controls->Add(this->btn_CalendarInput);
this->Controls->Add(this->btn_Quit);
this->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"$this.Enabled")));
this->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"$this.Font")));
this->Icon = (__try_cast<System::Drawing::Icon * >(resources->GetObject(S"$this.Icon")));
this->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"$this.ImeMode")));
this->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"$this.Location")));
this->MaximizeBox = false;
this->MaximumSize = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.MaximumSize")));
this->MinimumSize = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"$this.MinimumSize")));
this->Name = S"MenuWorker";
this->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"$this.RightToLeft")));
this->StartPosition = (*__try_cast<__box System::Windows::Forms::FormStartPosition * >(resources->GetObject(S"$this.StartPosition")));
this->Tag = S"0";
this->Text = resources->GetString(S"$this.Text");
this->Load += new System::EventHandler(this, MenuWorker_Load);
this->ResumeLayout(false);
}
private: System::Void btn_Stock_Click(System::Object * sender, System::EventArgs * e)
{
pStock = new Stock(pinfClsMWork);
pStock->Visible = true;
}
private: System::Void btn_Deliver_Click(System::Object * sender, System::EventArgs * e)
{
pDeliver = new Deliver(pinfClsMWork,0);
pDeliver->Visible = true;
}
private: System::Void btn_StockDeliverList_Click(System::Object * sender, System::EventArgs * e)
{
pStockDeliverList = new StockDeliverList(pinfClsMWork,0);
pStockDeliverList->Visible = true;
}
private: System::Void btn_ReturnStock_Click(System::Object * sender, System::EventArgs * e)
{
pReturnStock = new ReturnStock(pinfClsMWork);
pReturnStock->Visible = true;
}
private: System::Void btn_StockProcess_Click(System::Object * sender, System::EventArgs * e)
{
//Insert By KasenHOo @ 2005/12/15
pStockProcess = new StockProcess(pinfClsMWork,S"",0,true,1,S"0",S"-1");
pStockProcess->Visible = true;
//End By KasenHOo @ 2005/12/15
}
private: System::Void btn_TotalLossTable_Click(System::Object * sender, System::EventArgs * e)
{
pTotalLossTable = new TotalLossTable(pinfClsMWork,0);
pTotalLossTable->Visible = true;
}
private: System::Void btn_TemporaryStockList_Click(System::Object * sender, System::EventArgs * e)
{
pTemporaryStockList = new TemporaryStockList(pinfClsMWork);
pTemporaryStockList->Visible = true;
}
private: System::Void btn_ProductResult_Click(System::Object * sender, System::EventArgs * e)
{
pProductResult = new ProductResult(pinfClsMWork);
pProductResult->Visible = true;
}
private: System::Void btn_ProductResultList_Click(System::Object * sender, System::EventArgs * e)
{
pProductResultList = new ProductResultList(pinfClsMWork,0);
pProductResultList->Visible = true;
}
private: System::Void btn_ProductPlanCheck_Click(System::Object * sender, System::EventArgs * e)
{
pProductPlanCheck = new ProductPlanCheck(pinfClsMWork);
pProductPlanCheck->ShowDialog(this);
}
private: System::Void btn_StockList_Click(System::Object * sender, System::EventArgs * e)
{
pStockList = new StockList(pinfClsMWork);
pStockList->Visible = true;
}
private: System::Void btn_CalendarInput_Click(System::Object * sender, System::EventArgs * e)
{
pCalendarInput = new CalendarInput(pinfClsMWork);
pCalendarInput->ShowDialog(this);
}
private: System::Void btn_Quit_Click(System::Object * sender, System::EventArgs * e)
{
this->Close();
}
private: System::Void MenuWorker_Load(System::Object * sender, System::EventArgs * e)
{
}
private: System::Void button1_Click(System::Object * sender, System::EventArgs * e)
{
MessageBox::Show(pinfClsMWork->strProcess);
}
private: System::Void button2_Click_1(System::Object * sender, System::EventArgs * e)
{
pfrmDeliverCost = new frmDeliverCost(pinfClsMWork);
pfrmDeliverCost->ShowDialog(this);
}
private: System::Void button3_Click(System::Object * sender, System::EventArgs * e)
{
pfrmModifyResult = new frmModifyResult(pinfClsMWork);
pfrmModifyResult->ShowDialog(this);
}
private: System::Void button1_Click_1(System::Object * sender, System::EventArgs * e)
{
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -