public ArrangeProgress(ProgresType type)
 {
     this.InitializeComponent();
     this.SetMessage(type);
 }
 private void SetMessage(ProgresType type)
 {
     this.SetMessage(Resources.ResourceManager.GetString("CORE82"));
 }