OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [frmMemory.h] - Diff between revs 32 and 35

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.