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

Subversion Repositories thor

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

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 32
#pragma once
#pragma once
 
 
namespace emuThor {
namespace emuThor {
 
 
        using namespace System;
        using namespace System;
        using namespace System::ComponentModel;
        using namespace System::ComponentModel;
        using namespace System::Collections;
        using namespace System::Collections;
        using namespace System::Windows::Forms;
        using namespace System::Windows::Forms;
        using namespace System::Data;
        using namespace System::Data;
        using namespace System::Drawing;
        using namespace System::Drawing;
 
 
        /// <summary>
        /// <summary>
        /// Summary for About
        /// Summary for About
        /// </summary>
        /// </summary>
        public ref class About : public System::Windows::Forms::Form
        public ref class About : public System::Windows::Forms::Form
        {
        {
        public:
        public:
                About(void)
                About(void)
                {
                {
                        InitializeComponent();
                        InitializeComponent();
                        //
                        //
                        //TODO: Add the constructor code here
                        //TODO: Add the constructor code here
                        //
                        //
                }
                }
 
 
        protected:
        protected:
                /// <summary>
                /// <summary>
                /// Clean up any resources being used.
                /// Clean up any resources being used.
                /// </summary>
                /// </summary>
                ~About()
                ~About()
                {
                {
                        if (components)
                        if (components)
                        {
                        {
                                delete components;
                                delete components;
                        }
                        }
                }
                }
        private: System::Windows::Forms::Label^  label1;
        private: System::Windows::Forms::Label^  label1;
        protected:
        protected:
        private: System::Windows::Forms::Label^  label2;
        private: System::Windows::Forms::Label^  label2;
        private: System::Windows::Forms::LinkLabel^  linkLabel1;
        private: System::Windows::Forms::LinkLabel^  linkLabel1;
        private: System::Windows::Forms::Label^  label3;
        private: System::Windows::Forms::Label^  label3;
        private: System::Windows::Forms::Label^  label4;
        private: System::Windows::Forms::Label^  label4;
        private: System::Windows::Forms::Label^  label5;
        private: System::Windows::Forms::Label^  label5;
 
 
        private:
        private:
                /// <summary>
                /// <summary>
                /// Required designer variable.
                /// Required designer variable.
                /// </summary>
                /// </summary>
                System::ComponentModel::Container ^components;
                System::ComponentModel::Container ^components;
 
 
#pragma region Windows Form Designer generated code
#pragma region Windows Form Designer generated code
                /// <summary>
                /// <summary>
                /// Required method for Designer support - do not modify
                /// Required method for Designer support - do not modify
                /// the contents of this method with the code editor.
                /// the contents of this method with the code editor.
                /// </summary>
                /// </summary>
                void InitializeComponent(void)
                void InitializeComponent(void)
                {
                {
                        System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(About::typeid));
                        System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(About::typeid));
                        this->label1 = (gcnew System::Windows::Forms::Label());
                        this->label1 = (gcnew System::Windows::Forms::Label());
                        this->label2 = (gcnew System::Windows::Forms::Label());
                        this->label2 = (gcnew System::Windows::Forms::Label());
                        this->linkLabel1 = (gcnew System::Windows::Forms::LinkLabel());
                        this->linkLabel1 = (gcnew System::Windows::Forms::LinkLabel());
                        this->label3 = (gcnew System::Windows::Forms::Label());
                        this->label3 = (gcnew System::Windows::Forms::Label());
                        this->label4 = (gcnew System::Windows::Forms::Label());
                        this->label4 = (gcnew System::Windows::Forms::Label());
                        this->label5 = (gcnew System::Windows::Forms::Label());
                        this->label5 = (gcnew System::Windows::Forms::Label());
                        this->SuspendLayout();
                        this->SuspendLayout();
                        // 
                        // 
                        // label1
                        // label1
                        // 
                        // 
                        this->label1->AutoSize = true;
                        this->label1->AutoSize = true;
                        this->label1->Location = System::Drawing::Point(61, 31);
                        this->label1->Location = System::Drawing::Point(74, 31);
                        this->label1->Name = L"label1";
                        this->label1->Name = L"label1";
                        this->label1->Size = System::Drawing::Size(179, 13);
                        this->label1->Size = System::Drawing::Size(179, 13);
                        this->label1->TabIndex = 0;
                        this->label1->TabIndex = 0;
                        this->label1->Text = L"emuThor Thor Test System Emulator";
                        this->label1->Text = L"emuThor Thor Test System Emulator";
                        // 
                        // 
                        // label2
                        // label2
                        // 
                        // 
                        this->label2->AutoSize = true;
                        this->label2->AutoSize = true;
                        this->label2->Location = System::Drawing::Point(89, 56);
                        this->label2->Location = System::Drawing::Point(103, 57);
                        this->label2->Name = L"label2";
                        this->label2->Name = L"label2";
                        this->label2->Size = System::Drawing::Size(111, 13);
                        this->label2->Size = System::Drawing::Size(111, 13);
                        this->label2->TabIndex = 1;
                        this->label2->TabIndex = 1;
                        this->label2->Text = L"(C) 2016 Robert Finch";
                        this->label2->Text = L"(C) 2016 Robert Finch";
                        // 
                        // 
                        // linkLabel1
                        // linkLabel1
                        // 
                        // 
                        this->linkLabel1->AutoSize = true;
                        this->linkLabel1->AutoSize = true;
                        this->linkLabel1->Location = System::Drawing::Point(89, 83);
                        this->linkLabel1->Location = System::Drawing::Point(103, 83);
                        this->linkLabel1->Name = L"linkLabel1";
                        this->linkLabel1->Name = L"linkLabel1";
                        this->linkLabel1->Size = System::Drawing::Size(111, 13);
                        this->linkLabel1->Size = System::Drawing::Size(111, 13);
                        this->linkLabel1->TabIndex = 2;
                        this->linkLabel1->TabIndex = 2;
                        this->linkLabel1->TabStop = true;
                        this->linkLabel1->TabStop = true;
                        this->linkLabel1->Text = L"http://www.finitron.ca";
                        this->linkLabel1->Text = L"http://www.finitron.ca";
                        // 
                        // 
                        // label3
                        // label3
                        // 
                        // 
                        this->label3->AutoSize = true;
                        this->label3->AutoSize = true;
                        this->label3->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(192)), static_cast<System::Int32>(static_cast<System::Byte>(64)),
                        this->label3->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(192)), static_cast<System::Int32>(static_cast<System::Byte>(64)),
                                static_cast<System::Int32>(static_cast<System::Byte>(0)));
                                static_cast<System::Int32>(static_cast<System::Byte>(0)));
                        this->label3->Location = System::Drawing::Point(12, 117);
                        this->label3->Location = System::Drawing::Point(12, 117);
                        this->label3->Name = L"label3";
                        this->label3->Name = L"label3";
                        this->label3->Size = System::Drawing::Size(180, 13);
                        this->label3->Size = System::Drawing::Size(180, 13);
                        this->label3->TabIndex = 3;
                        this->label3->TabIndex = 3;
                        this->label3->Text = L"*Only partially complete and working.";
                        this->label3->Text = L"*Only partially complete and working.";
                        // 
                        // 
                        // label4
                        // label4
                        // 
                        // 
                        this->label4->AutoSize = true;
                        this->label4->AutoSize = true;
                        this->label4->Location = System::Drawing::Point(12, 141);
                        this->label4->Location = System::Drawing::Point(12, 141);
                        this->label4->Name = L"label4";
                        this->label4->Name = L"label4";
                        this->label4->Size = System::Drawing::Size(297, 52);
                        this->label4->Size = System::Drawing::Size(347, 65);
                        this->label4->TabIndex = 4;
                        this->label4->TabIndex = 4;
                        this->label4->Text = resources->GetString(L"label4.Text");
                        this->label4->Text = resources->GetString(L"label4.Text");
                        // 
                        // 
                        // label5
                        // label5
                        // 
                        // 
                        this->label5->AutoSize = true;
                        this->label5->AutoSize = true;
                        this->label5->Location = System::Drawing::Point(12, 208);
                        this->label5->Location = System::Drawing::Point(12, 208);
                        this->label5->Name = L"label5";
                        this->label5->Name = L"label5";
                        this->label5->Size = System::Drawing::Size(267, 65);
                        this->label5->Size = System::Drawing::Size(267, 78);
                        this->label5->TabIndex = 5;
                        this->label5->TabIndex = 5;
                        this->label5->Text = L"For an example:\r\n\r\nLoad a hex file (boot.hex) using the file menu.\r\nGoto the run "
                        this->label5->Text = resources->GetString(L"label5.Text");
                                L"menu and select reset to reset the system.\r\nThen single step via the single step"
 
                                L" toolbar button.";
 
                        // 
                        // 
                        // About
                        // About
                        // 
                        // 
                        this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
                        this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
                        this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
                        this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
                        this->ClientSize = System::Drawing::Size(316, 291);
                        this->ClientSize = System::Drawing::Size(369, 321);
                        this->Controls->Add(this->label5);
                        this->Controls->Add(this->label5);
                        this->Controls->Add(this->label4);
                        this->Controls->Add(this->label4);
                        this->Controls->Add(this->label3);
                        this->Controls->Add(this->label3);
                        this->Controls->Add(this->linkLabel1);
                        this->Controls->Add(this->linkLabel1);
                        this->Controls->Add(this->label2);
                        this->Controls->Add(this->label2);
                        this->Controls->Add(this->label1);
                        this->Controls->Add(this->label1);
 
                        this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedDialog;
                        this->MaximizeBox = false;
                        this->MaximizeBox = false;
                        this->Name = L"About";
                        this->Name = L"About";
                        this->Text = L"About";
                        this->Text = L"About";
                        this->ResumeLayout(false);
                        this->ResumeLayout(false);
                        this->PerformLayout();
                        this->PerformLayout();
 
 
                }
                }
#pragma endregion
#pragma endregion
        };
        };
}
}
 
 

powered by: WebSVN 2.1.0

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