Exemple #1
0
        public XsfTagsUpdateForm(VGMToolbox.util.NodeTagStruct pNts)
        {
            this.nodeTagInfo = pNts;

            InitializeComponent();

            this.loadCurrentTagInformation();
        }
        public VgmTagsUpdateForm(VGMToolbox.util.NodeTagStruct pNts)
        {
            this.nodeTagInfo = pNts;

            InitializeComponent();

            this.grpSetTags.Text      = ConfigurationManager.AppSettings["Form_VgmTagEditor_GrpSetTags"];
            this.lblGameEn.Text       = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblGameEn"];
            this.lblGameJp.Text       = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblGameJp"];
            this.lblSystemEn.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblSystemEn"];
            this.lblSystemJp.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblSystemJp"];
            this.lblArtistEn.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblArtistEn"];
            this.lblArtistJp.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblArtistJp"];
            this.lblGameDate.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblGameDate"];
            this.lblRipper.Text       = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblRipper"];
            this.grpTrackTags.Text    = ConfigurationManager.AppSettings["Form_VgmTagEditor_GrpTrackTags"];
            this.lblTrackTitleEn.Text = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblTrackTitleEn"];
            this.lblTrackTitleJp.Text = ConfigurationManager.AppSettings["Form_VgmTagEditor_LblTrackTitleJp"];
            this.grpComments.Text     = ConfigurationManager.AppSettings["Form_VgmTagEditor_GrpComments"];

            this.loadSystems();
            this.loadCurrentTagInformation();
        }