Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#pragma once
#include <spk.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 PluginManager {
/// <summary>
/// Summary for EditWares
///
/// WARNING: If you change the name of this class, you will need to change the
/// 'Resource File Name' property for the managed resource compiler tool
/// associated with all .resx files this class depends on. Otherwise,
/// the designers will not be able to interact properly with localized
/// resources associated with this form.
/// </summary>
public ref class EditWares : public System::Windows::Forms::Form
{
public:
EditWares(CPackages *pPackages) : _pPackages(pPackages)
{
InitializeComponent();
loadWares();
}
void loadWares();
protected:
void editPrice();
void editNoto(int iNoto);
void reset();
String ^_price(int iPrice);
String ^_noto(int iNoto);
/// <summary>
/// Clean up any resources being used.
/// </summary>
~EditWares()
{
if (components)
{
delete components;
}
}
private:
CPackages *_pPackages;
private: System::Windows::Forms::ListView^ listView1;
private: System::Windows::Forms::ColumnHeader^ columnHeader1;
private: System::Windows::Forms::ColumnHeader^ columnHeader2;
private: System::Windows::Forms::Button^ button1;
private: System::Windows::Forms::ColumnHeader^ columnHeader3;
private: System::Windows::Forms::ImageList^ imageList1;
private: System::Windows::Forms::ColumnHeader^ columnHeader4;
private: System::Windows::Forms::ColumnHeader^ columnHeader5;
private: System::Windows::Forms::ColumnHeader^ columnHeader6;
private: System::Windows::Forms::ContextMenuStrip^ contextMenuStrip1;
private: System::Windows::Forms::ToolStripMenuItem^ editPriceToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^ resetToolStripMenuItem;
private: System::Windows::Forms::ToolStripSeparator^ toolStripSeparator1;
private: System::Windows::Forms::ToolStripMenuItem^ editNotoToolStripMenuItem;
private: System::Windows::Forms::ColumnHeader^ columnHeader7;
private: System::Windows::Forms::ColumnHeader^ columnHeader8;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem2;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem3;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem4;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem5;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem6;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem7;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem8;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem9;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem10;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem11;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem12;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem13;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem14;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem15;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem16;
private: System::Windows::Forms::ToolStripMenuItem^ toolStripMenuItem17;
private: System::ComponentModel::IContainer^ components;
/// <summary>
/// Required designer variable.
/// </summary>
#pragma region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(EditWares::typeid));
this->listView1 = (gcnew System::Windows::Forms::ListView());
this->columnHeader1 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader3 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader4 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader5 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader2 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader6 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader7 = (gcnew System::Windows::Forms::ColumnHeader());
this->columnHeader8 = (gcnew System::Windows::Forms::ColumnHeader());
this->contextMenuStrip1 = (gcnew System::Windows::Forms::ContextMenuStrip(this->components));
this->editPriceToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->editNotoToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem2 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem3 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem4 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem5 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem6 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem7 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem8 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem9 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem10 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem11 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem12 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem13 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem14 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem15 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem16 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripMenuItem17 = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->toolStripSeparator1 = (gcnew System::Windows::Forms::ToolStripSeparator());
this->resetToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
this->imageList1 = (gcnew System::Windows::Forms::ImageList(this->components));
this->button1 = (gcnew System::Windows::Forms::Button());
this->contextMenuStrip1->SuspendLayout();
this->SuspendLayout();
//
// listView1
//
this->listView1->AllowColumnReorder = true;
this->listView1->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom)
| System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->listView1->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^ >(8) {this->columnHeader1, this->columnHeader3,
this->columnHeader4, this->columnHeader5, this->columnHeader2, this->columnHeader6, this->columnHeader7, this->columnHeader8});
this->listView1->ContextMenuStrip = this->contextMenuStrip1;
this->listView1->FullRowSelect = true;
this->listView1->HideSelection = false;
this->listView1->LargeImageList = this->imageList1;
this->listView1->Location = System::Drawing::Point(12, 12);
this->listView1->MultiSelect = false;
this->listView1->Name = L"listView1";
this->listView1->Size = System::Drawing::Size(767, 394);
this->listView1->SmallImageList = this->imageList1;
this->listView1->TabIndex = 0;
this->listView1->UseCompatibleStateImageBehavior = false;
this->listView1->View = System::Windows::Forms::View::Details;
//
// columnHeader1
//
this->columnHeader1->Text = L"Ware";
//
// columnHeader3
//
this->columnHeader3->Text = L"Type";
//
// columnHeader4
//
this->columnHeader4->Text = L"Price";
this->columnHeader4->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
//
// columnHeader5
//
this->columnHeader5->Text = L"Notority";
this->columnHeader5->TextAlign = System::Windows::Forms::HorizontalAlignment::Right;
//
// columnHeader2
//
this->columnHeader2->Text = L"Description";
//
// columnHeader6
//
this->columnHeader6->Text = L"ID";
//
// columnHeader7
//
this->columnHeader7->Width = 0;
//
// columnHeader8
//
this->columnHeader8->Width = 0;
//
// contextMenuStrip1
//
this->contextMenuStrip1->ImageScalingSize = System::Drawing::Size(32, 32);
this->contextMenuStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->editPriceToolStripMenuItem,
this->editNotoToolStripMenuItem, this->toolStripSeparator1, this->resetToolStripMenuItem});
this->contextMenuStrip1->Name = L"contextMenuStrip1";
this->contextMenuStrip1->Size = System::Drawing::Size(174, 146);
this->contextMenuStrip1->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &EditWares::contextMenuStrip1_Opening);
//
// editPriceToolStripMenuItem
//
this->editPriceToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"editPriceToolStripMenuItem.Image")));
this->editPriceToolStripMenuItem->Name = L"editPriceToolStripMenuItem";
this->editPriceToolStripMenuItem->Size = System::Drawing::Size(173, 38);
this->editPriceToolStripMenuItem->Text = L"Edit Price";
this->editPriceToolStripMenuItem->Click += gcnew System::EventHandler(this, &EditWares::editPriceToolStripMenuItem_Click);
//
// editNotoToolStripMenuItem
//
this->editNotoToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(16) {this->toolStripMenuItem2,
this->toolStripMenuItem3, this->toolStripMenuItem4, this->toolStripMenuItem5, this->toolStripMenuItem6, this->toolStripMenuItem7,
this->toolStripMenuItem8, this->toolStripMenuItem9, this->toolStripMenuItem10, this->toolStripMenuItem11, this->toolStripMenuItem12,
this->toolStripMenuItem13, this->toolStripMenuItem14, this->toolStripMenuItem15, this->toolStripMenuItem16, this->toolStripMenuItem17});
this->editNotoToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"editNotoToolStripMenuItem.Image")));
this->editNotoToolStripMenuItem->Name = L"editNotoToolStripMenuItem";
this->editNotoToolStripMenuItem->Size = System::Drawing::Size(173, 38);
this->editNotoToolStripMenuItem->Text = L"Edit Notoriety";
//
// toolStripMenuItem2
//
this->toolStripMenuItem2->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem2.Image")));
this->toolStripMenuItem2->Name = L"toolStripMenuItem2";
this->toolStripMenuItem2->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem2->Text = L"+10 (1,000,000)";
this->toolStripMenuItem2->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this->toolStripMenuItem3->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem3.Image")));
this->toolStripMenuItem3->Name = L"toolStripMenuItem3";
this->toolStripMenuItem3->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem3->Text = L"+9 (100,000)";
this->toolStripMenuItem3->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem3_Click);
//
// toolStripMenuItem4
//
this->toolStripMenuItem4->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem4.Image")));
this->toolStripMenuItem4->Name = L"toolStripMenuItem4";
this->toolStripMenuItem4->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem4->Text = L"+8 (33,333)";
this->toolStripMenuItem4->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem4_Click);
//
// toolStripMenuItem5
//
this->toolStripMenuItem5->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem5.Image")));
this->toolStripMenuItem5->Name = L"toolStripMenuItem5";
this->toolStripMenuItem5->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem5->Text = L"+7 (10,000)";
this->toolStripMenuItem5->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem5_Click);
//
// toolStripMenuItem6
//
this->toolStripMenuItem6->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem6.Image")));
this->toolStripMenuItem6->Name = L"toolStripMenuItem6";
this->toolStripMenuItem6->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem6->Text = L"+6 (3,333)";
this->toolStripMenuItem6->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem6_Click);
//
// toolStripMenuItem7
//
this->toolStripMenuItem7->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem7.Image")));
this->toolStripMenuItem7->Name = L"toolStripMenuItem7";
this->toolStripMenuItem7->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem7->Text = L"+5 (1,000)";
this->toolStripMenuItem7->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem7_Click);
//
// toolStripMenuItem8
//
this->toolStripMenuItem8->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem8.Image")));
this->toolStripMenuItem8->Name = L"toolStripMenuItem8";
this->toolStripMenuItem8->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem8->Text = L"+4 (333)";
this->toolStripMenuItem8->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem8_Click);
//
// toolStripMenuItem9
//
this->toolStripMenuItem9->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem9.Image")));
this->toolStripMenuItem9->Name = L"toolStripMenuItem9";
this->toolStripMenuItem9->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem9->Text = L"+3 (100)";
this->toolStripMenuItem9->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem9_Click);
//
// toolStripMenuItem10
//
this->toolStripMenuItem10->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem10.Image")));
this->toolStripMenuItem10->Name = L"toolStripMenuItem10";
this->toolStripMenuItem10->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem10->Text = L"+2 (33)";
this->toolStripMenuItem10->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem10_Click);
//
// toolStripMenuItem11
//
this->toolStripMenuItem11->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem11.Image")));
this->toolStripMenuItem11->Name = L"toolStripMenuItem11";
this->toolStripMenuItem11->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem11->Text = L"+ 1 (10)";
this->toolStripMenuItem11->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem11_Click);
//
// toolStripMenuItem12
//
this->toolStripMenuItem12->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem12.Image")));
this->toolStripMenuItem12->Name = L"toolStripMenuItem12";
this->toolStripMenuItem12->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem12->Text = L"0 (-10)";
this->toolStripMenuItem12->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem12_Click);
//
// toolStripMenuItem13
//
this->toolStripMenuItem13->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem13.Image")));
this->toolStripMenuItem13->Name = L"toolStripMenuItem13";
this->toolStripMenuItem13->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem13->Text = L"-1 (-100)";
this->toolStripMenuItem13->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem13_Click);
//
// toolStripMenuItem14
//
this->toolStripMenuItem14->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem14.Image")));
this->toolStripMenuItem14->Name = L"toolStripMenuItem14";
this->toolStripMenuItem14->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem14->Text = L"-2 (-1,000)";
this->toolStripMenuItem14->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem14_Click);
//
// toolStripMenuItem15
//
this->toolStripMenuItem15->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem15.Image")));
this->toolStripMenuItem15->Name = L"toolStripMenuItem15";
this->toolStripMenuItem15->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem15->Text = L"-3 (-10,000)";
this->toolStripMenuItem15->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem15_Click);
//
// toolStripMenuItem16
//
this->toolStripMenuItem16->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem16.Image")));
this->toolStripMenuItem16->Name = L"toolStripMenuItem16";
this->toolStripMenuItem16->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem16->Text = L"-4 (-100,000)";
this->toolStripMenuItem16->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem16_Click);
//
// toolStripMenuItem17
//
this->toolStripMenuItem17->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripMenuItem17.Image")));
this->toolStripMenuItem17->Name = L"toolStripMenuItem17";
this->toolStripMenuItem17->Size = System::Drawing::Size(169, 38);
this->toolStripMenuItem17->Text = L"-5 (-1,000,000)";
this->toolStripMenuItem17->Click += gcnew System::EventHandler(this, &EditWares::toolStripMenuItem17_Click);
//
// toolStripSeparator1
//
this->toolStripSeparator1->Name = L"toolStripSeparator1";
this->toolStripSeparator1->Size = System::Drawing::Size(170, 6);
//
// resetToolStripMenuItem
//
this->resetToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"resetToolStripMenuItem.Image")));
this->resetToolStripMenuItem->Name = L"resetToolStripMenuItem";
this->resetToolStripMenuItem->Size = System::Drawing::Size(173, 38);
this->resetToolStripMenuItem->Text = L"Reset to Default";
this->resetToolStripMenuItem->Click += gcnew System::EventHandler(this, &EditWares::resetToolStripMenuItem_Click);
//
// imageList1
//
this->imageList1->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^ >(resources->GetObject(L"imageList1.ImageStream")));
this->imageList1->TransparentColor = System::Drawing::Color::Transparent;
this->imageList1->Images->SetKeyName(0, L"label1.Image.png");
//
// button1
//
this->button1->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Right));
this->button1->DialogResult = System::Windows::Forms::DialogResult::OK;
this->button1->Location = System::Drawing::Point(689, 413);
this->button1->Name = L"button1";
this->button1->Size = System::Drawing::Size(90, 33);
this->button1->TabIndex = 1;
this->button1->Text = L"Close";
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System::EventHandler(this, &EditWares::button1_Click);
//
// EditWares
//
this->ClientSize = System::Drawing::Size(791, 458);
this->Controls->Add(this->button1);
this->Controls->Add(this->listView1);
this->Icon = (cli::safe_cast<System::Drawing::Icon^ >(resources->GetObject(L"$this.Icon")));
this->Name = L"EditWares";
this->Text = L"Used Wares";
this->contextMenuStrip1->ResumeLayout(false);
this->ResumeLayout(false);
}
#pragma endregion
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void editPriceToolStripMenuItem_Click(System::Object^ sender, System::EventArgs^ e) {
this->editPrice();
}
private: System::Void contextMenuStrip1_Opening(System::Object^ sender, System::ComponentModel::CancelEventArgs^ e) {
if ( !this->listView1->SelectedItems->Count ) e->Cancel = true;
}
private: System::Void resetToolStripMenuItem_Click(System::Object^ sender, System::EventArgs^ e) {
this->reset();
}
private: System::Void toolStripMenuItem2_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(1000000);
}
private: System::Void toolStripMenuItem17_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-1000000);
}
private: System::Void toolStripMenuItem16_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-100000);
}
private: System::Void toolStripMenuItem3_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(100000);
}
private: System::Void toolStripMenuItem4_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(33333);
}
private: System::Void toolStripMenuItem5_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(10000);
}
private: System::Void toolStripMenuItem6_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(3333);
}
private: System::Void toolStripMenuItem7_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(1000);
}
private: System::Void toolStripMenuItem8_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(333);
}
private: System::Void toolStripMenuItem9_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(100);
}
private: System::Void toolStripMenuItem10_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(33);
}
private: System::Void toolStripMenuItem11_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(10);
}
private: System::Void toolStripMenuItem12_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-10);
}
private: System::Void toolStripMenuItem13_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-100);
}
private: System::Void toolStripMenuItem14_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-1000);
}
private: System::Void toolStripMenuItem15_Click(System::Object^ sender, System::EventArgs^ e) {
this->editNoto(-10000);
}
};
}