コード例 #1
0
 private void DuplicateRemover_Load(object sender, EventArgs e)
 {
     txtDirectory.Text     = RedundantHelper.GetDefaultDirectory();
     ttRegions.IsBalloon   = true;
     ttDirectory.IsBalloon = true;
     ttRegions.SetToolTip(lbRegions, "Write the priority of certain regions, whatever is not written will fall under the same priority level.\nExample: (USA), (Europe), (Japan)\nKeep in mind that some regions might be written as [U] instead.");
     ttDirectory.SetToolTip(lbDirectory, "Put the root directory of the roms that will be checked for duplicates, subdirectories will also be checked. \nCurrently checking across multiple emulators at the same time will yield results undesired.");
 }
コード例 #2
0
 private void CompressRom_Load(object sender, EventArgs e)
 {
     txtDirectory.Text     = RedundantHelper.GetDefaultDirectory();
     ttDirectory.IsBalloon = true;
     ttef.IsBalloon        = true;
     tte.IsBalloon         = true;
     tte.SetToolTip(lbEmulator, "These systems have at least one emulator that supports zip files.");
     ttDirectory.SetToolTip(lbDirectory, "Put the root directory of the roms that will be zip'd.");
     ttef.SetToolTip(cbExtract,
                     "Roms that are already zip'd up will be extracted and then zip'd up using this program's algorithm.\nThis is only to see if this program's algorithm can help you save some extra space.");
 }