Пример #1
0
 public RegistersTW()
 {
     Caption          = "Cosmos x86 Registers";
     BitmapResourceID = 301;
     BitmapIndex      = 1;
     Content          = new RegistersUC();
 }
Пример #2
0
        public RegistersTW()
        {
            Caption = "Cosmos x86 Registers";
            BitmapResourceID = 301;
            BitmapIndex = 1;

            mUserControl = new RegistersUC();
            Content = mUserControl;
        }
Пример #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CosmosRegistersUserControl = ((Cosmos.VS.Windows.RegistersUC)(target));
                return;

            case 2:
                this.dataEAX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 3:
                this.dataEBX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 4:
                this.dataECX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 5:
                this.dataEDX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 6:
                this.dataAX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 7:
                this.dataBX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 8:
                this.dataCX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 9:
                this.dataDX = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 10:
                this.dataAH = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 11:
                this.dataBH = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 12:
                this.dataCH = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 13:
                this.dataDH = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 14:
                this.dataAL = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 15:
                this.dataBL = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 16:
                this.dataCL = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 17:
                this.dataDL = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 18:
                this.dataESP = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 19:
                this.dataEBP = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 20:
                this.dataESI = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 21:
                this.dataEDI = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 22:
                this.dataEIP = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;

            case 23:
                this.dataFlags = ((Cosmos.VS.Windows.DataBytesUC)(target));
                return;
            }
            this._contentLoaded = true;
        }