URL
https://opencores.org/ocsvn/thor/thor/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 32 |
Rev 35 |
Line 107... |
Line 107... |
this->Controls->Add(this->label1);
|
this->Controls->Add(this->label1);
|
this->Controls->Add(this->textBoxAddr);
|
this->Controls->Add(this->textBoxAddr);
|
this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedDialog;
|
this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedDialog;
|
this->Name = L"frmMemory";
|
this->Name = L"frmMemory";
|
this->Text = L"Memory";
|
this->Text = L"Memory";
|
|
this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &frmMemory::frmMemory_FormClosing);
|
this->ResumeLayout(false);
|
this->ResumeLayout(false);
|
this->PerformLayout();
|
this->PerformLayout();
|
|
|
}
|
}
|
#pragma endregion
|
#pragma endregion
|
Line 131... |
Line 132... |
mut->ReleaseMutex();
|
mut->ReleaseMutex();
|
str2 += buf;
|
str2 += buf;
|
}
|
}
|
this->textBoxMem->Text = gcnew String(str2.c_str());
|
this->textBoxMem->Text = gcnew String(str2.c_str());
|
}
|
}
|
|
private: System::Void frmMemory_FormClosing(System::Object^ sender, System::Windows::Forms::FormClosingEventArgs^ e) {
|
|
if (e->CloseReason==CloseReason::UserClosing)
|
|
e->Cancel = true;
|
|
}
|
};
|
};
|
}
|
}
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.